summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
|\ \ \ \ | | |/ / | |/| |
| * | | preempt/dynamic: Introduce preemption model accessorsValentin Schneider2022-04-051-0/+12
| |/ /
* | / sched/tracing: Append prev_state to tp args insteadDelyan Kratunov2022-05-121-1/+1
| |/ |/|
* | sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang2022-04-191-5/+5
* | 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
| |\ \ \