summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
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
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/build_utility.c...Ingo Molnar-2/+41
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/build_policy.c ...Ingo Molnar-0/+24
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/fair.c dependen...Ingo Molnar-0/+29
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/core.c dependen...Ingo Molnar-11/+70
2022-02-23sched/headers: Standardize kernel/sched/sched.h header dependenciesIngo Molnar-11/+22
2022-02-23sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c fi...Ingo Molnar-15/+38
2022-02-23sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar-63/+139
2022-02-23sched/headers: Fix comment typo in kernel/sched/cpudeadline.cIngo Molnar-1/+1
2022-02-23sched/headers: sched/clock: Mark all functions 'notrace', remove CC_FLAGS_FTR...Ingo Molnar-24/+21
2022-02-23sched/headers: Add header guard to kernel/sched/stats.h and kernel/sched/auto...Ingo Molnar-0/+11
2022-02-23sched/headers: Add header guard to kernel/sched/sched.hIngo Molnar-0/+4
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar-102/+135
2022-02-19sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland-2/+52
2022-02-19sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRYMark Rutland-0/+2
2022-02-19sched/preempt: Refactor sched_dynamic_update()Mark Rutland-22/+37
2022-02-19sched/preempt: Move PREEMPT_DYNAMIC logic laterMark Rutland-136/+136
2022-02-19sched: Fix yet more sched_fork() racesPeter Zijlstra-13/+21
2022-02-16sched/isolation: Split housekeeping cpumask per isolation featuresFrederic Weisbecker-29/+62
2022-02-16sched/isolation: Fix housekeeping_mask memory leakFrederic Weisbecker-9/+10
2022-02-16sched/isolation: Consolidate error handlingFrederic Weisbecker-10/+9
2022-02-16sched/isolation: Consolidate check for housekeeping minimum serviceFrederic Weisbecker-18/+17