summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2026-03-06sched/hrtick: Mark hrtick_clear() as always usedIngo Molnar
2026-03-05sched_ext: Document task ownership state machineAndrea Righi
2026-03-05sched_ext: Use READ_ONCE() for lock-free reads of module param variableszhidao su
2026-03-04sched_ext: Use WRITE_ONCE() for the write side of dsq->seq updatezhidao su
2026-03-04sched/deadline: Fix missing ENQUEUE_REPLENISH during PI de-boostingJuri Lelli
2026-03-03Merge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2026-03-03Merge tag 'sched_ext-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-03-03sched_ext: Fix starvation of scx_enable() under fair-class saturationTejun Heo
2026-03-03sched_ext: Remove redundant css_put() in scx_cgroup_init()Cheng-Yang Chou
2026-03-02sched_ext: Use READ_ONCE() for plain reads of scx_watchdog_timeoutzhidao su
2026-03-02sched_ext: Replace naked scx_root dereferences in kobject callbackszhidao su
2026-03-02sched_ext: Use READ_ONCE() for the read side of dsq->nr updatezhidao su
2026-02-27sched: Default enable HRTICK when deferred rearming is enabledPeter Zijlstra
2026-02-27sched/core: Prepare for deferred hrtimer rearmingPeter Zijlstra
2026-02-27sched/hrtick: Mark hrtick timer LAZY_REARMPeter Zijlstra
2026-02-27sched/hrtick: Avoid tiny hrtick rearmsThomas Gleixner
2026-02-27sched: Optimize hrtimer handlingThomas Gleixner
2026-02-27sched: Use hrtimer_highres_enabled()Thomas Gleixner
2026-02-27sched: Avoid ktime_get() indirectionThomas Gleixner
2026-02-27sched/fair: Make hrtick resched hardPeter Zijlstra (Intel)
2026-02-27sched/fair: Simplify hrtick_update()Peter Zijlstra (Intel)
2026-02-27sched/eevdf: Fix HRTICK durationPeter Zijlstra
2026-02-26sched_ext: Fix SCX_EFLAG_INITIALIZED being a no-op flagDavid Carlier
2026-02-25sched_ext: Fix out-of-bounds access in scx_idle_init_masks()David Carlier
2026-02-25sched/deadline: Add reporting of runtime left & abs deadline to sched_getattr...Tommaso Cucinotta
2026-02-24sched_ext: Disable preemption between scx_claim_exit() and kicking helper workTejun Heo
2026-02-23cgroup/cpuset: Call housekeeping_update() without holding cpus_read_lockWaiman Long
2026-02-23sched_ext: Fix ops.dequeue() semanticsAndrea Righi
2026-02-23sched_ext: Add rq parameter to dispatch_enqueue()Andrea Righi
2026-02-23sched_ext: Properly mark SCX-internal migrations via sticky_cpuAndrea Righi
2026-02-23sched/fair: Skip SCHED_IDLE rq for SCHED_IDLE taskChristian Loehle
2026-02-23sched: Replace use of system_unbound_wq with system_dfl_wqMarco Crivellari
2026-02-23sched: Fix incorrect schedstats for rt and dl threadDengjun Su
2026-02-23sched/fair: Filter false overloaded_group case for EASVincent Guittot
2026-02-23sched/fair: Update overutilized detectionVincent Guittot
2026-02-23sched/fair: Use full weight to __calc_delta()Peter Zijlstra
2026-02-23sched/fair: Revert 6d71a9c61604 ("sched/fair: Fix EEVDF entity placement bug ...Peter Zijlstra
2026-02-23sched/fair: Increase weight bits for avg_vruntimePeter Zijlstra
2026-02-23sched/fair: More complex proportional newidle balancePeter Zijlstra
2026-02-23sched/core: Fix wakeup_preempt's next_class trackingPeter Zijlstra
2026-02-23sched/fair: Fix lag clampPeter Zijlstra
2026-02-23sched/eevdf: Update se->vprot in reweight_entity()Wang Tao
2026-02-23sched/fair: Only set slice protection at pick timePeter Zijlstra
2026-02-23sched/fair: Fix zero_vruntime trackingPeter Zijlstra
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds
2026-02-11Merge tag 'sched_ext-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds