aboutsummaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)AuthorFilesLines
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/s...Linus 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/ker...Linus 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/netd...Linus 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()[email protected]2-0/+39
2023-09-21futex: Add flags2 argument to futex_requeue()[email protected]3-10/+13
2023-09-21futex: Propagate flags into get_futex_key()[email protected]5-15/+18
2023-09-21futex: Add sys_futex_wait()[email protected]4-55/+130
2023-09-21futex: FLAGS_STRICT[email protected]3-11/+15
2023-09-21futex: Add sys_futex_wake()[email protected]2-0/+31
2023-09-21futex: Validate futex value against futex size[email protected]2-0/+13
2023-09-21futex: Flag conversion[email protected]3-20/+71
2023-09-21futex: Extend the FUTEX2 flags[email protected]1-2/+7
2023-09-21futex: Clarify FUTEX2 flags[email protected]1-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
2023-09-20sched: Constrain locks in sched_submit_work()Peter Zijlstra1-0/+9
2023-09-19pidfd: prevent a kernel-doc warningRandy Dunlap1-1/+1
2023-09-19task_work: add kerneldoc annotation for 'data' argumentJens Axboe1-0/+1
2023-09-19signal: Don't disable preemption in ptrace_stop() on PREEMPT_RTSebastian Andrzej Siewior1-2/+13
2023-09-19signal: Add a proper comment about preempt_disable() in ptrace_stop()Sebastian Andrzej Siewior1-3/+15
2023-09-19bpf: Remove unused variables.Alexei Starovoitov1-5/+1
2023-09-19bpf: Fix bpf_throw warning on 32-bit archKumar Kartikeya Dwivedi1-1/+1
2023-09-19kernel/sched: Modify initial boot task idle setupLiam R. Howlett2-1/+2
2023-09-19sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar7-26/+26
2023-09-19sched/fair: Rename check_preempt_wakeup() to check_preempt_wakeup_fair()Ingo Molnar1-2/+2