aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2022-06-13sched: Fix balance_push() vs __sched_setscheduler()Gravatar Peter Zijlstra 2-3/+38
2022-06-05Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 1-1/+1
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-4/+1
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-1/+1
2022-05-30sched/autogroup: Fix sysctl moveGravatar Peter Zijlstra 1-1/+1
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 6-59/+240
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 11-277/+146
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Gravatar Linus Torvalds 2-3/+3
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-0/+12
2022-05-19sched: Reverse sched_class layoutGravatar Peter Zijlstra 2-13/+14
2022-05-19sched/clock: Use try_cmpxchg64 in sched_clock_{local,remote}Gravatar Uros Bizjak 1-2/+2
2022-05-12sched/tracing: Append prev_state to tp args insteadGravatar Delyan Kratunov 1-1/+1
2022-05-11ptrace: Don't change __stateGravatar Eric W. Biederman 1-4/+1
2022-05-11sched: Update task_tick_numa to ignore tasks without an mmGravatar Eric W. Biederman 1-1/+1
2022-05-11sched/deadline: Remove superfluous rq clock update in push_dl_task()Gravatar Hao Jia 1-7/+1
2022-05-11sched/core: Avoid obvious double update_rq_clock warningGravatar Hao Jia 4-11/+33
2022-05-09sched: Fix build warning without CONFIG_SYSCTLGravatar YueHaibing 1-29/+36
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictGravatar Ingo Molnar 4-17/+16
2022-05-01smp: Rename flush_smp_call_function_from_idle()Gravatar Thomas Gleixner 3-4/+4
2022-05-01sched: Fix missing prototype warningsGravatar Thomas Gleixner 7-8/+15
2022-04-29sched/fair: Remove cfs_rq_tg_path()Gravatar Dietmar Eggemann 1-19/+0
2022-04-29sched/fair: Remove sched_trace_*() helper functionsGravatar Dietmar Eggemann 1-98/+0
2022-04-29sched/fair: Refactor cpu_util_without()Gravatar Dietmar Eggemann 1-100/+57
2022-04-22sched/fair: Revise comment about lb decision matrixGravatar Tao Zhou 1-1/+1
2022-04-22sched/psi: report zeroes for CPU full at the system levelGravatar Chengming Zhou 1-6/+9
2022-04-22sched/fair: Delete useless condition in tg_unthrottle_up()Gravatar Chengming Zhou 1-1/+1
2022-04-22sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqGravatar Chengming Zhou 3-8/+8
2022-04-22sched/fair: Move calculate of avg_load to a better locationGravatar zgpeng 1-2/+3
2022-04-22psi: Fix trigger being fired unexpectedly at initialGravatar Hailong Liu 1-1/+2
2022-04-19sched/pelt: Fix attach_entity_load_avg() corner caseGravatar kuyo chang 1-5/+5
2022-04-06sched: Move energy_aware sysctls to topology.cGravatar Zhen Ni 1-2/+23
2022-04-06sched: Move cfs_bandwidth_slice sysctls to fair.cGravatar Zhen Ni 1-20/+31
2022-04-06sched: Move uclamp_util sysctls to core.cGravatar Zhen Ni 1-11/+37
2022-04-06sched/rt: fix build error when CONFIG_SYSCTL is disableGravatar Baisong Zhong 1-2/+9
2022-04-06sched: Move rr_timeslice sysctls to rt.cGravatar Zhen Ni 2-2/+12
2022-04-06sched: Move deadline_period sysctls to deadline.cGravatar Zhen Ni 1-8/+34
2022-04-06sched: Move rt_period/runtime sysctls to rt.cGravatar Zhen Ni 3-14/+46
2022-04-06sched: Move schedstats sysctls to core.cGravatar Zhen Ni 1-1/+21
2022-04-06sched: Move child_runs_first sysctls to fair.cGravatar Zhen Ni 2-0/+21
2022-04-05preempt/dynamic: Introduce preemption model accessorsGravatar Valentin Schneider 1-0/+12
2022-04-05lockdep: Fix -Wunused-parameter for _THIS_IP_Gravatar Nick Desaulniers 1-1/+1
2022-04-05sched: Teach the forced-newidle balancer about CPU affinity limitation.Gravatar Sebastian Andrzej Siewior 1-1/+1
2022-04-05sched/core: Fix forceidle balancingGravatar Peter Zijlstra 3-11/+10
2022-03-28Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-0/+1
2022-03-22Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-4/+17
2022-03-22NUMA balancing: optimize page placement for memory tiering systemGravatar Huang Ying 1-4/+17
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 33-765/+1204
2022-03-22sched/numa: Fix boot crash on arm64 systemsGravatar Huang, Ying 1-1/+1
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-5/+2
2022-03-15sched/headers: Only include <linux/entry-common.h> when CONFIG_GENERIC_ENTRY=yGravatar Ingo Molnar 1-1/+3