summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2022-10-14Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-74/+213
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds-3/+189
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds-4/+1
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-297/+265
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds-0/+2
2022-10-06sched/core: Merge cpumask_andnot()+for_each_cpu() into for_each_cpu_andnot()Valentin Schneider-4/+1
2022-10-03Merge tag 'pm-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-15/+15
2022-10-03Merge branch 'pm-cpufreq'Rafael J. Wysocki-15/+15
2022-10-03Merge tag 'rcu.2022.09.30a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+14
2022-09-28sched: Fix TASK_state comparisonsPeter Zijlstra-1/+1
2022-09-26sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)-3/+7
2022-09-26mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V-0/+1
2022-09-26mm: multi-gen LRU: support page table walksYu Zhao-0/+1
2022-09-20sched/psi: export psi_memstall_{enter,leave}Christoph Hellwig-0/+2
2022-09-15sched/fair: Move call to list_last_entry() in detach_tasksVincent Guittot-2/+2
2022-09-15sched/fair: Cleanup loop_max and loop_breakVincent Guittot-12/+11
2022-09-15sched/fair: Make sure to try to detach at least one movable taskVincent Guittot-3/+9
2022-09-11memory tiering: adjust hot threshold automaticallyHuang Ying-5/+55
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying-2/+31
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying-0/+101
2022-09-09Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-1/+1
2022-09-09sched/psi: Per-cgroup PSI accounting disable/re-enable interfaceChengming Zhou-7/+63
2022-09-09sched/psi: Cache parent psi_group to speed up group iterationChengming Zhou-30/+19
2022-09-09sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressureChengming Zhou-2/+75
2022-09-09sched/psi: Remove NR_ONCPU task accountingJohannes Weiner-11/+30
2022-09-09sched/psi: Optimize task switch inside shared cgroups againChengming Zhou-12/+9
2022-09-09sched/psi: Move private helpers to sched/stats.hChengming Zhou-0/+4
2022-09-09sched/psi: Save percpu memory when !psi_cgroups_enabledChengming Zhou-3/+4
2022-09-09sched/psi: Fix periodic aggregation shut offChengming Zhou-14/+14
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra-1/+1
2022-09-07sched/completion: Add wait_for_completion_state()Peter Zijlstra-0/+12
2022-09-07sched: Add TASK_ANY for wait_task_inactive()Peter Zijlstra-8/+8
2022-09-07sched: Change wait_task_inactive()s match_statePeter Zijlstra-2/+2
2022-09-07sched: Rename task_running() to task_on_cpu()Peter Zijlstra-14/+14
2022-09-07sched/fair: Cleanup for SIS_PROPAbel Wu-6/+6
2022-09-07sched/fair: Default to false in test_idle_cores()Abel Wu-8/+8
2022-09-07sched/fair: Remove useless check in select_idle_core()Abel Wu-3/+0
2022-09-07sched/fair: Avoid double search on same cpuAbel Wu-0/+2
2022-09-07sched/fair: Remove redundant check in select_idle_smt()Abel Wu-7/+4
2022-09-05sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman-1/+1
2022-09-01sched/deadline: Move __dl_clear_params out of dl_bw lockShang XiaoJing-1/+1
2022-09-01sched/deadline: Add replenish_dl_new_period helperShang XiaoJing-10/+13
2022-09-01sched/deadline: Add dl_task_is_earliest_deadline helperShang XiaoJing-12/+12
2022-08-31sched/debug: Show the registers of 'current' in dump_cpu_task()Zhen Lei-0/+11
2022-08-31sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task()Zhen Lei-0/+3
2022-08-30Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conv...Ingo Molnar-46/+94
2022-08-27sched: Add update_current_exec_runtime helperShang XiaoJing-17/+16
2022-08-26wait_on_bit: add an acquire memory barrierMikulas Patocka-1/+1
2022-08-23cpufreq: schedutil: Move max CPU capacity to sugov_policyLukasz Luba-15/+15
2022-08-23sched/fair: Don't init util/runnable_avg for !fair taskChengming Zhou-14/+14