summaryrefslogtreecommitdiffstats
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* 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
| * | sched/fair: Remove useless check in select_idle_core()Abel Wu2022-09-071-3/+0
| * | sched/fair: Avoid double search on same cpuAbel Wu2022-09-071-0/+2
| * | sched/fair: Remove redundant check in select_idle_smt()Abel Wu2022-09-071-7/+4
| * | sched/deadline: Move __dl_clear_params out of dl_bw lockShang XiaoJing2022-09-011-1/+1
| * | sched/deadline: Add replenish_dl_new_period helperShang XiaoJing2022-09-011-10/+13
| * | sched/deadline: Add dl_task_is_earliest_deadline helperShang XiaoJing2022-09-011-12/+12
| * | Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conv...Ingo Molnar2022-08-309-46/+94
| |\ \
| | * | sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()Ingo Molnar2022-08-127-25/+26
| * | | sched: Add update_current_exec_runtime helperShang XiaoJing2022-08-274-17/+16
| * | | sched/fair: Don't init util/runnable_avg for !fair taskChengming Zhou2022-08-231-14/+14
| * | | sched/fair: Move task sched_avg attach to enqueue_task_fair()Chengming Zhou2022-08-231-8/+3
| * | | sched/fair: Allow changing cgroup of new forked taskChengming Zhou2022-08-232-20/+12
| * | | sched/fair: Fix another detach on unattached task corner caseChengming Zhou2022-08-231-0/+11
| * | | sched/fair: Combine detach into dequeue when migrating taskChengming Zhou2022-08-231-12/+16
| * | | sched/fair: Update comments in enqueue/dequeue_entity()Chengming Zhou2022-08-231-2/+4
| * | | sched/fair: Reset sched_avg last_update_time before set_task_rq()Chengming Zhou2022-08-231-1/+1
| * | | sched/fair: Remove redundant cpu_cgrp_subsys->fork()Chengming Zhou2022-08-233-49/+6
| * | | sched/fair: Maintain task se depth in set_task_rq()Chengming Zhou2022-08-232-8/+1
| * | | sched/core: Remove superfluous semicolonXin Gao2022-08-041-1/+1
| * | | sched/fair: Make per-cpu cpumasks staticBing Huang2022-08-032-13/+9