summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
2025-11-24uprobe: Do not emulate/sstep original instruction when ip is changedJiri Olsa1-0/+7
2025-11-02perf: Skip user unwind if the task is a kernel threadJosh Poimboeuf1-1/+2
2025-11-02perf: Have get_perf_callchain() return NULL if crosstask and user are setJosh Poimboeuf1-5/+5
2025-11-02perf: Use current->flags & PF_KTHREAD|PF_USER_WORKER instead of current->mm =...Steven Rostedt2-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-07-17perf/core: Fix the WARN_ON_ONCE is out of lock protected regionLuo Gengkun1-2/+2
2025-06-27perf/core: Fix WARN in perf_cgroup_switch()Luo Gengkun1-2/+20
2025-06-27perf: Fix cgroup state vs ERRORPeter Zijlstra1-21/+30
2025-06-27perf: Fix sample vs do_exit()Peter Zijlstra1-0/+7
2025-06-19perf: Ensure bpf_perf_link path is properly serializedPeter Zijlstra1-4/+30
2025-06-19perf/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-05-02perf/core: Fix WARN_ON(!ctx) in __free_event() for partial initGabriel Shahrouzi1-3/+3
2025-04-10perf/core: Fix child_total_time_enabled accounting bug at task exitYeoreum Yun1-9/+9
2025-04-10perf/core: Fix perf_pmu_register() vs. perf_init_event()Peter Zijlstra1-2/+26
2025-04-10kernel/events/uprobes: handle device-exclusive entries correctly in __replace...David Hildenbrand1-1/+12
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-13perf/core: Fix pmus_lock vs. pmus_srcu orderingPeter Zijlstra1-2/+2
2025-03-07perf/core: Fix low freq setting via IOC_PERIODKan Liang1-8/+9
2025-03-07perf/core: Add RCU read lock protection to perf_iterate_ctx()Breno Leitao1-1/+2
2025-03-07uprobes: Reject the shared zeropage in uprobe_write_opcode()Tong Tiangen1-0/+5
2025-03-07perf/core: Order the PMU list to fix warning about unordered pmu_ctx_listLuo Gengkun1-2/+9
2025-02-08perf/core: Save raw sample data conditionally based on sample typeYabin Cui1-17/+18
2024-10-10uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov1-1/+1
2024-10-10perf/core: Fix small negative period being ignoredLuo Gengkun1-1/+5
2024-10-10perf: Really fix event_function_call() lockingNamhyung Kim1-5/+8
2024-10-10perf: Fix event_function_call() lockingPeter Zijlstra1-4/+5
2024-10-10perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko1-0/+2
2024-10-10drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark1-0/+9
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: Fix cpuctx refcountingPeter Zijlstra1-0/+17
2023-11-28perf/core: Bail out early if the request AUX area is out of boundShuai Xue1-0/+6
2023-11-20perf: Optimize perf_cgroup_switch()Peter Zijlstra1-55/+60