summaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-13sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra1-3/+33
2022-06-03Merge tag 'ptrace_stop-cleanup-for-v5.19' of git://git.kernel.org/pub/scm/lin...Linus Torvalds1-4/+1
2022-05-26Merge tag 'sysctl-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-45/+85
2022-05-24Merge tag 'sched-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-10/+13
2022-05-23Merge tag 'rcu.2022.05.19a' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-0/+12
2022-05-19sched: Reverse sched_class layoutPeter Zijlstra1-6/+6
2022-05-12sched/tracing: Append prev_state to tp args insteadDelyan Kratunov1-1/+1
2022-05-11ptrace: Don't change __stateEric W. Biederman1-4/+1
2022-05-11sched/core: Avoid obvious double update_rq_clock warningHao Jia1-3/+3
2022-05-09sched: Fix build warning without CONFIG_SYSCTLYueHaibing1-29/+36
2022-05-06Merge tag 'v5.18-rc5' into sched/core to pull in fixes & to resolve a conflictIngo Molnar1-5/+11
2022-05-01smp: Rename flush_smp_call_function_from_idle()Thomas Gleixner1-1/+1
2022-05-01sched: Fix missing prototype warningsThomas Gleixner1-0/+3
2022-04-06sched: Move uclamp_util sysctls to core.cZhen Ni1-11/+37
2022-04-06sched: Move rt_period/runtime sysctls to rt.cZhen Ni1-13/+0
2022-04-06sched: Move schedstats sysctls to core.cZhen Ni1-1/+21
2022-04-05preempt/dynamic: Introduce preemption model accessorsValentin Schneider1-0/+12
2022-04-05kcsan: Use preemption model accessorsValentin Schneider0-0/+0
2022-04-05sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior1-1/+1
2022-04-05sched/core: Fix forceidle balancingPeter Zijlstra1-4/+10
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+17
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying1-4/+17
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-164/+302
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds1-5/+2
2022-03-15sched/headers: Only include <linux/entry-common.h> when CONFIG_GENERIC_ENTRY=yIngo Molnar1-1/+3
2022-03-15Merge branch 'sched/fast-headers' into sched/coreIngo Molnar1-10/+71
2022-03-08sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann1-4/+9
2022-03-08sched/deadline: Remove unused def_dl_bandwidthDietmar Eggemann1-1/+0
2022-03-01sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider1-2/+2
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/core.c dependen...Ingo Molnar1-11/+70
2022-02-23sched/headers: Standardize kernel/sched/sched.h header dependenciesIngo Molnar1-0/+2
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar1-18/+20
2022-02-19sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland1-2/+52
2022-02-19sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRYMark Rutland1-0/+2
2022-02-19sched/preempt: Refactor sched_dynamic_update()Mark Rutland1-22/+37
2022-02-19sched/preempt: Move PREEMPT_DYNAMIC logic laterMark Rutland1-136/+136
2022-02-19sched: Fix yet more sched_fork() racesPeter Zijlstra1-13/+21
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker1-6/+6
2022-02-16sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying1-1/+4
2022-02-16sched: replace cpumask_weight with cpumask_empty where appropriateYury Norov1-1/+1
2022-02-06sched/fair: Fix fault in reweight_entityTadeusz Struk1-5/+6
2022-02-02block: check that there is a plug in blk_flush_plugChristoph Hellwig1-5/+2
2022-02-02block: remove blk_needs_flush_plugChristoph Hellwig1-1/+1
2022-01-27sched/core: Export pelt_thermal_tpQais Yousef1-0/+1
2022-01-23Merge tag 'sched_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-11/+4
2022-01-18sched: Avoid double preemption in __cond_resched_*lock*()Peter Zijlstra1-9/+3
2022-01-18sched/core: Accounting forceidle time for all tasks except idle taskCruz Zhao1-2/+1
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-8/+8
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2022-01-11Merge tag 'sched_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-21/+63