summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2019-12-13sched/pelt: Fix update of blocked PELT orderingVincent Guittot
2019-12-13sched/core: Avoid spurious lock dependenciesPeter Zijlstra
2019-11-12sched/topology: Allow sched_asym_cpucapacity to be disabledValentin Schneider
2019-11-12sched/topology: Don't try to build empty sched domainsValentin Schneider
2019-11-06sched/fair: Fix -Wunused-but-set-variable warningsQian Cai
2019-11-06sched/fair: Fix low cpu usage with high throttling by removing expiration of ...Dave Chiluk
2019-11-06sched/vtime: Fix guest/system mis-accounting on task switchFrederic Weisbecker
2019-11-06sched/fair: Scale bandwidth quota and period without losing quota/period rati...Xuewei Zhang
2019-10-11sched/core: Fix migration to invalid CPU in __set_cpus_allowed_ptr()KeMeng Shi
2019-10-11sched/membarrier: Fix private expedited registration checkMathieu Desnoyers
2019-10-05sched/psi: Correct overly pessimistic size calculationMiles Chen
2019-10-05sched/cpufreq: Align trace event behavior of fast switchingDouglas RAILLARD
2019-10-05idle: Prevent late-arriving interrupts from disrupting offlinePeter Zijlstra
2019-10-05sched/fair: Use rq_lock/unlock in online_fair_sched_groupPhil Auld
2019-10-05sched/deadline: Fix bandwidth accounting at all levels after offline migrationJuri Lelli
2019-10-05sched/core: Fix CPU controller for !RT_GROUP_SCHEDJuri Lelli
2019-10-05sched/fair: Fix imbalance due to CPU affinityVincent Guittot
2019-10-05time/tick-broadcast: Fix tick_broadcast_offline() lockdep complaintPaul E. McKenney
2019-09-04sched/core: Fix uclamp ABI bug, clean up and robustify sched_read_attr() ABI ...Ingo Molnar
2019-09-03sched/fair: Don't assign runtime for throttled cfs_rqLiangyan
2019-08-25Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-08-24psi: get poll_work to run when calling poll syscall next timeJason Xing
2019-08-19sched/core: Schedule new worker even if PI-blockedSebastian Andrzej Siewior
2019-08-16Merge branch 'pm-cpufreq'Rafael J. Wysocki
2019-08-10cpufreq: schedutil: Don't skip freq update when limits changeViresh Kumar
2019-08-06sched/psi: Do not require setsched permission from the trigger creatorSuren Baghdasaryan
2019-08-06sched/psi: Reduce psimon FIFO priorityPeter Zijlstra
2019-08-06sched/deadline: Fix double accounting of rq/running bw in push & pullDietmar Eggemann
2019-07-25sched/fair: Use RCU accessors consistently for ->numa_groupJann Horn
2019-07-25sched/fair: Don't free p->numa_faults with concurrent readersJann Horn
2019-07-20Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2019-07-20KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li
2019-07-13sched/core: Fix preempt warning in ttwuPeter Zijlstra
2019-07-09Merge tag 'docs-5.3' of git://git.lwn.net/linuxLinus Torvalds
2019-07-08Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2019-07-08Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2019-06-24sched/uclamp: Add uclamp support to energy_compute()Patrick Bellasi
2019-06-24sched/uclamp: Add uclamp_util_with()Patrick Bellasi
2019-06-24sched/cpufreq, sched/uclamp: Add clamps for FAIR and RT tasksPatrick Bellasi
2019-06-24sched/uclamp: Set default clamps for RT tasksPatrick Bellasi
2019-06-24sched/uclamp: Reset uclamp values on RESET_ON_FORKPatrick Bellasi
2019-06-24sched/uclamp: Extend sched_setattr() to support utilization clampingPatrick Bellasi
2019-06-24sched/core: Allow sched_setattr() to use the current policyPatrick Bellasi
2019-06-24sched/uclamp: Add system default clampsPatrick Bellasi
2019-06-24sched/uclamp: Enforce last task's UCLAMP_MAXPatrick Bellasi
2019-06-24sched/uclamp: Add bucket local max trackingPatrick Bellasi
2019-06-24sched/uclamp: Add CPU's clamp buckets refcountingPatrick Bellasi
2019-06-24sched/fair: Rename weighted_cpuload() to cpu_runnable_load()Dietmar Eggemann
2019-06-24sched/debug: Export the newly added tracepointsQais Yousef
2019-06-24sched/debug: Add sched_overutilized tracepointQais Yousef