aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/events
AgeCommit message (Expand)Author
2024-04-10perf/core: Fix reentry problem in perf_output_read_group()Yang Jihong
2024-02-23perf: Fix the nr_addr_filters fixPeter Zijlstra
2024-02-23perf/core: Fix narrow startup race when creating the perf nr_addr_filters sys...Greg KH
2023-12-20perf: Fix perf_event_validate_size() lockdep splatMark Rutland
2023-12-13perf: Fix perf_event_validate_size()Peter Zijlstra
2023-12-13perf/core: Add a new read format to get a number of lost samplesNamhyung Kim
2023-11-28tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)
2023-11-28perf/core: Bail out early if the request AUX area is out of boundShuai Xue
2023-11-08perf/core: Fix potential NULL derefPeter Zijlstra
2023-10-25perf: Disallow mis-matched inherited group readsPeter Zijlstra
2023-08-11perf: Fix function pointer casePeter Zijlstra
2023-05-11perf/core: Fix hardlockup failure caused by perf throttleYang Jihong
2023-04-13perf/core: Fix the same task check in perf_event_set_outputKan Liang
2023-03-30perf: fix perf_event_context->timeSong Liu
2023-03-30perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...Yang Jihong
2023-03-22perf: Fix check before add_event_to_groups() in perf_group_detach()Budimir Markovic
2023-01-12perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim
2022-12-31perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin
2022-12-19perf: Fix perf_pending_task() UaFPeter Zijlstra
2022-12-08bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao
2022-11-26perf: Improve missing SIGTRAP checkingMarco Elver
2022-11-03perf: Fix missing SIGTRAPsPeter Zijlstra
2022-07-29perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra
2022-06-09signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver
2022-05-25perf: Fix sys_perf_event_open() race against selfPeter Zijlstra
2022-04-27perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabledZhipeng Xie
2022-04-13perf/core: Inherit event_capsNamhyung Kim
2022-04-08perf/core: Fix address filter parser for multiple filtersAdrian Hunter
2022-02-16perf: Fix list corruption in perf_cgroup_switch()Song Liu
2022-02-16perf: Always wake the parent eventJames Clark
2022-02-08perf: Copy perf_event_attr::sig_data on modificationMarco Elver
2022-02-01perf/core: Fix cgroup event list managementNamhyung Kim
2022-02-01perf: Fix perf_event_read_local() timePeter Zijlstra
2022-01-20perf: Protect perf_guest_cbs with RCUSean Christopherson
2021-12-01perf: Ignore sigtrap for tracepoints destined for other tasksMarco Elver
2021-11-21perf/core: Avoid put_page() when GUP failsGreg Thelen
2021-10-01perf/core: fix userpage->time_enabled of inactive eventsSong Liu
2021-09-15events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds
2021-09-03mm: remove VM_DENYWRITEDavid Hildenbrand
2021-08-31Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2021-08-26perf/hw_breakpoint: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior
2021-08-19bpf: Fix NULL event->prog pointer access in bpf_overflow_handlerYonghong Song
2021-08-17bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko
2021-08-17bpf: Implement minimal BPF perf linkAndrii Nakryiko
2021-08-17bpf: Refactor perf_event_set_bpf_prog() to use struct bpf_prog inputAndrii Nakryiko
2021-08-17bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko
2021-07-16perf: Refactor permissions check into perf_check_permission()Marco Elver
2021-07-16perf: Fix required permissions if sigtrap is requestedMarco Elver
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds