summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
24 hoursMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/tj...Mark Brown
25 hoursMerge branch 'for-next' of https://git.kernel.org/pub/scm/linux/kernel/git/tr...Mark Brown
25 hoursMerge branch 'master' of https://git.kernel.org/pub/scm/linux/kernel/git/tip/...Mark Brown
25 hoursMerge branch 'linux-next' of https://git.kernel.org/pub/scm/linux/kernel/git/...Mark Brown
35 hoursMerge branch into tip/master: 'sched/core'Ingo Molnar
35 hoursMerge branch into tip/master: 'sched/merge'Ingo Molnar
35 hoursMerge branch 'timers/core' into sched/merge, to aid integration testingIngo Molnar
47 hoursMerge branch 'timers/urgent' into timers/coreThomas Gleixner
2 dayssched/rt: Cleanup global RT bandwidth functionsMichal Koutný
2 dayssched/rt: Move group schedulability check to sched_rt_global_validate()Michal Koutný
2 dayssched/rt: Skip group schedulable check with rt_group_sched=0Michal Koutný
2 dayssched/deadline: Use revised wakeup rule for dl_serverPeter Zijlstra
3 daysMerge branch 'pm-cpufreq' into linux-nextRafael J. Wysocki
3 dayssched/fair: Avoid overflow in enqueue_entity()K Prateek Nayak
3 dayssched: Use u64 for bandwidth ratio calculationsJoseph Salisbury
5 daysMerge tag 'sched-urgent-2026-04-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
7 daysMerge tag 'sched_ext-for-7.0-rc6-fixes-2' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
7 daysMerge branch 'for-7.0-fixes' into for-7.1Tejun Heo
7 dayssched_ext: Fix stale direct dispatch state in ddsp_dsq_idAndrea Righi
7 dayssched/fair: Prevent negative lag increase during delayed dequeueVincent Guittot
7 dayssched/fair: Use sched_energy_enabled()Vincent Guittot
7 dayssched: Handle blocked-waiter migration (and return migration)John Stultz
7 dayssched: Move attach_one_task and attach_task helpers to sched.hJohn Stultz
7 dayssched: Add logic to zap balance callbacks if we pick againJohn Stultz
7 dayssched: Add assert_balance_callbacks_empty helperJohn Stultz
7 dayssched/locking: Add special p->blocked_on==PROXY_WAKING value for proxy return...John Stultz
7 dayssched: Fix modifying donor->blocked on without proper lockingJohn Stultz
7 dayslocking: Add task::blocked_lock to serialize blocked_on stateJohn Stultz
7 dayssched: Fix potentially missing balancing with Proxy ExecJohn Stultz
7 dayssched: Minimise repeated sched_proxy_exec() checkingJohn Stultz
7 dayssched: Make class_schedulers avoid pushing current, and get rid of proxy_tag_...John Stultz
8 dayssched_ext: Fix is_bpf_migration_disabled() false negative on non-PREEMPT_RCUChangwoo Min
8 dayssched_ext: Fix missing warning in scx_set_task_state() default caseSamuele Mariotti
8 dayscpufreq: Pass the policy to cpufreq_driver->adjust_perf()K Prateek Nayak
8 daysMerge branch 'sched/core' into sched/merge, to ease integration testingIngo Molnar
8 daysMerge branch 'sched/urgent' into sched/core, to resolve conflictsIngo Molnar
8 dayssched/debug: Fix avg_vruntime() usagePeter Zijlstra
8 dayssched/fair: Fix zero_vruntime tracking fixPeter Zijlstra
10 daysMerge tag 'sched_ext-for-7.0-rc6-fixes' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
11 daysMerge branch 'for-7.0-fixes' into for-7.1Tejun Heo
11 dayssched_ext: Fix SCX_KICK_WAIT deadlock by deferring wait to balance callbackTejun Heo
14 dayssched_ext: Document why built-in DSQs are unsupported sources in scx_bpf_dsq_...Cheng-Yang Chou
2026-03-26kernel: Use trace_call__##name() at guarded tracepoint call sitesVineeth Pillai (Google)
2026-03-25sched_ext: Fix missing SCX_EV_SUB_BYPASS_DISPATCH aggregation in scx_read_eve...Cheng-Yang Chou
2026-03-25sched_ext: Fix missing return after scx_error() in scx_dsq_move()Cheng-Yang Chou
2026-03-24sched_ext: Choose the right sch->ops.name to output in the print_scx_info()Zqiang
2026-03-24sched/core: Get this cpu once in ttwu_queue_cond()Shrikanth Hegde
2026-03-24sched/fair: Get this cpu once in find_new_ilb()Shrikanth Hegde
2026-03-23sched_ext: Fix invalid kobj cast in scx_uevent()Cheng-Yang Chou
2026-03-22sched_ext: Use irq_work_queue_on() in schedule_deferred()Tejun Heo