summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2026-06-25Merge tag 'block-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2026-06-19sched/mmcid: Fix OOB clear_bit when CID is MM_CID_UNSET in fixup pathRik van Riel
2026-06-16block: invalidate cached plug timestamp after task switchUsama Arif
2026-06-15Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds
2026-06-09sched/core: Combine separate 'else' and 'if' statementsLiang Luo
2026-06-02tick/sched: Move dyntick-idle cputime accounting to cputime codeFrederic Weisbecker
2026-06-02sched/fair: Call update_curr() before unthrottling the hierarchyK Prateek Nayak
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: restore timer_slack_ns when resetting RT policy on forkGuanyou.Chen
2026-06-02sched: Simplify ttwu_runnable()Peter Zijlstra
2026-06-02sched/proxy: Remove superfluous clear_task_blocked_in()Peter Zijlstra
2026-06-02sched/proxy: Remove PROXY_WAKINGK Prateek Nayak
2026-06-02sched/proxy: Switch proxy to use p->is_blockedPeter Zijlstra
2026-06-02sched/proxy: Only return migrate when neededPeter Zijlstra
2026-06-02sched: Be more strict about p->is_blockedPeter Zijlstra
2026-06-02sched/proxy: Optimize try_to_wake_up()Peter Zijlstra
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: Rework prev_balance() to avoid stale prev referencesJohn Stultz
2026-05-26sched: Remove sched_class::pick_next_task()Peter Zijlstra
2026-05-26sched: Use {READ,WRITE}_ONCE() for preempt_dynamic_modePeter Zijlstra
2026-05-26sched/fair: Fix RCU usage in NOHZ exit path on CPU offlineAndrea Righi
2026-05-19Merge branch 'sched/cache'Peter Zijlstra
2026-05-19sched: Switch rq->next_class on proxy_resched_idle()John Stultz
2026-05-19sched: Simplify ifdeffery around cpu_smt_maskShrikanth Hegde
2026-05-05sched: Use trace_call__<tp>() to save a static branchGabriele Monaco
2026-04-28sched/fair: Clear rel_deadline when initializing forked entitiesZicheng Qu
2026-04-15Merge tag 'trace-rv-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds
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-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: Handle blocked-waiter migration (and return migration)John Stultz
2026-04-03sched: Add logic to zap balance callbacks if we pick againJohn Stultz
2026-04-03sched: Add assert_balance_callbacks_empty helperJohn Stultz
2026-04-03sched/locking: Add special p->blocked_on==PROXY_WAKING value for proxy return...John Stultz
2026-04-03sched: Fix modifying donor->blocked on without proper lockingJohn Stultz
2026-04-03locking: Add task::blocked_lock to serialize blocked_on stateJohn Stultz
2026-04-03sched: Fix potentially missing balancing with Proxy ExecJohn Stultz
2026-04-03sched: Minimise repeated sched_proxy_exec() checkingJohn Stultz
2026-04-03sched: Make class_schedulers avoid pushing current, and get rid of proxy_tag_...John Stultz
2026-03-31sched: Add deadline tracepointsGabriele Monaco
2026-03-24sched/core: Get this cpu once in ttwu_queue_cond()Shrikanth Hegde
2026-03-21Merge tag 'v7.0-rc4' into timers/core, to resolve conflictIngo Molnar
2026-03-17Merge tag 'v7.0-rc4' into sched/core, to pick up scheduler fixesIngo Molnar