Age | Commit message (Expand) | Author | Files | Lines |
2016-08-02 | perf/core: Change log level for duration warning to KERN_INFO | David Ahern | 1 | -1/+1 |
2016-07-29 | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -46/+10 |
2016-07-27 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -21/+47 |
2016-07-24 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+22 |
2016-07-15 | perf, events: add non-linear data support for raw records | Daniel Borkmann | 1 | -20/+46 |
2016-07-14 | perf/core: Convert to hotplug state machine | Thomas Gleixner | 1 | -46/+10 |
2016-07-07 | Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne... | Ingo Molnar | 1 | -2/+23 |
2016-07-07 | perf/core: Fix pmu::filter_match for SW-led groups | Mark Rutland | 1 | -1/+22 |
2016-07-01 | bpf: generally move prog destruction to RCU deferral | Daniel Borkmann | 1 | -1/+1 |
2016-06-29 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 1 | -1/+1 |
2016-06-29 | bpf, perf: delay release of BPF prog after grace period | Daniel Borkmann | 1 | -1/+1 |
2016-06-14 | Merge branch 'linus' into perf/core, to pick up fixes before merging new changes | Ingo Molnar | 1 | -4/+2 |
2016-06-10 | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -4/+2 |
2016-06-08 | perf/core: Remove a redundant check | Alexander Shishkin | 1 | -4/+2 |
2016-06-08 | Merge branch 'linus' into perf/core, to refresh the branch | Ingo Molnar | 1 | -6/+39 |
2016-06-08 | perf/core: Fix crash due to account/unaccount_sb_event() inconsistency | David Carrillo-Cisneros | 1 | -16/+18 |
2016-06-03 | perf/abi: Change the errno for sampling event not supported in hardware | Vineet Gupta | 1 | -1/+1 |
2016-06-03 | perf/core: Fix implicitly enable dynamic interrupt throttle | Kan Liang | 1 | -0/+7 |
2016-06-03 | perf/core: Rename the perf_event_aux*() APIs to perf_event_sb*(), to separate... | Peter Zijlstra | 1 | -33/+36 |
2016-06-03 | perf/core: Optimize side-band event delivery | Kan Liang | 1 | -12/+73 |
2016-05-30 | perf core: Per event callchain limit | Arnaldo Carvalho de Melo | 1 | -1/+4 |
2016-05-17 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 1 | -6/+39 |
2016-05-15 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -1/+1 |
2016-05-11 | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 1 | -1/+1 |
2016-05-09 | perf/core: Change the default paranoia level to 2 | Andy Lutomirski | 1 | -1/+1 |
2016-05-05 | perf/arm: Special-case hetereogeneous CPUs | Mark Rutland | 1 | -1/+7 |
2016-05-05 | perf/core: Let userspace know if the PMU supports address filters | Alexander Shishkin | 1 | -0/+26 |
2016-05-05 | perf/core: Introduce address range filtering | Alexander Shishkin | 1 | -16/+607 |
2016-05-05 | perf/core: Extend perf_event_aux_ctx() to optionally iterate through more events | Alexander Shishkin | 1 | -10/+13 |
2016-05-05 | perf/core: Move set_filter() out of CONFIG_EVENT_TRACING | Alexander Shishkin | 1 | -23/+22 |
2016-05-04 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -17/+38 |
2016-04-28 | Merge branch 'perf/urgent' into perf/core, to resolve conflict | Ingo Molnar | 1 | -16/+36 |
2016-04-28 | perf/core: Fix perf_event_open() vs. execve() race | Peter Zijlstra | 1 | -16/+36 |
2016-04-23 | perf/core: Add ::write_backward attribute to perf event | Wang Nan | 1 | -5/+43 |
2016-04-23 | Merge branch 'perf/urgent' into perf/core, to resolve conflict | Ingo Molnar | 1 | -1/+2 |
2016-04-23 | perf/core: Make sysctl_perf_cpu_time_max_percent conform to documentation | Peter Zijlstra | 1 | -1/+2 |
2016-04-21 | perf, bpf: minimize the size of perf_trace_() tracepoint handler | Alexei Starovoitov | 1 | -1/+19 |
2016-04-09 | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 1 | -2/+13 |
2016-04-07 | bpf: sanitize bpf tracepoint access | Alexei Starovoitov | 1 | -0/+8 |
2016-04-07 | perf, bpf: allow bpf programs attach to tracepoints | Alexei Starovoitov | 1 | -4/+9 |
2016-04-07 | perf: split perf_trace_buf_prepare into alloc and update parts | Alexei Starovoitov | 1 | -2/+4 |
2016-03-31 | perf/core: Set event's default ::overflow_handler() | Wang Nan | 1 | -6/+8 |
2016-03-31 | perf/ring_buffer: Introduce new ioctl options to pause and resume the ring-bu... | Wang Nan | 1 | -0/+13 |
2016-03-31 | perf/core: Free AUX pages in unmap path | Alexander Shishkin | 1 | -2/+118 |
2016-03-31 | perf/core: Verify we have a single perf_hw_context PMU | Peter Zijlstra | 1 | -0/+9 |
2016-03-31 | perf/core: Don't leak event in the syscall error path | Alexander Shishkin | 1 | -0/+1 |
2016-03-31 | perf/core: Fix time tracking bug with multiplexing | Peter Zijlstra | 1 | -2/+12 |
2016-03-21 | perf/core: Document some hotplug bits | Peter Zijlstra | 1 | -0/+19 |
2016-03-21 | perf/core: Fix dynamic interrupt throttle | Peter Zijlstra | 1 | -36/+51 |
2016-03-21 | perf/core: Fix the unthrottle logic | Peter Zijlstra | 1 | -0/+8 |