aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
10 daysMerge tag 'pm-7.2-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds1-0/+1
11 daysMerge tag 'block-7.2-20260625' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-4/+8
13 daysMerge tag 'core-urgent-2026-06-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-2/+13
13 daysMerge tag 'sched_ext-for-7.2-1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds12-155/+201
2026-06-22sched_ext: Move shared helpers from ext.c into internal.h and cid.hTejun Heo3-141/+142
2026-06-22sched_ext: Make kernel/sched/ext/ sources self-contained for clangdTejun Heo9-0/+45
2026-06-22sched_ext: Move sources under kernel/sched/ext/Tejun Heo12-14/+14
2026-06-22Merge tag 's390-7.2-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-2/+2
2026-06-19sched/mmcid: Fix OOB clear_bit when CID is MM_CID_UNSET in fixup pathRik van Riel1-2/+13
2026-06-17cpufreq: schedutil: Fix uncleared need_freq_update on the .adjust_perf() pathZhongqiu Han1-0/+1
2026-06-17Merge tag 'sched_ext-for-7.2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds9-288/+2556
2026-06-16block: invalidate cached plug timestamp after task switchUsama Arif1-4/+8
2026-06-16Merge branch 'idle-time-acc' into featuresAlexander Gordeev1-2/+2
2026-06-15s390/idle: Provide arch specific kcpustat_field_idle()/kcpustat_field_iowait()Heiko Carstens1-2/+2
2026-06-15Merge tag 'sched-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kernel...Linus Torvalds15-890/+2971
2026-06-15Merge tag 'locking-core-2026-06-14' of gitolite.kernel.org:pub/scm/linux/kern...Linus Torvalds1-50/+48
2026-06-15Merge tag 'timers-nohz-2026-06-13' of gitolite.kernel.org:pub/scm/linux/kerne...Linus Torvalds3-56/+271
2026-06-11sched/fair: Fix newidle vs core-schedAaron Lu1-0/+3
2026-06-09sched/deadline: Use task_on_rq_migrating() helperLiang Luo1-2/+2
2026-06-09sched/core: Combine separate 'else' and 'if' statementsLiang Luo1-2/+1
2026-06-09sched/fair: Fix cpu_util runnable_avg arithmeticHongyan Xia1-8/+15
2026-06-03sched_ext: Add scx_arena_to_kaddr() / scx_kaddr_to_arena()Tejun Heo2-15/+40
2026-06-03sched_ext: Make scx_bpf_kick_cid() return s32Tejun Heo1-5/+8
2026-06-03sched_ext: Add scx_cmask_test() and scx_cmask_for_each_cid()Tejun Heo1-0/+43
2026-06-03sched_ext: Order single-cid cmask helpers as (cid, mask)Tejun Heo2-6/+6
2026-06-03Merge tag 'sched_ext-for-7.1-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-4/+6
2026-06-02sched_ext: Don't warn on NULL cgrp_moving_from in scx_cgroup_move_task()Tejun Heo1-4/+6
2026-06-02sched/cputime: Handle dyntick-idle steal time correctlyFrederic Weisbecker1-5/+23
2026-06-02sched/cputime: Handle idle irqtime gracefullyFrederic Weisbecker1-3/+17
2026-06-02sched/cputime: Provide get_cpu_[idle|iowait]_time_us() off-caseFrederic Weisbecker1-3/+9
2026-06-02tick/sched: Consolidate idle time fetching APIsFrederic Weisbecker1-21/+40
2026-06-02tick/sched: Move dyntick-idle cputime accounting to cputime codeFrederic Weisbecker2-8/+146
2026-06-02tick/sched: Unify idle cputime accountingFrederic Weisbecker1-32/+30
2026-06-02sched/cputime: Correctly support generic vtime idle timeFrederic Weisbecker1-9/+29
2026-06-02sched/cputime: Remove superfluous and error prone kcpustat_field() parameterFrederic Weisbecker1-3/+2
2026-06-02sched/idle: Handle offlining first in idle loopFrederic Weisbecker1-5/+8
2026-06-02sched/fair: Unify cfs_rq throttling via account_cfs_rq_runtime()Peter Zijlstra1-55/+46
2026-06-02sched/fair: Move the throttled tasks to a local list in tg_unthrottle_up()K Prateek Nayak1-2/+21
2026-06-02sched/fair: Call update_curr() before unthrottling the hierarchyK Prateek Nayak2-3/+23
2026-06-02sched/fair: Use throttled_csd_list for local unthrottleK Prateek Nayak1-17/+15
2026-06-02sched/fair: Convert cfs bandwidth throttling to use guardsK Prateek Nayak1-103/+90
2026-06-02sched/fair: Allocate cfs_tg_state with percpu allocatorZecheng Li3-58/+45
2026-06-02sched/fair: Remove task_group->se pointer arrayZecheng Li4-27/+38
2026-06-02sched/fair: Co-locate cfs_rq and sched_entity in cfs_tg_stateZecheng Li3-20/+19
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