summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched: Fix missing prototype warningsThomas Gleixner2022-05-017-8/+15
* sched/fair: Remove cfs_rq_tg_path()Dietmar Eggemann2022-04-291-19/+0
* sched/fair: Remove sched_trace_*() helper functionsDietmar Eggemann2022-04-291-98/+0
* sched/fair: Refactor cpu_util_without()Dietmar Eggemann2022-04-291-100/+57
* sched/fair: Revise comment about lb decision matrixTao Zhou2022-04-221-1/+1
* sched/psi: report zeroes for CPU full at the system levelChengming Zhou2022-04-221-6/+9
* sched/fair: Delete useless condition in tg_unthrottle_up()Chengming Zhou2022-04-221-1/+1
* sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou2022-04-223-8/+8
* sched/fair: Move calculate of avg_load to a better locationzgpeng2022-04-221-2/+3
* psi: Fix trigger being fired unexpectedly at initialHailong Liu2022-04-221-1/+2
* preempt/dynamic: Introduce preemption model accessorsValentin Schneider2022-04-051-0/+12
* 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