| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge branch 'locking-core-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2015-06-22 | 1 | -2/+2 |
|\ |
|
| * | locking/arch: Rename set_mb() to smp_store_mb() | Peter Zijlstra | 2015-05-19 | 1 | -2/+2 |
* | | sched, numa: do not hint for NUMA balancing on VM_MIXEDMAP mappings | Mel Gorman | 2015-06-10 | 1 | -1/+1 |
* | | Merge branch 'for-linus' of git://git.kernel.dk/linux-block | Linus Torvalds | 2015-05-22 | 1 | -4/+1 |
|\ \ |
|
| * | | sched: always use blk_schedule_flush_plug in io_schedule_out | Shaohua Li | 2015-05-18 | 1 | -4/+1 |
| |/ |
|
* | | sched/core: Fix regression in cpuset_cpu_inactive() for suspend | Omar Sandoval | 2015-05-08 | 1 | -16/+12 |
* | | sched: Handle priority boosted tasks proper in setscheduler() | Thomas Gleixner | 2015-05-08 | 1 | -12/+14 |
|/ |
|
* | Merge tag 'pm+acpi-4.1-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-04-30 | 1 | -14/+2 |
|\ |
|
| * | cpuidle: Run tick_broadcast_exit() with disabled interrupts | Rafael J. Wysocki | 2015-04-29 | 1 | -14/+2 |
* | | x86: pvclock: Really remove the sched notifier for cross-cpu migrations | Paolo Bonzini | 2015-04-27 | 1 | -15/+0 |
|/ |
|
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-04-14 | 1 | -1/+1 |
|\ |
|
| * | context_tracking: Rename context symbols to prepare for transition state | Frederic Weisbecker | 2015-03-09 | 1 | -1/+1 |
* | | Merge branch 'core-rcu-for-linus' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 2015-04-14 | 1 | -1/+8 |
|\ \ |
|
| * \ | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 2015-03-27 | 1 | -1/+8 |
| |\ \ |
|
| | * | | rcu: Handle outgoing CPUs on exit from idle loop | Paul E. McKenney | 2015-03-12 | 1 | -0/+2 |
| | * | | cpu: Make CPU-offline idle-loop transition point more precise | Paul E. McKenney | 2015-03-12 | 1 | -1/+6 |
| | |/ |
|
* | | | Merge branch 'for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/cg... | Linus Torvalds | 2015-04-13 | 1 | -3/+3 |
|\ \ \ |
|
| * | | | sched, isolcpu: make cpu_isolated_map visible outside scheduler | Rik van Riel | 2015-03-19 | 1 | -3/+3 |
| | |/
| |/| |
|
* | | | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2015-04-13 | 1 | -3/+2 |
|\ \ \ |
|
| * | | | sched/idle: Use explicit broadcast oneshot control function | Thomas Gleixner | 2015-04-03 | 1 | -3/+2 |
* | | | | Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 2015-04-13 | 7 | -230/+612 |
|\ \ \ \ |
|
| * | | | | sched/core: Drop debugging leftover trace_printk call | Borislav Petkov | 2015-04-03 | 1 | -3/+1 |
| * | | | | sched/deadline: Support DL task migration during CPU hotplug | Wanpeng Li | 2015-04-02 | 1 | -0/+57 |
| * | | | | sched/core: Check for available DL bandwidth in cpuset_cpu_inactive() | Juri Lelli | 2015-04-02 | 1 | -28/+28 |
| * | | | | sched/deadline: Always enqueue on previous rq when dl_task_timer() fires | Juri Lelli | 2015-04-02 | 1 | -2/+2 |
| * | | | | sched/core: Remove unused argument from init_[rt|dl]_rq() | Abel Vesa | 2015-04-02 | 4 | -7/+7 |
| * | | | | sched/deadline: Fix rt runtime corruption when dl fails its global constraints | Wanpeng Li | 2015-03-27 | 1 | -3/+3 |
| * | | | | sched/deadline: Avoid a superfluous check | Wanpeng Li | 2015-03-27 | 1 | -8/+0 |
| * | | | | sched: Improve load balancing in the presence of idle CPUs | Preeti U Murthy | 2015-03-27 | 1 | -3/+5 |
| * | | | | sched: Optimize freq invariant accounting | Peter Zijlstra | 2015-03-27 | 2 | -13/+8 |
| * | | | | sched: Move CFS tasks to CPUs with higher capacity | Vincent Guittot | 2015-03-27 | 1 | -22/+47 |
| * | | | | sched: Add SD_PREFER_SIBLING for SMT level | Vincent Guittot | 2015-03-27 | 1 | -0/+1 |
| * | | | | sched: Remove unused struct sched_group_capacity::capacity_orig | Vincent Guittot | 2015-03-27 | 3 | -23/+4 |
| * | | | | sched: Replace capacity_factor by usage | Vincent Guittot | 2015-03-27 | 1 | -67/+72 |
| * | | | | sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::gr... | Vincent Guittot | 2015-03-27 | 1 | -0/+29 |
| * | | | | sched: Add struct rq::cpu_capacity_orig | Vincent Guittot | 2015-03-27 | 3 | -2/+9 |
| * | | | | sched: Make scale_rt invariant with frequency | Vincent Guittot | 2015-03-27 | 2 | -13/+8 |
| * | | | | sched: Make sched entity usage tracking scale-invariant | Morten Rasmussen | 2015-03-27 | 1 | -7/+14 |
| * | | | | sched: Remove frequency scaling from cpu_capacity | Vincent Guittot | 2015-03-27 | 1 | -7/+0 |
| * | | | | sched: Track group sched_entity usage contributions | Morten Rasmussen | 2015-03-27 | 2 | -0/+5 |
| * | | | | sched: Add sched_avg::utilization_avg_contrib | Vincent Guittot | 2015-03-27 | 3 | -20/+72 |
| * | | | | sched/rt: Use IPI to trigger RT task push migration instead of pulling | Steven Rostedt | 2015-03-23 | 3 | -0/+202 |
| * | | | | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying... | Ingo Molnar | 2015-03-23 | 5 | -31/+65 |
| |\ \ \ \ |
|
| * | | | | | sched/deadline: Add rq->clock update skip for dl task yield | Wanpeng Li | 2015-03-10 | 1 | -0/+6 |
| * | | | | | sched/rt/nohz: Stop scheduler tick if running realtime task | Rik van Riel | 2015-02-18 | 1 | -0/+17 |
| * | | | | | sched/numa: Avoid some pointless iterations | Jan Beulich | 2015-02-18 | 1 | -0/+2 |
| * | | | | | sched/numa: Do not move past the balance point if unbalanced | Rik van Riel | 2015-02-18 | 1 | -15/+26 |
* | | | | | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2015-04-13 | 1 | -0/+15 |
|\ \ \ \ \ \ |
|
| * | | | | | | x86: kvm: Revert "remove sched notifier for cross-cpu migrations" | Marcelo Tosatti | 2015-03-23 | 1 | -0/+15 |
* | | | | | | | mm: numa: disable change protection for vma(VM_HUGETLB) | Naoya Horiguchi | 2015-04-07 | 1 | -1/+3 |
| |_|_|/ / /
|/| | | | | |
|