aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
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
2024-07-08sched_ext: Implement DSQ iteratorTejun Heo1-2/+190
2024-07-08sched_ext: Take out ->priq and ->flags from scx_dsq_nodeTejun Heo1-27/+27
2024-07-08sched, sched_ext: Move some declarations from kernel/sched/ext.h to sched.hTejun Heo2-45/+59
2024-07-08sched, sched_ext: Open code for_balance_class_range()Tejun Heo2-10/+13
2024-07-08sched_ext: Minor cleanups in kernel/sched/ext.hTejun Heo2-8/+6
2024-07-08sched_ext: Disallow loading BPF scheduler if isolcpus= domain isolation is in...Tejun Heo2-0/+7
2024-07-08sched_ext: Account for idle policy when setting p->scx.weight in scx_ops_enab...Tejun Heo1-9/+10
2024-07-08sched, sched_ext: Simplify dl_prio() case handling in sched_fork()Tejun Heo1-10/+4
2024-07-08sched/ext: Add BPF function to fetch rqHongyan Xia1-0/+13
2024-07-08Merge branch 'sched/core' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Tejun Heo5-46/+44
2024-07-04sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo3-18/+14
2024-07-04sched/psi: Optimise psi_group_change a bitTvrtko Ursulin1-27/+27
2024-07-01sched_ext: Swap argument positions in kcalloc() call to avoid compiler warningTejun Heo1-1/+1
2024-07-01sched: Move psi_account_irqtime() out of update_rq_clock_task() hotpathJohn Stultz4-10/+30
2024-07-01sched/deadline: Fix task_struct reference leakWander Lairson Costa1-1/+6
2024-07-01Revert "sched/fair: Make sure to try to detach at least one movable task"Josh Don1-9/+3
2024-06-27sched_ext: fix typo in set_weight() descriptionAndrea Righi1-1/+1
2024-06-23sched_ext: Make scx_bpf_cpuperf_set() @cpu arg signedDavid Vernet1-1/+1
2024-06-21sched_ext: Add cpuperf supportTejun Heo4-3/+102
2024-06-21cpufreq_schedutil: Refactor sugov_cpu_is_busy()Tejun Heo1-20/+18
2024-06-21sched, sched_ext: Replace scx_next_task_picked() with sched_class->switch_cla...Tejun Heo4-15/+16
2024-06-18sched_ext: Documentation: scheduler: Document extensible scheduler classTejun Heo2-0/+4
2024-06-18sched_ext: Add vtime-ordered priority queue to dispatch_q'sTejun Heo1-18/+138
2024-06-18sched_ext: Implement core-sched supportTejun Heo3-13/+252
2024-06-18sched_ext: Bypass BPF scheduler while PM events are in progressTejun Heo1-0/+34
2024-06-18sched_ext: Implement sched_ext_ops.cpu_online/offline()Tejun Heo4-7/+163
2024-06-18sched_ext: Implement sched_ext_ops.cpu_acquire/release()David Vernet3-3/+198
2024-06-18sched_ext: Implement SCX_KICK_WAITDavid Vernet4-7/+85
2024-06-18sched_ext: Track tasks that are subjects of the in-flight SCX operationTejun Heo1-17/+74
2024-06-18sched_ext: Implement tickless supportTejun Heo4-6/+60
2024-06-18sched_ext: Add task state tracking operationsTejun Heo1-0/+105
2024-06-18sched_ext: Make watchdog handle ops.dispatch() looping stallTejun Heo1-0/+17
2024-06-18sched_ext: Implement scx_bpf_kick_cpu() and task preemption supportTejun Heo2-13/+222
2024-06-18sched_ext: Print debug dump after an error exitTejun Heo1-3/+418