summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2024-06-16sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu
2023-11-20sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra
2023-10-19Revert "kernel/sched: Modify initial boot task idle setup"Greg Kroah-Hartman
2023-10-06kernel/sched: Modify initial boot task idle setupLiam R. Howlett
2023-08-30cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann
2023-08-30sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann
2023-08-30sched/cpuset: Bring back cpuset_mutexJuri Lelli
2023-05-11sched: Make struct sched_statistics independent of fair sched classYafang Shao
2023-04-26sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef
2023-04-05sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds
2023-03-30sched/fair: Sanitize vruntime of entity being migratedVincent Guittot
2023-02-01panic: Consolidate open-coded panic_on_warn checksKees Cook
2023-01-18sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long
2022-12-14io_uring: move to separate directoryJens Axboe
2022-08-17sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman
2022-08-17sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding
2022-08-17sched: Fix the check of nr_running at queue wakelistTianchen Ding
2022-08-17sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long
2022-08-17sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann
2022-08-17sched/core: Always flush pending blk_plugJohn Keeping
2022-06-22sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra
2022-06-09sched/core: Avoid obvious double update_rq_clock warningHao Jia
2022-04-13sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior
2022-04-08sched/core: Export pelt_thermal_tpQais Yousef
2022-03-08sched: Fix yet more sched_fork() racesPeter Zijlstra
2022-03-08sched/fair: Fix fault in reweight_entityTadeusz Struk
2022-02-16sched: Avoid double preemption in __cond_resched_*lock*()Peter Zijlstra
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-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-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-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: 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