summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
15 hoursMerge tag 'sched-urgent-2026-09-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
15 hoursMerge tag 'locking-urgent-2026-09-06' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2 daystreewide: refresh kmalloc_obj() conversionsKees Cook
3 daysfutex: Provide rt_mutex_.*_schedule() equivalents for futex schedulingSebastian Andrzej Siewior
5 dayssched/fair: Avoid creating misfits during cache-aware balancingTim Chen
5 dayssched/fair: Use cfs_rq->h_curr in distribute_cfs_runtime()Wanwu Li
5 dayssched/fair: Use cfs_rq->h_curr in throttle_cfs_rq()Wanwu Li
5 dayssched/core: Skip rq->avg_idle update without a valid idle_stampShubhang Kaushik (Ampere)
5 dayssched/rt,dl: Skip migrate-disabled tasks when picking a push candidateSeiji Nishikawa
5 dayssched/fair: Use update_curr_eevdf() for the remaining root cfs_rq callersZhan Xusheng
7 daysMerge tag 'sched_ext-for-7.3-rc1-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
7 dayssched_ext: Fix missing @slice and @vtime descriptions in finish_dispatch() ke...Liang Luo
7 dayssched_ext: Fix several comment issuesWanwu Li
8 daysMerge tag 'locking-urgent-2026-08-30' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
11 daysMerge tag 'pm-7.3-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...Linus Torvalds
12 daysMerge branches 'pm-cpufreq' and 'pm-sleep'Rafael J. Wysocki
14 dayslocking: Revert switching guards to _irq_{disable,enable}()Peter Zijlstra
2026-08-22Merge tag 'sched-urgent-2026-08-22' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-08-22Merge tag 'locking-urgent-2026-08-22' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2026-08-22sched_ext: Fix spurious aborts in scx_bpf_dsq_move() on ownership change racesTejun Heo
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-20futex: Fix might_sleep() warning in futex_pivot_pending()Peter Zijlstra
2026-08-20Merge tag 'sysctl-7.03-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2026-08-20sched/fair: Floor tg_cpus() at 1Jake Steinman
2026-08-18Merge tag 'timers-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2026-08-18Merge tag 'sched-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2026-08-18Merge tag 'locking-core-2026-08-17' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2026-08-18sched_ext: Allow ops.cgroup_set_bandwidth() to be sleepableChangwoo Min
2026-08-18Merge tag 'pm-7.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2026-08-17sched_ext: Merge branch 'for-7.3-arena-args' into for-7.3Tejun Heo
2026-08-15sched_ext: Drop the dead SCX_DEQ_CORE_SCHED_EXEC test in dequeue_task_scx()Tejun Heo
2026-08-15sched_ext: Make core-sched task ordering hierarchy-awareTejun Heo
2026-08-15sched_ext: Use runnable_at for the default core-sched task orderingTejun Heo
2026-08-15sched_ext: Fix inverted ops.core_sched_before() invocationTejun Heo
2026-08-15sched_ext: Move the config-off sub-cap kfunc stubs into sub.cTejun Heo
2026-08-15cpufreq: schedutil: Fix rate limit overflowHui Su
2026-08-15sched_ext: Rename balance-era identifiers to dispatch termsTejun Heo
2026-08-15sched_ext: Drop the stale keep_prev fixup in dispatch_pick()Tejun Heo
2026-08-15sched_ext: Keep kick_sync waiting on the rq's own CPUTejun Heo
2026-08-14sched_ext: Don't BUG_ON a destroyed DSQ in process_deferred_reenq_usersTao Cui
2026-08-14sched_ext: Make scx_bpf_events() read the calling scheduler's countersTejun Heo
2026-08-14sched_ext: Drop unlocked scx_rq_clock_invalidate() from scx_root_disable()Tejun Heo
2026-08-14sched_ext: Fix exit_task leak on fork failure during enablefangqiurong
2026-08-14sched_ext: fix stale references in doc commentsTao Cui
2026-08-14sched_ext: Set up ops.sub_ecaps_updated() dispatch context on the executing CPUTejun Heo
2026-08-14sched/fair: Fix flat hierarchyVincent Guittot
2026-08-14Merge branch 'sched/urgent'Peter Zijlstra
2026-08-14sched: Update time before requeueing delayed entitiesVincent Guittot
2026-08-13sched/isolation: Defer freeing of cpumask memblock memory to initcallWaiman Long