aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2024-06-18sched_ext: Print sched_ext info when dumping stackDavid Vernet2-0/+54
2024-06-18sched_ext: Allow BPF schedulers to disallow specific tasks from joining SCHED...Tejun Heo3-0/+56
2024-06-18sched_ext: Implement runnable task stall watchdogDavid Vernet3-4/+129
2024-06-18sched_ext: Add sysrq-S which disables the BPF schedulerTejun Heo2-0/+21
2024-06-18sched_ext: Implement BPF extensible scheduler classTejun Heo7-5/+4421
2024-06-18sched_ext: Add boilerplate for extensible scheduler classTejun Heo4-8/+52
2024-06-18sched: Add normal_policy()Tejun Heo2-2/+7
2024-06-18sched: Factor out update_other_load_avgs() from __update_blocked_others()Tejun Heo3-13/+26
2024-06-18sched: Factor out cgroup weight conversion functionsTejun Heo2-15/+31
2024-06-18sched: Add sched_class->switching_to() and expose check_class_changing/changed()Tejun Heo3-0/+16
2024-06-18sched: Add sched_class->reweight_task()Tejun Heo3-5/+6
2024-06-18sched: Allow sched_cgroup_fork() to fail and introduce sched_cancel_fork()Tejun Heo1-1/+7
2024-06-18sched: Restructure sched_class order sanity checks in sched_init()Tejun Heo1-4/+4
2024-06-06rcu/tasks: Fix stale task snaphot for Tasks TraceFrederic Weisbecker1-7/+7
2024-06-05sched/balance: Skip unnecessary updates to idle load balancer's flagsTim Chen1-0/+7
2024-06-05idle: Remove stale RCU commentChristian Loehle1-6/+0
2024-06-05sched/headers: Move struct pre-declarations to the beginning of the headerIngo Molnar1-10/+6
2024-06-05sched/core: Clean up kernel/sched/sched.h a bitIngo Molnar1-132/+180
2024-06-05sched/core: Simplify prefetch_curr_exec_start()Ingo Molnar1-2/+2
2024-05-27sched: Fix spelling in commentsIngo Molnar16-92/+92
2024-05-27sched/syscalls: Split out kernel/sched/syscalls.c from kernel/sched/core.cIngo Molnar4-1773/+1818
2024-05-21Merge tag 'bitmap-for-6.10v2' of https://github.com/norov/linuxLinus Torvalds1-4/+2
2024-05-19Merge tag 'sched-urgent-2024-05-18' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds4-6/+8
2024-05-17Merge tag 'sysctl-6.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds6-6/+0
2024-05-17sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu1-1/+1
2024-05-17sched/fair: Remove stale FREQUENCY_UTIL commentChristian Loehle1-2/+2
2024-05-17sched/fair: Fix initial util_avg calculationDawei Li1-2/+3
2024-05-17sched/debug: Dump domains' levelVitalii Bursov1-0/+1
2024-05-17sched/fair: Allow disabling sched_balance_newidle with sched_relax_domain_levelVitalii Bursov1-1/+1
2024-05-13Merge tag 'sched-core-2024-05-13' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds9-323/+379
2024-05-09sched/topology: Optimize topology_span_sane()Kyle Meyer1-4/+2
2024-04-28sched/isolation: Fix boot crash when maxcpus < first housekeeping CPUOleg Nesterov1-1/+6
2024-04-28sched/isolation: Prevent boot crash when the boot CPU is nohz_fullOleg Nesterov1-1/+10