aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2024-08-08sched_ext: Make scx_rq_online() also test cpu_active() in addition to SCX_RQ_...Tejun Heo1-1/+8
2024-08-08sched_ext: Fix unsafe list iteration in process_ddsp_deferred_locals()Tejun Heo1-4/+6
2024-08-07sched/rt: Rename realtime_{prio, task}() to rt_or_dl_{prio, task}()Qais Yousef2-3/+3
2024-08-07sched/rt: Clean up usage of rt_task()Qais Yousef2-3/+3
2024-08-07sched/debug: Fix fair_server_period_max valueDan Carpenter1-1/+1
2024-08-07sched/fair: Make balance_fair() test sched_fair_runnable() instead of rq->nr_...Tejun Heo1-1/+1
2024-08-06sched_ext: Make task_can_run_on_remote_rq() use common task_allowed_on_cpu()Tejun Heo3-7/+36
2024-08-06sched_ext: Improve comment on idle_sched_class exception in scx_task_iter_nex...Tejun Heo1-2/+23
2024-08-06sched_ext: Simplify UP support by enabling sched_class->balance() in UPTejun Heo3-44/+3
2024-08-06sched_ext: Use update_curr_common() in update_curr_scx()Tejun Heo1-10/+4
2024-08-06sched_ext: Add scx_enabled() test to @start_class promotion in put_prev_task_...Tejun Heo1-1/+1
2024-08-06sched_ext: Simplify scx_can_stop_tick() invocation in sched_can_stop_tick()Tejun Heo1-2/+2
2024-08-04profiling: remove profile=sleep supportTetsuo Handa1-10/+0
2024-08-04Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Tejun Heo10-281/+879
2024-08-02sched_ext: Allow p->scx.disallow only while loadingTejun Heo1-15/+20
2024-08-01sched_ext: Build fix on !CONFIG_STACKTRACE[_SUPPORT]Tejun Heo1-1/+3
2024-07-31scx: Allow calling sleepable kfuncs from BPF_PROG_TYPE_SYSCALLDavid Vernet1-16/+11
2024-07-30Merge tag 'v6.11-rc1' into for-6.12Tejun Heo8-35/+54
2024-07-29sched/fair: Cleanup fair_serverPeter Zijlstra1-15/+17
2024-07-29sched/rt: Remove default bandwidth controlPeter Zijlstra5-142/+120
2024-07-29sched/core: Fix picking of tasks for core scheduling with DL serverJoel Fernandes (Google)3-8/+45
2024-07-29sched/core: Fix priority checking for DL server picksJoel Fernandes (Google)1-2/+21
2024-07-29sched/fair: Fair server interfaceDaniel Bristot de Oliveira4-17/+256
2024-07-29sched/deadline: Deferrable dl serverDaniel Bristot de Oliveira4-45/+286
2024-07-29sched/fair: Add trivial fair serverPeter Zijlstra4-0/+62
2024-07-29sched/core: Clear prev->dl_server in CFS pick fast pathYoussef Esmat1-0/+7
2024-07-29sched/core: Add clearing of ->dl_server in put_prev_task_balance()Joel Fernandes (Google)1-8/+8
2024-07-29sched/fair: Make SCHED_IDLE entity be preempted in strict hierarchyTianchen Ding1-13/+9
2024-07-29sched: remove HZ_BW feature hedgePhil Auld3-4/+2
2024-07-29sched/fair: Remove cfs_rq::nr_spread_over and cfs_rq::exec_clockChuyi Zhou2-10/+0
2024-07-29sched/core: Add WARN_ON_ONCE() to check overflow for migrate_disable()Peilin He1-3/+15
2024-07-29sched: Initialize the vruntime of a new task when it is first enqueuedZhang Qiao2-16/+1
2024-07-29sched/core: Fix unbalance set_rq_online/offline() in sched_cpu_deactivate()Yang Yingliang1-0/+1
2024-07-29sched/core: Introduce sched_set_rq_on/offline() helperYang Yingliang1-14/+26
2024-07-29sched/smt: Fix unbalance sched_smt_present dec/incYang Yingliang1-0/+1
2024-07-29sched/smt: Introduce sched_smt_present_inc/dec() helperYang Yingliang1-7/+19
2024-07-29sched/cputime: Fix mul_u64_u64_div_u64() precision for cputimeZheng Zucheng1-0/+6
2024-07-29treewide: context_tracking: Rename CONTEXT_* into CT_STATE_*Valentin Schneider1-2/+2
2024-07-24sysctl: treewide: constify the ctl_table argument of proc_handlersJoel Granados3-8/+8
2024-07-16Merge tag 'sched-core-2024-07-16' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds17-2044/+2130
2024-07-15Merge tag 'rcu.2024.07.12a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+7
2024-07-14sched_ext: Fixes incorrect type in bpf_scx_init()Jiapeng Chong1-1/+1
2024-07-12sched_ext: Allow SCX_DSQ_LOCAL_ON for direct dispatchesTejun Heo2-18/+153
2024-07-12sched_ext: s/SCX_RQ_BALANCING/SCX_RQ_IN_BALANCE/ and add SCX_RQ_IN_WAKEUPTejun Heo2-6/+13
2024-07-12sched_ext: Unpin and repin rq lock from balance_scx()Tejun Heo1-59/+34
2024-07-12sched_ext: Open-code task_linked_on_dsq()Tejun Heo1-8/+3
2024-07-12sched: Move struct balance_callback definition upwardTejun Heo1-5/+5
2024-07-11Merge branch 'sched/urgent' into sched/core, to pick up fixes and refresh the...Ingo Molnar6-20/+39
2024-07-09sched_ext: Make scx_bpf_reenqueue_local() skip tasks that are being migratedTejun Heo1-0/+14
2024-07-09sched_ext: Reimplement scx_bpf_reenqueue_local()Tejun Heo1-14/+14