summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2025-12-07uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa1-0/+7
2025-12-07perf: Have get_perf_callchain() return NULL if crosstask and user are setJosh Poimboeuf1-5/+5
2025-08-15perf/core: Prevent VMA split of buffer mappingsThomas Gleixner1-0/+10
2025-08-15perf/core: Exit early on perf_mmap() failThomas Gleixner1-0/+3
2025-08-15perf/core: Don't leak AUX buffer refcount on allocation failureThomas Gleixner1-3/+4
2025-07-17perf: Revert to requiring CAP_SYS_ADMIN for uprobesPeter Zijlstra1-1/+1
2025-06-27perf: Fix sample vs do_exit()Peter Zijlstra1-0/+7
2025-06-27perf: Ensure bpf_perf_link path is properly serializedPeter Zijlstra1-4/+30
2025-06-27perf/core: Fix broken throttling when max_samples_per_tick=1Qing Wang1-8/+8
2025-06-04perf: Avoid the read if the count is already updatedPeter Zijlstra (Intel)2-17/+17
2025-06-04perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint typeSaket Kumar Bhaskar1-2/+3
2025-04-10perf/ring_buffer: Allow the EPOLLRDNORM flag for pollTao Chen1-1/+1
2025-03-13uprobes: Fix race in uprobe_free_utaskJiri Olsa1-1/+1
2025-03-07perf/core: Fix low freq setting via IOC_PERIODKan Liang1-8/+9
2025-03-07uprobes: Reject the shared zeropage in uprobe_write_opcode()Tong Tiangen1-0/+5
2024-10-17uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov1-1/+1
2024-10-17perf/core: Fix small negative period being ignoredLuo Gengkun1-1/+5
2024-10-17perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko1-0/+2
2024-09-12perf/aux: Fix AUX buffer serializationPeter Zijlstra3-6/+15
2024-09-12uprobes: Use kzalloc to allocate xol areaSven Schnelle1-2/+1
2024-08-03bpf, events: Use prog to emit ksymbol event for main programHou Tao1-15/+13
2024-08-03perf: Fix event leak upon exec and file releaseFrederic Weisbecker1-4/+34
2024-08-03perf: Fix event leak upon exitFrederic Weisbecker1-8/+5
2024-08-03perf: Fix default aux_watermark calculationAdrian Hunter1-1/+3
2024-08-03perf: Prevent passing zero nr_pages to rb_alloc_aux()Adrian Hunter1-0/+2
2024-08-03perf: Fix perf_aux_size() for greater-than 32-bit sizeAdrian Hunter1-1/+1
2024-06-21perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu1-0/+13
2024-02-05perf: Fix the nr_addr_filters fixPeter Zijlstra1-3/+1
2024-02-05perf/core: Fix narrow startup race when creating the perf nr_addr_filters sys...Greg KH1-12/+28
2023-12-20perf: Fix perf_event_validate_size() lockdep splatMark Rutland1-0/+10
2023-12-13perf: Fix perf_event_validate_size()Peter Zijlstra1-23/+38
2023-11-28perf/core: Bail out early if the request AUX area is out of boundShuai Xue1-0/+6
2023-11-02perf/core: Fix potential NULL derefPeter Zijlstra1-1/+2
2023-10-25perf: Disallow mis-matched inherited group readsPeter Zijlstra1-6/+33
2023-08-11perf: Fix function pointer casePeter Zijlstra1-2/+6
2023-05-11perf/core: Fix hardlockup failure caused by perf throttleYang Jihong1-2/+2
2023-04-13perf/core: Fix the same task check in perf_event_set_outputKan Liang1-1/+1
2023-03-30perf: fix perf_event_context->timeSong Liu1-1/+1
2023-03-30perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...Yang Jihong1-1/+1
2023-03-22perf: Fix check before add_event_to_groups() in perf_group_detach()Budimir Markovic1-1/+1
2023-01-07perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim1-3/+3
2022-12-31perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin1-3/+5
2022-12-04Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds1-4/+13
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds1-1/+1
2022-11-29perf: Fix perf_pending_task() UaFPeter Zijlstra1-4/+13
2022-11-24perf: Consider OS filter failPeter Zijlstra1-2/+22
2022-11-24perf: Fixup SIGTRAP and sample_flags interactionPeter Zijlstra1-1/+4
2022-11-15bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao1-1/+1
2022-11-08perf: Improve missing SIGTRAP checkingMarco Elver1-6/+19
2022-11-02perf/hw_breakpoint: test: Skip the test if dependencies unmetDavid Gow1-2/+2