summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
2025-08-28sched: Add wrapper for get_wchan() to keep task blockedKees Cook1-0/+19
2025-04-10sched: Clarify wake_up_q()'s write to task->wake_q.nextJann Horn1-2/+3
2025-03-13sched/core: Prevent rescheduling when interrupts are disabledThomas Gleixner1-1/+1
2025-03-13sched: Don't try to catch up excess steal time.Suleiman Souhlal1-2/+4
2025-03-13sched/psi: Use task->psi_flags to clear in CPU migrationChengming Zhou1-1/+1
2024-12-14sched/core: Prevent wakeup of ksoftirqd during idle load balanceK Prateek Nayak1-1/+1
2024-12-14sched/core: Remove the unnecessary need_resched() check in nohz_csd_func()K Prateek Nayak1-1/+1
2024-08-19sched/smt: Fix unbalance sched_smt_present dec/incYang Yingliang1-0/+1
2024-08-19sched/smt: Introduce sched_smt_present_inc/dec() helperYang Yingliang1-7/+19
2024-08-19sched/fair: set_load_weight() must also call reweight_task() for SCHED_IDLE t...Tejun Heo1-13/+10
2024-06-16sched/core: Fix incorrect initialization of the 'burst' parameter in cpu_max_...Cheng Yu1-1/+1
2023-11-20sched: Fix stop_one_cpu_nowait() vs hotplugPeter Zijlstra1-2/+8
2023-10-19Revert "kernel/sched: Modify initial boot task idle setup"Greg Kroah-Hartman1-1/+1
2023-10-06kernel/sched: Modify initial boot task idle setupLiam R. Howlett1-1/+1
2023-08-30cgroup/cpuset: Free DL BW in case can_attach() failsDietmar Eggemann1-15/+2
2023-08-30sched/deadline: Create DL BW alloc, free & check overflow interfaceDietmar Eggemann1-2/+2
2023-08-30sched/cpuset: Bring back cpuset_mutexJuri Lelli1-7/+15
2023-05-11sched: Make struct sched_statistics independent of fair sched classYafang Shao1-11/+14
2023-04-26sched/uclamp: Fix fits_capacity() check in feec()Qais Yousef1-5/+5
2023-04-05sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds1-2/+2
2023-03-30sched/fair: Sanitize vruntime of entity being migratedVincent Guittot1-0/+3
2023-02-01panic: Consolidate open-coded panic_on_warn checksKees Cook1-2/+1
2023-01-18sched/core: Fix use-after-free bug in dup_user_cpus_ptr()Waiman Long1-4/+33
2022-12-14io_uring: move to separate directoryJens Axboe1-1/+1
2022-08-17sched/core: Do not requeue task on CPU excluded from cpus_maskMel Gorman1-2/+6
2022-08-17sched: Remove the limitation of WF_ON_CPU on wakelist if wakee cpu is idleTianchen Ding1-12/+14
2022-08-17sched: Fix the check of nr_running at queue wakelistTianchen Ding1-1/+5
2022-08-17sched, cpuset: Fix dl_cpu_busy() panic due to empty cs->cpus_allowedWaiman Long1-3/+5
2022-08-17sched/deadline: Merge dl_task_can_attach() and dl_cpu_busy()Dietmar Eggemann1-4/+9
2022-08-17sched/core: Always flush pending blk_plugJohn Keeping1-2/+6
2022-06-22sched: Fix balance_push() vs __sched_setscheduler()Peter Zijlstra1-3/+33
2022-06-09sched/core: Avoid obvious double update_rq_clock warningHao Jia1-3/+3
2022-04-13sched: Teach the forced-newidle balancer about CPU affinity limitation.Sebastian Andrzej Siewior1-1/+1
2022-04-08sched/core: Export pelt_thermal_tpQais Yousef1-0/+1
2022-03-08sched: Fix yet more sched_fork() racesPeter Zijlstra1-13/+21
2022-03-08sched/fair: Fix fault in reweight_entityTadeusz Struk1-5/+6
2022-02-16sched: Avoid double preemption in __cond_resched_*lock*()Peter Zijlstra1-9/+3
2021-12-08sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef1-1/+1
2021-12-08preempt/dynamic: Fix setup_preempt_mode() return valueAndrew Halaney1-2/+2
2021-12-01sched/scs: Reset task stack state in bringup_cpu()Mark Rutland1-4/+0
2021-11-25sched/fair: Prevent dead task groups from regaining cfs_rq'sMathias Krause1-9/+35
2021-11-25sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort1-0/+3
2021-11-18kernel/sched: Fix sched_fork() access an invalid sched_task_groupZhang Qiao1-21/+22
2021-10-19sched/scs: Reset the shadow stack when idle_task_exitWoody Lin1-0/+1
2021-09-12Merge tag 'sched_urgent_for_v5.15_rc1' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-3/+3
2021-09-09sched: Prevent balance_push() on remote runqueuesThomas Gleixner1-3/+3
2021-08-30Merge tag 'locking-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-17/+92
2021-08-30Merge tag 'sched-core-2021-08-30' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-94/+346
2021-08-30Merge branch 'core-rcu.2021.08.28a' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-0/+11
2021-08-20sched: Introduce dl_task_check_affinity() to check proposed affinityWill Deacon1-17/+29