summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
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-07sched/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-12Merge tag 'locking_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+3
2022-01-12Merge tag 'sched_core_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-21/+63
2022-01-10Merge tag 'core_entry_for_v5.17_rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-1/+1
2022-01-08kthread: Generalize pf_io_worker so it can point to struct kthreadEric W. Biederman1-1/+1
2021-12-23kthread: Never put_user the set_child_tid addressEric W. Biederman1-1/+1
2021-12-22kthread: Warn about failed allocations for the init kthreadEric W. Biederman1-1/+1
2021-12-13kthread: Ensure struct kthread is present for all kthreadsEric W. Biederman1-8/+8
2021-12-13Merge tag 'v5.16-rc5' into locking/core, to pick up fixesIngo Molnar1-7/+3
2021-12-11sched/fair: Replace CFS internal cpu_util() with cpu_util_cfs()Dietmar Eggemann1-1/+1
2021-12-04sched: Trigger warning if ->migration_disabled counter underflows.Sebastian Andrzej Siewior1-0/+3
2021-12-04sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef1-1/+1
2021-12-04preempt/dynamic: Fix setup_preempt_mode() return valueAndrew Halaney1-2/+2
2021-12-01sched: Snapshot thread flagsMark Rutland1-1/+1
2021-11-24sched/scs: Reset task stack state in bringup_cpu()Mark Rutland1-4/+0
2021-11-17sched/core: Forced idle accountingJosh Don1-20/+62
2021-11-11preempt: Restore preemption model selection configsValentin Schneider1-3/+3
2021-11-11sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause1-9/+35
2021-11-11sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort1-0/+3
2021-11-01Merge tag 'sched-core-2021-11-01' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-201/+191
2021-11-01Merge tag 'locking-core-2021-10-31' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-24/+43
2021-11-01Merge tag 'for-5.16/block-2021-10-29' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+4
2021-10-20block: cleanup the flush plug helpersChristoph Hellwig1-2/+3
2021-10-19sched/scs: Reset the shadow stack when idle_task_exitWoody Lin1-0/+1
2021-10-18sched: move the <linux/blkdev.h> include out of kernel/sched/sched.hChristoph Hellwig1-1/+1
2021-10-15sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-0/+19
2021-10-14kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao1-21/+22
2021-10-07sched: Simplify wake_up_*idle*()Peter Zijlstra1-9/+5
2021-10-07sched,rcu: Rework try_invoke_on_locked_down_task()Peter Zijlstra1-3/+3
2021-10-07sched: Improve try_invoke_on_locked_down_task()Peter Zijlstra1-24/+39
2021-10-05sched: Remove pointless preemption disable in sched_submit_work()Thomas Gleixner1-8/+2
2021-10-05sched: Move kprobes cleanup out of finish_task_switch()Thomas Gleixner1-6/+0
2021-10-05sched: Limit the number of task migrations per batch on RTThomas Gleixner1-0/+4
2021-10-05sched: Move mmdrop to RCU on RTThomas Gleixner1-1/+1
2021-10-05sched: Provide Kconfig support for default dynamic preempt modeFrederic Weisbecker1-3/+26
2021-10-05sched: Make struct sched_statistics independent of fair sched classYafang Shao1-11/+14
2021-10-05sched/fair: Add cfs bandwidth burst statisticsHuaixin Chang1-3/+10
2021-10-05sched/core: Simplify core-wide task selectionPeter Zijlstra1-111/+45
2021-10-05sched: Switch wait_task_inactive to HRTIMER_MODE_REL_HARDSebastian Andrzej Siewior1-1/+1
2021-10-01sched: Make RCU nest depth distinct in __might_resched()Thomas Gleixner1-12/+16