summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2019-02-12perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland1-0/+3
2018-12-08uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri1-2/+10
2018-11-10perf/core: Fix locking for children siblings group readJiri Olsa1-0/+5
2018-11-10perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa1-0/+2
2018-09-26perf/core: Force USER_DS when recording user stack dataYabin Cui1-0/+4
2018-05-30perf/core: Fix perf_output_read_group()Peter Zijlstra1-1/+2
2018-05-30perf/cgroup: Fix child event counting bugSong Liu1-5/+16
2018-05-16perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra1-2/+5
2018-05-16perf: Remove superfluous allocation error checkJiri Olsa1-8/+2
2018-05-09perf/core: Fix the perf_cpu_time_max_percent checkTan Xiaojun1-1/+1
2018-04-29perf: Return proper values for user stack errorsJiri Olsa1-2/+2
2018-04-29perf: Fix sample_max_stack maximum checkJiri Olsa1-9/+12
2018-04-20perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole1-0/+6
2018-04-13perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra1-5/+10
2018-04-13perf/core: Fix error handling in perf_event_alloc()Dan Carpenter1-1/+3
2018-04-13perf/callchain: Force USER_DS when invoking perf_callchain_user()Will Deacon1-0/+6
2018-04-08perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds1-23/+7
2017-12-09perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa1-16/+31
2017-10-12bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song1-1/+2
2017-09-07mm, uprobes: fix multiple free of ->uprobes_state.xol_areaEric Biggers1-2/+0
2017-08-30perf/core: Fix group {cpu,task} validationMark Rutland1-20/+19
2017-07-27Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar1-21/+0
2017-07-05perf/core: Fix sys_perf_event_open() vs. hotplugPeter Zijlstra1-22/+48
2017-06-14perf/core: Drop kernel samples even though :u is specifiedJin Yao1-0/+21
2017-03-26perf/core: Fix event inheritance on fork()Peter Zijlstra1-2/+3
2017-03-26perf/core: Fix use-after-free in perf_release()Peter Zijlstra1-0/+11
2017-02-14perf/core: Fix crash in perf_event_read()Peter Zijlstra1-10/+15
2017-02-09perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra1-21/+21
2017-02-09perf/core: Fix use-after-free bugPeter Zijlstra1-2/+25
2017-02-01perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra1-4/+54
2016-12-06perf/core: Remove invalid warning from list_update_cgroup_even()tDavid Carrillo-Cisneros1-11/+8
2016-11-21perf/core: Fix address filter parserAlexander Shishkin1-0/+2
2016-11-15perf/core: Do not set cpuctx->cgrp for unscheduled cgroupsDavid Carrillo-Cisneros1-0/+11
2016-10-28Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-6/+17
2016-10-28perf/powerpc: Don't call perf_event_disable() from atomic contextJiri Olsa1-2/+8
2016-10-28perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...Jiri Olsa1-4/+9
2016-10-19mm: replace get_user_pages_remote() write/force parameters with gup_flagsLorenzo Stoakes1-2/+4
2016-10-05Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds1-1/+88
2016-10-02Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller1-1/+1
2016-09-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2-14/+48
2016-09-23Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar1-1/+1
2016-09-22perf/core: Limit matching exclusive events to one PMUAlexander Shishkin1-1/+1
2016-09-10Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2-10/+36
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-06perf, bpf: fix conditional call to bpf_overflow_handlerArnd Bergmann1-1/+1
2016-09-05perf/core: Don't pass PERF_EF_START to the PMU ->start callbackWill Deacon1-1/+1
2016-09-05Merge branch 'perf/urgent' into perf/core, to pick up fixed and resolve confl...Ingo Molnar1-5/+13
2016-09-05perf/core: Remove WARN from perf_event_read()Peter Zijlstra1-4/+12
2016-09-02perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov1-1/+88