aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-06-21rcu-tasks: Eliminate RCU Tasks Trace IPIs to online CPUsPaul E. McKenney1-0/+32
2022-06-13sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding2-13/+14
2022-06-13sched: Fix the check of nr_running at queue wakelistTianchen Ding1-1/+5
2022-06-13sched: Allow newidle balancing to bail out of load_balanceJosh Don1-1/+7
2022-06-13sched/deadline: Use proc_douintvec_minmax() limit minimum valueYajun Deng1-2/+4
2022-06-13sched/fair: Optimize and simplify rq leaf_cfs_rq_listChengming Zhou1-64/+28
2022-06-13sched/fair: Consider CPU affinity when allowing NUMA imbalance in find_idlest_group()K Prateek Nayak1-3/+13
2022-06-13sched/numa: Adjust imb_numa_nr to a better approximation of memory channelsMel Gorman1-8/+15
2022-06-13sched/numa: Apply imbalance limitations consistentlyMel Gorman1-36/+45
2022-06-13sched/numa: Do not swap tasks between nodes when spare capacity is availableMel Gorman1-0/+9
2022-06-13sched/numa: Initialise numa_migrate_retryMel Gorman1-0/+1
2022-06-13sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra2-3/+38
2022-06-07psi: dont alloc memory for psi by defaultChen Wandun1-6/+13
2022-06-05Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-4/+1
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-1/+1
2022-05-30sched/autogroup: Fix sysctl movePeter Zijlstra1-1/+1
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds6-59/+240
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds11-277/+146
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds2-3/+3
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcuLinus Torvalds1-0/+12
2022-05-19sched: Reverse sched_class layoutPeter Zijlstra2-13/+14
2022-05-19sched/clock: Use try_cmpxchg64 in sched_clock_{local,remote}Uros Bizjak1-2/+2
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov1-1/+1
2022-05-11ptrace: Don't change __stateEric W. Biederman1-4/+1
2022-05-11sched: Update task_tick_numa to ignore tasks without an mmEric W. Biederman1-1/+1
2022-05-11sched/deadline: Remove superfluous rq clock update in push_dl_task()Hao Jia1-7/+1
2022-05-11sched/core: Avoid obvious double update_rq_clock warningHao Jia4-11/+33
2022-05-09sched: Fix build warning without CONFIG_SYSCTLYueHaibing1-29/+36
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar4-17/+16
2022-05-01smp: Rename flush_smp_call_function_from_idle()Thomas Gleixner3-4/+4
2022-05-01sched: Fix missing prototype warningsThomas Gleixner7-8/+15
2022-04-29sched/fair: Remove cfs_rq_tg_path()Dietmar Eggemann1-19/+0
2022-04-29sched/fair: Remove sched_trace_*() helper functionsDietmar Eggemann1-98/+0
2022-04-29sched/fair: Refactor cpu_util_without()Dietmar Eggemann1-100/+57
2022-04-22sched/fair: Revise comment about lb decision matrixTao Zhou1-1/+1
2022-04-22sched/psi: report zeroes for CPU full at the system levelChengming Zhou1-6/+9
2022-04-22sched/fair: Delete useless condition in tg_unthrottle_up()Chengming Zhou1-1/+1
2022-04-22sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou3-8/+8
2022-04-22sched/fair: Move calculate of avg_load to a better locationzgpeng1-2/+3
2022-04-22psi: Fix trigger being fired unexpectedly at initialHailong Liu1-1/+2
2022-04-19sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang1-5/+5
2022-04-06sched: Move energy_aware sysctls to topology.cZhen Ni1-2/+23
2022-04-06sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni1-20/+31
2022-04-06sched: Move uclamp_util sysctls to core.cZhen Ni1-11/+37
2022-04-06sched/rt: fix build error when CONFIG_SYSCTL is disableBaisong Zhong1-2/+9
2022-04-06sched: Move rr_timeslice sysctls to rt.cZhen Ni2-2/+12
2022-04-06sched: Move deadline_period sysctls to deadline.cZhen Ni1-8/+34
2022-04-06sched: Move rt_period/runtime sysctls to rt.cZhen Ni3-14/+46
2022-04-06sched: Move schedstats sysctls to core.cZhen Ni1-1/+21