summaryrefslogtreecommitdiff
path: root/kernel/sched/core.c
AgeCommit message (Expand)AuthorFilesLines
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
2023-04-05sched_getaffinity: don't assume 'cpumask_size()' is fully initializedLinus Torvalds1-2/+2
2023-04-05sched/fair: Sanitize vruntime of entity being migratedVincent Guittot1-0/+3
2023-02-06panic: Consolidate open-coded panic_on_warn checksKees Cook1-2/+1
2022-09-05sched/deadline: Fix priority inheritance with multiple scheduling classesJuri Lelli1-5/+6
2021-12-08sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef1-1/+1
2021-11-26sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort1-0/+3
2021-09-15sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret1-6/+19
2021-07-14sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef1-31/+18
2021-07-14sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef1-0/+7
2021-07-14sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef1-4/+17
2021-05-19sched: Fix out-of-bound access in uclampQuentin Perret1-1/+1
2021-03-07sched/features: Fix hrtick reprogrammingJuri Lelli1-5/+3
2020-12-30sched: Reenable interrupts in do_sched_yield()Thomas Gleixner1-5/+1
2020-10-29sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli1-1/+1
2020-10-01workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior1-1/+2
2020-09-03sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef1-2/+9
2020-09-03sched/uclamp: Protect uclamp fast path code with static keyQais Yousef1-1/+73
2020-08-19sched/uclamp: Fix initialization of struct uclamp_rqQais Yousef1-5/+16
2020-07-22sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers1-0/+2
2020-07-16sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood1-1/+1
2020-06-30sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli1-1/+2
2020-06-22sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang1-0/+8
2020-06-22sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra1-2/+3
2020-05-02sched/core: Fix reset-on-fork from RT with uclampQuentin Perret1-7/+2
2020-04-17sched/core: Remove duplicate assignment in sched_tick_remote()Scott Wood1-1/+0
2020-03-05sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot1-1/+8
2020-03-05timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)1-1/+3
2020-03-05sched/core: Don't skip remote tick for idle CPUsScott Wood1-8/+10
2020-02-24sched/core: Fix size of rq::uclamp initializationLi Guanglei1-1/+2
2020-02-19sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef1-1/+1
2020-02-14sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef1-0/+6
2019-12-31sched/uclamp: Fix overzealous type replacementValentin Schneider1-3/+3
2019-11-15sched/uclamp: Fix incorrect conditionQais Yousef1-1/+1
2019-11-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra1-1/+2
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra1-6/+15
2019-11-08sched/core: Fix compilation error when cgroup not selectedQais Yousef1-1/+1
2019-10-01sched_setattr: switch to copy_struct_from_user()Aleksa Sarai1-36/+7
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds1-13/+15
2019-09-25sched/core: Remove double update_max_interval() call on CPU startupValentin Schneider1-2/+0
2019-09-25sched/core: Fix preempt_schedule() interrupt return commentValentin Schneider1-4/+3
2019-09-25sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi1-2/+2
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers1-2/+2
2019-09-25tasks, sched/core: RCUify the assignment of rq->currEric W. Biederman1-2/+7
2019-09-25tasks, sched/core: Ensure tasks are available for a grace period after leavin...Eric W. Biederman1-1/+1
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds1-5/+14
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-3/+3
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds1-100/+461
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-8/+49