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