summaryrefslogtreecommitdiff
path: root/kernel/sched
Commit message (Expand)AuthorAgeFilesLines
* sched: Implement lockless wake-queuesPeter Zijlstra2015-05-081-0/+46
* sched, timer: Use the atomic task_cputime in thread_group_cputimerJason Low2015-05-081-3/+3
* sched, timer: Replace spinlocks with atomics in thread_group_cputimer(), to i...Jason Low2015-05-081-10/+5
* sched/numa: Document usages of mm->numa_scan_seqJason Low2015-05-081-0/+13
* sched, timer: Convert usages of ACCESS_ONCE() in the scheduler to READ_ONCE()...Jason Low2015-05-089-19/+19
* sched/core: Remove unnecessary down/up conversionNicholas Mc Guire2015-05-081-2/+2
* sched: Move the loadavg code to a more obvious locationPeter Zijlstra2015-05-085-219/+217
* Merge branch 'sched/urgent' into sched/core, before applying new patchesIngo Molnar2015-05-081-28/+26
|\
| * sched/core: Fix regression in cpuset_cpu_inactive() for suspendOmar Sandoval2015-05-081-16/+12
| * sched: Handle priority boosted tasks proper in setscheduler()Thomas Gleixner2015-05-081-12/+14
* | sched/core: Remove __cpuinit section tag that crept back inPaul Gortmaker2015-05-081-1/+1
* | Merge branch 'sched/urgent' into sched/coreIngo Molnar2015-05-081-4/+0
|\ \ | |/ |/|
| * sched/autogroup: Remove unnecessary #ifdef guardsTobias Klauser2015-04-161-4/+0
* | Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-04-301-14/+2
|\ \
| * | cpuidle: Run tick_broadcast_exit() with disabled interruptsRafael J. Wysocki2015-04-291-14/+2
* | | x86: pvclock: Really remove the sched notifier for cross-cpu migrationsPaolo Bonzini2015-04-271-15/+0
|/ /
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-141-1/+1
|\ \
| * | context_tracking: Rename context symbols to prepare for transition stateFrederic Weisbecker2015-03-091-1/+1
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2015-04-141-1/+8
|\ \ \
| * \ \ Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau...Ingo Molnar2015-03-271-1/+8
| |\ \ \
| | * | | rcu: Handle outgoing CPUs on exit from idle loopPaul E. McKenney2015-03-121-0/+2
| | * | | cpu: Make CPU-offline idle-loop transition point more precisePaul E. McKenney2015-03-121-1/+6
| | |/ /
* | | | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg...Linus Torvalds2015-04-131-3/+3
|\ \ \ \ | |_|_|/ |/| | |
| * | | sched, isolcpu: make cpu_isolated_map visible outside schedulerRik van Riel2015-03-191-3/+3
| | |/ | |/|
* | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2015-04-131-3/+2
|\ \ \
| * | | sched/idle: Use explicit broadcast oneshot control functionThomas Gleixner2015-04-031-3/+2
* | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2015-04-137-230/+612
|\ \ \ \
| * | | | sched/core: Drop debugging leftover trace_printk callBorislav Petkov2015-04-031-3/+1
| * | | | sched/deadline: Support DL task migration during CPU hotplugWanpeng Li2015-04-021-0/+57
| * | | | sched/core: Check for available DL bandwidth in cpuset_cpu_inactive()Juri Lelli2015-04-021-28/+28
| * | | | sched/deadline: Always enqueue on previous rq when dl_task_timer() firesJuri Lelli2015-04-021-2/+2
| * | | | sched/core: Remove unused argument from init_[rt|dl]_rq()Abel Vesa2015-04-024-7/+7
| * | | | sched/deadline: Fix rt runtime corruption when dl fails its global constraintsWanpeng Li2015-03-271-3/+3
| * | | | sched/deadline: Avoid a superfluous checkWanpeng Li2015-03-271-8/+0
| * | | | 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