summaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)AuthorFilesLines
2021-06-16perf: Fix data race between pin_count increment/decrementMarco Elver1-0/+2
2020-11-18perf/core: Fix race in the perf_mmap_close() functionJiri Olsa1-3/+4
2020-11-18perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)1-6/+4
2020-11-18perf/core: Fix crash when using HW tracing kernel filtersMathieu Poirier1-0/+4
2020-11-18perf/core: Fix bad use of igrab()Song Liu1-12/+9
2020-10-14perf: Fix task_function_call() error handlingKajol Jain1-2/+3
2020-06-20perf: Add cond_resched() to task_function_call()Barret Rhoden1-9/+14
2020-05-02perf/core: fix parent pid/tid in task exit eventsIan Rogers1-3/+10
2020-02-14perf/core: Fix mlock accounting in perf_mmap()Song Liu1-1/+9
2020-01-29perf/ioctl: Add check for the sample_period valueRavi Bangoria1-0/+3
2019-08-25perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez1-1/+1
2019-07-21perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra1-1/+1
2019-04-20perf/core: Restore mmap record type correctlyStephane Eranian1-0/+2
2019-03-13perf core: Fix perf_proc_update_handler() bugStephane Eranian1-7/+7
2019-02-20perf/x86: Add check_period PMU callbackJiri Olsa1-0/+16
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-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-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
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-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-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-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. Miller1-10/+37
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 Molnar1-6/+25
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