summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2022-08-17sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman
2022-08-17sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding
2022-08-17sched: Fix the check of nr_running at queue wakelistTianchen Ding
2022-08-17sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long
2022-08-17io_uring: move to separate directoryJens Axboe
2022-08-17nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne
2022-08-17sched/core: Always flush pending blk_plugJohn Keeping
2022-08-17sched/fair: fix case with reduced capacity CPUVincent Guittot
2022-08-17sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu
2022-07-29sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli
2022-06-22sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra
2022-06-14sched/autogroup: Fix sysctl movePeter Zijlstra
2022-06-09sched/psi: report zeroes for CPU full at the system levelChengming Zhou
2022-06-09sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou
2022-06-09sched/core: Avoid obvious double update_rq_clock warningHao Jia
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov
2022-04-19sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang
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