summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2022-04-05sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior
2022-04-05sched/core: Fix forceidle balancingPeter Zijlstra
2022-03-22Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-03-22NUMA balancing: optimize page placement for memory tiering systemHuang Ying
2022-03-22Merge tag 'sched-core-2022-03-22' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2022-03-21Merge tag 'for-5.18/block-2022-03-18' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-03-15sched/headers: Only include <linux/entry-common.h> when CONFIG_GENERIC_ENTRY=yIngo Molnar
2022-03-15Merge branch 'sched/fast-headers' into sched/coreIngo Molnar
2022-03-08sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann
2022-03-08sched/deadline: Remove unused def_dl_bandwidthDietmar Eggemann
2022-03-01sched/tracing: Don't re-read p->state when emitting sched_switch eventValentin Schneider
2022-02-23sched/headers: Reorganize, clean up and optimize kernel/sched/core.c dependen...Ingo Molnar
2022-02-23sched/headers: Standardize kernel/sched/sched.h header dependenciesIngo Molnar
2022-02-21Merge tag 'v5.17-rc5' into sched/core, to resolve conflictsIngo Molnar
2022-02-19sched/preempt: Add PREEMPT_DYNAMIC using static keysMark Rutland
2022-02-19sched/preempt: Decouple HAVE_PREEMPT_DYNAMIC from GENERIC_ENTRYMark Rutland
2022-02-19sched/preempt: Refactor sched_dynamic_update()Mark Rutland
2022-02-19sched/preempt: Move PREEMPT_DYNAMIC logic laterMark Rutland
2022-02-19sched: Fix yet more sched_fork() racesPeter Zijlstra
2022-02-16sched/isolation: Use single feature type while referring to housekeeping cpumaskFrederic Weisbecker
2022-02-16sched/numa: Fix NUMA topology for systems with CPU-less nodesHuang Ying
2022-02-16sched: replace cpumask_weight with cpumask_empty where appropriateYury Norov
2022-02-06sched/fair: Fix fault in reweight_entityTadeusz Struk
2022-02-02block: check that there is a plug in blk_flush_plugChristoph Hellwig
2022-02-02block: remove blk_needs_flush_plugChristoph Hellwig
2022-01-27sched/core: Export pelt_thermal_tpQais Yousef
2022-01-23Merge tag 'sched_urgent_for_v5.17_rc2' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-01-18sched: Avoid double preemption in __cond_resched_*lock*()Peter Zijlstra
2022-01-18sched/core: Accounting forceidle time for all tasks except idle taskCruz Zhao
2022-01-17Merge branch 'signal-for-v5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2022-01-11Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2022-01-11Merge tag 'sched_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-01-08kthread: Generalize pf_io_worker so it can point to struct kthreadEric W. Biederman
2021-12-22kthread: Never put_user the set_child_tid addressEric W. Biederman
2021-12-21kthread: Warn about failed allocations for the init kthreadEric W. Biederman
2021-12-13kthread: Ensure struct kthread is present for all kthreadsEric W. Biederman
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar
2021-12-11sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()Dietmar Eggemann
2021-12-04sched: Trigger warning if ->migration_disabled counter underflows.Sebastian Andrzej Siewior
2021-12-04sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef
2021-12-04preempt/dynamic: Fix setup_preempt_mode() return valueAndrew Halaney
2021-12-01sched: Snapshot thread flagsMark Rutland
2021-11-24sched/scs: Reset task stack state in bringup_cpu()Mark Rutland
2021-11-17sched/core: Forced idle accountingJosh Don
2021-11-11preempt: Restore preemption model selection configsValentin Schneider
2021-11-11sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause
2021-11-11sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds