summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2023-09-19bpf: Fix bpf_throw warning on 32-bit archKumar Kartikeya Dwivedi
2023-09-19kernel/sched: Modify initial boot task idle setupLiam R. Howlett
2023-09-19sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar
2023-09-19sched/fair: Rename check_preempt_wakeup() to check_preempt_wakeup_fair()Ingo Molnar
2023-09-18cgroup/cpuset: Check partition conflict with housekeeping setupWaiman Long
2023-09-18cgroup/cpuset: Introduce remote partitionWaiman Long
2023-09-18cgroup/cpuset: Add cpuset.cpus.exclusive for v2Waiman Long
2023-09-18cgroup/cpuset: Add cpuset.cpus.exclusive.effective for v2Waiman Long
2023-09-18cgroup/cpuset: Fix load balance state in update_partition_sd_lb()Waiman Long
2023-09-18Merge tag 'v6.6-rc2' into locking/core, to pick up fixesIngo Molnar
2023-09-18cgroup: Avoid extra dereference in css_populate_dir()Kamalesh Babulal
2023-09-18cgroup: Check for ret during cgroup1_base_files cft additionKamalesh Babulal
2023-09-18workqueue: Fix missed pwq_release_worker creation in wq_cpu_intensive_thresh_...Zqiang
2023-09-18workqueue: Removed double allocation of wq_update_pod_attrs_bufSteven Rostedt (Google)
2023-09-18printk: nbcon: Allow drivers to mark unsafe regions and check stateThomas Gleixner
2023-09-18printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner
2023-09-18printk: nbcon: Add sequence handlingThomas Gleixner
2023-09-18printk: nbcon: Add ownership state functionsThomas Gleixner
2023-09-18printk: nbcon: Add buffer managementThomas Gleixner