summaryrefslogtreecommitdiffstats
path: root/kernel/sched
AgeCommit message (Expand)AuthorLines
2015-06-10sched, numa: do not hint for NUMA balancing on VM_MIXEDMAP mappingsMel Gorman-1/+1
2015-05-22Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds-4/+1
2015-05-18sched: always use blk_schedule_flush_plug in io_schedule_outShaohua Li-4/+1
2015-05-08sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval-16/+12
2015-05-08sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner-12/+14
2015-04-30Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-14/+2
2015-04-29cpuidle: Run tick_broadcast_exit() with disabled interruptsRafael J. Wysocki-14/+2
2015-04-27x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini-15/+0
2015-04-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-1/+1
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+8
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds-3/+3
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds-3/+2
2015-04-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-230/+612
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds-0/+15
2015-04-07mm: numa: disable change protection for vma(VM_HUGETLB)Naoya Horiguchi-1/+3
2015-04-03sched/core: Drop debugging leftover trace_printk callBorislav Petkov-3/+1
2015-04-03sched/idle: Use explicit broadcast oneshot control functionThomas Gleixner-3/+2
2015-04-02sched/deadline: Support DL task migration during CPU hotplugWanpeng Li-0/+57
2015-04-02sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()Juri Lelli-28/+28
2015-04-02sched/deadline: Always enqueue on previous rq when dl_task_timer() firesJuri Lelli-2/+2
2015-04-02sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa-7/+7
2015-03-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-0/+2
2015-03-27Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar-1/+8
2015-03-27sched/deadline: Fix rt runtime corruption when dl fails its global constraintsWanpeng Li-3/+3
2015-03-27sched/deadline: Avoid a superfluous checkWanpeng Li-8/+0
2015-03-27sched: Improve load balancing in the presence of idle CPUsPreeti U Murthy-3/+5
2015-03-27sched: Optimize freq invariant accountingPeter Zijlstra-13/+8
2015-03-27sched: Move CFS tasks to CPUs with higher capacityVincent Guittot-22/+47
2015-03-27sched: Add SD_PREFER_SIBLING for SMT levelVincent Guittot-0/+1
2015-03-27sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot-23/+4
2015-03-27sched: Replace capacity_factor by usageVincent Guittot-67/+72
2015-03-27sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::gr...Vincent Guittot-0/+29
2015-03-27sched: Add struct rq::cpu_capacity_origVincent Guittot-2/+9
2015-03-27sched: Make scale_rt invariant with frequencyVincent Guittot-13/+8
2015-03-27sched: Make sched entity usage tracking scale-invariantMorten Rasmussen-7/+14
2015-03-27sched: Remove frequency scaling from cpu_capacityVincent Guittot-7/+0
2015-03-27sched: Track group sched_entity usage contributionsMorten Rasmussen-0/+5
2015-03-27sched: Add sched_avg::utilization_avg_contribVincent Guittot-20/+72
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman-2/+6
2015-03-23x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti-0/+15
2015-03-23sched/rt: Use IPI to trigger RT task push migration instead of pullingSteven Rostedt-0/+202
2015-03-23Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar-31/+65
2015-03-23sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman-0/+2
2015-03-19sched, isolcpu: make cpu_isolated_map visible outside schedulerRik van Riel-3/+3
2015-03-12rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney-0/+2
2015-03-12cpu: Make CPU-offline idle-loop transition point more precisePaul E. McKenney-1/+6
2015-03-10sched/deadline: Add rq->clock update skip for dl task yieldWanpeng Li-0/+6
2015-03-09context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker-1/+1
2015-03-05cpuidle / sleep: Use broadcast timer for states that stop local timerRafael J. Wysocki-9/+21
2015-03-02cpuidle: Clean up fallback handling in cpuidle_idle_call()Rafael J. Wysocki-14/+15