summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2021-12-08sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef
2021-12-08preempt/dynamic: Fix setup_preempt_mode() return valueAndrew Halaney
2021-12-01sched/scs: Reset task stack state in bringup_cpu()Mark Rutland
2021-11-25sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause
2021-11-25sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort
2021-11-18kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao
2021-10-19sched/scs: Reset the shadow stack when idle_task_exitWoody Lin
2021-10-01sched/fair: Null terminate buffer when updating tunable_scalingMel Gorman
2021-10-01sched/fair: Add ancestors of unthrottled undecayed cfs_rqMichal KoutnĂ˝
2021-09-12Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-09-09sched: Prevent balance_push() on remote runqueuesThomas Gleixner
2021-09-09sched/idle: Make the idle timer expire in hard interrupt contextSebastian Andrzej Siewior
2021-08-31Merge tag 'pm-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-08-30Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-08-30Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-08-26sched: Fix get_push_task() vs migrate_disable()Sebastian Andrzej Siewior
2021-08-26sched/fair: Mark tg_is_idle() an inline in the !CONFIG_FAIR_GROUP_SCHED caseIngo Molnar
2021-08-23Merge back cpufreq changes for v5.15.Rafael J. Wysocki
2021-08-20sched: Introduce dl_task_check_affinity() to check proposed affinityWill Deacon
2021-08-20sched: Allow task CPU affinity to be restricted on asymmetric systemsWill Deacon
2021-08-20sched: Split the guts of sched_setaffinity() into a helper functionWill Deacon
2021-08-20sched: Introduce task_struct::user_cpus_ptr to track requested affinityWill Deacon
2021-08-20sched: Reject CPU affinity changes based on task_cpu_possible_mask()Will Deacon
2021-08-20cpuset: Cleanup cpuset_cpus_allowed_fallback() use in select_fallback_rq()Will Deacon
2021-08-20sched: Introduce task_cpu_possible_mask() to limit fallback rq selectionWill Deacon
2021-08-20sched: Cgroup SCHED_IDLE supportJosh Don
2021-08-20sched/topology: Skip updating masks for non-online nodesValentin Schneider
2021-08-20sched: Fix Core-wide rq->lock for uninitialized CPUsPeter Zijlstra
2021-08-17sched/core: Provide a scheduling point for RT locksThomas Gleixner
2021-08-17sched/core: Rework the __schedule() preempt argumentThomas Gleixner
2021-08-17sched/wakeup: Prepare for RT sleeping spin/rwlocksThomas Gleixner
2021-08-17sched/wakeup: Split out the wakeup ->__state checkThomas Gleixner
2021-08-10sched: Replace deprecated CPU-hotplug functions.Sebastian Andrzej Siewior
2021-08-06rcu: Explain why rcu_all_qs() is a stub in preemptible TREE RCUFrederic Weisbecker
2021-08-06cpufreq: schedutil: Use kobject release() method to free sugov_tunablesKevin Hao
2021-08-06sched: Skip priority checks with SCHED_FLAG_KEEP_PARAMSQuentin Perret
2021-08-06sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret
2021-08-06sched/deadline: Fix missing clock update in migrate_task_rq_dl()Dietmar Eggemann
2021-08-04sched/fair: Avoid a second scan of target in select_idle_cpuMel Gorman
2021-08-04sched/fair: Use prev instead of new target as recent_used_cpuMel Gorman
2021-08-04sched: Don't report SCHED_FLAG_SUGOV in sched_getattr()Quentin Perret
2021-08-04sched/deadline: Fix reset_on_fork reporting of DL tasksQuentin Perret
2021-08-04sched: remove redundant on_rq status changeWang Hui
2021-08-04sched/numa: Fix is_core_idle()Mika Penttilä
2021-08-04sched/rt: Fix double enqueue caused by rt_effective_prioPeter Zijlstra
2021-07-11Merge tag 'sched-urgent-2021-07-11' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2021-07-07Merge tag 'pm-5.14-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Linus Torvalds
2021-07-02sched/uclamp: Ignore max aggregation if rq is idleXuewen Yan
2021-07-02sched/fair: Fix CFS bandwidth hrtimer expiry typeOdin Ugedal