summaryrefslogtreecommitdiffstats
path: root/kernel/sched/fair.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-131-0/+13
|\
| * sched/fair: Plug hole between hotplug and active_load_balance()Peter Zijlstra2017-09-121-0/+7
| * sched/fair: Avoid newidle balance for !active CPUsPeter Zijlstra2017-09-121-0/+6
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-09-121-2/+2
|\ \ | |/
| * sched/fair: Fix nuisance kernel-doc warningRandy Dunlap2017-09-111-1/+1
| * sched/fair: Fix wake_affine_llc() balancing rulesPeter Zijlstra2017-09-071-1/+1
* | sched/fair: replace cfs_rq->rb_leftmostDavidlohr Bueso2017-09-081-26/+13
* | Merge tag 'pm-4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafa...Linus Torvalds2017-09-051-3/+5
|\ \ | |/ |/|
| * sched: cpufreq: Allow remote cpufreq callbacksViresh Kumar2017-08-011-3/+5
* | sched/fair: Fix wake_affine() for !NUMA_BALANCINGPeter Zijlstra2017-08-101-68/+122
* | sched/numa: Scale scan period with tasks in group and shared/privateRik van Riel2017-08-101-25/+86
* | sched/numa: Slow down scan rate if shared faults dominateRik van Riel2017-08-101-14/+25
* | sched/pelt: Fix false running accountingVincent Guittot2017-08-101-0/+12
* | sched/fair: Drop always true parameter of update_cfs_rq_load_avg()Viresh Kumar2017-08-101-8/+7
* | sched/fair: Avoid checking cfs_rq->nr_running twiceViresh Kumar2017-08-101-7/+9
* | sched/fair: Pass 'rq' to weighted_cpuload()Viresh Kumar2017-08-101-14/+14
* | sched/fair: Call cpufreq update util handlers less frequently on UPViresh Kumar2017-08-101-24/+24
|/
* sched/fair: Fix load_balance() affinity redo pathJeffrey Hugo2017-07-051-12/+20
* sched/numa: Hide numa_wake_affine() from UP buildThomas Gleixner2017-06-291-0/+2
* sched/fair: Remove effective_load()Rik van Riel2017-06-241-123/+1
* sched/numa: Implement NUMA node level wake_affine()Rik van Riel2017-06-241-59/+71
* sched/fair: Simplify wake_affine() for the single socket caseRik van Riel2017-06-241-1/+12
* sched/numa: Override part of migrate_degrades_locality() when idle balancingRik van Riel2017-06-241-0/+4
* sched/fair: Spare idle load balancing on nohz_full CPUsFrederic Weisbecker2017-06-221-0/+4
* Merge branch 'WIP.sched/core' into sched/coreIngo Molnar2017-06-201-1/+1
|\
| * sched/fair: Fix typo in printk messageMarcin Nowakowski2017-06-111-1/+1
* | sched/fair: WARN() and refuse to set buddy when !se->on_rqDaniel Axtens2017-06-201-2/+8
* | sched/core: Implement new approach to scale select_idle_cpu()Peter Zijlstra2017-06-081-5/+16
* | sched/numa: Use down_read_trylock() for the mmap_semVlastimil Babka2017-05-231-1/+2
* | sched/fair: Fix O(nr_cgroups) in load balance pathTejun Heo2017-05-151-8/+34
* | sched/fair: Use task_groups instead of leaf_cfs_rq_list to walk all cfs_rqsPeter Zijlstra2017-05-151-5/+25
* | sched/topology: Rename sched_group_cpus()Peter Zijlstra2017-05-151-10/+10
* | sched/topology: Rename sched_group_mask()Peter Zijlstra2017-05-151-3/+1
* | sched/topology: Simplify sched_group_mask() usagePeter Zijlstra2017-05-151-4/+3
* | sched/fair, cpumask: Export for_each_cpu_wrap()Peter Zijlstra2017-05-151-41/+4
* | sched/cfs: Make util/load_avg more stableVincent Guittot2017-05-151-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2017-05-021-1/+1
|\
| * treewide: Fix typo in xml/driver-api/basics.xmlMasanari Iida2017-03-241-1/+1
* | sched/fair: Move the PELT constants into a generated headerPeter Zijlstra2017-04-141-18/+3
* | sched/fair: Increase PELT accuracy for small tasksPeter Zijlstra2017-04-141-1/+2
* | sched/fair: Fix commentsPeter Zijlstra2017-04-141-10/+10
* | sched/fair: Fix corner case in __accumulate_sum()Peter Zijlstra2017-04-141-56/+19
* | sched/fair: Optimize ___update_sched_avg()Yuyang Du2017-03-301-94/+118
* | sched/fair: Explicitly generate __update_load_avg() instancesPeter Zijlstra2017-03-301-18/+38
* | sched/fair: Prefer sibiling only if local group is under-utilizedSrikar Dronamraju2017-03-271-3/+4
* | sched/fair: Fix FTQ noise bench regressionVincent Guittot2017-03-231-3/+36
* | sched/core: Fix double update_rq_clock) calls in attach_task()/detach_task()Peter Zijlstra2017-03-161-2/+4
* | sched/core: Add rq->lock wrappersPeter Zijlstra2017-03-161-31/+40
|/
* Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2017-03-071-1/+1
|\
| * sched/fair: Make select_idle_cpu() more aggressivePeter Zijlstra2017-03-021-1/+1
OpenPOWER on IntegriCloud