aboutsummaryrefslogtreecommitdiff
path: root/kernel/sched/fair.c
AgeCommit message (Expand)Author
2014-05-15Merge remote-tracking branch 'lsk/v3.10/topic/big.LITTLE' into linux-linaro-lskMark Brown
2014-05-09hmp: dont attempt to pull tasks if affinity doesn't allow itChris Redpath
2014-05-09hmp: Use idle pull to perform forced up-migrationsChris Redpath
2014-05-09sched: hmp: unify active migration codeChris Redpath
2014-05-09hmp: sched: Clean up hmp_up_threshold checks into a utility fnChris Redpath
2014-05-07Merge remote-tracking branch 'lsk/v3.10/topic/big.LITTLE' into linux-linaro-lskMark Brown
2014-05-07sched: hmp: Change small task packing defaults for all platformsChris Redpath
2014-04-08Merge branch 'v3.10/topic/big.LITTLE' of git://git.linaro.org/kernel/linux-li...Mark Brown
2014-04-08Revert "hmp: sched: Clean up hmp_up_threshold checks into a utility fn"Jon Medhurst
2014-04-08Revert "sched: hmp: unify active migration code"Jon Medhurst
2014-04-08Revert "hmp: Use idle pull to perform forced up-migrations"Jon Medhurst
2014-04-08Revert "hmp: dont attempt to pull tasks if affinity doesn't allow it"Jon Medhurst
2014-03-31Merge branch 'for-lsk' of git://git.linaro.org/arm/big.LITTLE/mp into linux-l...Mark Brown
2014-03-28Merge tag 'v3.10.34' into linux-linaro-lskAlex Shi
2014-03-24hmp: dont attempt to pull tasks if affinity doesn't allow itChris Redpath
2014-03-24hmp: Use idle pull to perform forced up-migrationsChris Redpath
2014-03-24sched: hmp: unify active migration codeChris Redpath
2014-03-24hmp: sched: Clean up hmp_up_threshold checks into a utility fnChris Redpath
2014-03-23sched: Fix double normalization of vruntimeGeorge McCollister
2014-01-22Merge remote-tracking branch 'lsk/v3.10/topic/big.LITTLE' into linux-linaro-lskMark Brown
2014-01-22sched: hmp: Fix potential task_struct memory leakChris Redpath
2014-01-22sched: hmp: Change TC2 packing config to disabled default if presentChris Redpath
2014-01-22sched: hmp: Make idle balance behaviour normal when packing disabledChris Redpath
2014-01-22sched: update runqueue clock before migrations awayChris Redpath
2014-01-22sched: reset blocked load decay_count during synchronizationChris Redpath
2014-01-16Merge remote-tracking branch 'stable/linux-3.10.y' 3.10.27 into linux-linaro-lskAlex Shi
2014-01-15sched: Guarantee new group-entities always have weightPaul Turner
2014-01-15sched: Fix hrtimer_cancel()/rq->lock deadlockBen Segall
2014-01-15sched: Fix cfs_bandwidth misuse of hrtimer_expires_remainingBen Segall
2014-01-15sched: Fix race on toggling cfs_bandwidth_usedBen Segall
2014-01-10Merge remote-tracking branch 'stable/linux-3.10.y' into linux-linaro-lskAlex Shi
2014-01-09sched: numa: skip inaccessible VMAsMel Gorman
2013-12-22Merge remote-tracking branch 'stable/linux-3.10.y' into linux-linaro-lskAlex Shi
2013-12-20sched: Avoid throttle_cfs_rq() racing with period_timer stoppingBen Segall
2013-12-19Merge branch 'v3.10/topic/big.LITTLE' into linux-linaro-lskAlex Shi
2013-12-13sched: Fix sleep time double accounting in enqueue entityAlex Shi
2013-11-22sched: hmp: Fix build breakage when not using CONFIG_SCHED_HMPChris Redpath
2013-11-22Merge remote-tracking branch 'lsk/v3.10/topic/big.LITTLE' into linux-linaro-lskMark Brown
2013-11-22sched: hmp: Fix build breakage when not using CONFIG_SCHED_HMPChris Redpath
2013-11-21Merge remote-tracking branch 'lsk/v3.10/topic/big.LITTLE' into linux-linaro-lskMark Brown
2013-11-21sched: hmp: add read-only hmp domain sysfs fileChris Redpath
2013-11-21HMP: Avoid using the cpu stopper to stop runnable tasksMathieu Poirier
2013-10-11Merge remote-tracking branch 'lsk/v3.10/topic/big.LITTLE' into linux-linaro-lskMark Brown
2013-10-11HMP: Implement task packing for small tasks in HMP systemsChris Redpath
2013-10-11hmp: Remove potential for task_struct access raceChris Redpath
2013-10-11sched: HMP: fix potential logical errorsChris Redpath
2013-10-11sched: HMP: Additional trace points for debugging HMP behaviourChris Redpath
2013-10-11sched: HMP: Change default HMP thresholdsChris Redpath
2013-10-04Merge tag 'v3.10.14' into linux-linaro-lskMark Brown
2013-10-01sched/fair: Fix small race where child->se.parent,cfs_rq might point to inval...Daisuke Nishimura