index
:
wireguard-linux
backport-5.4.y
davem/net
davem/net-next
devel
gregkh/stable-5.4.y
jd/bump-compilers
jd/deferred-aip-removal
jd/new-archs
jd/orphan-parallel
jd/rcu-barrier
jd/shorter-socket-lock
jd/unified-crypt-queue
jd/xdp-l3
stable
update-toolchain
WireGuard for the Linux kernel
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
kernel
Age
Commit message (
Expand
)
Author
Files
Lines
2023-09-24
locktorture: Add acq_writer_lim to complain about long acquistion times
Paul E. McKenney
1
-2
/
+13
2023-09-24
locktorture: Consolidate "if" statements in lock_torture_writer()
Paul E. McKenney
1
-3
/
+2
2023-09-24
locktorture: Alphabetize torture_param() entries
Paul E. McKenney
1
-6
/
+6
2023-09-24
rcutorture: Fix stuttering races and other issues
Joel Fernandes (Google)
1
-33
/
+12
2023-09-24
locktorture: Add readers_bind and writers_bind module parameters
Paul E. McKenney
1
-2
/
+62
2023-09-24
torture: Move rcutorture_sched_setaffinity() out of rcutorture
Paul E. McKenney
3
-9
/
+5
2023-09-24
rcu: Include torture_sched_setaffinity() declaration
Arnd Bergmann
1
-0
/
+1
2023-09-24
torture: Make torture_hrtimeout_ns() take an hrtimer mode parameter
Paul E. McKenney
1
-6
/
+7
2023-09-24
torture: Share torture_random_state with torture_shuffle_tasks()
Paul E. McKenney
1
-5
/
+4
2023-09-24
sched/core: Refactor the task_flags check for worker sleeping in sched_submit_work()
Wang Jinchao
1
-6
/
+4
2023-09-24
sched/fair: Fix warning in bandwidth distribution
Josh Don
1
-11
/
+25
2023-09-24
sched/fair: Make cfs_rq->throttled_csd_list available on !SMP
Josh Don
2
-6
/
+0
2023-09-23
Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm
Linus Torvalds
2
-1
/
+2
2023-09-22
ring-buffer: Fix bytes info in per_cpu buffer stats
Zheng Yejian
1
-13
/
+15
2023-09-22
Merge tag 'sched-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Linus Torvalds
2
-1
/
+2
2023-09-22
hardening: Provide Kconfig fragments for basic options
Kees Cook
1
-0
/
+98
2023-09-22
sched/debug: Avoid checking in_atomic_preempt_off() twice in schedule_debug()
Liming Wu
1
-2
/
+1
2023-09-22
locking/ww_mutex/test: Make sure we bail out instead of livelock
John Stultz
1
-4
/
+5
2023-09-22
locking/ww_mutex/test: Fix potential workqueue corruption
John Stultz
1
-8
/
+12
2023-09-22
locking/ww_mutex/test: Use prng instead of rng to avoid hangs at bootup
John Stultz
1
-2
/
+17
2023-09-21
cred: add get_cred_many and put_cred_many
Mateusz Guzik
1
-11
/
+15
2023-09-21
bpf: Disable zero-extension for BPF_MEMSX
Ilya Leoshkevich
1
-1
/
+1
2023-09-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Paolo Abeni
11
-36
/
+184
2023-09-21
Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
6
-20
/
+142
2023-09-21
PM: hibernate: Use __get_safe_page() rather than touching the list
Brian Geffon
1
-4
/
+6
2023-09-21
exit: add internal include file with helpers
Jens Axboe
2
-25
/
+37
2023-09-21
exit: add kernel_waitid_prepare() helper
Jens Axboe
1
-13
/
+25
2023-09-21
exit: move core of do_wait() into helper
Jens Axboe
1
-20
/
+31
2023-09-21
exit: abstract out should_wake helper for child_wait_callback()
Jens Axboe
1
-6
/
+14
2023-09-21
futex: Add sys_futex_requeue()
peterz@infradead.org
2
-0
/
+39
2023-09-21
futex: Add flags2 argument to futex_requeue()
peterz@infradead.org
3
-10
/
+13
2023-09-21
futex: Propagate flags into get_futex_key()
peterz@infradead.org
5
-15
/
+18
2023-09-21
futex: Add sys_futex_wait()
peterz@infradead.org
4
-55
/
+130
2023-09-21
futex: FLAGS_STRICT
peterz@infradead.org
3
-11
/
+15
2023-09-21
futex: Add sys_futex_wake()
peterz@infradead.org
2
-0
/
+31
2023-09-21
futex: Validate futex value against futex size
peterz@infradead.org
2
-0
/
+13
2023-09-21
futex: Flag conversion
peterz@infradead.org
3
-20
/
+71
2023-09-21
futex: Extend the FUTEX2 flags
peterz@infradead.org
1
-2
/
+7
2023-09-21
futex: Clarify FUTEX2 flags
peterz@infradead.org
1
-4
/
+3
2023-09-21
printk: fix illegal pbufs access for !CONFIG_PRINTK
John Ogness
1
-26
/
+18
2023-09-21
sched/debug: Update stale reference to sched_debug.c
Sebastian Andrzej Siewior
1
-1
/
+1
2023-09-21
sched/debug: Remove the /proc/sys/kernel/sched_child_runs_first sysctl
Sebastian Andrzej Siewior
3
-16
/
+0
2023-09-20
bpf: unconditionally reset backtrack_state masks on global func exit
Andrii Nakryiko
1
-5
/
+3
2023-09-20
livepatch: Fix missing newline character in klp_resolve_symbols()
Zheng Yejian
1
-1
/
+1
2023-09-20
futex/pi: Fix recursive rt_mutex waiter state
Peter Zijlstra
2
-30
/
+52
2023-09-20
locking/rtmutex: Add a lockdep assert to catch potential nested blocking
Thomas Gleixner
3
-0
/
+6
2023-09-20
locking/rtmutex: Use rt_mutex specific scheduler helpers
Sebastian Andrzej Siewior
5
-3
/
+40
2023-09-20
sched: Provide rt_mutex specific scheduler helpers
Peter Zijlstra
1
-4
/
+32
2023-09-20
sched: Extract __schedule_loop()
Thomas Gleixner
1
-10
/
+11
2023-09-20
locking/rtmutex: Avoid unconditional slowpath for DEBUG_RT_MUTEXES
Sebastian Andrzej Siewior
2
-2
/
+21
[prev]
[next]