summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-11-20Merge remote-tracking branch 'eas-next/eas-next' into sched/cpuidle/eas-nexteas-next-20141120sched/cpuidle/eas-nextDaniel Lezcano
2014-11-20cpuidle: sysfs: Add per cpu idle state prediction statisticsDaniel Lezcano
2014-11-20X86: add IPI tracepointsNicolas Pitre
2014-11-20sched: add ftrace for io latency trackingDaniel Lezcano
2014-11-20cpuidle: select: hack - increase rating to have this governor as defaultDaniel Lezcano
2014-11-20sched: io_latency: Tracking via bucketsDaniel Lezcano
2014-11-20sched: idle: cpuidle: Add debugfs to check prediction correctnessDaniel Lezcano
2014-11-20cpuidle: Add a simple select governorDaniel Lezcano
2014-11-20sched: idle: Add io latency information for the next eventDaniel Lezcano
2014-11-20cpuidle: Remove unused headers for tickDaniel Lezcano
2014-11-20sched: idle: Compute next timer event and pass it the cpuidle frameworkDaniel Lezcano
2014-11-20sched: idle: cpudidle: Pass the latency req from idle.cDaniel Lezcano
2014-11-20Checking the zero latency inside the governors does not make sense.Daniel Lezcano
2014-11-20sched: add io latency frameworkDaniel Lezcano
2014-11-20sched: idle: Add sched balance optionDaniel Lezcano
2014-11-20cpuidle: Store when the cpu went to idleDaniel Lezcano
2014-11-19sched: energy_model: simple cpu frequency scaling policyeas-next-20141118Mike Turquette
2014-11-19sched: cfs: cpu frequency scaling based on task placementMike Turquette
2014-11-19sched: cfs: cpu frequency scaling arch functionsMike Turquette
2014-11-19cpufreq: add per-governor private dataMike Turquette
2014-11-19sched: cfs: declare capacity_of & get_cpu_usage in sched.hMike Turquette
2014-11-19sched: Make energy awareness a sched featureMorten Rasmussen
2014-11-05Merge branch 'sched-for-mike' of git://git.linaro.org/people/vincent.guittot/...Michael Turquette
2014-11-04sched: completion: document when to use wait_for_completion_io_*Wolfram Sang
2014-11-04sched: updated comments of CLONE_NEWUTS and CLONE_NEWIPCChen Hanxiao
2014-11-04sched: Refactor task_struct to use numa_faults instead of numa_* pointersIulia Manda
2014-11-04sched/deadline: don't check CONFIG_SMP in switched_from_dlWanpeng Li
2014-11-04sched/deadline: reschedule from switched_from_dl() after a successful pullWanpeng Li
2014-11-04sched/deadline: push task away if the deadline is equal to curr during wakeupWanpeng Li
2014-11-04sched/deadline: add deadline rq status printWanpeng Li
2014-11-04sched/deadline: fix artificial overrun introduced by yield_task_dlWanpeng Li
2014-11-04sched/rt: cleanup check preempt equal prioWanpeng Li
2014-11-04sched/core: dl_bw_of() has to be used under rcu_read_lock_sched()Juri Lelli
2014-11-04sched:check if got a shallowest_idle_cpu before search for least_loaded_cpuYao Dongdong
2014-11-04sched/dl: Implement cancel_dl_timer() to use in switched_from_dl()Kirill Tkhai
2014-11-04sched: Use WARN_ONCE for the might_sleep() TASK_RUNNING testPeter Zijlstra
2014-11-04netdev: Fix sleeping inside wait eventPeter Zijlstra
2014-11-04rfcomm: Fix broken wait constructPeter Zijlstra
2014-11-04audit,wait: Fixup kauditd_thread wait loopPeter Zijlstra
2014-11-04wait: Remove wait_event_freezekillable()Peter Zijlstra (Intel)
2014-11-04wait: Reimplement wait_event_freezable()Peter Zijlstra
2014-11-04sched,wait: Fix a kthread race with wait_woken()Peter Zijlstra
2014-11-03sched: move cfs task on a CPU with higher capacityVincent Guittot
2014-11-03sched: add SD_PREFER_SIBLING for SMT levelVincent Guittot
2014-11-03sched: replace capacity_factor by usageVincent Guittot
2014-11-03sched: get CPU's usage statisticVincent Guittot
2014-11-03sched: add per rq cpu_capacity_origVincent Guittot
2014-11-03sched: make scale_rt invariant with frequencyVincent Guittot
2014-11-03sched: Make sched entity usage tracking scale-invariantMorten Rasmussen
2014-11-03sched: remove frequency scaling from cpu_capacityVincent Guittot