| Commit message (Expand) | Author | Age | Files | Lines |
* | perf, bpf: fix conditional call to bpf_overflow_handler | Arnd Bergmann | 2016-09-06 | 1 | -1/+1 |
* | perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programs | Alexei Starovoitov | 2016-09-02 | 1 | -1/+88 |
* | perf/core: Use this_cpu_ptr() when stopping AUX events | Will Deacon | 2016-08-24 | 1 | -1/+1 |
* | perf/core: Check return value of the perf_event_read() IPI | David Carrillo-Cisneros | 2016-08-18 | 1 | -3/+4 |
* | perf/core: Enable mapping of the stop filters | Mathieu Poirier | 2016-08-18 | 1 | -10/+5 |
* | perf/core: Update filters only on executable mmap | Mathieu Poirier | 2016-08-18 | 1 | -0/+7 |
* | perf/core: Fix file name handling for start/stop filters | Mathieu Poirier | 2016-08-18 | 1 | -2/+4 |
* | perf/core: Fix event_function_local() | Peter Zijlstra | 2016-08-18 | 1 | -12/+48 |
* | uprobes: Fix the memcg accounting | Oleg Nesterov | 2016-08-18 | 1 | -2/+3 |
* | perf/core: Set cgroup in CPU contexts for new cgroup events | David Carrillo-Cisneros | 2016-08-10 | 1 | -18/+36 |
* | perf/core: Fix sideband list-iteration vs. event ordering NULL pointer defere... | Peter Zijlstra | 2016-08-10 | 1 | -5/+18 |
* | perf/core: Change log level for duration warning to KERN_INFO | David Ahern | 2016-08-02 | 1 | -1/+1 |
* | Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-07-29 | 1 | -46/+10 |
|\ |
|
| * | perf/core: Convert to hotplug state machine | Thomas Gleixner | 2016-07-14 | 1 | -46/+10 |
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-07-27 | 2 | -27/+66 |
|\ \ |
|
| * | | bpf, events: fix offset in skb copy handler | Daniel Borkmann | 2016-07-25 | 1 | -5/+10 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-07-24 | 1 | -1/+22 |
| |\| |
|
| * | | perf, events: add non-linear data support for raw records | Daniel Borkmann | 2016-07-15 | 2 | -24/+58 |
| * | | bpf: generally move prog destruction to RCU deferral | Daniel Borkmann | 2016-07-01 | 1 | -1/+1 |
* | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne... | Ingo Molnar | 2016-07-07 | 1 | -2/+23 |
|\ \ \
| | |/
| |/| |
|
| * | | perf/core: Fix pmu::filter_match for SW-led groups | Mark Rutland | 2016-07-07 | 1 | -1/+22 |
| |/ |
|
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | Linus Torvalds | 2016-06-29 | 1 | -1/+1 |
| |\ |
|
| | * | bpf, perf: delay release of BPF prog after grace period | Daniel Borkmann | 2016-06-29 | 1 | -1/+1 |
* | | | Merge branch 'linus' into perf/core, to pick up fixes before merging new changes | Ingo Molnar | 2016-06-14 | 1 | -4/+2 |
|\| | |
|
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-06-10 | 1 | -4/+2 |
| |\ \
| | |/
| |/| |
|
| | * | perf/core: Remove a redundant check | Alexander Shishkin | 2016-06-08 | 1 | -4/+2 |
* | | | Merge branch 'linus' into perf/core, to refresh the branch | Ingo Molnar | 2016-06-08 | 2 | -10/+45 |
|\| | |
|
| * | | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-05-25 | 1 | -12/+24 |
| |\| |
|
| * | | uprobes: wait for mmap_sem for write killable | Michal Hocko | 2016-05-23 | 1 | -2/+5 |
| * | | x86: remove more uaccess_32.h complexity | Linus Torvalds | 2016-05-22 | 1 | -2/+1 |
| * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next | Linus Torvalds | 2016-05-17 | 1 | -6/+39 |
| |\ \ |
|
| | * \ | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-05-15 | 2 | -2/+10 |
| | |\ \ |
|
| | | * | | perf/core: Disable the event on a truncated AUX record | Alexander Shishkin | 2016-05-12 | 1 | -1/+9 |
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-05-04 | 1 | -17/+38 |
| | |\ \ \ |
|
| | * | | | | perf, bpf: minimize the size of perf_trace_() tracepoint handler | Alexei Starovoitov | 2016-04-21 | 1 | -1/+19 |
| | * | | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net | David S. Miller | 2016-04-09 | 2 | -6/+17 |
| | |\ \ \ \ |
|
| | * | | | | | bpf: sanitize bpf tracepoint access | Alexei Starovoitov | 2016-04-07 | 1 | -0/+8 |
| | * | | | | | perf, bpf: allow bpf programs attach to tracepoints | Alexei Starovoitov | 2016-04-07 | 1 | -4/+9 |
| | * | | | | | perf: split perf_trace_buf_prepare into alloc and update parts | Alexei Starovoitov | 2016-04-07 | 1 | -2/+4 |
* | | | | | | | perf/core: Fix crash due to account/unaccount_sb_event() inconsistency | David Carrillo-Cisneros | 2016-06-08 | 1 | -16/+18 |
* | | | | | | | perf/abi: Change the errno for sampling event not supported in hardware | Vineet Gupta | 2016-06-03 | 1 | -1/+1 |
* | | | | | | | perf/core: Fix implicitly enable dynamic interrupt throttle | Kan Liang | 2016-06-03 | 1 | -0/+7 |
* | | | | | | | perf/core: Rename the perf_event_aux*() APIs to perf_event_sb*(), to separate... | Peter Zijlstra | 2016-06-03 | 1 | -33/+36 |
* | | | | | | | perf/core: Optimize side-band event delivery | Kan Liang | 2016-06-03 | 1 | -12/+73 |
* | | | | | | | perf core: Per event callchain limit | Arnaldo Carvalho de Melo | 2016-05-30 | 2 | -3/+16 |
| |_|_|_|_|/
|/| | | | | |
|
* | | | | | | perf core: Separate accounting of contexts and real addresses in a stack trace | Arnaldo Carvalho de Melo | 2016-05-16 | 1 | -1/+9 |
* | | | | | | perf core: Add perf_callchain_store_context() helper | Arnaldo Carvalho de Melo | 2016-05-16 | 1 | -2/+2 |
* | | | | | | perf core: Add a 'nr' field to perf_event_callchain_context | Arnaldo Carvalho de Melo | 2016-05-16 | 1 | -2/+1 |
* | | | | | | perf core: Pass max stack as a perf_callchain_entry context | Arnaldo Carvalho de Melo | 2016-05-16 | 1 | -8/+12 |
* | | | | | | perf core: Generalize max_stack sysctl handler | Arnaldo Carvalho de Melo | 2016-05-16 | 1 | -2/+3 |
|/ / / / / |
|