aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched/core.c
AgeCommit message (Expand)Author
2021-12-08sched/uclamp: Fix rq->uclamp_max not set on first enqueueQais Yousef
2021-11-26sched/core: Mitigate race cpus_share_cache()/update_top_cache_domain()Vincent Donnefort
2021-09-15sched: Fix UCLAMP_FLAG_IDLE settingQuentin Perret
2021-07-14sched/uclamp: Fix uclamp_tg_restrict()Qais Yousef
2021-07-14sched/uclamp: Fix locking around cpu_util_update_eff()Qais Yousef
2021-07-14sched/uclamp: Fix wrong implementation of cpu.uclamp.minQais Yousef
2021-05-19sched: Fix out-of-bound access in uclampQuentin Perret
2021-03-07sched/features: Fix hrtick reprogrammingJuri Lelli
2020-12-30sched: Reenable interrupts in do_sched_yield()Thomas Gleixner
2020-10-29sched/features: Fix !CONFIG_JUMP_LABEL caseJuri Lelli
2020-10-01workqueue: Remove the warning in wq_worker_sleeping()Sebastian Andrzej Siewior
2020-09-03sched/uclamp: Fix a deadlock when enabling uclamp static keyQais Yousef
2020-09-03sched/uclamp: Protect uclamp fast path code with static keyQais Yousef
2020-08-19sched/uclamp: Fix initialization of struct uclamp_rqQais Yousef
2020-07-22sched: Fix unreliable rseq cpu_id for new tasksMathieu Desnoyers
2020-07-16sched/core: Check cpus_mask, not cpus_ptr in __set_cpus_allowed_ptr(), to fix...Scott Wood
2020-06-30sched/core: Fix PI boosting between RT and DEADLINE tasksJuri Lelli
2020-06-22sched: Defend cfs and rt bandwidth quota against overflowHuaixin Chang
2020-06-22sched/core: Fix illegal RCU from offline CPUsPeter Zijlstra
2020-05-02sched/core: Fix reset-on-fork from RT with uclampQuentin Perret
2020-04-17sched/core: Remove duplicate assignment in sched_tick_remote()Scott Wood
2020-03-05sched/fair: Prevent unlimited runtime on throttled groupVincent Guittot
2020-03-05timers/nohz: Update NOHZ load in remote tickPeter Zijlstra (Intel)
2020-03-05sched/core: Don't skip remote tick for idle CPUsScott Wood
2020-02-24sched/core: Fix size of rq::uclamp initializationLi Guanglei
2020-02-19sched/uclamp: Reject negative values in cpu_uclamp_write()Qais Yousef
2020-02-14sched/uclamp: Fix a bug in propagating uclamp value in new cgroupsQais Yousef
2019-12-31sched/uclamp: Fix overzealous type replacementValentin Schneider
2019-11-15sched/uclamp: Fix incorrect conditionQais Yousef
2019-11-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra
2019-11-08sched/core: Fix compilation error when cgroup not selectedQais Yousef
2019-10-01sched_setattr: switch to copy_struct_from_user()Aleksa Sarai
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-09-25sched/core: Remove double update_max_interval() call on CPU startupValentin Schneider
2019-09-25sched/core: Fix preempt_schedule() interrupt return commentValentin Schneider
2019-09-25sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers
2019-09-25tasks, sched/core: RCUify the assignment of rq->currEric W. Biederman
2019-09-25tasks, sched/core: Ensure tasks are available for a grace period after leavin...Eric W. Biederman
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar
2019-09-07kernel.h: Add non_block_start/end()Daniel Vetter
2019-09-04sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI ...Ingo Molnar
2019-09-03sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesPatrick Bellasi
2019-09-03sched/uclamp: Update CPU's refcount on TG's clamp changesPatrick Bellasi
2019-09-03sched/uclamp: Use TG's clamps to restrict TASK's clampsPatrick Bellasi