summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2022-10-14Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds3-74/+213
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds4-3/+189
2022-10-10Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds1-4/+1
2022-10-10Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds11-297/+265
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds1-0/+2
2022-10-06sched/core: Merge cpumask_andnot()+for_each_cpu() into for_each_cpu_andnot()Valentin Schneider1-4/+1
2022-10-03Merge tag 'pm-6.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds1-15/+15
2022-10-03Merge branch 'pm-cpufreq'Rafael J. Wysocki1-15/+15
2022-10-03Merge tag 'rcu.2022.09.30a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+14
2022-09-28sched: Fix TASK_state comparisonsPeter Zijlstra1-1/+1
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-26mm: multi-gen LRU: support page table walksYu Zhao1-0/+1
2022-09-20sched/psi: export psi_memstall_{enter,leave}Christoph Hellwig1-0/+2
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 Guittot3-12/+11
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 Ying2-5/+55
2022-09-11memory tiering: rate limit NUMA migration throughputHuang Ying1-2/+31
2022-09-11memory tiering: hot page selection with hint page fault latencyHuang Ying3-0/+101
2022-09-09Merge tag 'driver-core-6.0-rc5' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+1
2022-09-09sched/psi: Per-cgroup PSI accounting disable/re-enable interfaceChengming Zhou1-7/+63
2022-09-09sched/psi: Cache parent psi_group to speed up group iterationChengming Zhou1-30/+19
2022-09-09sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressureChengming Zhou3-2/+75
2022-09-09sched/psi: Remove NR_ONCPU task accountingJohannes Weiner1-11/+30
2022-09-09sched/psi: Optimize task switch inside shared cgroups againChengming Zhou1-12/+9
2022-09-09sched/psi: Move private helpers to sched/stats.hChengming Zhou1-0/+4
2022-09-09sched/psi: Save percpu memory when !psi_cgroups_enabledChengming Zhou1-3/+4
2022-09-09sched/psi: Fix periodic aggregation shut offChengming Zhou1-14/+14
2022-09-07freezer,sched: Rewrite core freezer logicPeter Zijlstra1-1/+1
2022-09-07sched/completion: Add wait_for_completion_state()Peter Zijlstra1-0/+12
2022-09-07sched: Add TASK_ANY for wait_task_inactive()Peter Zijlstra1-8/+8
2022-09-07sched: Change wait_task_inactive()s match_statePeter Zijlstra1-2/+2
2022-09-07sched: Rename task_running() to task_on_cpu()Peter Zijlstra6-14/+14
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-09-05sched/debug: fix dentry leak in update_sched_domain_debugfsGreg Kroah-Hartman1-1/+1
2022-09-01sched/deadline: Move __dl_clear_params out of dl_bw lockShang XiaoJing1-1/+1
2022-09-01sched/deadline: Add replenish_dl_new_period helperShang XiaoJing1-10/+13
2022-09-01sched/deadline: Add dl_task_is_earliest_deadline helperShang XiaoJing1-12/+12
2022-08-31sched/debug: Show the registers of 'current' in dump_cpu_task()Zhen Lei1-0/+11
2022-08-31sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task()Zhen Lei1-0/+3
2022-08-30Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conv...Ingo Molnar9-46/+94
2022-08-27sched: Add update_current_exec_runtime helperShang XiaoJing4-17/+16
2022-08-26wait_on_bit: add an acquire memory barrierMikulas Patocka1-1/+1
2022-08-23cpufreq: schedutil: Move max CPU capacity to sugov_policyLukasz Luba1-15/+15
2022-08-23sched/fair: Don't init util/runnable_avg for !fair taskChengming Zhou1-14/+14