summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
13 hoursMerge tag 'sched-urgent-2026-09-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
3 daysfutex: Provide rt_mutex_.*_schedule() equivalents for futex schedulingSebastian Andrzej Siewior
5 dayssched/core: Skip rq->avg_idle update without a valid idle_stampShubhang Kaushik (Ampere)
2026-08-20Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-08-20Merge tag 'sched_ext-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2026-08-20Merge tag 'sysctl-7.03-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-18Merge tag 'sched-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-08-12Merge branch 'for-7.3' into for-7.3-arena-argsTejun Heo
2026-08-11sched/core: Make core-sched flips wait for in-flight selectionsTejun Heo
2026-08-11sched/core: Handle pick_task() releasing the rq lockTejun Heo
2026-08-10preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITSBoqun Feng
2026-08-10sched: Avoid signed comparison of preempt_count() in __cant_migrate()Boqun Feng
2026-08-10sched: Remove the unused preempt_offset parameter of __cant_sleep()Boqun Feng
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov
2026-08-04block: split out a new blk_plug.h headerChristoph Hellwig
2026-06-30sched/eevdf: Move to a single runqueuePeter Zijlstra (Intel)
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