summaryrefslogtreecommitdiff
path: root/kernel/events
AgeCommit message (Expand)AuthorFilesLines
10 daysperf/core: Prevent VMA split of buffer mappingsThomas Gleixner1-0/+10
10 daysperf/core: Handle buffer mapping fail correctly in perf_mmap()Thomas Gleixner1-3/+11
10 daysperf/core: Exit early on perf_mmap() failThomas Gleixner1-2/+4
10 daysperf/core: Don't leak AUX buffer refcount on allocation failureThomas Gleixner1-3/+4
10 daysperf/core: Preserve AUX buffer allocation failure resultThomas Gleixner1-2/+1
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-04-23perf/core: Change to POLLERR for pinned events with errorNamhyung Kim1-2/+2
2025-04-08perf: Fix hang while freeing sigtrap eventFrederic Weisbecker1-46/+18
2025-04-07uprobes: Avoid false-positive lockdep splat on CONFIG_PREEMPT_RT=y in the ri_...Andrii Nakryiko1-2/+13
2025-04-06perf/core: Fix WARN_ON(!ctx) in __free_event() for partial initGabriel Shahrouzi1-3/+3
2025-04-06Merge tag 'perf-urgent-2025-04-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-9/+9
2025-04-01mseal sysmap: uprobe mappingJeff Xu1-1/+2
2025-04-01Merge tag 'mm-stable-2025-03-30-16-52' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+12
2025-03-31perf/core: Fix child_total_time_enabled accounting bug at task exitYeoreum Yun1-9/+9
2025-03-25Merge tag 'lsm-pr-20250323' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-7/+7
2025-03-25Merge tag 'timers-cleanups-2025-03-23' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-4/+3
2025-03-17perf: Clean up pmu specific dataKan Liang1-73/+3
2025-03-17perf: Supply task information to sched_task()Kan Liang1-9/+11
2025-03-17perf: attach/detach PMU specific dataKan Liang1-0/+289
2025-03-17perf: Save PMU specific data in task_structKan Liang1-0/+1
2025-03-17perf/ring_buffer: Allow the EPOLLRDNORM flag for pollTao Chen1-1/+1
2025-03-17perf/core: Use POLLHUP for pinned events in errorNamhyung Kim1-0/+9
2025-03-16kernel/events/uprobes: handle device-exclusive entries correctly in __replace...David Hildenbrand1-1/+12
2025-03-16perf/core: Use sysfs_emit() instead of scnprintf()XieLudan1-3/+3
2025-03-10perf/core: Remove optional 'size' arguments from strscpy() callsThorsten Blum1-3/+3
2025-03-06uprobes/x86: Harden uretprobe syscall trampoline checkJiri Olsa1-1/+1
2025-03-05perf/core: Clean up perf_try_init_event()Peter Zijlstra1-27/+38
2025-03-04perf/core: Fix perf_mmap() failure pathPeter Zijlstra1-1/+1
2025-03-04perf/core: Detach 'struct perf_cpu_pmu_context' and 'struct pmu' lifetimesPeter Zijlstra1-9/+47
2025-03-04perf/core: Lift event->mmap_mutex in perf_mmap()Peter Zijlstra1-12/+8
2025-03-04perf/core: Remove retry loop from perf_mmap()Peter Zijlstra1-10/+15
2025-03-04perf/core: Further simplify perf_mmap()Peter Zijlstra1-11/+10
2025-03-04perf/core: Simplify the perf_mmap() control flowPeter Zijlstra1-39/+36
2025-03-04perf/bpf: Robustify perf_event_free_bpf_prog()Peter Zijlstra1-0/+3
2025-03-04perf/core: Introduce perf_free_addr_filters()Peter Zijlstra1-3/+13
2025-03-04perf/core: Add this_cpc() helperPeter Zijlstra1-16/+18
2025-03-04perf/core: Merge struct pmu::pmu_disable_count into struct perf_cpu_pmu_conte...Peter Zijlstra1-8/+4
2025-03-04perf/core: Simplify perf_event_alloc()Peter Zijlstra1-37/+22
2025-03-04perf/core: Simplify perf_init_event()Peter Zijlstra1-19/+12
2025-03-04perf/core: Simplify perf_pmu_register()Peter Zijlstra1-42/+29
2025-03-04perf/core: Simplify the perf_pmu_register() error pathPeter Zijlstra1-37/+30
2025-03-04perf/core: Simplify the perf_event_alloc() error pathPeter Zijlstra1-69/+69
2025-03-04perf/hw_breakpoint: Return EOPNOTSUPP for unsupported breakpoint typeSaket Kumar Bhaskar1-2/+3
2025-03-01Merge branch 'perf/urgent' into perf/core, to pick up dependent patches and f...Ingo Molnar2-18/+60