summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2019-11-15sched/uclamp: Fix incorrect conditionQais Yousef-1/+1
2019-11-13sched/pelt: Fix update of blocked PELT orderingVincent Guittot-9/+20
2019-11-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra-1/+2
2019-11-08sched: Fix pick_next_task() vs 'change' pattern racePeter Zijlstra-58/+112
2019-11-08sched/core: Fix compilation error when cgroup not selectedQais Yousef-1/+1
2019-10-29sched/topology: Allow sched_asym_cpucapacity to be disabledValentin Schneider-1/+5
2019-10-29sched/topology: Don't try to build empty sched domainsValentin Schneider-1/+4
2019-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-17/+25
2019-10-09sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker-3/+3
2019-10-09sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang-14/+22
2019-10-04Merge tag 'copy-struct-from-user-v5.4-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds-36/+7
2019-10-01membarrier: Fix RCU locking bug caused by faulty mergePeter Zijlstra-1/+0
2019-10-01sched_setattr: switch to copy_struct_from_user()Aleksa Sarai-36/+7
2019-09-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-130/+210
2019-09-25sched/fair: Avoid redundant EAS calculationQuentin Perret-1/+1
2019-09-25sched/core: Remove double update_max_interval() call on CPU startupValentin Schneider-2/+0
2019-09-25sched/core: Fix preempt_schedule() interrupt return commentValentin Schneider-4/+3
2019-09-25sched/fair: Fix -Wunused-but-set-variable warningsQian Cai-13/+6
2019-09-25sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi-2/+2
2019-09-25sched/membarrier: Return -ENOMEM to userspace on memory allocation failureMathieu Desnoyers-43/+20
2019-09-25sched/membarrier: Skip IPIs when mm->mm_users == 1Mathieu Desnoyers-4/+5
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers-45/+168
2019-09-25sched/membarrier: Remove redundant checkMathieu Desnoyers-2/+2
2019-09-25sched/membarrier: Fix private expedited registration checkMathieu Desnoyers-1/+1
2019-09-25tasks, sched/core: RCUify the assignment of rq->currEric W. Biederman-2/+7
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman-3/+3
2019-09-25tasks, sched/core: Ensure tasks are available for a grace period after leavin...Eric W. Biederman-1/+1
2019-09-24mm: remove quicklist page table cachesNicholas Piggin-1/+0
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds-5/+14
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds-4/+10
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-12/+15
2019-09-17sched/fair: Remove unused cfs_rq_clock_task() functionQian Cai-16/+0
2019-09-17Merge branch 'pm-cpufreq'Rafael J. Wysocki-1/+6
2019-09-17Merge branch 'pm-cpuidle'Rafael J. Wysocki-3/+4
2019-09-16Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-472/+902
2019-09-16Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-10/+52
2019-09-16Merge branch 'sched/rt' into sched/core, to pick up -rt changesIngo Molnar-10/+10
2019-09-13sched/psi: Correct overly pessimistic size calculationMiles Chen-1/+1
2019-09-13sched/fair: Speed-up energy-aware wake-upsQuentin Perret-60/+50
2019-09-07kernel.h: Add non_block_start/end()Daniel Vetter-5/+14
2019-09-04sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI ...Ingo Molnar-39/+39
2019-09-03cpuidle: play_idle: Increase the resolution to usecDaniel Lezcano-3/+4
2019-09-03sched/uclamp: Always use 'enum uclamp_id' for clamp_id valuesPatrick Bellasi-20/+20
2019-09-03sched/uclamp: Update CPU's refcount on TG's clamp changesPatrick Bellasi-1/+54
2019-09-03sched/uclamp: Use TG's clamps to restrict TASK's clampsPatrick Bellasi-1/+27
2019-09-03sched/uclamp: Propagate system defaults to the root groupPatrick Bellasi-2/+29
2019-09-03sched/uclamp: Propagate parent clampsPatrick Bellasi-0/+46
2019-09-03sched/uclamp: Extend CPU's cgroup controllerPatrick Bellasi-4/+197
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming-1/+2
2019-09-03sched/fair: Don't assign runtime for throttled cfs_rqLiangyan-0/+5