summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior2022-04-051-1/+1
* sched/core: Fix forceidle balancingPeter Zijlstra2022-04-053-11/+10
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-0/+1
|\
* \ Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-4/+17
|\ \
| * | NUMA balancing: optimize page placement for memory tiering systemHuang Ying2022-03-221-4/+17
* | | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-2233-765/+1204
|\ \ \
| * | | sched/numa: Fix boot crash on arm64 systemsHuang, Ying2022-03-221-1/+1
| * | | sched/headers: Only include <linux/entry-common.h> when CONFIG_GENERIC_ENTRY=yIngo Molnar2022-03-151-1/+3
| * | | Merge branch 'sched/fast-headers' into sched/coreIngo Molnar2022-03-1533-163/+369
| |\ \ \
| | * | | sched/headers: Reorganize, clean up and optimize kernel/sched/sched.h depende...Ingo Molnar2022-02-234-113/+46
| | * | | sched/headers: Reorganize, clean up and optimize kernel/sched/build_utility.c...Ingo Molnar2022-02-231-2/+41
| | * | | sched/headers: Reorganize, clean up and optimize kernel/sched/build_policy.c ...Ingo Molnar2022-02-231-0/+24
| | * | | sched/headers: Reorganize, clean up and optimize kernel/sched/fair.c dependen...Ingo Molnar2022-02-231-0/+29
| | * | | sched/headers: Reorganize, clean up and optimize kernel/sched/core.c dependen...Ingo Molnar2022-02-231-11/+70
| | * | | sched/headers: Standardize kernel/sched/sched.h header dependenciesIngo Molnar2022-02-236-11/+22
| | * | | sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c fi...Ingo Molnar2022-02-239-15/+38
| | * | | sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar2022-02-2322-63/+139
| | * | | sched/headers: Fix comment typo in kernel/sched/cpudeadline.cIngo Molnar2022-02-231-1/+1
| | * | | sched/headers: sched/clock: Mark all functions 'notrace', remove CC_FLAGS_FTR...Ingo Molnar2022-02-232-24/+21
| | * | | sched/headers: Add header guard to kernel/sched/stats.h and kernel/sched/auto...Ingo Molnar2022-02-232-0/+11
| | * | | sched/headers: Add header guard to kernel/sched/sched.hIngo Molnar2022-02-231-0/+4
| * | | | sched/topology: Remove redundant variable and fix incorrect type in build_sch...K Prateek Nayak2022-03-081-5/+3
| * | | | sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()Dietmar Eggemann2022-03-082-6/+4
| * | | | sched/deadline,rt: Remove unused functions for !CONFIG_SMPDietmar Eggemann2022-03-082-20/+0
| * | | | sched/deadline: Use __node_2_[pdl|dle]() and rb_first_cached() consistentlyDietmar Eggemann2022-03-081-12/+12
| * | | | sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann2022-03-083-44/+24
| * | | | sched/deadline: Move bandwidth mgmt and reclaim functions into sched class so...Dietmar Eggemann2022-03-082-49/+44
| * | | | sched/deadline: Remove unused def_dl_bandwidthDietmar Eggemann2022-03-083-9/+0
| * | | | sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider2022-03-011-2/+2
| * | | | sched/rt: Plug rt_mutex_setprio() vs push_rt_task() raceValentin Schneider2022-03-012-16/+28
| * | | | sched/cpuacct: Remove redundant RCU read lockChengming Zhou2022-03-011-2/+0
| * | | | sched/cpuacct: Optimize away RCU read lockChengming Zhou2022-03-011-3/+1
| * | | | sched/cpuacct: Fix charge percpu cpuusageChengming Zhou2022-03-011-1/+2
| |/ / /
| * | | Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar2022-02-216-102/+135
| |\| |
| * | | sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland2022-02-191-2/+52
| * | | sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRYMark Rutland2022-02-191-0/+2
| * | | sched/preempt: Refactor sched_dynamic_update()Mark Rutland2022-02-191-22/+37
| * | | sched/preempt: Move PREEMPT_DYNAMIC logic laterMark Rutland2022-02-191-136/+136
| * | | sched/isolation: Split housekeeping cpumask per isolation featuresFrederic Weisbecker2022-02-161-29/+62
| * | | sched/isolation: Fix housekeeping_mask memory leakFrederic Weisbecker2022-02-161-9/+10
| * | | sched/isolation: Consolidate error handlingFrederic Weisbecker2022-02-161-10/+9
| * | | sched/isolation: Consolidate check for housekeeping minimum serviceFrederic Weisbecker2022-02-161-18/+17
| * | | sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-164-25/+37
| * | | psi: fix possible trigger missing in the windowZhaoyang Huang2022-02-161-16/+30
| * | | sched/numa: Avoid migrating task to CPU-less nodeHuang Ying2022-02-161-5/+20
| * | | sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying2022-02-164-95/+137
| * | | sched: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-02-162-2/+2
| * | | sched/fair: Adjust the allowed NUMA imbalance when SD_NUMA spans multiple LLCsMel Gorman2022-02-112-10/+65
| * | | sched/fair: Improve consistency of allowed NUMA balance calculationsMel Gorman2022-02-111-8/+10
| * | | sched: move autogroup sysctls into its own fileZhen Ni2022-02-022-0/+24