summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2022-04-06sched: Move rr_timeslice sysctls to rt.cZhen Ni
2022-04-06sched: Move deadline_period sysctls to deadline.cZhen Ni
2022-04-06sched: Move rt_period/runtime sysctls to rt.cZhen Ni
2022-04-06sched: Move schedstats sysctls to core.cZhen Ni
2022-04-06sched: Move child_runs_first sysctls to fair.cZhen Ni
2022-04-05preempt/dynamic: Introduce preemption model accessorsValentin Schneider
2022-04-05kcsan: Use preemption model accessorsValentin Schneider
2022-04-05lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers
2022-04-05sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior
2022-04-05sched/core: Fix forceidle balancingPeter Zijlstra
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-22sched/numa: Fix boot crash on arm64 systemsHuang, Ying
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-15sched/headers: Only include <linux/entry-common.h> when CONFIG_GENERIC_ENTRY=yIngo Molnar
2022-03-15Merge branch 'sched/fast-headers' into sched/coreIngo Molnar
2022-03-08sched/topology: Remove redundant variable and fix incorrect type in build_sch...K Prateek Nayak
2022-03-08sched/deadline,rt: Remove unused parameter from pick_next_[rt|dl]_entity()Dietmar Eggemann
2022-03-08sched/deadline,rt: Remove unused functions for !CONFIG_SMPDietmar Eggemann
2022-03-08sched/deadline: Use __node_2_[pdl|dle]() and rb_first_cached() consistentlyDietmar Eggemann
2022-03-08sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann
2022-03-08sched/deadline: Move bandwidth mgmt and reclaim functions into sched class so...Dietmar Eggemann
2022-03-08sched/deadline: Remove unused def_dl_bandwidthDietmar Eggemann
2022-03-01sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider
2022-03-01sched/rt: Plug rt_mutex_setprio() vs push_rt_task() raceValentin Schneider
2022-03-01sched/cpuacct: Remove redundant RCU read lockChengming Zhou
2022-03-01sched/cpuacct: Optimize away RCU read lockChengming Zhou
2022-03-01sched/cpuacct: Fix charge percpu cpuusageChengming Zhou
2022-02-28Merge back cpufreq changes for v5.18.Rafael J. Wysocki
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/sched.h depende...Ingo Molnar
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/build_utility.c...Ingo Molnar
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/build_policy.c ...Ingo Molnar
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/fair.c dependen...Ingo Molnar
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/core.c dependen...Ingo Molnar
2022-02-23sched/headers: Standardize kernel/sched/sched.h header dependenciesIngo Molnar
2022-02-23sched/headers: Introduce kernel/sched/build_policy.c and build multiple .c fi...Ingo Molnar
2022-02-23sched/headers: Introduce kernel/sched/build_utility.c and build multiple .c f...Ingo Molnar
2022-02-23sched/headers: Fix comment typo in kernel/sched/cpudeadline.cIngo Molnar
2022-02-23sched/headers: sched/clock: Mark all functions 'notrace', remove CC_FLAGS_FTR...Ingo Molnar
2022-02-23sched/headers: Add header guard to kernel/sched/stats.h and kernel/sched/auto...Ingo Molnar
2022-02-23sched/headers: Add header guard to kernel/sched/sched.hIngo Molnar
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar
2022-02-19sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland
2022-02-19sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRYMark Rutland
2022-02-19sched/preempt: Refactor sched_dynamic_update()Mark Rutland
2022-02-19sched/preempt: Move PREEMPT_DYNAMIC logic laterMark Rutland
2022-02-19sched: Fix yet more sched_fork() racesPeter Zijlstra
2022-02-16sched/isolation: Split housekeeping cpumask per isolation featuresFrederic Weisbecker