aboutsummaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2016-05-25Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-12/+24
2016-05-23uprobes: wait for mmap_sem for write killableGravatar Michal Hocko 1-2/+5
2016-05-22x86: remove more uaccess_32.h complexityGravatar Linus Torvalds 1-2/+1
2016-05-17Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextGravatar Linus Torvalds 1-6/+39
2016-05-16perf core: Separate accounting of contexts and real addresses in a stack traceGravatar Arnaldo Carvalho de Melo 1-1/+9
2016-05-16perf core: Add perf_callchain_store_context() helperGravatar Arnaldo Carvalho de Melo 1-2/+2
2016-05-16perf core: Add a 'nr' field to perf_event_callchain_contextGravatar Arnaldo Carvalho de Melo 1-2/+1
2016-05-16perf core: Pass max stack as a perf_callchain_entry contextGravatar Arnaldo Carvalho de Melo 1-8/+12
2016-05-16perf core: Generalize max_stack sysctl handlerGravatar Arnaldo Carvalho de Melo 1-2/+3
2016-05-15Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-2/+10
2016-05-12perf/core: Disable the event on a truncated AUX recordGravatar Alexander Shishkin 1-1/+9
2016-05-12perf/core: Disable the event on a truncated AUX recordGravatar Alexander Shishkin 1-1/+9
2016-05-11Merge branch 'perf/urgent' into perf/core, to pick up fixesGravatar Ingo Molnar 1-1/+1
2016-05-09perf/core: Change the default paranoia level to 2Gravatar Andy Lutomirski 1-1/+1
2016-05-05perf/arm: Special-case hetereogeneous CPUsGravatar Mark Rutland 1-1/+7
2016-05-05perf/core: Let userspace know if the PMU supports address filtersGravatar Alexander Shishkin 1-0/+26
2016-05-05perf/core: Introduce address range filteringGravatar Alexander Shishkin 1-16/+607
2016-05-05perf/core: Extend perf_event_aux_ctx() to optionally iterate through more eventsGravatar Alexander Shishkin 1-10/+13
2016-05-05perf/core: Move set_filter() out of CONFIG_EVENT_TRACINGGravatar Alexander Shishkin 1-23/+22
2016-05-04Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 1-17/+38
2016-04-28Merge branch 'perf/urgent' into perf/core, to resolve conflictGravatar Ingo Molnar 1-16/+36
2016-04-28perf/core: Fix perf_event_open() vs. execve() raceGravatar Peter Zijlstra 1-16/+36
2016-04-27perf core: Allow setting up max frame stack depth via sysctlGravatar Arnaldo Carvalho de Melo 1-2/+33
2016-04-23perf/core: Add ::write_backward attribute to perf eventGravatar Wang Nan 2-6/+58
2016-04-23Merge branch 'perf/urgent' into perf/core, to resolve conflictGravatar Ingo Molnar 1-1/+2
2016-04-23perf/core: Make sysctl_perf_cpu_time_max_percent conform to documentationGravatar Peter Zijlstra 1-1/+2
2016-04-21perf, bpf: minimize the size of perf_trace_() tracepoint handlerGravatar Alexei Starovoitov 1-1/+19
2016-04-13Merge tag 'v4.6-rc3' into perf/core, to refresh the treeGravatar Ingo Molnar 3-20/+32
2016-04-09Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netGravatar David S. Miller 2-6/+17
2016-04-07bpf: sanitize bpf tracepoint accessGravatar Alexei Starovoitov 1-0/+8
2016-04-07perf, bpf: allow bpf programs attach to tracepointsGravatar Alexei Starovoitov 1-4/+9
2016-04-07perf: split perf_trace_buf_prepare into alloc and update partsGravatar Alexei Starovoitov 1-2/+4
2016-04-04Merge branch 'PAGE_CACHE_SIZE-removal'Gravatar Linus Torvalds 1-4/+4
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-4/+4
2016-04-03Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 1-2/+13
2016-03-31perf/ring_buffer: Prepare writing into the ring-buffer from the endGravatar Wang Nan 1-6/+36
2016-03-31perf/core: Set event's default ::overflow_handler()Gravatar Wang Nan 1-6/+8
2016-03-31perf/ring_buffer: Introduce new ioctl options to pause and resume the ring-bu...Gravatar Wang Nan 3-1/+33
2016-03-31perf/ring_buffer: Document AUX API usageGravatar Alexander Shishkin 1-0/+10
2016-03-31perf/core: Free AUX pages in unmap pathGravatar Alexander Shishkin 3-29/+129
2016-03-31perf/ring_buffer: Refuse to begin AUX transaction after rb->aux_mmap_count dropsGravatar Alexander Shishkin 1-0/+7
2016-03-31perf/core: Verify we have a single perf_hw_context PMUGravatar Peter Zijlstra 1-0/+9
2016-03-31perf/core: Don't leak event in the syscall error pathGravatar Alexander Shishkin 1-0/+1
2016-03-31perf/core: Fix time tracking bug with multiplexingGravatar Peter Zijlstra 1-2/+12
2016-03-24Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Gravatar Linus Torvalds 2-38/+82
2016-03-21perf/core: Document some hotplug bitsGravatar Peter Zijlstra 1-0/+19
2016-03-21perf/core: Fix Undefined behaviour in rb_alloc()Gravatar Peter Zijlstra 1-2/+4
2016-03-21perf/core: Fix dynamic interrupt throttleGravatar Peter Zijlstra 1-36/+51
2016-03-21perf/core: Fix the unthrottle logicGravatar Peter Zijlstra 1-0/+8
2016-03-20Merge branch 'mm-pkeys-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-2/+8