aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-04-30Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-14/+2
2015-04-29cpuidle: Run tick_broadcast_exit() with disabled interruptsRafael J. Wysocki1-14/+2
2015-04-27x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini1-15/+0
2015-04-14Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2015-04-14Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+8
2015-04-13Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cgroupLinus Torvalds1-3/+3
2015-04-13Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-3/+2
2015-04-13Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds7-230/+612
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-0/+15
2015-04-07mm: numa: disable change protection for vma(VM_HUGETLB)Naoya Horiguchi1-1/+3
2015-04-03sched/core: Drop debugging leftover trace_printk callBorislav Petkov1-3/+1
2015-04-03sched/idle: Use explicit broadcast oneshot control functionThomas Gleixner1-3/+2
2015-04-02sched/deadline: Support DL task migration during CPU hotplugWanpeng Li1-0/+57
2015-04-02sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()Juri Lelli1-28/+28
2015-04-02sched/deadline: Always enqueue on previous rq when dl_task_timer() firesJuri Lelli1-2/+2
2015-04-02sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa4-7/+7
2015-03-28Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-0/+2
2015-03-27Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/paulmck/linux-rcu into core/rcuIngo Molnar1-1/+8
2015-03-27sched/deadline: Fix rt runtime corruption when dl fails its global constraintsWanpeng Li1-3/+3
2015-03-27sched/deadline: Avoid a superfluous checkWanpeng Li1-8/+0
2015-03-27sched: Improve load balancing in the presence of idle CPUsPreeti U Murthy1-3/+5
2015-03-27sched: Optimize freq invariant accountingPeter Zijlstra2-13/+8
2015-03-27sched: Move CFS tasks to CPUs with higher capacityVincent Guittot1-22/+47
2015-03-27sched: Add SD_PREFER_SIBLING for SMT levelVincent Guittot1-0/+1
2015-03-27sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot3-23/+4
2015-03-27sched: Replace capacity_factor by usageVincent Guittot1-67/+72
2015-03-27sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::group_usageVincent Guittot1-0/+29
2015-03-27sched: Add struct rq::cpu_capacity_origVincent Guittot3-2/+9
2015-03-27sched: Make scale_rt invariant with frequencyVincent Guittot2-13/+8
2015-03-27sched: Make sched entity usage tracking scale-invariantMorten Rasmussen1-7/+14
2015-03-27sched: Remove frequency scaling from cpu_capacityVincent Guittot1-7/+0
2015-03-27sched: Track group sched_entity usage contributionsMorten Rasmussen2-0/+5
2015-03-27sched: Add sched_avg::utilization_avg_contribVincent Guittot3-20/+72
2015-03-25mm: numa: slow PTE scan rate if migration failures occurMel Gorman1-2/+6
2015-03-23x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti1-0/+15
2015-03-23sched/rt: Use IPI to trigger RT task push migration instead of pullingSteven Rostedt3-0/+202
2015-03-23Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying new patchesIngo Molnar5-31/+65
2015-03-23sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman1-0/+2
2015-03-19sched, isolcpu: make cpu_isolated_map visible outside schedulerRik van Riel1-3/+3
2015-03-12rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney1-0/+2
2015-03-12cpu: Make CPU-offline idle-loop transition point more precisePaul E. McKenney1-1/+6
2015-03-10sched/deadline: Add rq->clock update skip for dl task yieldWanpeng Li1-0/+6
2015-03-09context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker1-1/+1
2015-03-05cpuidle / sleep: Use broadcast timer for states that stop local timerRafael J. Wysocki1-9/+21
2015-03-02cpuidle: Clean up fallback handling in cpuidle_idle_call()Rafael J. Wysocki1-14/+15
2015-02-28idle / sleep: Avoid excessive disabling and enabling interruptsRafael J. Wysocki1-1/+0
2015-02-21Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds5-99/+148
2015-02-18sched/rt/nohz: Stop scheduler tick if running realtime taskRik van Riel1-0/+17
2015-02-18sched/numa: Avoid some pointless iterationsJan Beulich1-0/+2
2015-02-18sched/numa: Do not move past the balance point if unbalancedRik van Riel1-15/+26