summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman2022-08-171-2/+6
* sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding2022-08-172-13/+14
* sched: Fix the check of nr_running at queue wakelistTianchen Ding2022-08-171-1/+5
* sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long2022-08-171-3/+5
* io_uring: move to separate directoryJens Axboe2022-08-171-1/+1
* sched/numa: Initialise numa_migrate_retryMel Gorman2022-08-171-0/+1
* sched: only perform capability check on privileged operationChristian Göttsche2022-08-171-55/+83
* nohz/full, sched/rt: Fix missed tick-reenabling bug in dequeue_task_rt()Nicolas Saenz Julienne2022-08-171-6/+9
* sched/core: Always flush pending blk_plugJohn Keeping2022-08-171-2/+6
* sched/fair: fix case with reduced capacity CPUVincent Guittot2022-08-171-12/+42
* sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu2022-08-172-1/+89
* sched/deadline: Fix BUG_ON condition for deboosted tasksJuri Lelli2022-07-211-1/+4
* sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra2022-06-132-3/+38
* Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-06-051-1/+1
|\
| * sched/autogroup: Fix sysctl movePeter Zijlstra2022-05-301-1/+1
* | Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-031-4/+1
|\ \
| * | ptrace: Don't change __stateEric W. Biederman2022-05-111-4/+1
* | | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-1/+1
|\ \ \ | |_|/ |/| |
| * | sched: Update task_tick_numa to ignore tasks without an mmEric W. Biederman2022-05-111-1/+1
| |/
* | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-266-59/+240
|\ \
| * | sched: Fix build warning without CONFIG_SYSCTLYueHaibing2022-05-091-29/+36
| * | sched: Move energy_aware sysctls to topology.cZhen Ni2022-04-061-2/+23
| * | sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni2022-04-061-20/+31
| * | sched: Move uclamp_util sysctls to core.cZhen Ni2022-04-061-11/+37
| * | sched/rt: fix build error when CONFIG_SYSCTL is disableBaisong Zhong2022-04-061-2/+9
| * | sched: Move rr_timeslice sysctls to rt.cZhen Ni2022-04-062-2/+12
| * | sched: Move deadline_period sysctls to deadline.cZhen Ni2022-04-061-8/+34
| * | sched: Move rt_period/runtime sysctls to rt.cZhen Ni2022-04-063-14/+46
| * | sched: Move schedstats sysctls to core.cZhen Ni2022-04-061-1/+21
| * | sched: Move child_runs_first sysctls to fair.cZhen Ni2022-04-062-0/+21
| |/
* | Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-2411-277/+146
|\ \
| * | sched: Reverse sched_class layoutPeter Zijlstra2022-05-192-13/+14
| * | sched/deadline: Remove superfluous rq clock update in push_dl_task()Hao Jia2022-05-111-7/+1
| * | sched/core: Avoid obvious double update_rq_clock warningHao Jia2022-05-114-11/+33
| * | Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar2022-05-064-17/+16
| |\ \
| * | | smp: Rename flush_smp_call_function_from_idle()Thomas Gleixner2022-05-013-4/+4
| * | | 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
* | | | Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-05-242-3/+3
|\ \ \ \
| * | | | sched/clock: Use try_cmpxchg64 in sched_clock_{local,remote}Uros Bizjak2022-05-191-2/+2
| * | | | lockdep: Fix -Wunused-parameter for _THIS_IP_Nick Desaulniers2022-04-051-1/+1
| | |_|/ | |/| |
* | | | Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-231-0/+12
|\ \ \ \ | | |/ / | |/| |