summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)AuthorFilesLines
2020-05-27sched/fair: Fix enqueue_task_fair() warning some morePhil Auld1-0/+7
2020-05-27sched/fair: Fix reordering of enqueue/dequeue_task_fair()Vincent Guittot1-8/+9
2020-05-27sched/fair: Reorder enqueue/dequeue_task_fair pathVincent Guittot1-22/+20
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-04-17sched/fair: Fix enqueue_task_fair warningVincent Guittot1-4/+22
2020-04-17sched: Avoid scale real weight down to zeroMichael Wang1-1/+7
2020-03-05sched/fair: Optimize select_idle_cpuCheng Jian1-3/+4
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)2-11/+26
2020-03-05sched/core: Don't skip remote tick for idle CPUsScott Wood1-8/+10
2020-02-28sched/psi: Fix OOB write when writing 0 bytes to PSI filesSuren Baghdasaryan1-0/+3
2020-02-24sched/topology: Assert non-NUMA topology masks don't (partially) overlapValentin Schneider1-0/+39
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
2020-01-26sched/cpufreq: Move the cfs_rq_util_change() call to cpufreq_update_util()Vincent Guittot1-49/+62
2020-01-26sched/core: Further clarify sched_class::set_next_task()Peter Zijlstra6-11/+17
2020-01-12psi: Fix a division error in psi poll()Johannes Weiner1-1/+1
2020-01-12sched/psi: Fix sampling error and rare div0 crashes with cgroups and high uptimeJohannes Weiner1-1/+2
2019-12-31cpufreq: Avoid leaving stale IRQ work items during CPU offlineRafael J. Wysocki2-5/+21
2019-12-31sched/uclamp: Fix overzealous type replacementValentin Schneider2-4/+4
2019-11-15sched/uclamp: Fix incorrect conditionQais Yousef1-1/+1
2019-11-13sched/pelt: Fix update of blocked PELT orderingVincent Guittot1-9/+20
2019-11-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra1-1/+2
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra7-58/+112
2019-11-08sched/core: Fix compilation error when cgroup not selectedQais Yousef1-1/+1
2019-10-29sched/topology: Allow sched_asym_cpucapacity to be disabledValentin Schneider1-1/+5
2019-10-29sched/topology: Don't try to build empty sched domainsValentin Schneider1-1/+4
2019-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2-17/+25
2019-10-09sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker1-3/+3
2019-10-09sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang1-14/+22
2019-10-04Merge tag 'copy-struct-from-user-v5.4-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds1-36/+7
2019-10-01membarrier: Fix RCU locking bug caused by faulty mergePeter Zijlstra1-1/+0
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 Torvalds4-130/+210
2019-09-25sched/fair: Avoid redundant EAS calculationQuentin Perret1-1/+1
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/fair: Fix -Wunused-but-set-variable warningsQian Cai1-13/+6
2019-09-25sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi1-2/+2
2019-09-25sched/membarrier: Return -ENOMEM to userspace on memory allocation failureMathieu Desnoyers1-43/+20
2019-09-25sched/membarrier: Skip IPIs when mm->mm_users == 1Mathieu Desnoyers1-4/+5
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers3-45/+168
2019-09-25sched/membarrier: Remove redundant checkMathieu Desnoyers1-2/+2
2019-09-25sched/membarrier: Fix private expedited registration checkMathieu Desnoyers1-1/+1
2019-09-25tasks, sched/core: RCUify the assignment of rq->currEric W. Biederman1-2/+7
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman2-3/+3
2019-09-25tasks, sched/core: Ensure tasks are available for a grace period after leavin...Eric W. Biederman1-1/+1
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-1/+0