summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'hardening-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-12-141-2/+1
|\
| * panic: Consolidate open-coded panic_on_warn checksKees Cook2022-12-021-2/+1
* | Merge tag 'sysctl-6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Linus Torvalds2022-12-132-4/+27
|\ \
| * | sched: Move numa_balancing sysctls to its own fileKefeng Wang2022-11-202-4/+27
* | | Merge tag 'for-6.2/block-2022-12-08' of git://git.kernel.dk/linuxLinus Torvalds2022-12-131-7/+11
|\ \ \
| * | | wait: Return number of exclusive waiters awakenGabriel Krisman Bertazi2022-11-161-7/+11
| |/ /
* | | Merge tag 'mm-nonmm-stable-2022-12-12' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-12-121-1/+1
|\ \ \
| * | | sched/fair: use try_cmpxchg in task_numa_workUros Bizjak2022-11-181-1/+1
| |/ /
* | | Merge tag 'sched-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-12-126-180/+603
|\ \ \
| * | | sched: Clear ttwu_pending after enqueue_task()Tianchen Ding2022-11-161-7/+11
| * | | sched/psi: Use task->psi_flags to clear in CPU migrationChengming Zhou2022-10-302-19/+5
| * | | sched/psi: Stop relying on timer_pending() for poll_work reschedulingSuren Baghdasaryan2022-10-301-10/+52
| * | | sched/psi: Fix avgs_work re-arm in psi_avgs_work()Chengming Zhou2022-10-301-3/+27
| * | | sched/psi: Fix possible missing or delayed pending eventHao Lee2022-10-301-3/+5
| * | | sched: Always clear user_cpus_ptr in do_set_cpus_allowed()Waiman Long2022-10-271-1/+7
| * | | sched: Enforce user requested affinityWaiman Long2022-10-272-0/+13
| * | | sched: Always preserve the user requested cpumaskWaiman Long2022-10-272-55/+72
| * | | sched: Introduce affinity_contextWaiman Long2022-10-273-47/+85
| * | | sched: Add __releases annotations to affine_move_task()Waiman Long2022-10-271-1/+3
| * | | sched/fair: Check if prev_cpu has highest spare cap in feec()Pierre Gondois2022-10-271-6/+7
| * | | sched/fair: Consider capacity inversion in util_fits_cpu()Qais Yousef2022-10-271-5/+9
| * | | sched/fair: Detect capacity inversionQais Yousef2022-10-272-3/+79
| * | | sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...Qais Yousef2022-10-271-6/+8
| * | | sched/uclamp: Make cpu_overutilized() use util_fits_cpu()Qais Yousef2022-10-271-1/+4
| * | | sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()Qais Yousef2022-10-271-8/+13
| * | | sched/uclamp: Make select_idle_capacity() use util_fits_cpu()Qais Yousef2022-10-271-3/+5
| * | | sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef2022-10-273-10/+68
| * | | sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef2022-10-272-10/+25
| * | | sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef2022-10-271-0/+123
| |/ /
* | | Revert "cpufreq: schedutil: Move max CPU capacity to sugov_policy"Sam Wu2022-11-221-15/+15
* | | sched: Fix race in task_call_func()Peter Zijlstra2022-11-141-17/+35
|/ /
* | sched: Introduce struct balance_callback to avoid CFI mismatchesKees Cook2022-10-174-20/+26
* | sched/core: Fix comparison in sched_group_cookie_match()Lin Shengwang2022-10-171-9/+9
|/
* Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-143-74/+213
|\
| * sched/psi: Per-cgroup PSI accounting disable/re-enable interfaceChengming Zhou2022-09-091-7/+63
| * sched/psi: Cache parent psi_group to speed up group iterationChengming Zhou2022-09-091-30/+19
| * sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressureChengming Zhou2022-09-093-2/+75
| * sched/psi: Remove NR_ONCPU task accountingJohannes Weiner2022-09-091-11/+30
| * sched/psi: Optimize task switch inside shared cgroups againChengming Zhou2022-09-091-12/+9
| * sched/psi: Move private helpers to sched/stats.hChengming Zhou2022-09-091-0/+4
| * sched/psi: Save percpu memory when !psi_cgroups_enabledChengming Zhou2022-09-091-3/+4
| * sched/psi: Fix periodic aggregation shut offChengming Zhou2022-09-091-14/+14
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-104-3/+189
|\ \
| * | sched: use maple tree iterator to walk VMAsMatthew Wilcox (Oracle)2022-09-261-3/+7
| * | mm/demotion: update node_is_toptier to work with memory tiersAneesh Kumar K.V2022-09-261-0/+1
| * | mm: multi-gen LRU: support page table walksYu Zhao2022-09-261-0/+1
| * | memory tiering: adjust hot threshold automaticallyHuang Ying2022-09-112-5/+55
| * | memory tiering: rate limit NUMA migration throughputHuang Ying2022-09-111-2/+31
| * | memory tiering: hot page selection with hint page fault latencyHuang Ying2022-09-113-0/+101
| |/
* | Merge tag 'bitmap-6.1-rc1' of https://github.com/norov/linuxLinus Torvalds2022-10-101-4/+1
|\ \