Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-09-03 05:58:29 to 2026-09-05 13:50:28 UTC [more...]

[PATCH] perf/marvell: cn10k_tad: Publish the OF module alias
 2026-09-05 13:50 UTC  (2+ messages)

[DISCUSSION] Three problems behind broken "perf --call-graph dwarf" on AMD: IP and stack dump mismatch, libdw fails on lld's layout, and the unwinder fallback never runs
 2026-09-05 10:14 UTC  (11+ messages)

[PATCH v2 0/2] perf evsel: Validate cross-endian samples before byte swapping
 2026-09-05  0:32 UTC  (7+ messages)
` [PATCH v2 1/2] perf evsel: Validate branch stack "
` [PATCH v2 2/2] perf evsel: Validate RAW sample "

[PATCH RESEND v7 1/2] perf pmu intel: Generalize SNC cpumask adjustment for multiple platforms
 2026-09-04 22:23 UTC  (9+ messages)

[PATCH perf-tools-next v6 0/5] perf trace: Symbolise kernel virtual addresses and function pointers
 2026-09-04 22:14 UTC  (4+ messages)
` [PATCH perf-tools-next v6 1/5] perf trace: Fix error checking in btf_struct_scnprintf()

[PATCH] perf/x86/core: Simplify hybrid PMU registration failure path
 2026-09-04 20:22 UTC  (2+ messages)

[PATCH v1] perf test: Avoid call to missing cleanup function
 2026-09-04 19:51 UTC  (2+ messages)

[PATCH 1/2] perf: Fix null pointer access in is_include_guest_event()
 2026-09-04 18:49 UTC  (4+ messages)
` [PATCH 2/2] perf: Add checks to prevent null ptr access

[PATCH 0/6] perf: cs-etm: HW_ID improvements
 2026-09-04 17:45 UTC  (9+ messages)
` [PATCH 1/6] perf: cs-etm: Don't add global v0 HW_IDs to unformatted queues
` [PATCH 2/6] perf cs-etm: Free partially created queues
` [PATCH 3/6] perf cs-etm: Synthesize missing HW_ID mappings for raw trace
` [PATCH 4/6] perf: cs-etm: Respect --no-itrace option

[PATCH v2] perf ftrace latency: Do not read trace files when BPF is used
 2026-09-04 17:36 UTC  (2+ messages)

[PATCH v2] ARM, ARM64, LONGARCH: Delay HW BP notification to task_work()
 2026-09-04 15:54 UTC  (8+ messages)

[PATCH] perf/x86/intel: Annotate x86_pmu::hybrid_pmu with __counted_by_ptr
 2026-09-04 15:47 UTC  (3+ messages)

[PATCH] perf evlist: don't restrict uncore events to PMU CPUs
 2026-09-04 15:34 UTC  (3+ messages)

[PATCH v2 0/5] perf jitdump: Fix debug entry access, unwinding state and sample id sizing
 2026-09-04 15:07 UTC  (11+ messages)
