summaryrefslogtreecommitdiffstats
path: root/kernel/sched (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | sched: Improve load balancing in the presence of idle CPUsPreeti U Murthy2015-03-271-3/+5
| * | | | sched: Optimize freq invariant accountingPeter Zijlstra2015-03-272-13/+8
| * | | | sched: Move CFS tasks to CPUs with higher capacityVincent Guittot2015-03-271-22/+47
| * | | | sched: Add SD_PREFER_SIBLING for SMT levelVincent Guittot2015-03-271-0/+1
| * | | | sched: Remove unused struct sched_group_capacity::capacity_origVincent Guittot2015-03-273-23/+4
| * | | | sched: Replace capacity_factor by usageVincent Guittot2015-03-271-67/+72
| * | | | sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::gr...Vincent Guittot2015-03-271-0/+29
| * | | | sched: Add struct rq::cpu_capacity_origVincent Guittot2015-03-273-2/+9
| * | | | sched: Make scale_rt invariant with frequencyVincent Guittot2015-03-272-13/+8
| * | | | sched: Make sched entity usage tracking scale-invariantMorten Rasmussen2015-03-271-7/+14
| * | | | sched: Remove frequency scaling from cpu_capacityVincent Guittot2015-03-271-7/+0
| * | | | sched: Track group sched_entity usage contributionsMorten Rasmussen2015-03-272-0/+5
| * | | | sched: Add sched_avg::utilization_avg_contribVincent Guittot2015-03-273-20/+72
| * | | | sched/rt: Use IPI to trigger RT task push migration instead of pullingSteven Rostedt2015-03-233-0/+202
| * | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying...Ingo Molnar2015-03-235-31/+65
| |\ \ \ \
| * | | | | sched/deadline: Add rq->clock update skip for dl task yieldWanpeng Li2015-03-101-0/+6
| * | | | | sched/rt/nohz: Stop scheduler tick if running realtime taskRik van Riel2015-02-181-0/+17
| * | | | | sched/numa: Avoid some pointless iterationsJan Beulich2015-02-181-0/+2
| * | | | | sched/numa: Do not move past the balance point if unbalancedRik van Riel2015-02-181-15/+26
* | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-131-0/+15
|\ \ \ \ \ \
| * | | | | | x86: kvm: Revert "remove sched notifier for cross-cpu migrations"Marcelo Tosatti2015-03-241-0/+15
* | | | | | | mm: numa: disable change protection for vma(VM_HUGETLB)Naoya Horiguchi2015-04-081-1/+3
| |_|_|/ / / |/| | | | |
* | | | | | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-03-281-0/+2
|\ \ \ \ \ \ | | |_|/ / / | |/| | | / | |_|_|_|/ |/| | | |
| * | | | sched: Fix RLIMIT_RTTIME when PI-boosting to RTBrian Silverman2015-03-231-0/+2
| |/ / /
* / / / mm: numa: slow PTE scan rate if migration failures occurMel Gorman2015-03-261-2/+6
|/ / /
* | | cpuidle / sleep: Use broadcast timer for states that stop local timerRafael J. Wysocki2015-03-051-9/+21
* | | cpuidle: Clean up fallback handling in cpuidle_idle_call()Rafael J. Wysocki2015-03-021-14/+15
* | | idle / sleep: Avoid excessive disabling and enabling interruptsRafael J. Wysocki2015-02-281-1/+0
| |/ |/|
* | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2015-02-215-99/+148
|\|
| * sched/rt: Avoid obvious configuration failPeter Zijlstra2015-02-181-3/+11
| * sched/autogroup: Fix failure to set cpu.rt_runtime_usPeter Zijlstra2015-02-182-5/+7
| * sched/dl: Do update_rq_clock() in yield_task_dl()Kirill Tkhai2015-02-181-0/+1
| * sched: Prevent recursion in io_schedule()NeilBrown2015-02-181-19/+12
| * sched/completion: Serialize completion_done() with complete()Oleg Nesterov2015-02-181-2/+17
| * sched: Fix preempt_schedule_common() triggering tracing recursionFrederic Weisbecker2015-02-181-1/+1
| * sched/dl: Prevent enqueue of a sleeping task in dl_task_timer()Kirill Tkhai2015-02-181-0/+20
| * sched: Make dl_task_time() use task_rq_lock()Peter Zijlstra2015-02-183-85/+79
| * sched: Clarify ordering between task_rq_lock() and move_queued_task()Peter Zijlstra2015-02-181-0/+16
* | Merge tag 'suspend-to-idle-3.20-rc1' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-02-171-0/+16
|\ \
| * | PM / sleep: Re-implement suspend-to-idle handlingRafael J. Wysocki2015-02-131-0/+16
* | | sched: use %*pb[l] to print bitmaps including cpumasks and nodemasksTejun Heo2015-02-142-15/+6
|/ /
* | kernel/sched/clock.c: add another clock for use with the soft lockup watchdogCyril Bur2015-02-131-0/+13
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s39...Linus Torvalds2015-02-121-1/+1
|\ \ | |/ |/|
| * ftrace: allow architectures to specify ftrace compile optionsHeiko Carstens2015-01-291-1/+1
* | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-02-109-76/+170
|\ \
| * | sched: Pull resched loop to __schedule() callersFrederic Weisbecker2015-02-041-4/+7
| * | sched/deadline: Remove cpu_active_mask from cpudl_find()Xunlei Pang2015-02-041-2/+1
| * | sched: Fix hrtick_start() on UPWanpeng Li2015-02-041-0/+5
| * | sched/deadline: Avoid pointless __setscheduler()Wanpeng Li2015-02-041-1/+15
| * | sched/deadline: Fix stale yield statePeter Zijlstra2015-02-041-19/+19