Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-05-27 09:35:46 to 2026-05-29 09:02:56 UTC [more...]

[Patch v8 00/23] Support SIMD/eGPRs/SSP registers sampling for perf
 2026-05-29  9:02 UTC  (32+ messages)
` [Patch v8 01/23] perf/x86/intel: Validate return value of intel_pmu_init_hybrid()
` [Patch v8 02/23] perf/x86: Move hybrid PMU initialization before x86_pmu_starting_cpu()
` [Patch v8 03/23] perf/x86/intel: Enable large PEBS sampling for XMMs
` [Patch v8 04/23] perf/x86/intel: Convert x86_perf_regs to per-cpu variables
` [Patch v8 05/23] perf: Eliminate duplicate arch-specific functions definations
` [Patch v8 06/23] perf/x86: Use x86_perf_regs in the x86 nmi handlers
` [Patch v8 07/23] x86/fpu/xstate: Add xsaves_nmi() helper
` [Patch v8 08/23] x86/fpu: Ensure TIF_NEED_FPU_LOAD is set after saving FPU state
` [Patch v8 09/23] perf: Move and enhance has_extended_regs() for arch-specific use
` [Patch v8 10/23] perf/x86: Enable XMM Register Sampling for Non-PEBS Events
` [Patch v8 11/23] perf/x86: Enable XMM register sampling for REGS_USER case
` [Patch v8 12/23] perf: Add sampling support for SIMD registers
` [Patch v8 13/23] perf/x86: Support XMM sampling using sample_simd_vec_reg_* fields
` [Patch v8 14/23] perf/x86: Support YMM "
` [Patch v8 15/23] perf/x86: Support ZMM "
` [Patch v8 16/23] perf/x86: Support OPMASK sampling using sample_simd_pred_reg_* fields
` [Patch v8 17/23] perf: Enhance perf_reg_validate() with simd_enabled argument
` [Patch v8 18/23] perf/x86: Support eGPRs sampling using sample_regs_* fields
` [Patch v8 19/23] perf/x86: Support SSP "
` [Patch v8 20/23] perf/x86/intel: Support arch-PEBS based SIMD/eGPRs/SSP sampling
` [Patch v8 21/23] perf/x86/intel: Enable PERF_PMU_CAP_SIMD_REGS capability
` [Patch v8 22/23] perf/x86: Activate back-to-back NMI detection for arch-PEBS induced NMIs
` [Patch v8 23/23] perf/x86/intel: Add sanity check for PEBS fragment size

[PATCH V2 1/7] perf/x86/intel/uncore: Fix discovery unit lookup for multi-die systems
 2026-05-29  8:47 UTC  (22+ messages)
` [PATCH V2 2/7] perf/x86/intel/uncore: Guard against invalid box control address
` [PATCH V2 3/7] perf/x86/intel/uncore: Fix PCI device refcount leak in UPI discovery
` [PATCH V2 4/7] perf/x86/intel/uncore: Defer ADL global PMON enable to enable_box()
` [PATCH V2 5/7] perf/x86/intel/uncore: Move die_to_cpu() to uncore.c
` [PATCH V2 6/7] perf/x86/intel/uncore: Fix uncore_die_to_cpu() for offline dies
` [PATCH V2 7/7] perf/x86/intel/uncore: Implement global init callback for GNR uncore

[Patch v8 0/5] Perf tools: Support eGPRs/SSP/SIMD registers sampling
 2026-05-29  8:24 UTC  (6+ messages)
` [Patch v8 1/5] perf headers: Sync perf_event.h/perf_regs.h with the kernel headers
` [Patch v8 2/5] perf regs: Support x86 eGPRs/SSP sampling
` [Patch v8 3/5] perf regs: Support x86 SIMD registers sampling
` [Patch v8 4/5] perf regs: Enable dumping of SIMD registers
` [Patch v8 5/5] perf dwarf-regs: Add SIMD/eGPRs support for x86 DWARF registers

[PATCH] x86/events/amd/iommu: Fix cpumask of IOMMU events
 2026-05-29  6:58 UTC  (3+ messages)

[PATCH 0/6] perf: fix six memory-safety vulnerabilities in sched/header/subcmd
 2026-05-29  6:50 UTC  (7+ messages)
` [PATCH 1/6] perf/sched: fix memory leaks in schedstat processing
` [PATCH 2/6] perf/header: validate bitmap size before allocation in do_read_bitmap
` [PATCH 3/6] perf/header: reject data offset beyond file size
` [PATCH 4/6] perf/header: add bounds check for domain index in process_cpu_domain_info
` [PATCH 5/6] perf/sched: replace list_first_entry with list_first_entry_or_null
` [PATCH 6/6] subcmd: fix memory leak in parse_options_subcommand

[PATCH 0/3] AF_ALG: Remove support for AIO and old-style drivers
 2026-05-29  6:09 UTC  (7+ messages)
` [PATCH 1/3] net: Remove support for AIO on sockets

[PATCH v1 00/12] perf vendor events intel: update
 2026-05-29  4:51 UTC  (13+ messages)
` [PATCH v1 01/12] perf vendor events intel: Update alderlake events from 1.37 to 1.39
` [PATCH v1 02/12] perf vendor events intel: Update alderlaken "
` [PATCH v1 03/12] perf vendor events intel: Update arrowlake events from 1.16 to 1.17
` [PATCH v1 04/12] perf vendor events intel: Update clearwaterforest events and metrics from 1.00 to 1.02
` [PATCH v1 05/12] perf vendor events intel: Update emeraldrapids events from 1.21 to 1.23
` [PATCH v1 06/12] perf vendor events intel: Update grandridge events from 1.11 to 1.12
` [PATCH v1 07/12] perf vendor events intel: Update graniterapids events from 1.17 to 1.18
` [PATCH v1 08/12] perf vendor events intel: Update lunarlake events from 1.21 to 1.22
` [PATCH v1 09/12] perf vendor events intel: Update meteorlake events from 1.20 to 1.21
` [PATCH v1 10/12] perf vendor events intel: Update pantherlake events from 1.04 to 1.05
` [PATCH v1 11/12] perf vendor events intel: Update sapphirerapids events from 1.36 to 1.39
` [PATCH v1 12/12] perf vendor events intel: Update sierraforest events from 1.15 to 1.17

[PATCH] perf jevents: Add IOMMU metrics for AMD and Intel
 2026-05-28 23:46 UTC  (3+ messages)

[PATCH v2 0/2] Add IOMMU TLB and interrupt metrics
 2026-05-28 23:44 UTC  (3+ messages)
` [PATCH v2 1/2] perf jevents: Add IOMMU metrics for AMD
` [PATCH v2 2/2] perf jevents: Add IOMMU metrics for Intel

[PATCHES v4 00/29] perf: Harden perf.data parsing against crafted/corrupted files
 2026-05-28 22:37 UTC  (6+ messages)
` [PATCH 01/29] perf session: Add minimum event size and alignment validation

[PATCH 1/1] perf build: Fix Python extension build with GCC 16 hardening
 2026-05-28 21:55 UTC  (10+ messages)

[PATCH RESEND v7 1/2] perf pmu intel: Generalize SNC cpumask adjustment for multiple platforms
 2026-05-28 21:31 UTC  (4+ messages)
