| Age | Commit message (Expand) | Author | Lines |
| 2015-02-18 | Merge tag 'perf-core-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/... | Ingo Molnar | -1/+1 |
| 2015-02-18 | perf: Simplify the branch stack check | Yan, Zheng | -0/+3 |
| 2015-02-18 | perf: Always switch pmu specific data during context switch | Yan, Zheng | -0/+3 |
| 2015-02-18 | perf: Add pmu specific data for perf task context | Yan, Zheng | -4/+36 |
| 2015-02-18 | perf/x86/intel: Use context switch callback to flush LBR stack | Yan, Zheng | -77/+0 |
| 2015-02-18 | perf: Introduce pmu context switch callback | Yan, Zheng | -0/+57 |
| 2015-02-18 | perf: Update userspace page info for software event | Shaohua Li | -0/+3 |
| 2015-02-18 | perf: Update shadow timestamp before add event | Shaohua Li | -4/+4 |
| 2015-02-13 | perf: Remove the extra validity check on nr_pages | Kaixu Xia | -1/+1 |
| 2015-02-04 | perf: Pass the event to arch_perf_update_userpage() | Andy Lutomirski | -2/+3 |
| 2015-02-04 | perf: Add pmu callbacks to track event mapping and unmapping | Andy Lutomirski | -0/+9 |
| 2015-02-04 | Merge branch 'x86/asm' into perf/x86, to avoid conflicts with upcoming patches | Ingo Molnar | -17/+49 |
| 2015-02-04 | perf: Decouple unthrottling and rotating | Mark Rutland | -52/+29 |
| 2015-02-04 | perf: Drop module reference on event init failure | Mark Rutland | -12/+16 |
| 2015-02-04 | perf: Use POLLIN instead of POLL_IN for perf poll data in flag | Jiri Olsa | -1/+2 |
| 2015-02-04 | perf: Fix put_event() ctx lock | Peter Zijlstra | -5/+12 |
| 2015-02-04 | perf: Fix move_group() order | Peter Zijlstra (Intel) | -9/+47 |
| 2015-02-04 | perf: Fix event->ctx locking | Peter Zijlstra | -37/+207 |
| 2015-02-04 | perf: Add a bit of paranoia | Peter Zijlstra | -1/+18 |
| 2015-02-04 | Merge tag 'v3.19-rc7' into perf/core, to merge fixes before applying new changes | Ingo Molnar | -11/+19 |
| 2015-02-03 | Merge tag 'v3.19-rc7' into x86/asm, to refresh the branch before pulling in n... | Ingo Molnar | -57/+126 |
| 2015-02-01 | sched: don't cause task state changes in nested sleep debugging | Linus Torvalds | -3/+2 |
| 2015-01-30 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | -2/+13 |
| 2015-01-28 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | -74/+216 |
| 2015-01-28 | Merge tag 'pr-20150114-x86-entry' of git://git.kernel.org/pub/scm/linux/kerne... | Ingo Molnar | -17/+49 |
| 2015-01-28 | perf: Tighten (and fix) the grouping condition | Peter Zijlstra | -2/+13 |
| 2015-01-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | -8/+17 |
| 2015-01-26 | bpf: rcu lock must not be held when calling copy_to_user() | Alexei Starovoitov | -8/+17 |
| 2015-01-26 | Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | -1/+1 |
| 2015-01-25 | Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | -0/+4 |
| 2015-01-25 | Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | -0/+11 |
| 2015-01-22 | x86, mpx: Strictly enforce empty prctl() args | Dave Hansen | -0/+4 |
| 2015-01-23 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | -26/+74 |
| 2015-01-22 | cgroup: prevent mount hang due to memory controller lifetime | Johannes Weiner | -1/+1 |
| 2015-01-22 | Merge branch 'fortglx/3.19-stable/time' of https://git.linaro.org/people/john... | Thomas Gleixner | -0/+11 |
| 2015-01-22 | module: make module_refcount() a signed integer. | Rusty Russell | -5/+14 |
| 2015-01-21 | Merge branch 'for-3.19-fixes' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | -17/+8 |
| 2015-01-20 | module: fix race in kallsyms resolution during module load success. | Rusty Russell | -13/+42 |
| 2015-01-20 | module: remove mod arg from module_free, rename module_memfree(). | Rusty Russell | -9/+9 |
| 2015-01-20 | module_arch_freeing_init(): new hook for archs before module->module_init freed. | Rusty Russell | -0/+7 |
| 2015-01-20 | param: fix uninitialized read with CONFIG_DEBUG_LOCK_ALLOC | Rusty Russell | -0/+1 |
| 2015-01-17 | kernel: avoid overflow in cmp_range | Louis Langholtz | -5/+5 |
| 2015-01-16 | workqueue: fix subtle pool management issue which can stall whole worker_pool | Tejun Heo | -17/+8 |
| 2015-01-17 | Merge tag 'trace-fixes-v3.19-rc3' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | -23/+100 |
| 2015-01-15 | tracing: Fix enabling of syscall events on the command line | Steven Rostedt (Red Hat) | -14/+55 |
| 2015-01-15 | tracing: Remove extra call to init_ftrace_syscalls() | Steven Rostedt (Red Hat) | -1/+0 |
| 2015-01-15 | ftrace: Check both notrace and filter for old hash | Steven Rostedt (Red Hat) | -7/+20 |
| 2015-01-15 | ftrace: Fix updating of filters for shared global_ops filters | Steven Rostedt (Red Hat) | -1/+25 |
| 2015-01-14 | perf: Avoid horrible stack usage | Peter Zijlstra (Intel) | -13/+26 |
| 2015-01-11 | Merge branch 'sched-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | -30/+14 |