index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
(
follow
)
Age
Commit message (
Expand
)
Author
Files
Lines
2021-03-30
printk: rename vprintk_func to vprintk
Rasmus Villemoes
3
-11
/
+3
2021-03-30
genirq/irq_sim: Shrink devm_irq_domain_create_sim()
Bartosz Golaszewski
1
-19
/
+12
2021-03-30
livepatch: Replace the fake signal sending with TIF_NOTIFY_SIGNAL infrastructure
Miroslav Benes
2
-6
/
+3
2021-03-29
timekeeping: Allow runtime PM from change_clocksource()
Niklas Söderlund
1
-13
/
+23
2021-03-29
locking/rtmutex: Clean up signal handling in __rt_mutex_slowlock()
Thomas Gleixner
1
-12
/
+7
2021-03-29
locking/rtmutex: Restrict the trylock WARN_ON() to debug
Thomas Gleixner
1
-1
/
+1
2021-03-29
locking/rtmutex: Fix misleading comment in rt_mutex_postunlock()
Thomas Gleixner
1
-1
/
+1
2021-03-29
locking/rtmutex: Consolidate the fast/slowpath invocation
Thomas Gleixner
1
-85
/
+59
2021-03-29
locking/rtmutex: Make text section and inlining consistent
Thomas Gleixner
1
-76
/
+76
2021-03-29
locking/rtmutex: Move debug functions as inlines into common header
Thomas Gleixner
5
-119
/
+25
2021-03-29
locking/rtmutex: Decrapify __rt_mutex_init()
Thomas Gleixner
2
-6
/
+11
2021-03-29
locking/rtmutex: Remove pointless CONFIG_RT_MUTEXES=n stubs
Thomas Gleixner
1
-42
/
+20
2021-03-29
locking/rtmutex: Inline chainwalk depth check
Thomas Gleixner
1
-8
/
+3
2021-03-29
locking/rtmutex: Move rt_mutex_debug_task_free() to rtmutex.c
Thomas Gleixner
2
-6
/
+8
2021-03-29
locking/rtmutex: Remove empty and unused debug stubs
Thomas Gleixner
4
-32
/
+0
2021-03-29
locking/rtmutex: Remove output from deadlock detector
Sebastian Andrzej Siewior
5
-123
/
+1
2021-03-29
locking/rtmutex: Remove rtmutex deadlock tester leftovers
Sebastian Andrzej Siewior
5
-14
/
+1
2021-03-29
locking/rtmutex: Remove rt_mutex_timed_lock()
Sebastian Andrzej Siewior
1
-46
/
+0
2021-03-29
Merge tag 'v5.12-rc5' into locking/core, to pick up fixes
Ingo Molnar
23
-122
/
+402
2021-03-29
module: treat exit sections the same as init sections when !CONFIG_MODULE_UNLOAD
Jessica Yu
1
-5
/
+4
2021-03-28
Merge tag 'io_uring-5.12-2021-03-27' of git://git.kernel.dk/linux-block
Linus Torvalds
4
-18
/
+22
2021-03-27
Revert "signal: don't allow STOP on PF_IO_WORKER threads"
Jens Axboe
1
-2
/
+1
2021-03-27
Revert "kernel: freezer should treat PF_IO_WORKER like PF_KTHREAD for freezing"
Jens Axboe
1
-1
/
+1
2021-03-27
Revert "kernel: treat PF_IO_WORKER like PF_KTHREAD for ptrace/signals"
Jens Axboe
2
-3
/
+3
2021-03-27
Revert "signal: don't allow sending any signals to PF_IO_WORKER threads"
Jens Axboe
1
-3
/
+0
2021-03-27
kernel: stop masking signals in create_io_thread()
Jens Axboe
1
-8
/
+8
2021-03-26
bpf: Support bpf program calling kernel function
Martin KaFai Lau
5
-35
/
+430
2021-03-26
bpf: Refactor btf_check_func_arg_match
Martin KaFai Lau
2
-75
/
+88
2021-03-26
bpf: Simplify freeing logic in linfo and jited_linfo
Martin KaFai Lau
3
-26
/
+16
2021-03-26
bpf: Take module reference for trampoline in module
Jiri Olsa
1
-0
/
+30
2021-03-26
kernel: don't call do_exit() for PF_IO_WORKER threads
Jens Axboe
1
-1
/
+9
2021-03-26
Merge tag 'pm-5.12-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm
Linus Torvalds
1
-1
/
+1
2021-03-26
bpf: Fix a spelling typo in bpf_atomic_alu_string disasm
Xu Kuohai
1
-1
/
+1
2021-03-26
bpf: Enforce that struct_ops programs be GPL-only
Toke Høiland-Jørgensen
1
-0
/
+5
2021-03-26
irqdomain: Introduce irq_domain_create_simple() API
Andy Shevchenko
1
-10
/
+10
2021-03-25
bpf: Add support for batched ops in LPM trie maps
Pedro Tammela
1
-0
/
+3
2021-03-25
bpf: Fix NULL pointer dereference in bpf_get_local_storage() helper
Yonghong Song
2
-6
/
+14
2021-03-25
sysctl: add proc_dou8vec_minmax()
Eric Dumazet
1
-0
/
+65
2021-03-26
bpf: Undo ptr_to_map_key alu sanitation for now
Daniel Borkmann
1
-14
/
+0
2021-03-25
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-next
David S. Miller
5
-23
/
+16
2021-03-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
28
-221
/
+557
2021-03-25
tracing: Update create_system_filter() kernel-doc comment
Qiujun Huang
1
-2
/
+3
2021-03-25
tracing: A minor cleanup for create_system_filter()
Qiujun Huang
1
-4
/
+3
2021-03-25
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
1
-0
/
+69
2021-03-25
gcov: fix clang-11+ support
Nick Desaulniers
1
-0
/
+69
2021-03-25
sched/topology: Remove redundant cpumask_and() in init_overlap_sched_group()
Barry Song
1
-1
/
+1
2021-03-25
sched/core: Use -EINVAL in sched_dynamic_mode()
Rasmus Villemoes
1
-1
/
+1
2021-03-25
sched/core: Stop using magic values in sched_dynamic_mode()
Rasmus Villemoes
1
-3
/
+3
2021-03-24
kernel: trace: Mundane typo fixes in the file trace_events_filter.c
Bhaskar Chowdhury
1
-1
/
+1
2021-03-24
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
9
-81
/
+270
[prev]
[next]