summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2022-05-11sched/core: Avoid obvious double update_rq_clock warningHao Jia-11/+33
2022-05-09sched: Fix build warning without CONFIG_SYSCTLYueHaibing-29/+36
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar-17/+16
2022-05-01smp: Rename flush_smp_call_function_from_idle()Thomas Gleixner-4/+4
2022-05-01sched: Fix missing prototype warningsThomas Gleixner-8/+15
2022-04-29sched/fair: Remove cfs_rq_tg_path()Dietmar Eggemann-19/+0
2022-04-29sched/fair: Remove sched_trace_*() helper functionsDietmar Eggemann-98/+0
2022-04-29sched/fair: Refactor cpu_util_without()Dietmar Eggemann-100/+57
2022-04-22sched/fair: Revise comment about lb decision matrixTao Zhou-1/+1
2022-04-22sched/psi: report zeroes for CPU full at the system levelChengming Zhou-6/+9
2022-04-22sched/fair: Delete useless condition in tg_unthrottle_up()Chengming Zhou-1/+1
2022-04-22sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou-8/+8
2022-04-22sched/fair: Move calculate of avg_load to a better locationzgpeng-2/+3
2022-04-22psi: Fix trigger being fired unexpectedly at initialHailong Liu-1/+2
2022-04-19sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang-5/+5
2022-04-06sched: Move energy_aware sysctls to topology.cZhen Ni-2/+23
2022-04-06sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni-20/+31
2022-04-06sched: Move uclamp_util sysctls to core.cZhen Ni-11/+37
2022-04-06sched/rt: fix build error when CONFIG_SYSCTL is disableBaisong Zhong-2/+9
2022-04-06sched: Move rr_timeslice sysctls to rt.cZhen Ni-2/+12
2022-04-06sched: Move deadline_period sysctls to deadline.cZhen Ni-8/+34
2022-04-06sched: Move rt_period/runtime sysctls to rt.cZhen Ni-14/+46
2022-04-06sched: Move schedstats sysctls to core.cZhen Ni-1/+21
2022-04-06sched: Move child_runs_first sysctls to fair.cZhen Ni-0/+21
2022-04-05preempt/dynamic: Introduce preemption model accessorsValentin Schneider-0/+12
2022-04-05lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers-1/+1
2022-04-05sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior-1/+1
2022-04-05sched/core: Fix forceidle balancingPeter Zijlstra-11/+10
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+1
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds-4/+17
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying-4/+17
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-765/+1204
2022-03-22sched/numa: Fix boot crash on arm64 systemsHuang, Ying-1/+1
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds-5/+2
2022-03-15sched/headers: Only include <linux/entry-common.h> when CONFIG_GENERIC_ENTRY=yIngo Molnar-1/+3
2022-03-15Merge branch 'sched/fast-headers' into sched/coreIngo Molnar-163/+369
2022-03-08sched/topology: Remove redundant variable and fix incorrect type in build_sch...K Prateek Nayak-5/+3
2022-03-08sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()Dietmar Eggemann-6/+4
2022-03-08sched/deadline,rt: Remove unused functions for !CONFIG_SMPDietmar Eggemann-20/+0
2022-03-08sched/deadline: Use __node_2_[pdl|dle]() and rb_first_cached() consistentlyDietmar Eggemann-12/+12
2022-03-08sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann-44/+24
2022-03-08sched/deadline: Move bandwidth mgmt and reclaim functions into sched class so...Dietmar Eggemann-49/+44
2022-03-08sched/deadline: Remove unused def_dl_bandwidthDietmar Eggemann-9/+0
2022-03-01sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider-2/+2
2022-03-01sched/rt: Plug rt_mutex_setprio() vs push_rt_task() raceValentin Schneider-16/+28
2022-03-01sched/cpuacct: Remove redundant RCU read lockChengming Zhou-2/+0
2022-03-01sched/cpuacct: Optimize away RCU read lockChengming Zhou-3/+1
2022-03-01sched/cpuacct: Fix charge percpu cpuusageChengming Zhou-1/+2
2022-02-28Merge back cpufreq changes for v5.18.Rafael J. Wysocki-1/+1
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/sched.h depende...Ingo Molnar-113/+46