summaryrefslogtreecommitdiff
path: root/kernel
AgeCommit message (Expand)Author
2026-06-30hrtimer: Remove unused clock_base_next_timer_safe()Zhan Xusheng
2026-06-30workqueue: trigger a single-CPU backtrace for stalled poolsBreno Leitao
2026-06-30workqueue: only show running workers in stall diagnosticsBreno Leitao
2026-06-30powerpc/kexec_file: Use crash_exclude_core_ranges() helperJinjie Ruan
2026-06-30crash: Add crash_prepare_headers() to exclude crash kernel memoryJinjie Ruan
2026-06-30tracing/probes: Make the $ prefix mandatory for comm accessMasami Hiramatsu (Google)
2026-06-30tracing/fprobe: Fix NULL pointer dereference in fprobe_fgraph_entry()Sechang Lim
2026-06-30tracing/probes: Fix double addition of offset for @+FOFFSETMasami Hiramatsu (Google)
2026-06-30tracing: eprobe: read the complete FILTER_PTR_STRING pointerMartin Kaiser
2026-06-30tracing/probes: Remove WARN_ON_ONCE from parse_btf_argMasami Hiramatsu (Google)
2026-06-30bpf: Reject BPF_MAP_TYPE_INODE_STORAGE creation if BPF LSM is uninitializedMatt Bobrowski
2026-06-30sched_ext: Replace open-coded event lists with SCX_EVENTS_LISTCheng-Yang Chou
2026-06-30sched_ext: Don't warn on core-sched forced idle in put_prev_task_scx()Tejun Heo
2026-06-30sched/fair: Fix stale comments referring to removed CFS conceptsZhan Xusheng
2026-06-30perf/core: Check kernel access when kernel callchains are requestedDapeng Mi
2026-06-30perf/core: Fix kernel register info leak via hardware skidDapeng Mi
2026-06-30sched/debug: Remove unused schedstatsShrikanth Hegde
2026-06-30sched/psi: skip irqtime accounting when no new irq time has elapsedUsama Arif
2026-06-30sched/fair: Reflow sched_balance_rq()Peter Zijlstra
2026-06-30sched/fair: Simplify balance_interval reset logic in sched_balance_rq()Xin Zhao
2026-06-30sched/fair: Don't trigger active lb if src_rq->curr is not on_rqXin Zhao
2026-06-30sched/eevdf: Speedup short slice task schedulingVincent Guittot
2026-06-30sched/eevdf: Always update slice protectionVincent Guittot
2026-06-30sched/eevdf: Cancel slice protection if short slice task is eligibleVincent Guittot
2026-06-30sched/eevdf: Update slice protection even when resched is already setVincent Guittot
2026-06-30sched/eevdf: Take into account current's lag when updating slice protectionVincent Guittot
2026-06-30sched/fair: Set next buddy for preempt shortVincent Guittot
2026-06-30sched/fair: Remove unused arguments from set_preempt_buddy()K Prateek Nayak
2026-06-30sched/eevdf: Move to a single runqueuePeter Zijlstra (Intel)
2026-06-30sched/fair: Change the default cgroup_mode to concurPeter Zijlstra
2026-06-30sched/fair: Add cgroup_mode: tasksPeter Zijlstra
2026-06-30sched/fair: Add cgroup_mode: concurPeter Zijlstra
2026-06-30sched/fair: Add cgroup_mode: maxPeter Zijlstra
2026-06-30sched/fair: Add cgroup_mode: upPeter Zijlstra
2026-06-30sched/fair: Add cgroup_mode switchPeter Zijlstra
2026-06-30sched/fair: Fix overflow in update_tg_cfs_runnable()Chen, Yu C
2026-06-30sched/core: Fix inter-class wakeup_preempt()Peter Zijlstra
2026-06-29bpf,fork: wipe ->bpf_storage before bailouts that access itJann Horn
2026-06-29sched_ext: Pin parent scx_sched across a child sub-scheduler's lifetimeTejun Heo
2026-06-29workqueue: defer the worker wakeup outside pool->lock in process_one_work()Breno Leitao
2026-06-29workqueue: defer the worker wakeup outside pool->lock in __queue_work()Breno Leitao
2026-06-29workqueue: split kick_pool() into kick_pool_pick()Breno Leitao
2026-06-29smp: Use release stores for csd_lock_record() stateUsama Arif
2026-06-29irqdomain: Remove unnedded NULL check in __irq_domain_[de]activate_irq()Kemeng Shi
2026-06-29genirq/manage: Use irqd_get_parent_data() helper in __irq_get_irqchip_state()Kemeng Shi
2026-06-29irqdomain: Plug leak in irq_domain_alloc_irqs_locked() error pathKemeng Shi
2026-06-29fs: add umh argument to struct kernel_clone_argsChristian Brauner
2026-06-29fs: add real_fs to track task's actual fs_structChristian Brauner
2026-06-29fs: add switch_fs_struct()Christian Brauner
2026-06-29kernel: exit: fix coding style missing spacesmingzhu wang