summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* 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 '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
| * sched, drivers: Remove max param from effective_cpu_util()/sched_cpu_util()Dietmar Eggemann2022-06-281-5/+6
| * sched: only perform capability check on privileged operationChristian Göttsche2022-06-281-55/+83
| * sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding2022-06-131-12/+14
| * sched: Fix the check of nr_running at queue wakelistTianchen Ding2022-06-131-1/+5
* | sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra2022-06-131-3/+33
|/
* Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-06-031-4/+1
|\
| * ptrace: Don't change __stateEric W. Biederman2022-05-111-4/+1
* | Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-261-45/+85
|\ \
| * | sched: Fix build warning without CONFIG_SYSCTLYueHaibing2022-05-091-29/+36
| * | sched: Move uclamp_util sysctls to core.cZhen Ni2022-04-061-11/+37
| * | sched: Move rt_period/runtime sysctls to rt.cZhen Ni2022-04-061-13/+0
| * | sched: Move schedstats sysctls to core.cZhen Ni2022-04-061-1/+21
| |/
* | Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-05-241-10/+13
|\ \
| * | sched: Reverse sched_class layoutPeter Zijlstra2022-05-191-6/+6
| * | sched/core: Avoid obvious double update_rq_clock warningHao Jia2022-05-111-3/+3
| * | Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar2022-05-061-5/+11
| |\ \
| * | | smp: Rename flush_smp_call_function_from_idle()Thomas Gleixner2022-05-011-1/+1
| * | | sched: Fix missing prototype warningsThomas Gleixner2022-05-011-0/+3
* | | | Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-05-231-0/+12
|\| | |
| * | | preempt/dynamic: Introduce preemption model accessorsValentin Schneider2022-04-051-0/+12
| | |/ | |/|
* | | sched/tracing: Append prev_state to tp args insteadDelyan Kratunov2022-05-121-1/+1
| |/ |/|
* | sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior2022-04-051-1/+1
* | sched/core: Fix forceidle balancingPeter Zijlstra2022-04-051-4/+10
|/
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-221-4/+17
|\
| * NUMA balancing: optimize page placement for memory tiering systemHuang Ying2022-03-221-4/+17
* | Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2022-03-221-164/+302
|\ \
| * | sched/headers: Only include <linux/entry-common.h> when CONFIG_GENERIC_ENTRY=yIngo Molnar2022-03-151-1/+3
| * | Merge branch 'sched/fast-headers' into sched/coreIngo Molnar2022-03-151-10/+71
| |\ \
| | * | sched/headers: Reorganize, clean up and optimize kernel/sched/core.c dependen...Ingo Molnar2022-02-231-11/+70
| | * | sched/headers: Standardize kernel/sched/sched.h header dependenciesIngo Molnar2022-02-231-0/+2
| * | | sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann2022-03-081-4/+9
| * | | sched/deadline: Remove unused def_dl_bandwidthDietmar Eggemann2022-03-081-1/+0
| * | | sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider2022-03-011-2/+2
| |/ /
| * | Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar2022-02-211-18/+20
| |\|
| * | sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland2022-02-191-2/+52