| Age | Commit message (Expand) | Author | Files | Lines |
| 2015-03-27 | Merge branch 'timers/core' into perf/timer, to apply dependent patch | Ingo Molnar | 6 | -287/+589 |
| 2015-03-27 | Merge branch 'for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/pau... | Ingo Molnar | 11 | -308/+712 |
| 2015-03-27 | perf: Fix racy group access | Peter Zijlstra | 1 | -0/+11 |
| 2015-03-27 | Merge branch 'perf/x86' into perf/core, because it's ready | Ingo Molnar | 3 | -57/+34 |
| 2015-03-27 | Merge branch 'perf/urgent' into perf/core, to pick up fixes and to refresh th... | Ingo Molnar | 13 | -57/+182 |
| 2015-03-27 | time: Introduce tk_fast_raw | Peter Zijlstra | 1 | -0/+13 |
| 2015-03-27 | time: Parametrize all tk_fast_mono users | Peter Zijlstra | 1 | -10/+15 |
| 2015-03-27 | time: Add timerkeeper::tkr_raw | Peter Zijlstra | 1 | -22/+19 |
| 2015-03-27 | time: Rename timekeeper::tkr to timekeeper::tkr_mono | Peter Zijlstra | 1 | -75/+75 |
| 2015-03-27 | sched/deadline: Fix rt runtime corruption when dl fails its global constraints | Wanpeng Li | 1 | -3/+3 |
| 2015-03-27 | sched/deadline: Avoid a superfluous check | Wanpeng Li | 1 | -8/+0 |
| 2015-03-27 | sched: Improve load balancing in the presence of idle CPUs | Preeti U Murthy | 1 | -3/+5 |
| 2015-03-27 | sched: Optimize freq invariant accounting | Peter Zijlstra | 2 | -13/+8 |
| 2015-03-27 | sched: Move CFS tasks to CPUs with higher capacity | Vincent Guittot | 1 | -22/+47 |
| 2015-03-27 | sched: Add SD_PREFER_SIBLING for SMT level | Vincent Guittot | 1 | -0/+1 |
| 2015-03-27 | sched: Remove unused struct sched_group_capacity::capacity_orig | Vincent Guittot | 3 | -23/+4 |
| 2015-03-27 | sched: Replace capacity_factor by usage | Vincent Guittot | 1 | -67/+72 |
| 2015-03-27 | sched: Calculate CPU's usage statistic and put it into struct sg_lb_stats::gr... | Vincent Guittot | 1 | -0/+29 |
| 2015-03-27 | sched: Add struct rq::cpu_capacity_orig | Vincent Guittot | 3 | -2/+9 |
| 2015-03-27 | sched: Make scale_rt invariant with frequency | Vincent Guittot | 2 | -13/+8 |
| 2015-03-27 | sched: Make sched entity usage tracking scale-invariant | Morten Rasmussen | 1 | -7/+14 |
| 2015-03-27 | sched: Remove frequency scaling from cpu_capacity | Vincent Guittot | 1 | -7/+0 |
| 2015-03-27 | sched: Track group sched_entity usage contributions | Morten Rasmussen | 2 | -0/+5 |
| 2015-03-27 | sched: Add sched_avg::utilization_avg_contrib | Vincent Guittot | 3 | -20/+72 |
| 2015-03-27 | timers, sched/clock: Clean up the code a bit | Ingo Molnar | 1 | -51/+56 |
| 2015-03-27 | timers, sched/clock: Avoid deadlock during read from NMI | Daniel Thompson | 1 | -35/+68 |
| 2015-03-27 | timers, sched/clock: Remove redundant notrace from update function | Daniel Thompson | 1 | -1/+1 |
| 2015-03-27 | timers, sched/clock: Remove suspend from clock_read_data() | Daniel Thompson | 1 | -15/+25 |
| 2015-03-27 | timers, sched/clock: Optimize cache line usage | Daniel Thompson | 1 | -35/+77 |
| 2015-03-27 | timers, sched/clock: Match scope of read and write seqcounts | Daniel Thompson | 1 | -15/+11 |
| 2015-03-26 | console: Add extensible console matching | Peter Hurley | 1 | -34/+18 |
| 2015-03-26 | fs: move struct kiocb to fs.h | Christoph Hellwig | 2 | -1/+2 |
| 2015-03-26 | mm: numa: slow PTE scan rate if migration failures occur | Mel Gorman | 1 | -2/+6 |
| 2015-03-25 | trace: Don't use __weak in header files | Stephen Rothwell | 4 | -24/+15 |
| 2015-03-25 | tracing: remove ftrace:function TRACE_EVENT_FL_USE_CALL_FILTER flag | He Kuang | 1 | -1/+1 |
| 2015-03-25 | tracing: %pF is only for function pointers | Scott Wood | 1 | -3/+3 |
| 2015-03-25 | ring-buffer: Replace this_cpu_*() with __this_cpu_*() | Steven Rostedt | 1 | -6/+5 |
| 2015-03-25 | locking/rtmutex: Rename argument in the rt_mutex_adjust_prio_chain() document... | Tom(JeHyeon) Yeon | 1 | -1/+1 |
| 2015-03-25 | Merge 4.0-rc5 into char-misc-next | Greg Kroah-Hartman | 6 | -26/+113 |
| 2015-03-24 | module: do not print allocation-fail warning on bogus user buffer size | Kirill A. Shutemov | 1 | -1/+2 |
| 2015-03-24 | kernel/module.c: fix typos in message about unused symbols | Yannick Guerrini | 1 | -3/+3 |
| 2015-03-24 | x86: kvm: Revert "remove sched notifier for cross-cpu migrations" | Marcelo Tosatti | 1 | -0/+15 |
| 2015-03-23 | Merge 4.0-rc5 into tty-next | Greg Kroah-Hartman | 6 | -26/+113 |
| 2015-03-23 | perf: Remove type specific target pointers | Peter Zijlstra | 3 | -19/+13 |
| 2015-03-23 | sched/rt: Use IPI to trigger RT task push migration instead of pulling | Steven Rostedt | 3 | -0/+202 |
| 2015-03-23 | Merge branch 'sched/urgent' into sched/core, to pick up fixes before applying... | Ingo Molnar | 87 | -798/+2134 |
| 2015-03-23 | timers/tick/broadcast-hrtimer: Fix suspicious RCU usage in idle loop | Preeti U Murthy | 1 | -2/+9 |
| 2015-03-23 | lockdep: Fix the module unload key range freeing logic | Peter Zijlstra | 2 | -30/+59 |
| 2015-03-23 | sched: Fix RLIMIT_RTTIME when PI-boosting to RT | Brian Silverman | 1 | -0/+2 |
| 2015-03-23 | perf: Fix irq_work 'tail' recursion | Peter Zijlstra | 1 | -0/+10 |