summaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
Commit message (Expand)AuthorAgeFilesLines
* perf/core: Fix race in the perf_mmap_close() functionJiri Olsa2020-11-181-3/+4
* perf/core: Fix a memory leak in perf_event_parse_addr_filter()kiyin(尹亮)2020-11-181-6/+4
* perf/core: Fix crash when using HW tracing kernel filtersMathieu Poirier2020-11-181-0/+4
* perf/core: Fix bad use of igrab()Song Liu2020-11-181-12/+9
* perf: Fix task_function_call() error handlingKajol Jain2020-10-141-2/+3
* perf: Add cond_resched() to task_function_call()Barret Rhoden2020-06-201-9/+14
* perf/core: fix parent pid/tid in task exit eventsIan Rogers2020-05-021-3/+10
* perf/core: Fix mlock accounting in perf_mmap()Song Liu2020-02-141-1/+9
* perf/ioctl: Add check for the sample_period valueRavi Bangoria2020-01-291-0/+3
* perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez2019-08-251-1/+1
* perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra2019-07-211-1/+1
* perf/core: Restore mmap record type correctlyStephane Eranian2019-04-201-0/+2
* perf core: Fix perf_proc_update_handler() bugStephane Eranian2019-03-131-7/+7
* perf/x86: Add check_period PMU callbackJiri Olsa2019-02-201-0/+16
* perf/core: Fix locking for children siblings group readJiri Olsa2018-11-101-0/+5
* perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa2018-11-101-0/+2
* perf/core: Force USER_DS when recording user stack dataYabin Cui2018-09-261-0/+4
* perf/core: Fix perf_output_read_group()Peter Zijlstra2018-05-301-1/+2
* perf/cgroup: Fix child event counting bugSong Liu2018-05-301-5/+16
* perf/core: Fix the perf_cpu_time_max_percent checkTan Xiaojun2018-05-091-1/+1
* perf: Return proper values for user stack errorsJiri Olsa2018-04-291-2/+2
* perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole2018-04-201-0/+6
* perf/core: Correct event creation with PERF_FORMAT_GROUPPeter Zijlstra2018-04-131-5/+10
* perf/core: Fix error handling in perf_event_alloc()Dan Carpenter2018-04-131-1/+3
* perf/x86/intel: Account interrupts for PEBS errorsJiri Olsa2017-12-091-16/+31
* bpf: one perf event close won't free bpf program attached by another perf eventYonghong Song2017-10-121-1/+2
* perf/core: Fix group {cpu,task} validationMark Rutland2017-08-301-20/+19
* Revert "perf/core: Drop kernel samples even though :u is specified"Ingo Molnar2017-07-271-21/+0
* perf/core: Fix sys_perf_event_open() vs. hotplugPeter Zijlstra2017-07-051-22/+48
* perf/core: Drop kernel samples even though :u is specifiedJin Yao2017-06-141-0/+21
* perf/core: Fix event inheritance on fork()Peter Zijlstra2017-03-261-2/+3
* perf/core: Fix use-after-free in perf_release()Peter Zijlstra2017-03-261-0/+11
* perf/core: Fix crash in perf_event_read()Peter Zijlstra2017-02-141-10/+15
* perf/core: Fix PERF_RECORD_MMAP2 prot/flags for anonymous memoryPeter Zijlstra2017-02-091-21/+21
* perf/core: Fix use-after-free bugPeter Zijlstra2017-02-091-2/+25
* perf/core: Fix concurrent sys_perf_event_open() vs. 'move_group' racePeter Zijlstra2017-02-011-4/+54
* perf/core: Remove invalid warning from list_update_cgroup_even()tDavid Carrillo-Cisneros2016-12-061-11/+8
* perf/core: Fix address filter parserAlexander Shishkin2016-11-211-0/+2
* perf/core: Do not set cpuctx->cgrp for unscheduled cgroupsDavid Carrillo-Cisneros2016-11-151-0/+11
* perf/powerpc: Don't call perf_event_disable() from atomic contextJiri Olsa2016-10-281-2/+8
* perf/core: Protect PMU device removal with a 'pmu_bus_running' check, to fix ...Jiri Olsa2016-10-281-4/+9
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-nextLinus Torvalds2016-10-051-1/+88
|\
| * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-10-021-1/+1
| |\
| * \ Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2016-09-231-10/+37
| |\ \
| * | | perf, bpf: fix conditional call to bpf_overflow_handlerArnd Bergmann2016-09-061-1/+1
| * | | perf, bpf: add perf events core support for BPF_PROG_TYPE_PERF_EVENT programsAlexei Starovoitov2016-09-021-1/+88
* | | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-09-231-1/+1
|\ \ \ \ | | |_|/ | |/| |
| * | | perf/core: Limit matching exclusive events to one PMUAlexander Shishkin2016-09-221-1/+1
| | |/ | |/|
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2016-09-101-6/+25
|\| |
| * | perf/core: Fix a race between mmap_close() and set_output() of AUX eventsAlexander Shishkin2016-09-101-6/+25