summaryrefslogtreecommitdiffstats
path: root/kernel/events/core.c
Commit message (Expand)AuthorAgeFilesLines
* perf/core: Fix hardlockup failure caused by perf throttleYang Jihong2023-05-171-2/+2
* perf/core: Fix the same task check in perf_event_set_outputKan Liang2023-04-201-1/+1
* perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin2023-01-181-3/+5
* perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra2022-07-291-14/+31
* perf: Fix sys_perf_event_open() race against selfPeter Zijlstra2022-05-251-0/+14
* perf/core: Fix address filter parser for multiple filtersAdrian Hunter2022-04-151-0/+3
* perf: Fix list corruption in perf_cgroup_switch()Song Liu2022-02-161-2/+2
* perf/core: Avoid put_page() when GUP failsGreg Thelen2021-11-261-5/+5
* events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers2021-09-221-1/+1
* perf: Fix data race between pin_count increment/decrementMarco Elver2021-06-161-0/+2
* perf/core: Fix endless multiplex timerPeter Zijlstra2021-06-161-6/+14
* perf/core: Fix corner case in perf_rotate_context()Song Liu2021-06-101-5/+17
* perf/cgroups: Don't rotate events for cgroups unnecessarilyIan Rogers2021-06-101-20/+22
* 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-101-7/+5
* perf: Fix task_function_call() error handlingKajol Jain2020-10-141-2/+3
* perf: Add cond_resched() to task_function_call()Barret Rhoden2020-06-221-9/+14
* perf/core: fix parent pid/tid in task exit eventsIan Rogers2020-05-021-3/+10
* perf/core: Disable page faults when getting phys addressJiri Olsa2020-04-291-3/+6
* perf/core: Fix mlock accounting in perf_mmap()Song Liu2020-02-111-1/+9
* perf/ioctl: Add check for the sample_period valueRavi Bangoria2020-01-271-0/+3
* perf/core: Fix the address filtering fixAlexander Shishkin2020-01-271-16/+21
* perf, pt, coresight: Fix address filters for vmas with non-zero offsetAlexander Shishkin2020-01-271-34/+47
* perf: Copy parent's address filter offsets on cloneAlexander Shishkin2020-01-271-0/+15
* perf/core: Consistently fail fork on allocation failuresAlexander Shishkin2019-12-131-1/+1
* perf/aux: Fix AUX output stoppingAlexander Shishkin2019-10-291-1/+1
* perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez2019-08-161-1/+1
* perf/core: Fix race between close() and fork()Peter Zijlstra2019-07-281-8/+41
* perf/core: Fix exclusive events' groupingAlexander Shishkin2019-07-281-12/+22
* perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra2019-07-211-1/+1
* perf/core: Fix perf_event_disable_inatomic() racePeter Zijlstra2019-05-101-9/+43
* 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/ring_buffer: Prevent concurent ring buffer accessJiri Olsa2018-10-021-0/+2
* perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra2018-10-021-7/+2
* perf/core: Add sanity check to deal with pinned event failureReinette Chatre2018-09-281-0/+6
* perf/core: Force USER_DS when recording user stack dataYabin Cui2018-09-101-0/+4
* Merge tag 'perf-urgent-for-mingo-4.19-20180903' of git://git.kernel.org/pub/s...Ingo Molnar2018-09-091-8/+3
|\
| * perf/hw_breakpoint: Simplify breakpoint enable in perf_event_modify_breakpointJiri Olsa2018-08-301-8/+3
* | Merge branch 'siginfo-linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2018-08-211-1/+1
|\ \
| * | pid: Implement PIDTYPE_TGIDEric W. Biederman2018-07-211-1/+1
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2018-08-141-2/+2
|\ \ \ | |_|/ |/| |
| * | arm64: perf: Add cap_user_time aarch64Michael O'Farrell2018-07-311-2/+2
* | | Merge branch 'perf/urgent' into perf/core, to pick up fixesIngo Molnar2018-07-251-3/+9
|\ \ \
| * | | perf/core: Fix crash when using HW tracing kernel filtersMathieu Poirier2018-07-251-0/+4
| * | | perf/x86/intel: Fix unwind errors from PEBS entries (mk-II)Peter Zijlstra2018-07-251-2/+4
| |/ /
| * / perf/core: Move inline keyword at the beginning of declarationMathieu Malaterre2018-06-271-1/+1
| |/
* | perf, tools: Use correct articles in commentsTobias Tefke2018-07-161-8/+8
* | perf/core: Change perf_mmap_fault() return type to 'vm_fault_t'Souptick Joarder2018-06-211-2/+2
|/