Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-07-19 00:15:18 to 2026-07-20 23:03:24 UTC [more...]

[PATCH v1 0/4] perf: Fix and optimize maps parsing, boundaries, and bounds safety
 2026-07-20 23:03 UTC  (14+ messages)
` [PATCH v1 1/4] perf find-map: Remove PATH_MAX 128-byte stack array restriction
` [PATCH v1 2/4] perf synthetic-events: Fix line synchronization, bounds, and truncation bugs in proc maps reader
` [PATCH v1 3/4] perf synthetic-events: Fix bounds, stale state, and misc flags in kernel module synthesis
` [PATCH v1 4/4] perf synthetic-events: Fix bounds and union member access in mmap2 build_id synthesis
` [PATCH v2 0/4] perf: Fix and optimize maps parsing, boundaries, and bounds safety
  ` [PATCH v2 1/4] perf find-map: Remove PATH_MAX 128-byte stack array restriction
  ` [PATCH v2 2/4] perf synthetic-events: Fix line synchronization, bounds, and truncation bugs in proc maps reader
  ` [PATCH v2 3/4] perf synthetic-events: Fix bounds, stale state, and misc flags in kernel module synthesis
  ` [PATCH v2 4/4] perf synthetic-events: Fix bounds and union member access in mmap2 build_id synthesis

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-07-20 16:46 UTC  (4+ messages)
` [PATCH 11/21] KVM: arm64: Context swap Partitioned PMU guest registers

[PATCH v3 0/2] perf trace: Correct cpumask formatting and add --bitmask-list
 2026-07-20 16:35 UTC  (5+ messages)
` [PATCH v3 1/2] perf trace: Correct default cpumask formatting to hexadecimal
` [PATCH v3 2/2] perf trace: Add --bitmask-list command-line option

[RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
 2026-07-20 15:26 UTC  (5+ messages)

[PATCH V2 0/6] tools/perf: Add powerpc HTM auxtrace support
 2026-07-20 11:25 UTC  (13+ messages)
` [PATCH V2 1/6] tools/perf: Move powerpc VPA-DTL auxtrace init into a separate file
` [PATCH V2 2/6] tools/perf: Add AUXTRACE recording support for powerpc HTM
` [PATCH V2 3/6] tools/perf: Add arch hook to drain remaining data before event close
` [PATCH V2 4/6] tools/perf: Add powerpc callback support for arch_perf_record__need_read
` [PATCH V2 5/6] tools/perf: Add powerpc HTM auxtrace event processing support
` [PATCH V2 6/6] tools/perf: Add perf tool support for processing powerpc HTM AUXTRACE records

[PATCH V2 0/6] powerpc/perf: Add HTM PMU driver and perf AUX support
 2026-07-20 11:17 UTC  (13+ messages)
` [PATCH V2 1/6] powerpc/perf: Add HTM PMU driver to expose Hardware Trace Macro data
` [PATCH V2 2/6] powerpc/perf: Reject duplicate HTM target reservations
` [PATCH V2 3/6] powerpc/perf: Add AUX buffer management to capture HTM trace data
` [PATCH V2 4/6] powerpc/perf: Capture the HTM memory configuration as part of perf data
` [PATCH V2 5/6] docs: ABI: sysfs-bus-event_source-devices-htm: Document sysfs event format entries for htm pmu
` [PATCH V2 6/6] powerpc/perf/htm: Add documentation for Hardware Trace Macro PMU

[PATCH 0/9] tools/perf: Add interface to expose HTM trace data via perf
 2026-07-20 10:25 UTC  (16+ messages)
` [PATCH 1/9] tool/perf: Move auxtrace_record__init for powerpc-vpadtl as separate utility
` [PATCH 2/9] tools/perf: Add CONFIG_AUXTRACE support for HTM pmu on powerpc
` [PATCH 3/9] tools/perf: Add arch_record__collect_final_data to collect additional data before closing the event
` [PATCH 4/9] tools/perf: Add powerpc callback support for arch_record__collect_final_data
` [PATCH 6/9] perf tools powerpc: Add HTM trace data processing and decoding support

[PATCH] perf cs-etm: Avoid truncating AUX buffer sizes to int
 2026-07-20 10:15 UTC  (2+ messages)

[PATCH 1/1] perf/x86: Do not read fixed counter control register if there is none
 2026-07-20  9:27 UTC  (2+ messages)

[PATCH v3 00/14] perf c2c: add a function view
 2026-07-20  8:39 UTC  (2+ messages)

[PATCH 0/5] powerpc/htm: Add interface to expose HTM trace data via perf
 2026-07-20  7:37 UTC  (10+ messages)
` [PATCH 1/5] "
` [PATCH 2/5] powerpc/htm: Add support to setup and free aux buffer for capturing HTM data
` [PATCH 3/5] powerpc/perf: Capture the HTM memory configuration as part of perf data

[PATCH v4 0/2] RISC-V IOMMU HPM support
 2026-07-20  7:29 UTC  (3+ messages)
` [PATCH v4 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver

[PATCH v8 00/22] Add Counter delegation ISA extension support
 2026-07-20  7:21 UTC  (27+ messages)
` [PATCH v8 01/22] RISC-V: perf: fix resource cleanup on driver probe failure
` [PATCH v8 02/22] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v8 03/22] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH v8 05/22] RISC-V: Define indirect CSR access helpers
` [PATCH v8 06/22] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v8 08/22] RISC-V: Add Sscfg extension CSR definition
` [PATCH v8 09/22] RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsing
` [PATCH v8 12/22] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v8 13/22] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v8 14/22] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v8 16/22] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v8 17/22] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v8 18/22] RISC-V: perf: Add Qemu virt machine events

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-20  7:20 UTC  (6+ messages)
` [PATCH v2 08/33] mm/rmap: rename vma_interval_tree_*() to mapping_rmap_tree_*()
` [PATCH v2 12/33] MAINTAINERS: Move mm/interval_tree.c to rmap section

[PATCH v5 01/10] perf hists browser: Increase MAX_OPTIONS to prevent stack buffer overflow
 2026-07-20  4:45 UTC  (3+ messages)
` [PATCH v6 "

[PATCH v2] perf build: Fix compiler errors with old capstone
 2026-07-20  4:44 UTC  (2+ messages)

[PATCH 0/3] perf: Remove redundant error messages on IRQ request failure
 2026-07-20  4:05 UTC  (3+ messages)
` [PATCH 3/3] drivers/perf: hisi: Remove redundant dev_err()/dev_err_probe()

[PATCH] perf trace: Format instruction pointer fields as hexadecimal
 2026-07-20  1:50 UTC  (2+ messages)

[Patch v3 0/8] perf/x86: Miscellaneous PMU bug fixes and optimizations
 2026-07-20  1:36 UTC  (10+ messages)
` [Patch v3 1/8] perf/x86: Unregister PMI handler on PMU init failure
` [Patch v3 3/8] perf/x86: Guard intel_pmu_cpu_dead() against invalid hybrid PMU casts
` [Patch v3 8/8] perf/x86/intel: Prevent drain_pebs() reentry

[PATCH v3] perf stat: Add --hide-zero-events option to suppress zero-count events
 2026-07-19  1:38 UTC 

[PATCH v2] perf stat: Add --hide-zero-events option to suppress zero-count events
 2026-07-19  0:44 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox