summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
6 daysMerge tag 'sched-urgent-2026-09-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-2/+8
9 daysfutex: Provide rt_mutex_.*_schedule() equivalents for futex schedulingSebastian Andrzej Siewior1-0/+16
11 dayssched/core: Skip rq->avg_idle update without a valid idle_stampShubhang Kaushik (Ampere)1-2/+8
2026-08-20Merge tag 'for-7.3/block-20260819' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+0
2026-08-20Merge tag 'sched_ext-for-7.3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-8/+41
2026-08-20Merge tag 'sysctl-7.03-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-4/+4
2026-08-18Merge tag 'sched-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+1
2026-08-12Merge branch 'for-7.3' into for-7.3-arena-argsTejun Heo1-8/+41
2026-08-11sched/core: Make core-sched flips wait for in-flight selectionsTejun Heo1-0/+22
2026-08-11sched/core: Handle pick_task() releasing the rq lockTejun Heo1-8/+19
2026-08-10preempt: Introduce HAS_SEPARATE_PREEMPT_RESCHED_BITSBoqun Feng1-2/+10
2026-08-10sched: Avoid signed comparison of preempt_count() in __cant_migrate()Boqun Feng1-1/+1
2026-08-10sched: Remove the unused preempt_offset parameter of __cant_sleep()Boqun Feng1-2/+2
2026-08-05sysctl: remove CONFIG_PROC_SYSCTL, it just mirrors CONFIG_SYSCTLOleg Nesterov1-4/+4
2026-08-04block: split out a new blk_plug.h headerChristoph Hellwig1-1/+0
2026-06-30sched/eevdf: Move to a single runqueuePeter Zijlstra (Intel)1-4/+1
2026-06-25Merge tag 'block-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+8
2026-06-19sched/mmcid: Fix OOB clear_bit when CID is MM_CID_UNSET in fixup pathRik van Riel1-2/+13
2026-06-16block: invalidate cached plug timestamp after task switchUsama Arif1-4/+8
2026-06-15Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds1-205/+234
2026-06-09sched/core: Combine separate 'else' and 'if' statementsLiang Luo1-2/+1
2026-06-02tick/sched: Move dyntick-idle cputime accounting to cputime codeFrederic Weisbecker1-1/+5
2026-06-02sched/fair: Call update_curr() before unthrottling the hierarchyK Prateek Nayak1-1/+4
2026-06-02sched/fair: Allocate cfs_tg_state with percpu allocatorZecheng Li1-22/+13
2026-06-02sched/fair: Remove task_group->se pointer arrayZecheng Li1-5/+2
2026-06-02sched: restore timer_slack_ns when resetting RT policy on forkGuanyou.Chen1-0/+1
2026-06-02sched: Simplify ttwu_runnable()Peter Zijlstra1-7/+6
2026-06-02sched/proxy: Remove superfluous clear_task_blocked_in()Peter Zijlstra1-3/+0
2026-06-02sched/proxy: Remove PROXY_WAKINGK Prateek Nayak1-1/+1
2026-06-02sched/proxy: Switch proxy to use p->is_blockedPeter Zijlstra1-6/+6
2026-06-02sched/proxy: Only return migrate when neededPeter Zijlstra1-0/+15
2026-06-02sched: Be more strict about p->is_blockedPeter Zijlstra1-1/+2
2026-06-02sched/proxy: Optimize try_to_wake_up()Peter Zijlstra1-10/+4
2026-06-02sched: Add blocked_donor link to task for smarter mutex handoffsPeter Zijlstra1-1/+13
2026-06-02sched: Add is_blocked task flagJohn Stultz1-1/+15
2026-06-02sched: Have try_to_wake_up() handle return-migration for PROXY_WAKING caseJohn Stultz1-99/+96
2026-06-02sched: Rework block_task so it can be directly calledJohn Stultz1-22/+23
2026-06-02sched: Rework prev_balance() to avoid stale prev referencesJohn Stultz1-17/+16
2026-05-26sched: Remove sched_class::pick_next_task()Peter Zijlstra1-18/+9
2026-05-26sched: Use {READ,WRITE}_ONCE() for preempt_dynamic_modePeter Zijlstra1-7/+8
2026-05-26sched/fair: Fix RCU usage in NOHZ exit path on CPU offlineAndrea Righi1-1/+2
2026-05-19Merge branch 'sched/cache'Peter Zijlstra1-0/+13
2026-05-19sched: Switch rq->next_class on proxy_resched_idle()John Stultz1-0/+1
2026-05-19sched: Simplify ifdeffery around cpu_smt_maskShrikanth Hegde1-6/+0
2026-05-05sched: Use trace_call__<tp>() to save a static branchGabriele Monaco1-3/+11
2026-04-28sched/fair: Clear rel_deadline when initializing forked entitiesZicheng Qu1-0/+1
2026-04-15Merge tag 'trace-rv-v7.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tr...Linus Torvalds1-0/+5
2026-04-15Merge tag 'sched_ext-for-7.1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-1/+1
2026-04-14Merge tag 'sched-core-2026-04-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-62/+272
2026-04-09sched/cache: Track LLC-preferred tasks per runqueueTim Chen1-0/+5