summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2025-10-15sched_ext: Add lockless peek operation for DSQsRyan Newton-2/+56
2025-10-14sched_ext: Fix scx_kick_pseqs corruption on concurrent scheduler loadsAndrea Righi-5/+5
2025-10-14sched/ext: Implement cgroup_set_idle() callbackzhidao su-2/+27
2025-10-14sched/fair: Fix pelt lost idle time detectionVincent Guittot-13/+13
2025-10-14sched/deadline: Stop dl_server before CPU goes offlinePeter Zijlstra (Intel)-0/+5
2025-10-13sched_ext: Make scx_bpf_dsq_insert*() return boolTejun Heo-11/+34
2025-10-13sched_ext: Wrap kfunc args in struct to prepare for aux__progTejun Heo-27/+98
2025-10-13sched_ext: Add scx_bpf_task_set_slice() and scx_bpf_task_set_dsq_vtime()Tejun Heo-0/+30
2025-10-13sched_ext: Exit early on hotplug events during attachAndrea Righi-2/+9
2025-10-13sched_ext: Allocate scx_kick_cpus_pnt_seqs lazily using kvzalloc()Tejun Heo-10/+79
2025-10-13sched_ext: defer queue_balance_callback() until after ops.dispatchEmil Tsalapatis-2/+28
2025-10-13sched_ext: Sync error_irq_work before freeing scx_schedTejun Heo-0/+2
2025-10-13sched_ext: Mark scx_bpf_dsq_move_set_[slice|vtime]() with KF_RCUTejun Heo-4/+4
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-5/+5
2025-09-30Merge tag 'timers-core-2025-09-29' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-1/+1
2025-09-30Merge tag 'sched-core-2025-09-26' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-293/+431
2025-09-30Merge tag 'sched_ext-for-6.18' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds-1298/+1510
2025-09-29Merge tag 'kernel-6.18-rc1.clone3' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-5/+5
2025-09-26Merge tag 'sched-urgent-2025-09-26' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-44/+35
2025-09-25sched: Make migrate_{en,dis}able() inlineMenglong Dong-49/+26
2025-09-25sched/deadline: Fix dl_server behaviourPeter Zijlstra-23/+33
2025-09-25sched/deadline: Fix dl_server getting stuckPeter Zijlstra-21/+2
2025-09-23Revert "sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()"Tejun Heo-1/+1
2025-09-23sched_ext: Merge branch 'for-6.17-fixes' into for-6.18Tejun Heo-7/+33
2025-09-23sched_ext: Misc updates around scx_sched instance pointerTejun Heo-22/+40
2025-09-23sched_ext: Drop scx_kf_exit() and scx_kf_error()Tejun Heo-63/+88
2025-09-23sched_ext: Add the @sch parameter to scx_dsq_insert_preamble/commit()Tejun Heo-7/+22
2025-09-23sched_ext: Drop kf_cpu_valid()Tejun Heo-31/+48
2025-09-23sched_ext: Add the @sch parameter to ext_idle helpersTejun Heo-15/+94
2025-09-23sched_ext: Add the @sch parameter to __bstr_format()Tejun Heo-7/+21
2025-09-23sched_ext: Separate out scx_kick_cpu() and add @sch to itTejun Heo-16/+27
2025-09-23sched_ext: Add SCX_EFLAG_INITIALIZED to indicate successful ops.init()Tejun Heo-0/+14
2025-09-23sched_ext: Use bitfields for boolean warning flagsTejun Heo-2/+2
2025-09-23sched_ext: Fix stray scx_root usage in task_can_run_on_remote_rq()Tejun Heo-2/+1
2025-09-23sched_ext: Use rhashtable_lookup() instead of rhashtable_lookup_fast()Tejun Heo-1/+1
2025-09-23sched_ext: Verify RCU protection in scx_bpf_cpu_curr()Andrea Righi-1/+1
2025-09-22Merge tag 'sched_ext-for-6.17-rc7-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-1/+27
2025-09-22sched_ext: idle: Handle migration-disabled tasks in BPF codeAndrea Righi-1/+27
2025-09-18sched_ext: Add migration-disabled counter to error state dumpAndrea Righi-1/+2
2025-09-17Merge tag 'sched_ext-for-6.17-rc6-fixes' of git://git.kernel.org/pub/scm/linu...Linus Torvalds-6/+2
2025-09-16sched_ext, sched/core: Fix build failure when !FAIR_GROUP_SCHED && EXT_GROUP_...Tejun Heo-1/+1
2025-09-16Revert "sched_ext: Skip per-CPU tasks in scx_bpf_reenqueue_local()"Andrea Righi-5/+1
2025-09-15sched/fair: Do not balance task to a throttled cfs_rqAaron Lu-4/+18
2025-09-15sched/fair: Do not special case tasks in throttled hierarchyAaron Lu-4/+4
2025-09-15sched/fair: update_cfs_group() for throttled cfs_rqsAaron Lu-3/+0
2025-09-15sched/fair: Propagate load for throttled cfs_rqAaron Lu-8/+18
2025-09-13mm: replace (20 - PAGE_SHIFT) with common macros for pages<->MB conversionYe Liu-3/+2
2025-09-13mm: memory-tiering: fix PGPROMOTE_CANDIDATE countingRuan Shiyang-2/+3
2025-09-09sched/core: Avoid direct access to hrtimer clockbaseThomas Weißschuh-1/+1
2025-09-04sched_ext: Fix NULL dereference in scx_bpf_cpu_rq() warningAndrea Righi-2/+5