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