` [PATCH RESEND v7 2/2] perf pmu intel: Adjust cpumasks for sub-NUMA clusters on Sapphire Rapids and Emerald Rapids

[PATCH 1/1] perf tests hwmon_pmu: Use PRIu64 + (u64) cast for a __u64 field to work more widely
 2026-05-28 20:40 UTC  (3+ messages)

[PATCH 00/16] lib/cpumask: get rid of cpumap_print_to_pagebuf()
 2026-05-28 20:02 UTC  (24+ messages)
` [PATCH 01/16] psci: simplify hotplug_tests()
` [PATCH 02/16] arm: Use sysfs_emit() for cpumask show callbacks
` [PATCH 03/16] powerpc: "
` [PATCH 04/16] x86/events: "
` [PATCH 05/16] ACPI: pad: Use sysfs_emit() for idlecpus show
` [PATCH 06/16] cpu: Use sysfs_emit() for cpumask show callback
` [PATCH 07/16] devfreq: Use sysfs_emit() for cpumask show callbacks
` [PATCH 08/16] fpga: dfl-fme-perf: Use sysfs_emit() for cpumask show
` [PATCH 09/16] hwtracing: hisi_ptt: "
` [PATCH 10/16] RDMA/hfi1: Use sysfs_emit() for cpumask show helper
` [PATCH 11/16] nvdimm: Use sysfs_emit() for cpumask show callback
` [PATCH 12/16] PCI/sysfs: Use sysfs_emit() for cpumask show callbacks
` [PATCH 13/16] perf: "
` [PATCH 14/16] powercap: intel_rapl: Use sysfs_emit() for cpumask show
` [PATCH 15/16] thermal: intel: Use sysfs_emit() for powerclamp cpumask
` [PATCH 16/16] lib/bitmap-str: get rid of cpumap_print_to_pagebuf()

[PATCH v3 0/2] perf stat: Fix uncore metric scaling across aggregation modes
 2026-05-28 19:17 UTC  (3+ messages)

[PATCH v2] perf: Fix off-by-one stack buffer overflow in kallsyms__parse()
 2026-05-28 17:34 UTC  (5+ messages)
` [PATCH v3] "
    ` [PATCH v4] "

[PATCH v3 0/2] perf: Fix missing branch counter information in script and annotate
 2026-05-28 15:36 UTC  (3+ messages)
` [PATCH v3 1/2] perf script: Fix missing '+' indicator when branch counter reaches upper limit
` [PATCH v3 2/2] perf/annotate: Fix missing branch counter column in TUI mode

[PATCH v2 0/2] complete perf_allow_* trio and use in drm/xe
 2026-05-28 15:24 UTC  (9+ messages)

[PATCH 0/8] riscv: Add reliable stack unwinding for livepatch
 2026-05-28 13:33 UTC  (22+ messages)
` [PATCH 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries
` [PATCH 2/8] riscv: stacktrace: Add frame record metadata
` [PATCH 3/8] riscv: stacktrace: disable KASAN instrumentation for stacktrace.o
` [PATCH 4/8] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
` [PATCH 5/8] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH 6/8] riscv: stacktrace: switch to frame-pointer based unwinder
` [PATCH 7/8] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
` [PATCH 8/8] selftests/livepatch: Add RISC-V syscall wrapper prefix
` [PATCH v2 0/8] riscv: Add reliable stack unwinding for livepatch
` [PATCH v2 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries
` [PATCH v2 2/8] riscv: stacktrace: Add frame record metadata
` [PATCH v2 3/8] riscv: stacktrace: disable KASAN instrumentation for stacktrace.o
` [PATCH v2 4/8] riscv: ftrace: always preserve s0 in dynamic ftrace register frame
` [PATCH v2 5/8] riscv: stacktrace: introduce stack-bound tracking helpers
` [PATCH v2 6/8] riscv: stacktrace: switch to frame-pointer based unwinder
` [PATCH v2 7/8] riscv: Kconfig: enable HAVE_RELIABLE_STACKTRACE and HAVE_LIVEPATCH
` [PATCH v2 8/8] selftests/livepatch: Add RISC-V syscall wrapper prefix

[PATCH v4 0/6] arm64: Add support for FEAT_Debugv8p9
 2026-05-28 11:05 UTC  (11+ messages)
` [PATCH v4 1/6] arm64: hw_breakpoint: Disallow breakpoints in no kprobe code
` [PATCH v4 3/6] arm64: hw_breakpoint: Add lockdep_assert_irqs_disabled() on install/uninstall
` [PATCH v4 4/6] arm64/cpufeature: Add field details for ID_AA64DFR1_EL1 register
` [PATCH v4 5/6] arm64/boot: Enable EL2 requirements for FEAT_Debugv8p9
` [PATCH v4 6/6] arm64: hw_breakpoint: Enable FEAT_Debugv8p9

[PATCH v3 0/6] rtla: Migrate to libsubcmd for command line option parsing
 2026-05-28 10:32 UTC  (7+ messages)
` [PATCH v3 1/6] rtla: Add libsubcmd dependency
` [PATCH v3 2/6] tools subcmd: support optarg as separate argument
` [PATCH v3 3/6] tools subcmd: allow parsing distinct --opt and --no-opt
` [PATCH v3 4/6] rtla: Parse cmdline using libsubcmd
` [PATCH v3 5/6] rtla/tests: Add unit tests for _parse_args() functions
` [PATCH v3 6/6] rtla/tests: Add unit tests for CLI option callbacks

[PATCH v7 0/2] perf: marvell: Add CN20K DDR PMU support
 2026-05-28  7:49 UTC  (6+ messages)
` [PATCH v7 1/2] dt-bindings: perf: marvell: Add CN20K DDR PMU binding
` [PATCH v7 2/2] perf: marvell: Add CN20K DDR PMU support
    ` [EXTERNAL] "

[PATCH v6 1/2] perf pmu intel: Generalize SNC cpumask adjustment for multiple platforms
 2026-05-27 22:18 UTC  (5+ messages)
` [PATCH v7 "
  ` [PATCH v7 2/2] perf pmu intel: Adjust cpumasks for sub-NUMA clusters on Sapphire Rapids and Emerald Rapids

[PATCH v9 06/23] perf python: Add missed explicit dependencies
 2026-05-27 21:17 UTC  (5+ messages)

[PATCH v3] perf bench: add --write-size option to sched pipe
 2026-05-27 17:31 UTC  (3+ messages)

[PATCH V2 0/7] perf/x86/intel/uncore: Bug fixes and cleanups
 2026-05-27 15:14 UTC 

[PATCH v4 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-05-27 14:09 UTC  (8+ messages)
` [PATCH v4 1/4] perf/core: Fix sched_task callbacks for CPU-wide branch stack events
` [PATCH v4 2/4] perf: Use a union to clear branch entry bitfields
` [PATCH v4 3/4] perf/arm64: Add BRBE support for bpf_get_branch_snapshot()
` [PATCH v4 4/4] selftests/bpf: Adjust wasted entries threshold for ARM64 BRBE

[PATCH v3] perf: Add is_mapping_symbol() helper for kernel mapping symbol filtering
 2026-05-27 11:15 UTC  (4+ messages)
` [PATCH v4 0/2] perf: Add is_ignored_kernel_symbol() for kernel "

[PATCH V5 1/2] powerpc tools perf: Initialize error code in auxtrace_record_init function
 2026-05-27 11:10 UTC  (3+ messages)

[PATCH v6 0/2] perf: marvell: Add CN20K DDR PMU support
 2026-05-27  9:20 UTC  (4+ messages)
` [PATCH v6 1/2] dt-bindings: perf: marvell: Extend CN10K DDR PMU binding for CN20K
    ` [EXTERNAL] "


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