| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 | 1 | -6/+39 |
|\| | |
|
| * | | 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 | 1 | -1/+1 |
| | |\ |
|
| | * \ | 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 | 1 | -2/+13 |
| | |\ \ \ |
|
| | * | | | | 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 | 1 | -1/+4 |
|/ / / / / |
|
* | | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixes | Ingo Molnar | 2016-05-11 | 1 | -1/+1 |
|\ \ \ \ \
| | |_|_|/
| |/| | | |
|
| * | | | | perf/core: Change the default paranoia level to 2 | Andy Lutomirski | 2016-05-09 | 1 | -1/+1 |
| | |_|/
| |/| | |
|
* | | | | perf/arm: Special-case hetereogeneous CPUs | Mark Rutland | 2016-05-05 | 1 | -1/+7 |
* | | | | perf/core: Let userspace know if the PMU supports address filters | Alexander Shishkin | 2016-05-05 | 1 | -0/+26 |
* | | | | perf/core: Introduce address range filtering | Alexander Shishkin | 2016-05-05 | 1 | -16/+607 |
* | | | | perf/core: Extend perf_event_aux_ctx() to optionally iterate through more events | Alexander Shishkin | 2016-05-05 | 1 | -10/+13 |
* | | | | perf/core: Move set_filter() out of CONFIG_EVENT_TRACING | Alexander Shishkin | 2016-05-05 | 1 | -23/+22 |
* | | | | Merge branch 'perf/urgent' into perf/core, to resolve conflict | Ingo Molnar | 2016-04-28 | 1 | -16/+36 |
|\| | | |
|
| * | | | perf/core: Fix perf_event_open() vs. execve() race | Peter Zijlstra | 2016-04-28 | 1 | -16/+36 |
* | | | | perf/core: Add ::write_backward attribute to perf event | Wang Nan | 2016-04-23 | 1 | -5/+43 |
* | | | | Merge branch 'perf/urgent' into perf/core, to resolve conflict | Ingo Molnar | 2016-04-23 | 1 | -1/+2 |
|\| | | |
|
| * | | | perf/core: Make sysctl_perf_cpu_time_max_percent conform to documentation | Peter Zijlstra | 2016-04-23 | 1 | -1/+2 |
| | |/
| |/| |
|
* | | | perf/core: Set event's default ::overflow_handler() | Wang Nan | 2016-03-31 | 1 | -6/+8 |
* | | | perf/ring_buffer: Introduce new ioctl options to pause and resume the ring-bu... | Wang Nan | 2016-03-31 | 1 | -0/+13 |
* | | | perf/core: Free AUX pages in unmap path | Alexander Shishkin | 2016-03-31 | 1 | -2/+118 |
* | | | perf/core: Verify we have a single perf_hw_context PMU | Peter Zijlstra | 2016-03-31 | 1 | -0/+9 |
|/ / |
|
* | | perf/core: Don't leak event in the syscall error path | Alexander Shishkin | 2016-03-31 | 1 | -0/+1 |
* | | perf/core: Fix time tracking bug with multiplexing | Peter Zijlstra | 2016-03-31 | 1 | -2/+12 |
|/ |
|
* | perf/core: Document some hotplug bits | Peter Zijlstra | 2016-03-21 | 1 | -0/+19 |
* | perf/core: Fix dynamic interrupt throttle | Peter Zijlstra | 2016-03-21 | 1 | -36/+51 |
* | perf/core: Fix the unthrottle logic | Peter Zijlstra | 2016-03-21 | 1 | -0/+8 |
* | Merge branch 'timers-nohz-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2016-03-14 | 1 | -17/+48 |
|\ |
|
| * | Merge branch 'timers/core-v9' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Ingo Molnar | 2016-03-08 | 1 | -17/+48 |
| |\ |
|
| | * | perf: Migrate perf to use new tick dependency mask model | Frederic Weisbecker | 2016-03-02 | 1 | -17/+48 |
* | | | perf/core: Fix perf_sched_count derailment | Alexander Shishkin | 2016-03-08 | 1 | -4/+3 |
* | | | perf: Export perf_event_sysfs_show() | Thomas Gleixner | 2016-02-29 | 1 | -0/+1 |
* | | | Merge tag 'v4.5-rc6' into perf/core, to pick up fixes | Ingo Molnar | 2016-02-29 | 1 | -128/+240 |
|\| | |
|
| * | | perf: Robustify task_function_call() | Peter Zijlstra | 2016-02-25 | 1 | -20/+20 |