summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)Author
2025-06-27perf/core: Fix WARN in perf_cgroup_switch()Luo Gengkun
2025-06-27perf: Fix cgroup state vs ERRORPeter Zijlstra
2025-06-27perf: Fix sample vs do_exit()Peter Zijlstra
2025-06-19perf: Ensure bpf_perf_link path is properly serializedPeter Zijlstra
2025-06-19perf/core: Fix broken throttling when max_samples_per_tick=1Qing Wang
2025-06-04perf: Avoid the read if the count is already updatedPeter Zijlstra (Intel)
2025-06-04perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint typeSaket Kumar Bhaskar
2025-05-02perf/core: Fix WARN_ON(!ctx) in __free_event() for partial initGabriel Shahrouzi
2025-04-10perf/core: Fix child_total_time_enabled accounting bug at task exitYeoreum Yun
2025-04-10perf/core: Fix perf_pmu_register() vs. perf_init_event()Peter Zijlstra
2025-04-10kernel/events/uprobes: handle device-exclusive entries correctly in __replace...David Hildenbrand
2025-04-10perf/ring_buffer: Allow the EPOLLRDNORM flag for pollTao Chen
2025-03-13uprobes: Fix race in uprobe_free_utaskJiri Olsa
2025-03-13perf/core: Fix pmus_lock vs. pmus_srcu orderingPeter Zijlstra
2025-03-07perf/core: Fix low freq setting via IOC_PERIODKan Liang
2025-03-07perf/core: Add RCU read lock protection to perf_iterate_ctx()Breno Leitao
2025-03-07uprobes: Reject the shared zeropage in uprobe_write_opcode()Tong Tiangen
2025-03-07perf/core: Order the PMU list to fix warning about unordered pmu_ctx_listLuo Gengkun
2025-02-08perf/core: Save raw sample data conditionally based on sample typeYabin Cui
2024-10-10uprobes: fix kernel info leak via "[uprobes]" vmaOleg Nesterov
2024-10-10perf/core: Fix small negative period being ignoredLuo Gengkun
2024-10-10perf: Really fix event_function_call() lockingNamhyung Kim
2024-10-10perf: Fix event_function_call() lockingPeter Zijlstra
2024-10-10perf,x86: avoid missing caller address in stack traces captured in uprobeAndrii Nakryiko
2024-10-10drivers/perf: arm_spe: Use perf_allow_kernel() for permissionsJames Clark
2024-09-12perf/aux: Fix AUX buffer serializationPeter Zijlstra
2024-09-12uprobes: Use kzalloc to allocate xol areaSven Schnelle
2024-08-03bpf, events: Use prog to emit ksymbol event for main programHou Tao
2024-08-03perf: Fix event leak upon exec and file releaseFrederic Weisbecker
2024-08-03perf: Fix event leak upon exitFrederic Weisbecker
2024-08-03perf: Fix default aux_watermark calculationAdrian Hunter
2024-08-03perf: Prevent passing zero nr_pages to rb_alloc_aux()Adrian Hunter
2024-08-03perf: Fix perf_aux_size() for greater-than 32-bit sizeAdrian Hunter
2024-06-21perf/core: Fix missing wakeup when waiting for context referenceHaifeng Xu
2024-02-05perf: Fix the nr_addr_filters fixPeter Zijlstra
2024-02-05perf/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-11-28perf/core: Fix cpuctx refcountingPeter Zijlstra
2023-11-28perf/core: Bail out early if the request AUX area is out of boundShuai Xue
2023-11-20perf: Optimize perf_cgroup_switch()Peter Zijlstra
2023-10-24perf/core: Fix potential NULL derefPeter Zijlstra
2023-10-19perf: Disallow mis-matched inherited group readsPeter Zijlstra
2023-08-31Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2023-08-29Merge tag 'mm-stable-2023-08-28-18-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2023-08-28Merge tag 'perf-core-2023-08-28' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2023-08-21perf/core: use vma_is_initial_stack() and vma_is_initial_heap()Kefeng Wang
2023-08-18mmu_notifiers: don't invalidate secondary TLBs as part of mmu_notifier_invali...Alistair Popple
2023-08-16perf/hw_breakpoint: Remove arch breakpoint hooksBenjamin Gray
2023-07-27perf: Replace strlcpy with strscpyAzeem Shaikh