aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-3/+172
2022-09-26sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)1-3/+7
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V1-0/+1
2022-09-15sched/fair: Move call to list_last_entry() in detach_tasksVincent Guittot1-2/+2
2022-09-15sched/fair: Cleanup loop_max and loop_breakVincent Guittot1-7/+4
2022-09-15sched/fair: Make sure to try to detach at least one movable taskVincent Guittot1-3/+9
2022-09-11memory tiering: adjust hot threshold automaticallyHuang Ying1-5/+41
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying1-2/+31
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying1-0/+99
2022-09-07sched: Rename task_running() to task_on_cpu()Peter Zijlstra1-1/+1
2022-09-07sched/fair: Cleanup for SIS_PROPAbel Wu1-6/+6
2022-09-07sched/fair: Default to false in test_idle_cores()Abel Wu1-8/+8
2022-09-07sched/fair: Remove useless check in select_idle_core()Abel Wu1-3/+0
2022-09-07sched/fair: Avoid double search on same cpuAbel Wu1-0/+2
2022-09-07sched/fair: Remove redundant check in select_idle_smt()Abel Wu1-7/+4
2022-08-30Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conversion commitIngo Molnar1-5/+5
2022-08-23sched/fair: Don't init util/runnable_avg for !fair taskChengming Zhou1-14/+14
2022-08-23sched/fair: Move task sched_avg attach to enqueue_task_fair()Chengming Zhou1-8/+3
2022-08-23sched/fair: Allow changing cgroup of new forked taskChengming Zhou1-0/+7
2022-08-23sched/fair: Fix another detach on unattached task corner caseChengming Zhou1-0/+11
2022-08-23sched/fair: Combine detach into dequeue when migrating taskChengming Zhou1-12/+16
2022-08-23sched/fair: Update comments in enqueue/dequeue_entity()Chengming Zhou1-2/+4
2022-08-23sched/fair: Reset sched_avg last_update_time before set_task_rq()Chengming Zhou1-1/+1
2022-08-23sched/fair: Remove redundant cpu_cgrp_subsys->fork()Chengming Zhou1-22/+1
2022-08-23sched/fair: Maintain task se depth in set_task_rq()Chengming Zhou1-8/+0
2022-08-12sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()Ingo Molnar1-5/+5
2022-08-03sched/fair: Make per-cpu cpumasks staticBing Huang1-2/+9
2022-08-03sched/fair: Remove unused parameter idle of _nohz_idle_balance()Hao Jia1-4/+3
2022-08-02sched/core: Introduce sched_asym_cpucap_active()Dietmar Eggemann1-4/+4
2022-07-13sched/fair: fix case with reduced capacity CPUVincent Guittot1-12/+42
2022-06-28sched/fair: Remove the energy margin in feec()Vincent Donnefort1-15/+8
2022-06-28sched/fair: Remove task_util from effective utilization in feec()Vincent Donnefort1-63/+139
2022-06-28sched/fair: Use the same cpumask per-PD throughout find_energy_efficient_cpu()Dietmar Eggemann1-9/+13
2022-06-28sched/fair: Rename select_idle_mask to select_rq_maskDietmar Eggemann1-5/+5
2022-06-28sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()Dietmar Eggemann1-11/+10
2022-06-28sched/fair: Decay task PELT values during wakeup migrationVincent Donnefort1-27/+129
2022-06-28sched/fair: Provide u64 read for 32-bits arch helperVincent Donnefort1-70/+14
2022-06-28sched/fair: Introduce SIS_UTIL to search idle CPU based on sum of util_avgChen Yu1-0/+87
2022-06-28sched/fair: Remove redundant word " *"Zhang Qiao1-1/+1
2022-06-13sched: Allow newidle balancing to bail out of load_balanceJosh Don1-1/+7
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: 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-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-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/mcgrof/linuxLinus Torvalds1-1/+31
2022-05-11sched: Update task_tick_numa to ignore tasks without an mmEric W. Biederman1-1/+1
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar1-5/+5
2022-05-01sched: Fix missing prototype warningsThomas Gleixner1-0/+1