summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
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-131-1/+12
|\ \
| * | sched: Move numa_balancing sysctls to its own fileKefeng Wang2022-11-201-1/+12
* | | Merge tag 'sched-core-2022-12-12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-12-121-96/+163
|\ \ \
| * | | 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-301-1/+1
| * | | sched: Always clear user_cpus_ptr in do_set_cpus_allowed()Waiman Long2022-10-271-1/+7
| * | | sched: Enforce user requested affinityWaiman Long2022-10-271-0/+10
| * | | sched: Always preserve the user requested cpumaskWaiman Long2022-10-271-55/+64
| * | | sched: Introduce affinity_contextWaiman Long2022-10-271-39/+75
| * | | sched: Add __releases annotations to affine_move_task()Waiman Long2022-10-271-1/+3
| * | | sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef2022-10-271-5/+5
| |/ /
* / / sched: Fix race in task_call_func()Peter Zijlstra2022-11-141-17/+35
|/ /
* / sched: Introduce struct balance_callback to avoid CFI mismatchesKees Cook2022-10-171-12/+12
|/
* Merge tag 'sched-psi-2022-10-14' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-141-0/+1
|\
| * sched/psi: Add PSI_IRQ to track IRQ/SOFTIRQ pressureChengming Zhou2022-09-091-0/+1
* | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-0/+15
|\ \
| * | mm: multi-gen LRU: support page table walksYu Zhao2022-09-261-0/+1
| * | memory tiering: adjust hot threshold automaticallyHuang Ying2022-09-111-0/+14
| |/
* | 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-101-76/+27
|\ \
| * | sched: Fix TASK_state comparisonsPeter Zijlstra2022-09-281-1/+1
| * | sched/fair: Cleanup loop_max and loop_breakVincent Guittot2022-09-151-5/+1
| * | freezer,sched: Rewrite core freezer logicPeter Zijlstra2022-09-071-1/+1
| * | 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-071-5/+5
| * | Merge branch 'sched/warnings' into sched/core, to pick up WARN_ON_ONCE() conv...Ingo Molnar2022-08-301-8/+46
| |\ \
| | * | sched/all: Change all BUG_ON() instances in the scheduler to WARN_ON_ONCE()Ingo Molnar2022-08-121-1/+1
| | |/
| * | sched/fair: Allow changing cgroup of new forked taskChengming Zhou2022-08-231-20/+5
| * | sched/fair: Remove redundant cpu_cgrp_subsys->fork()Chengming Zhou2022-08-231-23/+4
| * | sched/fair: Make per-cpu cpumasks staticBing Huang2022-08-031-11/+0
| * | sched/debug: Print each field value left-aligned in sched_show_task()Zhen Lei2022-08-021-1/+1
* | | sched/debug: Show the registers of 'current' in dump_cpu_task()Zhen Lei2022-08-311-0/+11
* | | sched/debug: Try trigger_single_cpu_backtrace(cpu) in dump_cpu_task()Zhen Lei2022-08-311-0/+3
| |/ |/|
* | Merge tag 'sched-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2022-08-061-5/+11
|\ \
| * | sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman2022-08-041-2/+6
| * | sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long2022-08-031-3/+5
| |/
* | Merge tag 'rcu.2022.07.26a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-021-1/+33
|\ \
| * \ Merge branch 'ctxt.2022.07.05a' into HEADPaul E. McKenney2022-07-211-1/+1
| |\ \
| | * | context_tracking: Split user tracking KconfigFrederic Weisbecker2022-06-291-1/+1
| * | | rcu-tasks: Eliminate RCU Tasks Trace IPIs to online CPUsPaul E. McKenney2022-06-211-0/+32
| |/ /
* | | Merge tag 'for-5.20/io_uring-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds2022-08-021-1/+1
|\ \ \ | |_|/ |/| |
| * | io_uring: move to separate directoryJens Axboe2022-07-241-1/+1
| |/
* | Merge tag 'sched-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-08-011-91/+124
|\ \ | |/ |/|
| * sched/core: Always flush pending blk_plugJohn Keeping2022-07-131-2/+6
| * sched/core: Use try_cmpxchg in set_nr_{and_not,if}_pollingUros Bizjak2022-07-041-15/+9
| * sched/fair: Rename select_idle_mask to select_rq_maskDietmar Eggemann2022-06-281-2/+2