summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
13 dayssched/deadline: Use revised wakeup rule for dl_serverPeter Zijlstra-1/+1
2026-04-05Merge tag 'sched-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-8/+6
2026-04-03Merge tag 'sched_ext-for-7.0-rc6-fixes-2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-26/+54
2026-04-03sched_ext: Fix stale direct dispatch state in ddsp_dsq_idAndrea Righi-14/+35
2026-04-02sched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCUChangwoo Min-12/+19
2026-04-02sched/debug: Fix avg_vruntime() usagePeter Zijlstra-1/+3
2026-04-02sched/fair: Fix zero_vruntime tracking fixPeter Zijlstra-7/+3
2026-03-31Merge tag 'sched_ext-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-26/+74
2026-03-30sched_ext: Fix SCX_KICK_WAIT deadlock by deferring wait to balance callbackTejun Heo-25/+73
2026-03-21sched_ext: Fix inconsistent NUMA node lookup in scx_select_cpu_dfl()Cheng-Yang Chou-1/+1
2026-03-16sched: idle: Consolidate the handling of two special casesRafael J. Wysocki-9/+21
2026-03-15Merge tag 'sched-urgent-2026-03-15' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-51/+28
2026-03-13Merge tag 'sched_ext-for-7.0-rc3-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-27/+109
2026-03-11sched/mmcid: Avoid full tasklist walksThomas Gleixner-42/+12
2026-03-11sched/mmcid: Remove pointless preempt guardThomas Gleixner-5/+7
2026-03-11sched/mmcid: Handle vfork()/CLONE_VM correctlyThomas Gleixner-4/+1
2026-03-11sched/mmcid: Prevent CID stalls due to concurrent forksThomas Gleixner-7/+15
2026-03-10sched: idle: Make skipping governor callbacks more consistentRafael J. Wysocki-1/+10
2026-03-09sched_ext: Use WRITE_ONCE() for the write side of scx_enable helper pointerzhidao su-4/+5
2026-03-07Merge tag 'sched-urgent-2026-03-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+30
2026-03-07sched_ext: Fix enqueue_task_scx() truncation of upper enqueue flagsTejun Heo-3/+2
2026-03-06sched_ext: Use READ_ONCE() for scx_slice_bypass_us in scx_bypass()David Carlier-1/+1
2026-03-05sched_ext: Document task ownership state machineAndrea Righi-16/+98
2026-03-05sched_ext: Use READ_ONCE() for lock-free reads of module param variableszhidao su-2/+2
2026-03-04sched_ext: Use WRITE_ONCE() for the write side of dsq->seq updatezhidao su-1/+1
2026-03-04sched/deadline: Fix missing ENQUEUE_REPLENISH during PI de-boostingJuri Lelli-0/+30
2026-03-03Merge tag 'cgroup-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+1
2026-03-03Merge tag 'sched_ext-for-7.0-rc2-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds-22/+86
2026-03-03sched_ext: Fix starvation of scx_enable() under fair-class saturationTejun Heo-10/+56
2026-03-03sched_ext: Remove redundant css_put() in scx_cgroup_init()Cheng-Yang Chou-1/+0
2026-03-02sched_ext: Use READ_ONCE() for plain reads of scx_watchdog_timeoutzhidao su-3/+3
2026-03-02sched_ext: Replace naked scx_root dereferences in kobject callbackszhidao su-2/+6
2026-03-02sched_ext: Use READ_ONCE() for the read side of dsq->nr updatezhidao su-2/+6
2026-02-26sched_ext: Fix SCX_EFLAG_INITIALIZED being a no-op flagDavid Carlier-1/+1
2026-02-25sched_ext: Fix out-of-bounds access in scx_idle_init_masks()David Carlier-2/+2
2026-02-24sched_ext: Disable preemption between scx_claim_exit() and kicking helper workTejun Heo-0/+12
2026-02-23cgroup/cpuset: Call housekeeping_update() without holding cpus_read_lockWaiman Long-3/+1
2026-02-23sched/core: Fix wakeup_preempt's next_class trackingPeter Zijlstra-4/+16
2026-02-23sched/fair: Fix lag clampPeter Zijlstra-4/+35
2026-02-23sched/eevdf: Update se->vprot in reweight_entity()Wang Tao-0/+12
2026-02-23sched/fair: Only set slice protection at pick timePeter Zijlstra-5/+6
2026-02-23sched/fair: Fix zero_vruntime trackingPeter Zijlstra-27/+57
2026-02-22Convert remaining multi-line kmalloc_obj/flex GFP_KERNEL usesKees Cook-1/+1
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds-2/+1
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds-21/+21
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-27/+25
2026-02-12Merge tag 'mm-nonmm-stable-2026-02-12-10-48' of git://git.kernel.org/pub/scm/...Linus Torvalds-2/+6
2026-02-11Merge tag 'sched_ext-for-6.20' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-2/+2
2026-02-11sched/mmcid: Don't assume CID is CPU owned on mode switchThomas Gleixner-6/+7
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-2/+19