` [PATCH 1/5] perf jitdump: Byte-swap debug entries via unaligned-safe accessors
` [PATCH 2/5] perf genelf: Use unaligned-safe accessors for debug entries
` [PATCH 3/5] perf jitdump: Free unwinding data even when eh_frame_hdr_size is zero
` [PATCH 4/5] perf jitdump: Write sample id fields in the order used by evsel__id_hdr_size()
` [PATCH 5/5] perf jitdump: Size code_move event allocation with idr_size

[RFC PATCH v7 00/28] KVM: arm64: Add Statistical Profiling Extension (SPE) support
 2026-09-04 14:41 UTC  (66+ messages)
` [RFC PATCH v7 01/28] arm64/sysreg: Add the nVM field to PMBLIMITR_EL1
` [RFC PATCH v7 02/28] arm64/sysreg: Define MDCR_EL2.E2PB values
` [RFC PATCH v7 03/28] KVM: arm64: Add CONFIG_KVM_ARM_SPE Kconfig option
` [RFC PATCH v7 04/28] perf: arm_spe_pmu: Move struct arm_spe_pmu to a separate header file
` [RFC PATCH v7 05/28] perf: arm_spe_pmu: Add PMBIDR_EL1 and PMSIDR_EL1 to struct arm_spe_pmu
` [RFC PATCH v7 06/28] KVM: arm64: Add KVM_CAP_ARM_SPE capability
` [RFC PATCH v7 07/28] KVM: arm64: Add KVM_ARM_VCPU_SPE VCPU feature
` [RFC PATCH v7 08/28] HACK! KVM: arm64: Disable SPE virtualization if protected KVM is enabled
` [RFC PATCH v7 09/28] HACK! KVM: arm64: Enable SPE virtualization only in VHE mode
` [RFC PATCH v7 10/28] HACK! KVM: arm64: Disable SPE virtualization if nested virt is enabled
` [RFC PATCH v7 11/28] KVM: arm64: Add a new VCPU device control group for SPE
` [RFC PATCH v7 12/28] KVM: arm64: Add SPE VCPU device attribute to set the interrupt number
` [RFC PATCH v7 13/28] KVM: arm64: Add SPE VCPU device attribute to set the SPE device
` [RFC PATCH v7 14/28] KVM: arm64: Add SPE VCPU device attribute to initialize SPE
` [RFC PATCH v7 15/28] KVM: arm64: Use PMSVer from the assigned SPE instance
` [RFC PATCH v7 16/28] KVM: arm64: Add SPE system registers to VCPU context
` [RFC PATCH v7 17/28] KVM: arm64: Apply a RES0 mask to PMBLIMITR_EL1 writes
` [RFC PATCH v7 18/28] KVM: arm64: config: Use functions from spe.c to test FEAT_SPE_{FnE,FDS}
` [RFC PATCH v7 19/28] KVM: arm64: VHE: Context switch SPE state
` [RFC PATCH v7 20/28] KVM: arm64: Allow guest SPE physical timestamps only if kernel allows it
` [RFC PATCH v7 21/28] KVM: arm64: Handle SPE maintenance interrupts
` [RFC PATCH v7 22/28] arm64: errata: Disable SPE in KVM
` [RFC PATCH v7 23/28] KVM: arm64: Add kvm-arm.ignore_spe_errata kernel parameter
` [RFC PATCH v7 24/28] arm64: errata: Don't enable guest buffer if misprogrammed
` [RFC PATCH v7 25/28] KVM: arm64: at: Use callback for reading descriptor
` [RFC PATCH v7 26/28] KVM: arm64: Map memory on a SPE stage 2 fault
` [RFC PATCH v7 27/28] KVM: arm64: Handle dirty page logging when SPE feature is set
` [RFC PATCH v7 28/28] KVM: arm64: Allow the creation of a SPE enabled VM

[PATCH 2/2] perf: fix typo "binded" in comment
 2026-09-04 12:37 UTC  (2+ messages)

[PATCH v8 0/2] RISC-V IOMMU HPM support
 2026-09-04  9:35 UTC  (5+ messages)
` [PATCH v8 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
` [PATCH v8 2/2] iommu/riscv: create a auxiliary device for HPM

[PATCH RESEND v7 0/3] RISC-V IOMMU HPM support
 2026-09-04  8:38 UTC  (4+ messages)
` [PATCH RESEND v7 3/3] drivers/perf: riscv-iommu: protect shared state with a raw spinlock

[PATCH v5 4/5] perf/x86/uncore: Add L3 PMU support for Hygon family 18h model 6h
 2026-09-04  3:38 UTC  (2+ messages)

[PATCH v7 0/3] perf/core: sched_task() dispatch and branch entry fixes
 2026-09-04  2:45 UTC  (2+ messages)

[PATCH v2] perf test: perf stat tests fails on s390
 2026-09-03 18:17 UTC  (3+ messages)

[PATCH v1 0/5] perf tools: Fix jitdump and dso handling
 2026-09-03 17:05 UTC  (13+ messages)
` [PATCH 1/5] perf jitdump: Byte-swap debug entries via unaligned-safe accessors
` [PATCH 2/5] perf genelf: Use unaligned-safe accessors for debug entries
` [PATCH 3/5] perf jitdump: Free unwinding data even when eh_frame_hdr_size is zero
` [PATCH 4/5] perf jitdump: Size code_move event allocation with idr_size
` [PATCH 5/5] perf dso: Defer dropping the open list reference until after the lock

[PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-03 16:10 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH RFC 00/14] Remove PG_private by using page/folio->private checks instead
 2026-09-03 16:10 UTC  (2+ messages)
` [f2fs-dev] "

[PATCH] perf/amd/ibs: Report physical address for IBS fetch samples
 2026-09-03 11:55 UTC  (3+ messages)

[PATCH] perf sched: Make output_name variable static
 2026-09-03 11:42 UTC  (2+ messages)

[PATCH v2 0/8] mm: distinguish PTE table storage from PTE values
 2026-09-03 10:48 UTC  (17+ messages)
` [PATCH v2 1/8] mm: introduce hw_pte_t for PTE table storage
` [PATCH v2 2/8] mm: rename pointers to software PTE values as ptentp
` [PATCH v2 3/8] mm: use hw_pte_t for generic PTE table storage
` [PATCH v2 4/8] mm: convert PTE table entries in ptep_get()
` [PATCH v2 5/8] mm: convert PTE table entry to pte
` [PATCH v2 6/8] mm/kasan: use hw_pte_t for the early shadow PTE table
` [PATCH v2 7/8] drm/i915: use hw_pte_t for PTE range callbacks
` [PATCH v2 8/8] xen: "

[PATCH] perf evsel: Validate branch stack before byte swapping
 2026-09-03 10:21 UTC  (2+ messages)

[PATCH] perf/core: Fix ITRACE start suppression for inherited events
 2026-09-03  9:45 UTC  (2+ messages)

[PATCH] perf sched: Fix resource leak in enable_sched_schedstats()
 2026-09-03  8:33 UTC  (8+ messages)
` [PATCH] perf intel-pt: Fix undefined shift in intel_pt_bip()
` [PATCH] perf script: Fix unsigned comparison against zero in print_bstack_flags()
` [PATCH] perf arm: Fix memory leak in find_all_arm_spe_pmus()

[PATCH] perf python: Fix redundant self-assignment in get_argument_count()
 2026-09-03  8:17 UTC  (2+ messages)

[PATCH v3 0/8] Enhance TLP packet decoder with field-level parsing and versioning
 2026-09-03  8:17 UTC  (17+ messages)
` [PATCH v3 1/8] perf hisi-ptt: Abstract trace data buf and offset
` [PATCH v3 2/8] perf hisi-ptt: Complete the field names for 4DW and 8DW packets
` [PATCH v3 3/8] perf hisi-ptt: Extract the raw data printing part
` [PATCH v3 4/8] perf hisi-ptt: Merge 4DW and 8DW HEAD0 printing
` [PATCH v3 5/8] perf hisi-ptt: Add parsing of supported message types
` [PATCH v3 6/8] perf hisi-ptt: Add field-level parsing for header DW2/DW3
` [PATCH v3 7/8] hwtracing: hisi_ptt: Add pattern PMU config for trace format selection
` [PATCH v3 8/8] perf hisi-ptt: Pass pattern version to decoder for compatibility


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