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
Age
Commit message (
Expand
)
Author
Files
Lines
2021-01-14
locking/lockdep: Add a skip() function to __bfs()
Boqun Feng
1
-10
/
+19
2021-01-14
locking/lockdep: Mark local_lock_t
Peter Zijlstra
1
-7
/
+9
2021-01-14
sched: Use task_current() instead of 'rq->curr == p'
Hui Su
4
-6
/
+6
2021-01-14
sched/fair: Reduce cases for active balance
Vincent Guittot
1
-22
/
+23
2021-01-14
sched/fair: Don't set LBF_ALL_PINNED unnecessarily
Vincent Guittot
1
-2
/
+5
2021-01-14
sched/fair: Skip idle cfs_rq
Vincent Guittot
1
-1
/
+4
2021-01-14
sched/fair: Avoid stale CPU util_est value for schedutil in task dequeue
Xuewen Yan
1
-15
/
+28
2021-01-14
sched: Prevent raising SCHED_SOFTIRQ when CPU is !active
Anna-Maria Behnsen
2
-3
/
+11
2021-01-14
sched/core: Rename schedutil_cpu_util() and allow rest of the kernel to use it
Viresh Kumar
4
-11
/
+17
2021-01-14
sched/core: Move schedutil_cpu_util() to core.c
Viresh Kumar
3
-117
/
+109
2021-01-13
bpf: Support PTR_TO_MEM{,_OR_NULL} register spilling
Gilad Reti
1
-0
/
+2
2021-01-13
genirq: Export irq_check_status_bit()
Thomas Gleixner
1
-0
/
+1
2021-01-12
bpf: Support BPF ksym variables in kernel modules
Andrii Nakryiko
3
-30
/
+178
2021-01-12
bpf: Fix a verifier message for alloc size helper arg
Brendan Jackman
1
-1
/
+1
2021-01-12
Merge tag 'irqchip-fixes-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/maz/arm-platforms into irq/urgent
Thomas Gleixner
1
-1
/
+1
2021-01-12
ntp: Fix RTC synchronization on 32-bit platforms
Geert Uytterhoeven
1
-2
/
+2
2021-01-12
timekeeping: Remove unused get_seconds()
Chunguang Xu
1
-2
/
+1
2021-01-12
bpf: Allow empty module BTFs
Andrii Nakryiko
1
-1
/
+1
2021-01-12
locking/lockdep: Avoid noinstr warning for DEBUG_LOCKDEP
Peter Zijlstra
1
-1
/
+6
2021-01-12
locking/lockdep: Cure noinstr fail
Peter Zijlstra
1
-1
/
+1
2021-01-12
bpf: Don't leak memory in bpf getsockopt when optlen == 0
Stanislav Fomichev
1
-2
/
+3
2021-01-12
bpf: Fix typo in bpf_inode_storage.c
KP Singh
1
-2
/
+2
2021-01-12
bpf: Local storage helpers should check nullness of owner ptr passed
KP Singh
2
-2
/
+8
2021-01-12
resource: Move devmem revoke code to resource framework
Daniel Vetter
1
-1
/
+97
2021-01-12
bpf: Prevent double bpf_prog_put call from bpf_tracing_prog_attach
Jiri Olsa
1
-2
/
+4
2021-01-11
Merge tag 'trace-v5.11-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace
Linus Torvalds
2
-2
/
+2
2021-01-11
tracing/kprobes: Do the notrace functions check without kprobes on ftrace
Masami Hiramatsu
2
-2
/
+2
2021-01-11
seccomp: Add missing return in non-void function
Paul Cercueil
1
-0
/
+2
2021-01-11
kthread: remove comments about old _do_fork() helper
Yanfei Xu
1
-1
/
+1
2021-01-11
Kernel: fork.c: Fix coding style: Do not use {} around single-line statements
Alexander Guril
1
-4
/
+2
2021-01-11
signal: Add missing __user annotation to copy_siginfo_from_user_any
Jann Horn
1
-1
/
+2
2021-01-10
Merge tag 'staging-5.11-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
Linus Torvalds
1
-1
/
+0
2021-01-08
tracing: move function tracer options to Kconfig
Sami Tolvanen
1
-0
/
+16
2021-01-08
bpf: Remove unnecessary <argp.h> include from preload/iterators
Leah Neukirchen
1
-1
/
+1
2021-01-08
task_work: unconditionally run task_work from get_signal()
Jens Axboe
1
-0
/
+3
2021-01-07
Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf
Jakub Kicinski
1
-0
/
+1
2021-01-06
torture: Maintain torture-specific set of CPUs-online books
Paul E. McKenney
2
-2
/
+18
2021-01-06
torture: Clean up after torture-test CPU hotplugging
Paul E. McKenney
1
-14
/
+22
2021-01-06
rcutorture: Make object_debug also double call_rcu() heap object
Paul E. McKenney
1
-0
/
+5
2021-01-06
torture: Throttle VERBOSE_TOROUT_*() output
Paul E. McKenney
1
-0
/
+20
2021-01-06
torture: Make refscale throttle high-rate printk()s
Paul E. McKenney
1
-1
/
+3
2021-01-06
rcutorture: Use hrtimers for reader and writer delays
Paul E. McKenney
1
-4
/
+3
2021-01-06
torture: Make stutter use torture_hrtimeout_*() functions
Paul E. McKenney
1
-15
/
+5
2021-01-06
rcutorture: Use torture_hrtimeout_jiffies() to avoid busy-waits
Paul E. McKenney
1
-19
/
+7
2021-01-06
torture: Add fuzzed hrtimer-based sleep functions
Paul E. McKenney
1
-0
/
+75
2021-01-06
rcutorture: Make rcu_torture_fakewriter() use blocking wait primitives
Paul E. McKenney
1
-8
/
+32
2021-01-06
rcutorture: Make synctype[] and nsynctype be static global
Paul E. McKenney
1
-26
/
+36
2021-01-06
rcutorture: Require entire stutter period be post-boot
Paul E. McKenney
1
-1
/
+3
2021-01-06
refscale: Allow summarization of verbose output
Paul E. McKenney
1
-5
/
+16
2021-01-06
rcu: Check and report missed fqs timer wakeup on RCU stall
Neeraj Upadhyay
2
-10
/
+47
[prev]
[next]