summaryrefslogtreecommitdiff
path: root/kernel/sched/sched.h
AgeCommit message (Expand)Author
2026-06-22sched_ext: Move sources under kernel/sched/ext/Tejun Heo
2026-06-02sched/fair: Allocate cfs_tg_state with percpu allocatorZecheng Li
2026-06-02sched/fair: Remove task_group->se pointer arrayZecheng Li
2026-06-02sched/fair: Co-locate cfs_rq and sched_entity in cfs_tg_stateZecheng Li
2026-06-02sched: deadline: Add dl_rq->curr pointer to address issues with Proxy ExecJohn Stultz
2026-06-02sched: Rework prev_balance() to avoid stale prev referencesJohn Stultz
2026-05-29sched_ext: Auto-register/unregister dl_server reservationsAndrea Righi
2026-05-26sched: Remove sched_class::pick_next_task()Peter Zijlstra
2026-05-19Merge branch 'sched/cache'Peter Zijlstra
2026-05-19sched/fair: Attach sched_domain_shared to sd_asym_cpucapacityK Prateek Nayak
2026-05-19sched: Unify SMT active check via sched_smt_active()Shrikanth Hegde
2026-05-19sched: Simplify ifdeffery around cpu_smt_maskShrikanth Hegde
2026-05-18sched/cache: Fix race condition during sched domain rebuildChen Yu
2026-05-18sched/cache: Add user control to adjust the aggressiveness of cache-aware sch...Chen Yu
2026-04-15Merge tag 'sched_ext-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-04-14Merge tag 'sched-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-04-11Merge branch 'timers/urgent' into timers/coreThomas Gleixner
2026-04-10sched_ext: Decouple kfunc unlocked-context check from kf_maskTejun Heo
2026-04-09sched/cache: Allow the user space to turn on and off cache aware schedulingChen Yu
2026-04-09sched/cache: Enable cache aware scheduling for multi LLCs NUMA nodeChen Yu
2026-04-09sched/cache: Respect LLC preference in task migration and detachTim Chen
2026-04-09sched/cache: Track LLC-preferred tasks per runqueueTim Chen
2026-04-09sched/cache: Make LLC id continuousTim Chen
2026-04-09sched/cache: Introduce infrastructure for cache-aware load balancingPeter Zijlstra (Intel)
2026-04-07sched: Use u64 for bandwidth ratio calculationsJoseph Salisbury
2026-04-03sched: Move attach_one_task and attach_task helpers to sched.hJohn Stultz
2026-04-03sched: Add assert_balance_callbacks_empty helperJohn Stultz
2026-03-30Merge branch 'for-7.0-fixes' into for-7.1Tejun Heo
2026-03-30sched_ext: Fix SCX_KICK_WAIT deadlock by deferring wait to balance callbackTejun Heo
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar
2026-03-18sched/core: Check for rcu_read_lock_any_held() in idle_get_state()K Prateek Nayak
2026-03-13sched_ext: Implement SCX_ENQ_IMMEDTejun Heo
2026-03-09Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Tejun Heo
2026-03-07sched_ext: Implement scx_bpf_dsq_reenq() for user DSQsTejun Heo
2026-03-07sched_ext: Convert deferred_reenq_locals from llist to regular listTejun Heo
2026-03-06sched_ext: Add basic building blocks for nested sub-scheduler dispatchingTejun Heo
2026-03-06sched_ext: Make scx_bpf_reenqueue_local() sub-sched awareTejun Heo
2026-03-06sched_ext: Move bypass state into scx_schedTejun Heo
2026-03-06sched_ext: Move bypass_dsq into scx_sched_pcpuTejun Heo
2026-03-06sched/headers: Inline raw_spin_rq_unlock()Xie Yuanbin
2026-02-27sched: Optimize hrtimer handlingThomas Gleixner
2026-02-27sched: Use hrtimer_highres_enabled()Thomas Gleixner
2026-02-27sched/fair: Simplify hrtick_update()Peter Zijlstra (Intel)
2026-02-25sched/deadline: Add reporting of runtime left & abs deadline to sched_getattr...Tommaso Cucinotta
2026-02-23sched/fair: Increase weight bits for avg_vruntimePeter Zijlstra
2026-02-23sched/core: Fix wakeup_preempt's next_class trackingPeter Zijlstra
2026-02-11sched/mmcid: Don't assume CID is CPU owned on mode switchThomas Gleixner
2026-02-10Merge tag 'x86_paravirt_for_v7.0_rc1' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-02-10Merge tag 'sched-core-2026-02-09' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-02-10Merge tag 'locking-core-2026-02-08' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds