summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2026-06-02sched: Add blocked_donor link to task for smarter mutex handoffsPeter Zijlstra
2026-06-02sched: Add is_blocked task flagJohn Stultz
2026-06-02sched: Have try_to_wake_up() handle return-migration for PROXY_WAKING caseJohn Stultz
2026-06-02sched: Rework block_task so it can be directly calledJohn Stultz
2026-06-02sched: deadline: Add dl_rq->curr pointer to address issues with Proxy ExecJohn Stultz
2026-06-02sched: deadline: Add some helper variables to cleanup deadline logicJohn Stultz
2026-06-02sched: Rework prev_balance() to avoid stale prev referencesJohn Stultz
2026-06-02Merge branch 'tip/sched/urgent'Peter Zijlstra
2026-05-31sched_ext: Guard BPF arena helper calls to fix 32-bit buildTejun Heo
2026-05-29sched/fair: Use rq_clock() in update_tg_load_avg() rate-limitRik van Riel
2026-05-29sched_ext: Auto-register/unregister dl_server reservationsAndrea Righi
2026-05-29sched/deadline: Reject debugfs dl_server writes for offline CPUsAndrea Righi
2026-05-29sched/topology: Provide arch_llc_mask for cache aware schedulingShrikanth Hegde
2026-05-27sched_ext: idle: Fix errno loss in scx_idle_init()Cheng-Yang Chou
2026-05-26sched: Remove sched_class::pick_next_task()Peter Zijlstra
2026-05-26sched/fair: Add newidle balance to pick_task_fair()Peter Zijlstra
2026-05-26sched/debug: Collapse subsequent CONFIG_SCHED_CLASS_EXT sectionsPeter Zijlstra
2026-05-26sched: Use {READ,WRITE}_ONCE() for preempt_dynamic_modePeter Zijlstra
2026-05-26sched/debug: Use char * instead of char (*)[]Peter Zijlstra
2026-05-26sched/fair: Fix RCU usage in NOHZ exit path on CPU offlineAndrea Righi
2026-05-25sched_ext: Convert ops.set_cmask() to arena-resident cmaskTejun Heo
2026-05-25sched_ext: Sub-allocator over kernel-claimed BPF arena pagesTejun Heo
2026-05-25sched_ext: Require an arena for cid-form schedulersTejun Heo
2026-05-25Merge branch 'arena_direct_access' of git://git.kernel.org/pub/scm/linux/kern...Tejun Heo
2026-05-22Merge tag 'sched_ext-for-7.1-rc4-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2026-05-21sched_ext: Fix spurious WARN on stale ops_state in ops_dequeue()Samuele Mariotti
2026-05-20sched_ext: Add cmask mask opsTejun Heo
2026-05-20sched_ext: Track bits[] storage size in struct scx_cmaskTejun Heo
2026-05-20sched_ext: Rename scx_cmask.nr_bits to nr_cidsTejun Heo
2026-05-19sched/topology: Allow multiple domains to claim sched_domain_sharedK Prateek Nayak
2026-05-19Merge branch 'sched/cache'Peter Zijlstra
2026-05-19sched/rt: Have RT_PUSH_IPI be default off for non PREEMPT_RTSteven Rostedt
2026-05-19sched: Switch rq->next_class on proxy_resched_idle()John Stultz
2026-05-19sched/fair: Add SIS_UTIL support to select_idle_capacity()K Prateek Nayak
2026-05-19sched/fair: Reject misfit pulls onto busy SMT siblings on asym-capacityAndrea Righi
2026-05-19sched/fair: Prefer fully-idle SMT cores in asym-capacity idle selectionAndrea Righi
2026-05-19sched/fair: Attach sched_domain_shared to sd_asym_cpucapacityK Prateek Nayak
2026-05-19sched/fair: Drop redundant RCU read lock in NOHZ kick pathAndrea Righi
2026-05-19sched: Unify SMT active check via sched_smt_active()Shrikanth Hegde
2026-05-19sched/fair: Add sched_smt_active check for fastpathsShrikanth Hegde
2026-05-19sched: Simplify ifdeffery around cpu_smt_maskShrikanth Hegde
2026-05-19sched/fair: Update util_est after updating util_avg during dequeueVincent Guittot
2026-05-19sched/cputime: Drop now-stale mul_u64_u64_div_u64() over-approximation guardNicolas Pitre
2026-05-19sched/deadline: Fix replenishment logic for non-deferred serversYuri Andriaccio
2026-05-19sched/rt: Update default bandwidth for real-time tasks to ONEYuri Andriaccio
2026-05-18sched/cache: Fix stale preferred_llc for a new taskChen Yu
2026-05-18sched/cache: Fix has_multi_llcs iff at least one partition has multiple LLCsChen Yu
2026-05-18sched/cache: Fix cache aware scheduling enabling for multi LLCs systemChen Yu
2026-05-18sched/cache: Fix race condition during sched domain rebuildChen Yu
2026-05-18sched/cache: Fix checking active load balance by only considering the CFS taskChen Yu