aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAge
...
| * | perf, events: add non-linear data support for raw recordsDaniel Borkmann2016-07-15
| * | bpf: generally move prog destruction to RCU deferralDaniel Borkmann2016-07-01
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging ne...Ingo Molnar2016-07-07
|\ \ \ | | |/ | |/|
| * | perf/core: Fix pmu::filter_match for SW-led groupsMark Rutland2016-07-07
| |/
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds2016-06-29
| |\
| | * bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann2016-06-29
* | | Merge branch 'linus' into perf/core, to pick up fixes before merging new changesIngo Molnar2016-06-14
|\| |
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-06-10
| |\ \ | | |/ | |/|
| | * perf/core: Remove a redundant checkAlexander Shishkin2016-06-08
* | | Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar2016-06-08
|\| |
| * | Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2016-05-25
| |\|
| * | uprobes: wait for mmap_sem for write killableMichal Hocko2016-05-23
| * | x86: remove more uaccess_32.h complexityLinus Torvalds2016-05-22
| * | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-05-17
| |\ \
| | * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-15
| | |\ \
| | | * | perf/core: Disable the event on a truncated AUX recordAlexander Shishkin2016-05-12
| | * | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-05-04
| | |\ \ \
| | * | | | perf, bpf: minimize the size of perf_trace_() tracepoint handlerAlexei Starovoitov2016-04-21
| | * | | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-04-09
| | |\ \ \ \
| | * | | | | bpf: sanitize bpf tracepoint accessAlexei Starovoitov2016-04-07
| | * | | | | perf, bpf: allow bpf programs attach to tracepointsAlexei Starovoitov2016-04-07
| | * | | | | perf: split perf_trace_buf_prepare into alloc and update partsAlexei Starovoitov2016-04-07
* | | | | | | perf/core: Fix crash due to account/unaccount_sb_event() inconsistencyDavid Carrillo-Cisneros2016-06-08
* | | | | | | perf/abi: Change the errno for sampling event not supported in hardwareVineet Gupta2016-06-03
* | | | | | | perf/core: Fix implicitly enable dynamic interrupt throttleKan Liang2016-06-03
* | | | | | | perf/core: Rename the perf_event_aux*() APIs to perf_event_sb*(), to separate...Peter Zijlstra2016-06-03
* | | | | | | perf/core: Optimize side-band event deliveryKan Liang2016-06-03
* | | | | | | perf core: Per event callchain limitArnaldo Carvalho de Melo2016-05-30
| |_|_|_|_|/ |/| | | | |
* | | | | | perf core: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo2016-05-16
* | | | | | perf core: Add perf_callchain_store_context() helperArnaldo Carvalho de Melo2016-05-16
* | | | | | perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo2016-05-16
* | | | | | perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo2016-05-16
* | | | | | perf core: Generalize max_stack sysctl handlerArnaldo Carvalho de Melo2016-05-16
|/ / / / /
* | | | | perf/core: Disable the event on a truncated AUX recordAlexander Shishkin2016-05-12
* | | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-05-11
|\ \ \ \ \ | | |_|_|/ | |/| | |
| * | | | perf/core: Change the default paranoia level to 2Andy Lutomirski2016-05-09
| | |_|/ | |/| |
* | | | perf/arm: Special-case hetereogeneous CPUsMark Rutland2016-05-05
* | | | perf/core: Let userspace know if the PMU supports address filtersAlexander Shishkin2016-05-05
* | | | perf/core: Introduce address range filteringAlexander Shishkin2016-05-05
* | | | perf/core: Extend perf_event_aux_ctx() to optionally iterate through more eventsAlexander Shishkin2016-05-05
* | | | perf/core: Move set_filter() out of CONFIG_EVENT_TRACINGAlexander Shishkin2016-05-05
* | | | Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2016-04-28
|\| | |
| * | | perf/core: Fix perf_event_open() vs. execve() racePeter Zijlstra2016-04-28
* | | | perf core: Allow setting up max frame stack depth via sysctlArnaldo Carvalho de Melo2016-04-27
* | | | perf/core: Add ::write_backward attribute to perf eventWang Nan2016-04-23
* | | | Merge branch 'perf/urgent' into perf/core, to resolve conflictIngo Molnar2016-04-23
|\| | |
| * | | perf/core: Make sysctl_perf_cpu_time_max_percent conform to documentationPeter Zijlstra2016-04-23
| | |/ | |/|
* | | Merge tag 'v4.6-rc3' into perf/core, to refresh the treeIngo Molnar2016-04-13
|\| |
| * | Merge branch 'PAGE_CACHE_SIZE-removal'Linus Torvalds2016-04-04
| |\ \
| | * | mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov2016-04-04
| | |/