summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2023-09-24rcu: Include torture_sched_setaffinity() declarationArnd Bergmann
2023-09-24torture: Make torture_hrtimeout_ns() take an hrtimer mode parameterPaul E. McKenney
2023-09-24torture: Share torture_random_state with torture_shuffle_tasks()Paul E. McKenney
2023-09-24sched/core: Refactor the task_flags check for worker sleeping in sched_submit...Wang Jinchao
2023-09-24sched/fair: Fix warning in bandwidth distributionJosh Don
2023-09-24sched/fair: Make cfs_rq->throttled_csd_list available on !SMPJosh Don
2023-09-23Merge tag 'mm-hotfixes-stable-2023-09-23-10-31' of git://git.kernel.org/pub/s...Linus Torvalds
2023-09-22ring-buffer: Fix bytes info in per_cpu buffer statsZheng Yejian
2023-09-22Merge tag 'sched-urgent-2023-09-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-09-22hardening: Provide Kconfig fragments for basic optionsKees Cook
2023-09-22sched/debug: Avoid checking in_atomic_preempt_off() twice in schedule_debug()Liming Wu
2023-09-22locking/ww_mutex/test: Make sure we bail out instead of livelockJohn Stultz
2023-09-22locking/ww_mutex/test: Fix potential workqueue corruptionJohn Stultz
2023-09-22locking/ww_mutex/test: Use prng instead of rng to avoid hangs at bootupJohn Stultz
2023-09-21cred: add get_cred_many and put_cred_manyMateusz Guzik
2023-09-21bpf: Disable zero-extension for BPF_MEMSXIlya Leoshkevich
2023-09-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netPaolo Abeni
2023-09-21Merge tag 'net-6.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/netd...Linus Torvalds
2023-09-21PM: hibernate: Use __get_safe_page() rather than touching the listBrian Geffon
2023-09-21exit: add internal include file with helpersJens Axboe
2023-09-21exit: add kernel_waitid_prepare() helperJens Axboe
2023-09-21exit: move core of do_wait() into helperJens Axboe
2023-09-21exit: abstract out should_wake helper for child_wait_callback()Jens Axboe
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org
2023-09-21futex: Add flags2 argument to futex_requeue()peterz@infradead.org
2023-09-21futex: Propagate flags into get_futex_key()peterz@infradead.org
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org
2023-09-21futex: FLAGS_STRICTpeterz@infradead.org
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org
2023-09-21futex: Validate futex value against futex sizepeterz@infradead.org
2023-09-21futex: Flag conversionpeterz@infradead.org
2023-09-21futex: Extend the FUTEX2 flagspeterz@infradead.org
2023-09-21futex: Clarify FUTEX2 flagspeterz@infradead.org
2023-09-21printk: fix illegal pbufs access for !CONFIG_PRINTKJohn Ogness
2023-09-21sched/debug: Update stale reference to sched_debug.cSebastian Andrzej Siewior
2023-09-21sched/debug: Remove the /proc/sys/kernel/sched_child_runs_first sysctlSebastian Andrzej Siewior
2023-09-20bpf: unconditionally reset backtrack_state masks on global func exitAndrii Nakryiko
2023-09-20livepatch: Fix missing newline character in klp_resolve_symbols()Zheng Yejian
2023-09-20futex/pi: Fix recursive rt_mutex waiter statePeter Zijlstra
2023-09-20locking/rtmutex: Add a lockdep assert to catch potential nested blockingThomas Gleixner
2023-09-20locking/rtmutex: Use rt_mutex specific scheduler helpersSebastian Andrzej Siewior
2023-09-20sched: Provide rt_mutex specific scheduler helpersPeter Zijlstra
2023-09-20sched: Extract __schedule_loop()Thomas Gleixner
2023-09-20locking/rtmutex: Avoid unconditional slowpath for DEBUG_RT_MUTEXESSebastian Andrzej Siewior
2023-09-20sched: Constrain locks in sched_submit_work()Peter Zijlstra
2023-09-19pidfd: prevent a kernel-doc warningRandy Dunlap
2023-09-19task_work: add kerneldoc annotation for 'data' argumentJens Axboe
2023-09-19signal: Don't disable preemption in ptrace_stop() on PREEMPT_RTSebastian Andrzej Siewior
2023-09-19signal: Add a proper comment about preempt_disable() in ptrace_stop()Sebastian Andrzej Siewior
2023-09-19bpf: Remove unused variables.Alexei Starovoitov