aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
2023-09-24locktorture: Add acq_writer_lim to complain about long acquistion timesPaul E. McKenney1-2/+13
2023-09-24locktorture: Consolidate "if" statements in lock_torture_writer()Paul E. McKenney1-3/+2
2023-09-24locktorture: Alphabetize torture_param() entriesPaul E. McKenney1-6/+6
2023-09-24rcutorture: Fix stuttering races and other issuesJoel Fernandes (Google)1-33/+12
2023-09-24locktorture: Add readers_bind and writers_bind module parametersPaul E. McKenney1-2/+62
2023-09-24torture: Move rcutorture_sched_setaffinity() out of rcutorturePaul E. McKenney3-9/+5
2023-09-24rcu: Include torture_sched_setaffinity() declarationArnd Bergmann1-0/+1
2023-09-24torture: Make torture_hrtimeout_ns() take an hrtimer mode parameterPaul E. McKenney1-6/+7
2023-09-24torture: Share torture_random_state with torture_shuffle_tasks()Paul E. McKenney1-5/+4
2023-09-24sched/core: Refactor the task_flags check for worker sleeping in sched_submit_work()Wang Jinchao1-6/+4
2023-09-24sched/fair: Fix warning in bandwidth distributionJosh Don1-11/+25
2023-09-24sched/fair: Make cfs_rq->throttled_csd_list available on !SMPJosh Don2-6/+0
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-1/+2
2023-09-22ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian1-13/+15
2023-09-22Merge tag 'sched-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-1/+2
2023-09-22hardening: Provide Kconfig fragments for basic optionsKees Cook1-0/+98
2023-09-22sched/debug: Avoid checking in_atomic_preempt_off() twice in schedule_debug()Liming Wu1-2/+1
2023-09-22locking/ww_mutex/test: Make sure we bail out instead of livelockJohn Stultz1-4/+5
2023-09-22locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz1-8/+12
2023-09-22locking/ww_mutex/test: Use prng instead of rng to avoid hangs at bootupJohn Stultz1-2/+17
2023-09-21cred: add get_cred_many and put_cred_manyMateusz Guzik1-11/+15
2023-09-21bpf: Disable zero-extension for BPF_MEMSXIlya Leoshkevich1-1/+1
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni11-36/+184
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds6-20/+142
2023-09-21PM: hibernate: Use __get_safe_page() rather than touching the listBrian Geffon1-4/+6
2023-09-21exit: add internal include file with helpersJens Axboe2-25/+37
2023-09-21exit: add kernel_waitid_prepare() helperJens Axboe1-13/+25
2023-09-21exit: move core of do_wait() into helperJens Axboe1-20/+31
2023-09-21exit: abstract out should_wake helper for child_wait_callback()Jens Axboe1-6/+14
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org2-0/+39
2023-09-21futex: Add flags2 argument to futex_requeue()peterz@infradead.org3-10/+13
2023-09-21futex: Propagate flags into get_futex_key()peterz@infradead.org5-15/+18
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org4-55/+130
2023-09-21futex: FLAGS_STRICTpeterz@infradead.org3-11/+15
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org2-0/+31
2023-09-21futex: Validate futex value against futex sizepeterz@infradead.org2-0/+13
2023-09-21futex: Flag conversionpeterz@infradead.org3-20/+71
2023-09-21futex: Extend the FUTEX2 flagspeterz@infradead.org1-2/+7
2023-09-21futex: Clarify FUTEX2 flagspeterz@infradead.org1-4/+3
2023-09-21printk: fix illegal pbufs access for !CONFIG_PRINTKJohn Ogness1-26/+18
2023-09-21sched/debug: Update stale reference to sched_debug.cSebastian Andrzej Siewior1-1/+1
2023-09-21sched/debug: Remove the /proc/sys/kernel/sched_child_runs_first sysctlSebastian Andrzej Siewior3-16/+0
2023-09-20bpf: unconditionally reset backtrack_state masks on global func exitAndrii Nakryiko1-5/+3
2023-09-20livepatch: Fix missing newline character in klp_resolve_symbols()Zheng Yejian1-1/+1
2023-09-20futex/pi: Fix recursive rt_mutex waiter statePeter Zijlstra2-30/+52
2023-09-20locking/rtmutex: Add a lockdep assert to catch potential nested blockingThomas Gleixner3-0/+6
2023-09-20locking/rtmutex: Use rt_mutex specific scheduler helpersSebastian Andrzej Siewior5-3/+40
2023-09-20sched: Provide rt_mutex specific scheduler helpersPeter Zijlstra1-4/+32
2023-09-20sched: Extract __schedule_loop()Thomas Gleixner1-10/+11
2023-09-20locking/rtmutex: Avoid unconditional slowpath for DEBUG_RT_MUTEXESSebastian Andrzej Siewior2-2/+21