aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-09-22perf/core: Limit matching exclusive events to one PMUAlexander Shishkin1-1/+1
2016-09-10perf/core: Fix aux_mmap_count vs aux_refcount orderAlexander Shishkin1-4/+11
2016-09-10perf/core: Fix a race between mmap_close() and set_output() of AUX eventsAlexander Shishkin1-6/+25
2016-09-05perf/core: Remove WARN from perf_event_read()Peter Zijlstra1-4/+12
2016-08-24perf/core: Use this_cpu_ptr() when stopping AUX eventsWill Deacon1-1/+1
2016-08-18perf/core: Check return value of the perf_event_read() IPIDavid Carrillo-Cisneros1-3/+4
2016-08-18perf/core: Enable mapping of the stop filtersMathieu Poirier1-10/+5
2016-08-18perf/core: Update filters only on executable mmapMathieu Poirier1-0/+7
2016-08-18perf/core: Fix file name handling for start/stop filtersMathieu Poirier1-2/+4
2016-08-18perf/core: Fix event_function_local()Peter Zijlstra1-12/+48
2016-08-18uprobes: Fix the memcg accountingOleg Nesterov1-2/+3
2016-08-10perf/core: Set cgroup in CPU contexts for new cgroup eventsDavid Carrillo-Cisneros1-18/+36
2016-08-10perf/core: Fix sideband list-iteration vs. event ordering NULL pointer deference crashPeter Zijlstra1-5/+18
2016-08-02perf/core: Change log level for duration warning to KERN_INFODavid Ahern1-1/+1
2016-07-29Merge branch 'smp-hotplug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-46/+10
2016-07-27Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2-27/+66
2016-07-25bpf, events: fix offset in skb copy handlerDaniel Borkmann1-5/+10
2016-07-24Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+22
2016-07-15perf, events: add non-linear data support for raw recordsDaniel Borkmann2-24/+58
2016-07-14perf/core: Convert to hotplug state machineThomas Gleixner1-46/+10
2016-07-07Merge branch 'perf/urgent' into perf/core, to pick up fixes before merging new changesIngo Molnar1-2/+23
2016-07-07perf/core: Fix pmu::filter_match for SW-led groupsMark Rutland1-1/+22
2016-07-01bpf: generally move prog destruction to RCU deferralDaniel Borkmann1-1/+1
2016-06-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds1-1/+1
2016-06-29bpf, perf: delay release of BPF prog after grace periodDaniel Borkmann1-1/+1
2016-06-14Merge branch 'linus' into perf/core, to pick up fixes before merging new changesIngo Molnar1-4/+2
2016-06-10Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2016-06-08perf/core: Remove a redundant checkAlexander Shishkin1-4/+2
2016-06-08Merge branch 'linus' into perf/core, to refresh the branchIngo Molnar2-10/+45
2016-06-08perf/core: Fix crash due to account/unaccount_sb_event() inconsistencyDavid Carrillo-Cisneros1-16/+18
2016-06-03perf/abi: Change the errno for sampling event not supported in hardwareVineet Gupta1-1/+1
2016-06-03perf/core: Fix implicitly enable dynamic interrupt throttleKan Liang1-0/+7
2016-06-03perf/core: Rename the perf_event_aux*() APIs to perf_event_sb*(), to separate them from AUX ring-buffer recordsPeter Zijlstra1-33/+36
2016-06-03perf/core: Optimize side-band event deliveryKan Liang1-12/+73
2016-05-30perf core: Per event callchain limitArnaldo Carvalho de Melo2-3/+16
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-12/+24
2016-05-23uprobes: wait for mmap_sem for write killableMichal Hocko1-2/+5
2016-05-22x86: remove more uaccess_32.h complexityLinus Torvalds1-2/+1
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-6/+39
2016-05-16perf core: Separate accounting of contexts and real addresses in a stack traceArnaldo Carvalho de Melo1-1/+9
2016-05-16perf core: Add perf_callchain_store_context() helperArnaldo Carvalho de Melo1-2/+2
2016-05-16perf core: Add a 'nr' field to perf_event_callchain_contextArnaldo Carvalho de Melo1-2/+1
2016-05-16perf core: Pass max stack as a perf_callchain_entry contextArnaldo Carvalho de Melo1-8/+12
2016-05-16perf core: Generalize max_stack sysctl handlerArnaldo Carvalho de Melo1-2/+3
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-2/+10
2016-05-12perf/core: Disable the event on a truncated AUX recordAlexander Shishkin1-1/+9
2016-05-12perf/core: Disable the event on a truncated AUX recordAlexander Shishkin1-1/+9
2016-05-11Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+1
2016-05-09perf/core: Change the default paranoia level to 2Andy Lutomirski1-1/+1
2016-05-05perf/arm: Special-case hetereogeneous CPUsMark Rutland1-1/+7