aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2013-02-11sched: Basic global balancing support for HMPMorten Rasmussen
2013-02-11ARM: Fix build breakage when big.LITTLE.conf is not used.Chris Redpath
2013-02-11ARM: Experimental Frequency-Invariant Load Scaling PatchChris Redpath
2013-02-11ARM: Change load tracking scale using sysfsOlivier Cozette
2013-02-11sched: Only down migrate low priority tasks if allowed by affinity maskMorten Rasmussen
2013-02-11sched: SCHED_HMP multi-domain task migration controlMorten Rasmussen
2013-02-11sched: Add HMP task migration ftrace eventMorten Rasmussen
2013-02-11sched: Add ftrace events for entity load-trackingMorten Rasmussen
2013-02-11sched: Introduce priority-based task migration filterMorten Rasmussen
2013-02-11sched: Forced task migration on heterogeneous systemsMorten Rasmussen
2013-02-11sched: Task placement for heterogeneous systems based on task load-trackingMorten Rasmussen
2013-02-11sched: entity load-tracking load_avg_ratioMorten Rasmussen
2013-02-11sched: implement usage trackingPaul Turner
2013-01-25sched: Fix warning in kernel/sched/fair.cArnd Bergmann
2012-12-20sched: numa: ksm: fix oops in task_numa_placment()Hugh Dickins
2012-12-17sched: numa: Fix build error if CONFIG_NUMA_BALANCING && !CONFIG_TRANSPARENT_...Mel Gorman
2012-12-16Merge tag 'balancenuma-v11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2012-12-14Revert "sched: Update_cfs_shares at period edge"Linus Torvalds
2012-12-11mm: sched: numa: Delay PTE scanning until a task is scheduled on a new nodeMel Gorman
2012-12-11mm: sched: numa: Control enabling and disabling of NUMA balancingMel Gorman
2012-12-11mm: sched: Adapt the scanning rate if a NUMA hinting fault does not migrateMel Gorman
2012-12-11sched: numa: Slowly increase the scanning period as NUMA faults are handledMel Gorman
2012-12-11mm: numa: Rate limit setting of pte_numa if node is saturatedMel Gorman
2012-12-11mm: sched: numa: Implement slow start for working set samplingPeter Zijlstra
2012-12-11sched, numa, mm: Count WS scanning against present PTEs, not virtual memory r...Mel Gorman
2012-12-11mm: sched: numa: Implement constant, per task Working Set Sampling (WSS) ratePeter Zijlstra
2012-12-11mm: numa: Add fault driven placement and migrationPeter Zijlstra
2012-11-18Merge branch 'sched/urgent' into sched/coreIngo Molnar
2012-10-24sched: Describe CFS load-balancerPeter Zijlstra
2012-10-24sched: Introduce temporary FAIR_GROUP_SCHED dependency for load-trackingPaul Turner
2012-10-24sched: Make __update_entity_runnable_avg() fastPaul Turner
2012-10-24sched: Update_cfs_shares at period edgePaul Turner
2012-10-24sched: Refactor update_shares_cpu() -> update_blocked_avgs()Paul Turner
2012-10-24sched: Replace update_shares weight distribution with per-entity computationPaul Turner
2012-10-24sched: Maintain runnable averages across throttled periodsPaul Turner
2012-10-24sched: Normalize tg load contributions against runnable timePaul Turner
2012-10-24sched: Compute load contribution by a group entityPaul Turner
2012-10-24sched: Aggregate total task_group loadPaul Turner
2012-10-24sched: Account for blocked load waking back upPaul Turner
2012-10-24sched: Add an rq migration call-back to sched_classPaul Turner
2012-10-24sched: Maintain the load contribution of blocked entitiesPaul Turner
2012-10-24sched: Aggregate load contributed by task entities on parenting cfs_rqPaul Turner
2012-10-24sched: Maintain per-rq runnable averagesBen Segall
2012-10-24sched: Track the runnable average on a per-task entity basisPaul Turner
2012-10-16sched: Add WAKEUP_PREEMPTION feature flag, on by defaultIngo Molnar
2012-10-01Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds
2012-09-16Revert "sched: Improve scalability via 'CPU buddies', which withstand random ...Linus Torvalds
2012-09-13sched/nohz: Clean up select_nohz_load_balancer()Alex Shi
2012-09-13sched: Fix nohz_idle_balance()Vincent Guittot
2012-09-04Merge branch 'sched/urgent' into sched/coreIngo Molnar