summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
Commit message (Expand)AuthorAgeFilesLines
* io_uring: move to separate directoryJens Axboe2022-07-241-1/+1
* 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
| * | sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRYMark Rutland2022-02-191-0/+2
| * | sched/preempt: Refactor sched_dynamic_update()Mark Rutland2022-02-191-22/+37
| * | sched/preempt: Move PREEMPT_DYNAMIC logic laterMark Rutland2022-02-191-136/+136
| * | sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker2022-02-161-6/+6
| * | sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying2022-02-161-1/+4
| * | sched: replace cpumask_weight with cpumask_empty where appropriateYury Norov2022-02-161-1/+1
| * | sched/core: Export pelt_thermal_tpQais Yousef2022-01-271-0/+1
* | | Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds2022-03-211-5/+2
|\ \ \ | |_|/ |/| |
| * | block: check that there is a plug in blk_flush_plugChristoph Hellwig2022-02-021-5/+2
| * | block: remove blk_needs_flush_plugChristoph Hellwig2022-02-021-1/+1
* | | sched: Fix yet more sched_fork() racesPeter Zijlstra2022-02-191-13/+21
* | | sched/fair: Fix fault in reweight_entityTadeusz Struk2022-02-061-5/+6
|/ /
* | Merge tag 'sched_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-01-231-11/+4
|\ \ | |/ |/|
| * sched: Avoid double preemption in __cond_resched_*lock*()Peter Zijlstra2022-01-181-9/+3
| * sched/core: Accounting forceidle time for all tasks except idle taskCruz Zhao2022-01-181-2/+1
* | Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-171-8/+8
|\ \ | |/ |/|
| * kthread: Generalize pf_io_worker so it can point to struct kthreadEric W. Biederman2022-01-081-1/+1
| * kthread: Never put_user the set_child_tid addressEric W. Biederman2021-12-221-1/+1