aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2014-06-30sched: add SD_PREFER_SIBLING for SMT levelscheduler-worksched-power-v3Vincent Guittot
2014-06-30sched: replace capacity_factor by utilizationVincent Guittot
2014-06-27sched: get CPU's utilization statisticVincent Guittot
2014-06-27Revert "sched: Put rq's sched_avg under CONFIG_FAIR_GROUP_SCHED"Vincent Guittot
2014-06-27sched: move cfs task on a CPU with higher capacityVincent Guittot
2014-06-27sched: test the cpu's capacity in wake affineVincent Guittot
2014-06-26sched: add per rq cpu_power_origVincent Guittot
2014-06-26ARM: topology: use new cpu_power interfaceVincent Guittot
2014-06-26sched: Allow all archs to set the power_origVincent Guittot
2014-06-26sched: fix avg_load computationVincent Guittot
2014-06-26sched: remove a wake_affine conditionVincent Guittot
2014-06-25sched: fix imbalance flag resetVincent Guittot
2014-06-12Merge commit '3cf2f34' into sched/core, to fix build errorIngo Molnar
2014-06-05sched/deadline: Delete extraneous extern for to_ratio()Paul Gortmaker
2014-06-05sched/idle: Optimize try-to-wake-up IPIPeter Zijlstra
2014-06-05sched/idle: Simplify wake_up_idle_cpu()Andy Lutomirski
2014-06-05sched/idle: Clear polling before descheduling the idle threadAndy Lutomirski
2014-06-05sched, trace: Add a tracepoint for IPI-less remote wakeupsAndy Lutomirski
2014-06-05cpuidle: Set polling in poll_idleAndy Lutomirski
2014-06-05sched: Remove redundant assignment to "rt_rq" in update_curr_rt(...)Giedrius Rekasius
2014-06-05sched: Rename capacity related flagsNicolas Pitre
2014-06-05sched: Final power vs. capacity cleanupsNicolas Pitre
2014-06-05sched: Remove remaining dubious usage of "power"Nicolas Pitre
2014-06-05sched: Let 'struct sched_group_power' care about CPU capacityNicolas Pitre
2014-06-05sched/fair: Disambiguate existing/remaining "capacity" usageNicolas Pitre
2014-06-05sched/fair: Change "has_capacity" to "has_free_capacity"Nicolas Pitre
2014-06-05sched/fair: Remove "power" from 'struct numa_stats'Nicolas Pitre
2014-06-05sched: Fix signedness bug in yield_to()Dan Carpenter
2014-06-05sched/fair: Use time_after() in record_wakee()Manuel Schölling
2014-06-05sched/balancing: Reduce the rate of needless idle load balancingTim Chen
2014-06-05sched/fair: Fix unlocked reads of some cfs_b->quota/periodBen Segall
2014-05-22sched/numa: Decay ->wakee_flips instead of zeroingRik van Riel
2014-05-22sched/numa: Update migrate_improves/degrades_locality()Rik van Riel
2014-05-22sched/numa: Allow task switch if load imbalance improvesRik van Riel
2014-05-22sched/rt: Fix 'struct sched_dl_entity' and dl_task_time() comments, to match ...xiaofeng.yan
2014-05-22sched: Consolidate open coded implementations of nice level frobbing into nic...Dongsheng Yang
2014-05-22sched: Initialize rq->age_stamp on processor startCorey Minyard
2014-05-22sched, nohz: Change rq->nr_running to always use wrappersKirill Tkhai
2014-05-22sched: Fix the rq->next_balance logic in rebalance_domains() and idle_balance()Jason Low
2014-05-22sched: Use clamp() and clamp_val() to make sys_nice() more readableDongsheng Yang
2014-05-22sched: Do not zero sg->cpumask and sg->sgp->power in build_sched_groups()Dietmar Eggemann
2014-05-22sched/numa: Fix initialization of sched_domain_topology for NUMAVincent Guittot
2014-05-22sched: Call select_idle_sibling() when not affine_sdRik van Riel
2014-05-22sched: Simplify return logic in sched_read_attr()Michael Kerrisk
2014-05-22sched: Simplify return logic in sched_copy_attr()Michael Kerrisk
2014-05-22sched: Fix exec_start/task_hot on migrated tasksBen Segall
2014-05-22Merge branch 'sched/urgent' into sched/core to avoid conflicts with upcoming ...Ingo Molnar
2014-05-22Merge branch 'pm-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/ra...Ingo Molnar
2014-05-22Merge tag 'v3.15-rc6' into sched/core, to pick up the latest fixesIngo Molnar
2014-05-22arm64: Remove TIF_POLLING_NRFLAGPeter Zijlstra