summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
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-29sched/topology: Allow sched_asym_cpucapacity to be disabledValentin Schneider
2019-10-29sched/topology: Don't try to build empty sched domainsValentin Schneider
2019-10-12Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-10-09sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker
2019-10-09sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang
2019-10-04Merge tag 'copy-struct-from-user-v5.4-rc2' of git://git.kernel.org/pub/scm/li...Linus Torvalds
2019-10-01membarrier: Fix RCU locking bug caused by faulty mergePeter Zijlstra
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/fair: Avoid redundant EAS calculationQuentin Perret
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/fair: Fix -Wunused-but-set-variable warningsQian Cai
2019-09-25sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi
2019-09-25sched/membarrier: Return -ENOMEM to userspace on memory allocation failureMathieu Desnoyers
2019-09-25sched/membarrier: Skip IPIs when mm->mm_users == 1Mathieu Desnoyers
2019-09-25sched/membarrier: Fix p->mm->membarrier_state racy loadMathieu Desnoyers
2019-09-25sched/membarrier: Remove redundant checkMathieu Desnoyers
2019-09-25sched/membarrier: Fix private expedited registration checkMathieu Desnoyers
2019-09-25tasks, sched/core: RCUify the assignment of rq->currEric W. Biederman
2019-09-25tasks, sched/core: With a grace period after finish_task_switch(), remove unn...Eric W. Biederman
2019-09-25tasks, sched/core: Ensure tasks are available for a grace period after leavin...Eric W. Biederman
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-09-21Merge tag 'for-linus-hmm' of git://git.kernel.org/pub/scm/linux/kernel/git/rd...Linus Torvalds
2019-09-17Merge tag 'pm-5.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafae...Linus Torvalds
2019-09-17Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2019-09-17sched/fair: Remove unused cfs_rq_clock_task() functionQian Cai
2019-09-17Merge branch 'pm-cpufreq'Rafael J. Wysocki
2019-09-17Merge branch 'pm-cpuidle'Rafael J. Wysocki
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-13sched/psi: Correct overly pessimistic size calculationMiles Chen
2019-09-13sched/fair: Speed-up energy-aware wake-upsQuentin Perret
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-03cpuidle: play_idle: Increase the resolution to usecDaniel Lezcano
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
2019-09-03sched/uclamp: Propagate system defaults to the root groupPatrick Bellasi
2019-09-03sched/uclamp: Propagate parent clampsPatrick Bellasi
2019-09-03sched/uclamp: Extend CPU's cgroup controllerPatrick Bellasi
2019-09-03sched/topology: Improve load balancing on AMD EPYC systemsMatt Fleming
2019-09-03sched/fair: Don't assign runtime for throttled cfs_rqLiangyan
2019-08-28posix-cpu-timers: Move expiry cache into struct posix_cputimersThomas Gleixner
2019-08-28sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD
2019-08-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds