summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
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
2023-09-18printk: Make static printk buffers available to nbconJohn Ogness
2023-09-18printk: nbcon: Add acquire/release logicThomas Gleixner
2023-09-18printk: Add non-BKL (nbcon) console basic infrastructureThomas Gleixner
2023-09-18sched/headers: Remove duplicated includes in kernel/sched/sched.hGUO Zihua
2023-09-18sched/fair: Ratelimit update to tg->load_avgAaron Lu
2023-09-18freezer,sched: Use saved_state to reduce some spurious wakeupsElliot Berman
2023-09-18sched/core: Remove ifdeffery for saved_stateElliot Berman
2023-09-17Merge tag 'sched-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2023-09-17Merge tag 'core-urgent-2023-09-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2023-09-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextDavid S. Miller
2023-09-16bpf: Fix kfunc callback register type handlingKumar Kartikeya Dwivedi
2023-09-16bpf: Disallow fentry/fexit/freplace for exception callbacksKumar Kartikeya Dwivedi
2023-09-16bpf: Detect IP == ksym.end as part of BPF programKumar Kartikeya Dwivedi
2023-09-16bpf: Prevent KASAN false positive with bpf_throwKumar Kartikeya Dwivedi
2023-09-16bpf: Treat first argument as return value for bpf_throwKumar Kartikeya Dwivedi