summaryrefslogtreecommitdiffstats
path: root/kernel
AgeCommit message (Expand)AuthorLines
2023-09-21exit: add internal include file with helpersJens Axboe-25/+37
2023-09-21exit: add kernel_waitid_prepare() helperJens Axboe-13/+25
2023-09-21exit: move core of do_wait() into helperJens Axboe-20/+31
2023-09-21exit: abstract out should_wake helper for child_wait_callback()Jens Axboe-6/+14
2023-09-21futex: Add sys_futex_requeue()peterz@infradead.org-0/+39
2023-09-21futex: Add flags2 argument to futex_requeue()peterz@infradead.org-10/+13
2023-09-21futex: Propagate flags into get_futex_key()peterz@infradead.org-15/+18
2023-09-21futex: Add sys_futex_wait()peterz@infradead.org-55/+130
2023-09-21futex: FLAGS_STRICTpeterz@infradead.org-11/+15
2023-09-21futex: Add sys_futex_wake()peterz@infradead.org-0/+31
2023-09-21futex: Validate futex value against futex sizepeterz@infradead.org-0/+13
2023-09-21futex: Flag conversionpeterz@infradead.org-20/+71
2023-09-21futex: Extend the FUTEX2 flagspeterz@infradead.org-2/+7
2023-09-21futex: Clarify FUTEX2 flagspeterz@infradead.org-4/+3
2023-09-21printk: fix illegal pbufs access for !CONFIG_PRINTKJohn Ogness-26/+18
2023-09-21sched/debug: Update stale reference to sched_debug.cSebastian Andrzej Siewior-1/+1
2023-09-21sched/debug: Remove the /proc/sys/kernel/sched_child_runs_first sysctlSebastian Andrzej Siewior-16/+0
2023-09-20bpf: unconditionally reset backtrack_state masks on global func exitAndrii Nakryiko-5/+3
2023-09-20livepatch: Fix missing newline character in klp_resolve_symbols()Zheng Yejian-1/+1
2023-09-20futex/pi: Fix recursive rt_mutex waiter statePeter Zijlstra-30/+52
2023-09-20locking/rtmutex: Add a lockdep assert to catch potential nested blockingThomas Gleixner-0/+6
2023-09-20locking/rtmutex: Use rt_mutex specific scheduler helpersSebastian Andrzej Siewior-3/+40
2023-09-20sched: Provide rt_mutex specific scheduler helpersPeter Zijlstra-4/+32
2023-09-20sched: Extract __schedule_loop()Thomas Gleixner-10/+11
2023-09-20locking/rtmutex: Avoid unconditional slowpath for DEBUG_RT_MUTEXESSebastian Andrzej Siewior-2/+21
2023-09-20sched: Constrain locks in sched_submit_work()Peter Zijlstra-0/+9
2023-09-19pidfd: prevent a kernel-doc warningRandy Dunlap-1/+1
2023-09-19task_work: add kerneldoc annotation for 'data' argumentJens Axboe-0/+1
2023-09-19signal: Don't disable preemption in ptrace_stop() on PREEMPT_RTSebastian Andrzej Siewior-2/+13
2023-09-19signal: Add a proper comment about preempt_disable() in ptrace_stop()Sebastian Andrzej Siewior-3/+15
2023-09-19bpf: Remove unused variables.Alexei Starovoitov-5/+1
2023-09-19bpf: Fix bpf_throw warning on 32-bit archKumar Kartikeya Dwivedi-1/+1
2023-09-19kernel/sched: Modify initial boot task idle setupLiam R. Howlett-1/+2
2023-09-19sched/fair: Rename check_preempt_curr() to wakeup_preempt()Ingo Molnar-26/+26
2023-09-19sched/fair: Rename check_preempt_wakeup() to check_preempt_wakeup_fair()Ingo Molnar-2/+2
2023-09-18cgroup/cpuset: Check partition conflict with housekeeping setupWaiman Long-0/+31
2023-09-18cgroup/cpuset: Introduce remote partitionWaiman Long-29/+306
2023-09-18cgroup/cpuset: Add cpuset.cpus.exclusive for v2Waiman Long-34/+239
2023-09-18cgroup/cpuset: Add cpuset.cpus.exclusive.effective for v2Waiman Long-307/+421
2023-09-18cgroup/cpuset: Fix load balance state in update_partition_sd_lb()Waiman Long-1/+11
2023-09-18Merge tag 'v6.6-rc2' into locking/core, to pick up fixesIngo Molnar-4083/+9281
2023-09-18cgroup: Avoid extra dereference in css_populate_dir()Kamalesh Babulal-2/+2
2023-09-18cgroup: Check for ret during cgroup1_base_files cft additionKamalesh Babulal-2/+4
2023-09-18workqueue: Fix missed pwq_release_worker creation in wq_cpu_intensive_thresh_...Zqiang-3/+3
2023-09-18workqueue: Removed double allocation of wq_update_pod_attrs_bufSteven Rostedt (Google)-3/+0
2023-09-18printk: nbcon: Allow drivers to mark unsafe regions and check stateThomas Gleixner-0/+75
2023-09-18printk: nbcon: Add emit function and callback function for atomic printingThomas Gleixner-8/+113
2023-09-18printk: nbcon: Add sequence handlingThomas Gleixner-7/+132
2023-09-18printk: nbcon: Add ownership state functionsThomas Gleixner-1/+122
2023-09-18printk: nbcon: Add buffer managementThomas Gleixner-15/+92