aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
AgeCommit message (Expand)AuthorFilesLines
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-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-10sched/deadline: Add rq->clock update skip for dl task yieldWanpeng Li1-0/+6
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
2015-02-18sched/rt: Avoid obvious configuration failPeter Zijlstra1-3/+11
2015-02-18sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2-5/+7
2015-02-18sched/dl: Do update_rq_clock() in yield_task_dl()Kirill Tkhai1-0/+1
2015-02-18sched: Prevent recursion in io_schedule()NeilBrown1-19/+12
2015-02-18sched/completion: Serialize completion_done() with complete()Oleg Nesterov1-2/+17
2015-02-18sched: Fix preempt_schedule_common() triggering tracing recursionFrederic Weisbecker1-1/+1
2015-02-18sched/dl: Prevent enqueue of a sleeping task in dl_task_timer()Kirill Tkhai1-0/+20
2015-02-18sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra3-85/+79
2015-02-18sched: Clarify ordering between task_rq_lock() and move_queued_task()Peter Zijlstra1-0/+16
2015-02-17Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pmLinus Torvalds1-0/+16
2015-02-13sched: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2-15/+6