summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* 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 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-7/+5
* 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 get_recursion_context()Peter Zijlstra2020-11-181-1/+1
* perf: Fix task_function_call() error handlingKajol Jain2020-10-141-2/+3
* uprobes: Change handle_swbp() to send SIGTRAP with si_code=SI_KERNEL, to fix ...Oleg Nesterov2020-07-291-1/+1
* perf: Add cond_resched() to task_function_call()Barret Rhoden2020-06-201-9/+14
* uprobes: ensure that uprobe->offset and ->ref_ctr_offset are properly alignedOleg Nesterov2020-06-111-4/+10
* 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-05-021-3/+6
* 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-271-0/+3
* signal: Properly deliver SIGILL from uprobesEric W. Biederman2019-11-201-2/+2
* perf/core: Fix creating kernel counters for PMUs that override event->cpuLeonard Crestez2019-08-161-1/+1
* perf/core: Fix perf_sample_regs_user() mm checkPeter Zijlstra2019-07-211-1/+1
* perf/ring-buffer: Always use {READ,WRITE}_ONCE() for rb->user_page dataPeter Zijlstra2019-06-221-3/+3
* perf/ring_buffer: Add ordering to rb->nest incrementPeter Zijlstra2019-06-221-0/+9
* perf/ring_buffer: Fix exposing a temporarily decreased data_headYabin Cui2019-06-221-4/+20
* 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 impossible ring-buffer sizes warningIngo Molnar2019-02-201-1/+1
* perf/core: Don't WARN() for impossible ring-buffer sizesMark Rutland2019-02-121-0/+3
* uprobes: Fix handle_swbp() vs. unregister() + register() race once moreAndrea Parri2018-12-081-2/+10
* perf/ring_buffer: Prevent concurent ring buffer accessJiri Olsa2018-11-041-0/+2
* perf/core: Fix perf_pmu_unregister() lockingPeter Zijlstra2018-11-041-7/+2
* perf/core: Add sanity check to deal with pinned event failureReinette Chatre2018-10-131-0/+6
* 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/core: Fix installing cgroup events on CPUleilei.lin2018-05-301-11/+35
* perf/cgroup: Fix child event counting bugSong Liu2018-05-301-5/+16
* perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]Peter Zijlstra2018-05-161-2/+5
* perf: Remove superfluous allocation error checkJiri Olsa2018-05-161-8/+2
* perf: Return proper values for user stack errorsJiri Olsa2018-04-261-2/+2
* perf: Fix sample_max_stack maximum checkJiri Olsa2018-04-261-9/+12
* perf/core: Fix use-after-free in uprobe_perf_close()Prashant Bhole2018-04-191-0/+6
* perf/hwbp: Simplify the perf-hwbp code, fix documentationLinus Torvalds2018-04-081-23/+7
* perf/core: Fix ctx_event_type in ctx_resched()Song Liu2018-03-281-1/+3
* perf: Fix header.size for namespace eventsJiri Olsa2018-02-251-1/+4
* perf/core: Fix memory leak triggered by perf --namespaceVasily Averin2018-02-031-0/+1
* locking/barriers: Convert users of lockless_dereference() to READ_ONCE()Will Deacon2017-12-251-2/+2
* perf/core: Fix __perf_read_group_add() lockingPeter Zijlstra2017-12-101-2/+2
* Merge branch 'linus' into perf/urgent, to pick up dependent commitsIngo Molnar2017-11-032-0/+2
|\
| * License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-022-0/+2
* | perf/cgroup: Fix perf cgroup hierarchy supportTejun Heo2017-10-301-2/+4
|/
* perf/core: Fix cgroup time when scheduling descendantsleilei.lin2017-10-101-1/+1