summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched/rt: pick_next_rt_entity(): check list_entryPietro Borrello2023-03-101-1/+4
* sched/psi: Stop relying on timer_pending() for poll_work reschedulingSuren Baghdasaryan2023-02-251-10/+52
* sched/psi: Fix use-after-free in ep_remove_wait_queue()Munehisa Kamata2023-02-221-3/+4
* sched/uclamp: Fix a uninitialized variable warningsQais Yousef2023-02-011-19/+16
* sched/fair: Check if prev_cpu has highest spare cap in feec()Pierre Gondois2023-02-011-6/+7
* panic: Consolidate open-coded panic_on_warn checksKees Cook2023-01-241-2/+1
* sched/core: Fix arch_scale_freq_tick() on tickless systemsYair Podemsky2023-01-181-1/+3
* sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long2023-01-181-4/+33
* sched/psi: Fix possible missing or delayed pending eventHao Lee2022-12-311-3/+5
* sched/uclamp: Cater for uclamp in find_energy_efficient_cpu()'s early exit co...Qais Yousef2022-12-311-6/+8
* sched/uclamp: Make cpu_overutilized() use util_fits_cpu()Qais Yousef2022-12-311-1/+4
* sched/uclamp: Make asym_fits_capacity() use util_fits_cpu()Qais Yousef2022-12-311-8/+13
* sched/uclamp: Make select_idle_capacity() use util_fits_cpu()Qais Yousef2022-12-311-3/+5
* sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef2022-12-313-10/+68
* sched/uclamp: Make task_fits_capacity() use util_fits_cpu()Qais Yousef2022-12-312-10/+25
* sched/uclamp: Fix relationship between uclamp and migration marginQais Yousef2022-12-311-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
|\ \
| * | sched/core: Merge cpumask_andnot()+for_each_cpu() into for_each_cpu_andnot()Valentin Schneider2022-10-061-4/+1
| |/
* | Merge tag 'sched-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-10-1011-297/+265
|\ \
| * | sched: Fix TASK_state comparisonsPeter Zijlstra2022-09-281-1/+1
| * | sched/fair: Move call to list_last_entry() in detach_tasksVincent Guittot2022-09-151-2/+2
| * | sched/fair: Cleanup loop_max and loop_breakVincent Guittot2022-09-153-12/+11
| * | sched/fair: Make sure to try to detach at least one movable taskVincent Guittot2022-09-151-3/+9
| * | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-1/+1
| * | sched/completion: Add wait_for_completion_state()Peter Zijlstra2022-09-071-0/+12
| * | sched: Add TASK_ANY for wait_task_inactive()Peter Zijlstra2022-09-071-8/+8
| * | sched: Change wait_task_inactive()s match_statePeter Zijlstra2022-09-071-2/+2
| * | sched: Rename task_running() to task_on_cpu()Peter Zijlstra2022-09-076-14/+14
| * | sched/fair: Cleanup for SIS_PROPAbel Wu2022-09-071-6/+6
| * | sched/fair: Default to false in test_idle_cores()Abel Wu2022-09-071-8/+8