aboutsummaryrefslogtreecommitdiff
path: root/kernel/events/core.c
AgeCommit message (Expand)Author
2023-05-11perf/core: Fix hardlockup failure caused by perf throttleYang Jihong
2023-04-13perf/core: Fix the same task check in perf_event_set_outputKan Liang
2023-03-30perf: fix perf_event_context->timeSong Liu
2023-03-30perf/core: Fix perf_output_begin parameter is incorrectly invoked in perf_eve...Yang Jihong
2023-03-22perf: Fix check before add_event_to_groups() in perf_group_detach()Budimir Markovic
2023-01-07perf/core: Call LSM hook after copying perf_event_attrNamhyung Kim
2022-12-31perf: Fix possible memleak in pmu_dev_alloc()Chen Zhongjin
2022-12-04Merge tag 'perf_urgent_for_v6.1_rc8' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2022-11-29Merge tag 'net-6.1-rc8-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ne...Linus Torvalds
2022-11-29perf: Fix perf_pending_task() UaFPeter Zijlstra
2022-11-24perf: Consider OS filter failPeter Zijlstra
2022-11-24perf: Fixup SIGTRAP and sample_flags interactionPeter Zijlstra
2022-11-15bpf, perf: Use subprog name when reporting subprog ksymbolHou Tao
2022-11-08perf: Improve missing SIGTRAP checkingMarco Elver
2022-10-27perf: Fix missing raw data on tracepoint eventsJames Clark
2022-10-17perf: Fix missing SIGTRAPsPeter Zijlstra
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-10Merge tag 'perf-core-2022-10-07' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-10-04perf: Fix pmu_filter_match()Peter Zijlstra
2022-09-29perf/x86/amd: Support PERF_SAMPLE_PHY_ADDRRavi Bangoria
2022-09-27perf, hw_breakpoint: Fix use-after-free if perf_event_open() failsMarco Elver
2022-09-27perf: Use sample_flags for raw_dataNamhyung Kim
2022-09-27perf: Use sample_flags for addrNamhyung Kim
2022-09-26perf: use VMA iteratorMatthew Wilcox (Oracle)
2022-09-21perf/core: Convert snprintf() to scnprintf()Jules Irenge
2022-09-13perf/bpf: Always use perf callchains if existNamhyung Kim
2022-09-13perf: Use sample_flags for callchainNamhyung Kim
2022-09-07perf: Add a few assertionsPeter Zijlstra
2022-09-07perf: Consolidate branch sample filter helpersAnshuman Khandual
2022-09-06perf: Use sample_flags for txnKan Liang
2022-09-06perf: Use sample_flags for data_srcKan Liang
2022-09-06perf: Use sample_flags for weightKan Liang
2022-09-06perf: Use sample_flags for branch stackKan Liang
2022-09-06perf: Add sample_flags to indicate the PMU-filled sample dataKan Liang
2022-09-06perf/core: Fix reentry problem in perf_output_read_group()Yang Jihong
2022-08-06Merge tag 'perf-urgent-2022-08-06' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2022-08-04perf/core: Fix ';;' typoSlark Xiao
2022-08-03Merge tag 'net-next-6.0' of git://git.kernel.org/pub/scm/linux/kernel/git/net...Linus Torvalds
2022-08-01Merge tag 'perf-core-2022-08-01' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-07-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netJakub Kicinski
2022-07-13perf/core: Fix data race between perf_event_set_output() and perf_mmap_close()Peter Zijlstra
2022-06-28perf/core: Add a new read format to get a number of lost samplesNamhyung Kim
2022-06-17Merge https://git.kernel.org/pub/scm/linux/kernel/git/bpf/bpf-nextJakub Kicinski
2022-06-16bpf: allow sleepable uprobe programs to attachDelyan Kratunov
2022-05-27perf/core: Remove unused local variableHaowen Bai
2022-05-24Merge tag 'perf-core-2022-05-23' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2022-05-20perf: Fix sys_perf_event_open() race against selfPeter Zijlstra
2022-05-11Merge branch 'v5.18-rc5'Peter Zijlstra
2022-04-22signal: Deliver SIGTRAP on perf event asynchronously if blockedMarco Elver
2022-04-19perf/core: Fix perf_mmap fail when CONFIG_PERF_USE_VMALLOC enabledZhipeng Xie