summaryrefslogtreecommitdiffstats
path: root/kernel/events
Commit message (Expand)AuthorAgeFilesLines
* perf/core: Fix reentry problem in perf_output_read_group()Yang Jihong2024-04-101-0/+9
* perf: Fix the nr_addr_filters fixPeter Zijlstra2024-02-231-3/+1
* perf/core: Fix narrow startup race when creating the perf nr_addr_filters sys...Greg KH2024-02-231-12/+28
* perf: Fix perf_event_validate_size() lockdep splatMark Rutland2023-12-201-0/+10
* perf: Fix perf_event_validate_size()Peter Zijlstra2023-12-131-23/+38
* perf/core: Add a new read format to get a number of lost samplesNamhyung Kim2023-12-132-4/+22
* tracing/perf: Add interrupt_context_level() helperSteven Rostedt (VMware)2023-11-281-6/+1
* perf/core: Bail out early if the request AUX area is out of boundShuai Xue2023-11-281-0/+6
* perf/core: Fix potential NULL derefPeter Zijlstra2023-11-081-1/+2
* perf: Disallow mis-matched inherited group readsPeter Zijlstra2023-10-251-6/+33
* perf: Fix function pointer casePeter Zijlstra2023-08-111-2/+6
* perf/core: Fix hardlockup failure caused by perf throttleYang Jihong2023-05-111-2/+2
* perf/core: Fix the same task check in perf_event_set_outputKan Liang2023-04-131-1/+1
* perf: fix perf_event_context->timeSong Liu2023-03-301-1/+1
* perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...Yang Jihong2023-03-301-1/+1
* perf: Fix check before add_event_to_groups() in perf_group_detach()Budimir Markovic2023-03-221-1/+1
* perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim2023-01-121-3/+3
* perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin2022-12-311-3/+5
* perf: Fix perf_pending_task() UaFPeter Zijlstra2022-12-191-4/+13
* bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao2022-12-081-1/+1
* perf: Improve missing SIGTRAP checkingMarco Elver2022-11-261-6/+19
* perf: Fix missing SIGTRAPsPeter Zijlstra2022-11-032-40/+115
* perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra2022-07-291-14/+31
* signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver2022-06-091-2/+2
* perf: Fix sys_perf_event_open() race against selfPeter Zijlstra2022-05-251-0/+14
* perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabledZhipeng Xie2022-04-273-6/+6
* perf/core: Inherit event_capsNamhyung Kim2022-04-131-0/+3
* perf/core: Fix address filter parser for multiple filtersAdrian Hunter2022-04-081-0/+3
* perf: Fix list corruption in perf_cgroup_switch()Song Liu2022-02-161-2/+2
* perf: Always wake the parent eventJames Clark2022-02-161-2/+10
* perf: Copy perf_event_attr::sig_data on modificationMarco Elver2022-02-081-0/+16
* perf/core: Fix cgroup event list managementNamhyung Kim2022-02-011-2/+9
* perf: Fix perf_event_read_local() timePeter Zijlstra2022-02-011-100/+146
* perf: Protect perf_guest_cbs with RCUSean Christopherson2022-01-201-3/+10
* perf: Ignore sigtrap for tracepoints destined for other tasksMarco Elver2021-12-011-0/+3
* perf/core: Avoid put_page() when GUP failsGreg Thelen2021-11-211-5/+5
* perf/core: fix userpage->time_enabled of inactive eventsSong Liu2021-10-011-4/+30
* events: Reuse value read using READ_ONCE instead of re-reading itBaptiste Lepers2021-09-151-1/+1
* Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds2021-09-041-2/+0
|\
| * mm: remove VM_DENYWRITEDavid Hildenbrand2021-09-031-2/+0
* | Merge tag 'net-next-5.15' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds2021-08-311-37/+40
|\ \
| * | bpf: Fix NULL event->prog pointer access in bpf_overflow_handlerYonghong Song2021-08-191-1/+4
| * | bpf: Allow to specify user-provided bpf_cookie for BPF perf linksAndrii Nakryiko2021-08-171-7/+14
| * | bpf: Implement minimal BPF perf linkAndrii Nakryiko2021-08-171-6/+4
| * | bpf: Refactor perf_event_set_bpf_prog() to use struct bpf_prog inputAndrii Nakryiko2021-08-171-33/+28
| * | bpf: Refactor BPF_PROG_RUN into a functionAndrii Nakryiko2021-08-171-1/+1
| |/
* / perf/hw_breakpoint: Replace deprecated CPU-hotplug functionsSebastian Andrzej Siewior2021-08-261-2/+2
|/
* perf: Refactor permissions check into perf_check_permission()Marco Elver2021-07-161-26/+32
* perf: Fix required permissions if sigtrap is requestedMarco Elver2021-07-161-1/+24
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-292-4/+2
|\