summaryrefslogtreecommitdiff
path: root/kernel/sched
AgeCommit message (Expand)Author
2016-12-14sched: hmp: fix wrong initialization of hmp_dataSeung-Woo Kim
2016-12-14cpuidle: Do not access cpuidle_devices when !CONFIG_CPU_IDLECatalin Marinas
2016-12-14LOCAL / sched: Add nr_running_cpumask() to get the number of running tasks of...Chanwoo Choi
2016-12-14sched: hmp: fix spinlock recursion in active migrationKevin Hilman
2016-12-14hmp: Restrict ILB events if no CPU has > 1 taskChris Redpath
2016-12-14HMP: Do not fork-boost tasks coming from PIDs <= 2Chris Redpath
2016-12-14HMP: use per cpu cpuidle driver to fix deadlock in hmp_idle_pullAlex Shi
2016-12-14sched: hmp: fix out-of-range CPU possibleChris Redpath
2016-12-14hmp: dont attempt to pull tasks if affinity doesn't allow itChris Redpath
2016-12-14hmp: Use idle pull to perform forced up-migrationsChris Redpath
2016-12-14sched: hmp: Change small task packing defaults for all platformsChris Redpath
2016-12-14LOCAL / sched: Fix build break by using alternative functionChanwoo Choi
2016-12-14hmp: sched: Clean up hmp_up_threshold checks into a utility fnChris Redpath
2016-12-14HMP: Fix rt task allowed cpu mask restriction code on 1x1 systemDietmar Eggemann
2016-12-14sched: hmp: Fix potential task_struct memory leakChris Redpath
2016-12-14sched: hmp: Change TC2 packing config to disabled default if presentChris Redpath
2016-12-14sched: hmp: Make idle balance behaviour normal when packing disabledChris Redpath
2016-12-14sched: update runqueue clock before migrations awayChris Redpath
2016-12-14sched: reset blocked load decay_count during synchronizationChris Redpath
2016-12-14sched: hmp: Fix build breakage when not using CONFIG_SCHED_HMPChris Redpath
2016-12-14sched: hmp: add read-only hmp domain sysfs fileChris Redpath
2016-12-14HMP: Avoid using the cpu stopper to stop runnable tasksMathieu Poirier
2016-12-14HMP: Implement task packing for small tasks in HMP systemsChris Redpath
2016-12-14hmp: Remove potential for task_struct access raceChris Redpath
2016-12-14sched: HMP: fix potential logical errorsChris Redpath
2016-12-14sched: HMP: Additional trace points for debugging HMP behaviourChris Redpath
2016-12-14sched: HMP: Change default HMP thresholdsChris Redpath
2016-12-14HMP: Update migration timer when we fork-migrateChris Redpath
2016-12-14HMP: Access runqueue task clocks directly.Chris Redpath
2016-12-14HMP: Implement idle pull for HMPChris Redpath
2016-12-14sched: HMP change nr_running offload metricChris Redpath
2016-12-14HMP: Explicitly implement all-load-is-max-load policy for HMP targetsChris Redpath
2016-12-14HMP: Modify the runqueue stats to add a new child statChris Redpath
2016-12-14sched: track per-rq 'last migration time'Chris Redpath
2016-12-14sched: HMP fix traversing the rb-tree from the curr pointerMorten Rasmussen
2016-12-14HMP: select 'best' task for migration rather than 'current'Chris Redpath
2016-12-14HMP: Check the system has little cpus before forcing rt tasks onto themJon Medhurst
2016-12-14HMP: experimental: Force all rt tasks to start on little domain.Dietmar Eggemann
2016-12-14LOCAL / sched: Fix build breakChanwoo Choi
2016-12-14sched: Restrict nohz balance kicks to stay in the HMP domainChris Redpath
2016-12-14HMP: Force new non-kernel tasks onto big CPUs until load stabilisesChris Redpath
2016-12-14HMP: Avoid multiple calls to hmp_domain_min_load in fast pathChris Redpath
2016-12-14HMP: Select least-loaded CPU when performing HMP MigrationsChris Redpath
2016-12-14HMP: Use unweighted load for hmp migration decisionsChris Redpath
2016-12-14sched: cfs.nr_running does not contain the intended metricChris Redpath
2016-12-14sched: Basic global balancing support for HMPMorten Rasmussen
2016-12-14ARM: Fix build breakage when big.LITTLE.conf is not used.Chris Redpath
2016-12-14ARM: Experimental Frequency-Invariant Load Scaling PatchOlivier Cozette
2016-12-14ARM: Change load tracking scale using sysfsOlivier Cozette
2016-12-14ched: Ignore offline CPUs in HMP migration & load statsChris Redpath