summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2022-06-28sched: Remove unused function group_first_cpu()Zhang Qiao-9/+0
2022-06-28sched/fair: Remove redundant word " *"Zhang Qiao-1/+1
2022-06-21rcu-tasks: Eliminate RCU Tasks Trace IPIs to online CPUsPaul E. McKenney-0/+32
2022-06-13sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding-13/+14
2022-06-13sched: Fix the check of nr_running at queue wakelistTianchen Ding-1/+5
2022-06-13sched: Allow newidle balancing to bail out of load_balanceJosh Don-1/+7
2022-06-13sched/deadline: Use proc_douintvec_minmax() limit minimum valueYajun Deng-2/+4
2022-06-13sched/fair: Optimize and simplify rq leaf_cfs_rq_listChengming Zhou-64/+28
2022-06-13sched/fair: Consider CPU affinity when allowing NUMA imbalance in find_idlest...K Prateek Nayak-3/+13
2022-06-13sched/numa: Adjust imb_numa_nr to a better approximation of memory channelsMel Gorman-8/+15
2022-06-13sched/numa: Apply imbalance limitations consistentlyMel Gorman-36/+45
2022-06-13sched/numa: Do not swap tasks between nodes when spare capacity is availableMel Gorman-0/+9
2022-06-13sched/numa: Initialise numa_migrate_retryMel Gorman-0/+1
2022-06-13sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra-3/+38
2022-06-07psi: dont alloc memory for psi by defaultChen Wandun-6/+13
2022-06-05Merge tag 'sched-urgent-2022-06-05' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-1/+1
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-4/+1
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+1
2022-05-30sched/autogroup: Fix sysctl movePeter Zijlstra-1/+1
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-59/+240
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-277/+146
2022-05-24Merge tag 'locking-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-3/+3
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+12
2022-05-19sched: Reverse sched_class layoutPeter Zijlstra-13/+14
2022-05-19sched/clock: Use try_cmpxchg64 in sched_clock_{local,remote}Uros Bizjak-2/+2
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov-1/+1
2022-05-11ptrace: Don't change __stateEric W. Biederman-4/+1
2022-05-11sched: Update task_tick_numa to ignore tasks without an mmEric W. Biederman-1/+1
2022-05-11sched/deadline: Remove superfluous rq clock update in push_dl_task()Hao Jia-7/+1
2022-05-11sched/core: Avoid obvious double update_rq_clock warningHao Jia-11/+33
2022-05-09sched: Fix build warning without CONFIG_SYSCTLYueHaibing-29/+36
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar-17/+16
2022-05-01smp: Rename flush_smp_call_function_from_idle()Thomas Gleixner-4/+4
2022-05-01sched: Fix missing prototype warningsThomas Gleixner-8/+15
2022-04-29sched/fair: Remove cfs_rq_tg_path()Dietmar Eggemann-19/+0
2022-04-29sched/fair: Remove sched_trace_*() helper functionsDietmar Eggemann-98/+0
2022-04-29sched/fair: Refactor cpu_util_without()Dietmar Eggemann-100/+57
2022-04-22sched/fair: Revise comment about lb decision matrixTao Zhou-1/+1
2022-04-22sched/psi: report zeroes for CPU full at the system levelChengming Zhou-6/+9
2022-04-22sched/fair: Delete useless condition in tg_unthrottle_up()Chengming Zhou-1/+1
2022-04-22sched/fair: Fix cfs_rq_clock_pelt() for throttled cfs_rqChengming Zhou-8/+8
2022-04-22sched/fair: Move calculate of avg_load to a better locationzgpeng-2/+3
2022-04-22psi: Fix trigger being fired unexpectedly at initialHailong Liu-1/+2
2022-04-19sched/pelt: Fix attach_entity_load_avg() corner casekuyo chang-5/+5
2022-04-06sched: Move energy_aware sysctls to topology.cZhen Ni-2/+23
2022-04-06sched: Move cfs_bandwidth_slice sysctls to fair.cZhen Ni-20/+31
2022-04-06sched: Move uclamp_util sysctls to core.cZhen Ni-11/+37
2022-04-06sched/rt: fix build error when CONFIG_SYSCTL is disableBaisong Zhong-2/+9
2022-04-06sched: Move rr_timeslice sysctls to rt.cZhen Ni-2/+12
2022-04-06sched: Move deadline_period sysctls to deadline.cZhen Ni-8/+34