Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-05-06 13:22:15 to 2026-05-12 05:35:57 UTC [more...]

[PATCH v1 00/14] perf build: Reduce build time by one third
 2026-05-12  5:35 UTC  (3+ messages)
` [PATCH v1 01/14] bpftool build: Restrict feature tests during bootstrap compilation
` [PATCH v1 02/14] perf trace beauty: Make beauty generated C code standalone .o files

[PATCH v3 0/9] perf/x86: Don't write PEBS_ENABLED on KVM transitions
 2026-05-12  5:01 UTC  (17+ messages)
` [PATCH v3 1/9] perf/x86/intel: Ensure guest PEBS path doesn't set unwanted PERF_GLOBAL_CTRL bits
` [PATCH v3 2/9] perf/x86/intel: Don't write PEBS_ENABLED on host<=>guest xfers if CPU has isolation
` [PATCH v3 3/9] perf/x86/intel: Don't context switch DS_AREA (and PEBS config) if PEBS is unused
` [PATCH v3 4/9] perf/x86/intel: Make @data a mandatory param for intel_guest_get_msrs()
` [PATCH v3 5/9] perf/x86/intel: Invert names of intel_ctrl_{guest,host}_mask
` [PATCH v3 6/9] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data
` [PATCH v3 7/9] perf/x86/intel: KVM: Handle cross-mapped PEBS PMCs entirely within KVM
` [PATCH v3 8/9] KVM: VMX: Drop a redundant pmu->global_ctrl check when processing pebs_enable
` [PATCH v3 9/9] KVM: VMX: Only tell perf to enable PEBS counters for fully enabled PMCs

[PATCH 00/28] perf: Harden perf.data parsing against crafted/corrupted files
 2026-05-12  4:08 UTC  (33+ messages)
` [PATCH 01/28] perf session: Add minimum event size validation table
` [PATCH 02/28] perf tools: Fix event_contains() macro to verify full field extent
` [PATCH 03/28] perf zstd: Fix compression error path in zstd_compress_stream_to_records()
` [PATCH 04/28] perf zstd: Fix multi-iteration decompression and error handling
` [PATCH 05/28] perf session: Fix PERF_RECORD_READ swap and dump for variable-length events
` [PATCH 06/28] perf session: Align auxtrace_info priv size before byte-swapping
` [PATCH 07/28] perf session: Add validated swap infrastructure with null-termination checks
` [PATCH 08/28] perf session: Use bounded copy for PERF_RECORD_TIME_CONV
` [PATCH 09/28] perf session: Validate HEADER_ATTR alignment and attr.size before swapping
` [PATCH 10/28] perf session: Validate nr fields against event size on both swap and common paths
` [PATCH 11/28] perf header: Byte-swap build ID event pid and bounds check section entries
` [PATCH 12/28] perf cpumap: Reject RANGE_CPUS with start_cpu > end_cpu
` [PATCH 13/28] perf auxtrace: Harden auxtrace_error event handling
` [PATCH 14/28] perf session: Add byte-swap and bounds check for PERF_RECORD_BPF_METADATA events
` [PATCH 15/28] perf header: Validate null-termination in PERF_RECORD_EVENT_UPDATE string fields
` [PATCH 16/28] perf tools: Bounds check perf_event_attr fields against attr.size before printing
` [PATCH 17/28] perf header: Propagate feature section processing errors
` [PATCH 18/28] perf header: Validate f_attr.ids section before use in perf_session__read_header()
` [PATCH 19/28] perf header: Validate feature section size and add read path bounds checking
` [PATCH 20/28] perf header: Sanity check HEADER_EVENT_DESC attr.size before swap
` [PATCH 21/28] perf header: Validate bitmap size before allocating in do_read_bitmap()
` [PATCH 22/28] perf session: Add byte-swap for PERF_RECORD_COMPRESSED2 events
` [PATCH 23/28] perf tools: Harden compressed event processing
` [PATCH 24/28] perf session: Check for decompression buffer size overflow
` [PATCH 25/28] perf session: Bound nr_cpus_avail and validate sample CPU
` [PATCH 26/28] perf timechart: Bounds check cpu_id and fix topology_map allocation
` [PATCH 27/28] perf kwork: Bounds check work->cpu before indexing cpus_runtime[]
` [PATCH 28/28] perf test: Add truncated perf.data robustness test

[PATCHv2] uprobes: Use flexible array for xol_area bitmap
 2026-05-12  0:48 UTC  (2+ messages)

[PATCH 0/6] perf/x86/intel/uncore: Bug fixes and cleanups
 2026-05-11 23:05 UTC  (7+ messages)
` [PATCH 1/6] perf/x86/intel/uncore: Fix discovery unit lookup for multi-die systems
` [PATCH 2/6] perf/x86/intel/uncore: Fix PCI device refcount leak in UPI discovery
` [PATCH 3/6] perf/x86/intel/uncore: Defer ADL global PMON enable to enable_box()
` [PATCH 4/6] perf/x86/intel/uncore: Move die_to_cpu() to uncore.c
` [PATCH 5/6] perf/x86/intel/uncore: Fix uncore_die_to_cpu() for offline dies
` [PATCH 6/6] perf/x86/intel/uncore: Implement global init callback for GNR uncore

[PATCH] uprobes: Use flexible array for xol_area bitmap
 2026-05-11 22:34 UTC  (3+ messages)

[PATCH 2/3] perf/arm_cspmu: nvidia: handle empty resource list in PCIE-TGT init
 2026-05-11 22:09 UTC  (4+ messages)
` [PATCH 3/3] perf/arm_cspmu: nvidia: fix BDF calculation examples in PCIE PMU docs

[PATCH 1/3] perf vendor events arm64: fix swapped MetricGroup for Tegra410 L1 prefetcher metrics
 2026-05-11 21:08 UTC 

[PATCH v3 0/7] perf build: Update kernel headers
 2026-05-11 18:22 UTC  (9+ messages)
` [PATCH v3 1/7] perf trace: Sync linux/socket.h with the kernel source
` [PATCH v3 2/7] perf trace: Sync uapi/linux/fs.h "
` [PATCH v3 3/7] perf trace: Sync uapi/linux/mount.h "
` [PATCH v3 4/7] perf trace: Sync uapi/linux/sched.h "
` [PATCH v3 5/7] perf build: Add make check-headers target
` [PATCH v3 6/7] perf trace: Add beautifier script for fsmount flags
` [PATCH v3 7/7] perf trace: Update beautifier script for clone flags

[PATCH 0/2 v2] perf: Fix missing branch counter information in script and annotate
 2026-05-11 18:05 UTC  (2+ messages)

[PATCH v3] perf sched stats: Fix segmentation faults, memory leaks, and stale pointers in diff mode
 2026-05-11 16:20 UTC  (5+ messages)
` [PATCH v4] "

[PATCH v2] perf test: Make leafloop workload immune to compiler options
 2026-05-11 16:17 UTC  (3+ messages)

[PATCH 1/1] perf tests data_validation: Fixup test header
 2026-05-11 15:28 UTC  (2+ messages)

[PATCH v7 00/20] ARM64 PMU Partitioning
 2026-05-11 14:57 UTC  (8+ messages)
` [PATCH v7 06/20] perf: arm_pmuv3: Add method to partition the PMU
` [PATCH v7 10/20] KVM: arm64: Context swap Partitioned PMU guest registers
` [PATCH v7 13/20] KVM: arm64: Apply dynamic guest counter reservations

[PATCH v4 0/4] perf tools: Add inject --aslr feature and prerequisite robustness fixes
 2026-05-11  7:34 UTC  (29+ messages)
` [PATCH v5 0/5] "
  ` [PATCH v5 1/5] perf sched: Add missing mmap2 handler in timehist
  ` [PATCH v5 4/5] perf inject/aslr: Add aslr tool to remap/obfuscate virtual addresses
  ` [PATCH v5 5/5] perf test: Add inject ASLR test
  ` [PATCH v6 0/6] perf tools: Add inject --aslr feature and prerequisite robustness fixes
    ` [PATCH v6 1/6] perf sched: Add missing mmap2 handler in timehist
    ` [PATCH v6 2/6] perf tool: Missing delegate_tool schedstat delegates and dont_split_sample_group
    ` [PATCH v6 3/6] perf maps: Add maps__mutate_mapping
    ` [PATCH v6 4/6] perf inject/aslr: Add aslr tool to remap/obfuscate virtual addresses
    ` [PATCH v6 5/6] perf test: Add inject ASLR test
    ` [PATCH v6 6/6] perf aslr: Strip sample registers

[RESEND PATCH v2] perf tools: Ensure event leader stays at head of evlist after sorting
 2026-05-10  6:52 UTC  (2+ messages)

[PATCH 1/2] perf/lock: Fix non-atomic max/time and min_time updates in contention_data
 2026-05-10  6:47 UTC  (4+ messages)
` [PATCH 2/2] perf build: compile BPF skeletons with -mcpu=v3

[PATCH v3 0/8] perf tools amd ibs: Fixes + Zen6 enhancements
 2026-05-10  6:41 UTC  (11+ messages)
` [PATCH v3 1/8] perf test amd ibs: Fix incorrect kernel version check
` [PATCH v3 2/8] perf tool ibs: Sync AMD IBS header file
` [PATCH v3 3/8] perf test ibs: Skip privilege test on Zen6 and newer platforms
` [PATCH v3 4/8] perf amd ibs: Suppress bogus TlbRefillLat and DCPhysAd on Zen4+
` [PATCH v3 5/8] perf amd ibs: Make Fetch status bits dependent on PhyAddrValid for newer platforms
` [PATCH v3 6/8] perf amd ibs: Decode Remote-Socket flag in IBS OP raw dump
` [PATCH v3 7/8] perf amd ibs: Decode Streaming-store "
` [PATCH v3 8/8] perf doc: Document new IBS capabilities in man page

[PATCH v9 0/5] riscv: add SBI Supervisor Software Events support
 2026-05-09 15:57 UTC  (10+ messages)
` [PATCH v9 1/5] riscv: add SBI SSE extension definitions
` [PATCH v9 2/5] riscv: add support for SBI Supervisor Software Events extension
` [PATCH v9 3/5] drivers: firmware: add riscv SSE support
` [PATCH v9 4/5] perf: RISC-V: add support for SSE event
` [PATCH v9 5/5] selftests/riscv: add SSE test module

[PATCH] perf test: Make leafloop workload immune to compiler options
 2026-05-08 20:20 UTC  (2+ messages)

[PATCH v2 0/7] perf build: Update kernel headers
 2026-05-08 12:30 UTC  (11+ messages)
` [PATCH v2 1/7] perf trace: Sync linux/socket.h with the kernel source
` [PATCH v2 2/7] perf trace: Sync uapi/linux/fs.h "
` [PATCH v2 3/7] perf trace: Sync uapi/linux/mount.h "
` [PATCH v2 4/7] perf trace: Sync uapi/linux/sched.h "
` [PATCH v2 5/7] perf build: Add make check-headers target
` [PATCH v2 6/7] perf trace: Add beautifier script for fsmount flags
` [PATCH v2 7/7] perf trace: Update beautifier script for clone flags

[RFT PATCH v2 0/7] perf tool: Support iostat for multiple platform
 2026-05-08 10:36 UTC  (25+ messages)
` [RFT PATCH v2 1/7] perf stat: Check color's length instead of the pointer
` [RFT PATCH v2 2/7] perf stat: Save unnecessary print_metric() call
` [RFT PATCH v2 3/7] perf-x86: iostat: Move iostat arch-specific implementation to util
` [RFT PATCH v2 4/7] perf-x86: iostat: Change iostat_prefix() to static
` [RFT PATCH v2 5/7] perf-iostat: Extend iostat interface to support different iostat PMUs
` [RFT PATCH v2 6/7] perf-iostat: Make x86 iostat compatible with new iostat framework
` [RFT PATCH v2 7/7] perf-iostat: Enable iostat mode for HiSilicon PCIe PMU

[PATCH v1] perf record: Refactor ARM64 leaf caller setup out of arch
 2026-05-08 10:35 UTC  (3+ messages)

[PATCH v2] perf riscv: Add SDT argument parsing for RISC-V
 2026-05-08  8:26 UTC  (2+ messages)

[PATCH v2 0/8] perf tools amd ibs: Fixes + Zen6 enhancements
 2026-05-08  6:05 UTC  (4+ messages)
` [PATCH v2 3/8] perf test ibs: Remove obsolete privilege test

[PATCH v2] perf: Extract is_mapping_symbol() helper for kernel mapping symbol filtering
 2026-05-07 20:38 UTC  (6+ messages)
` [PATCH v3] perf: Add "

[PATCH][next] perf/x86: Avoid multiple -Wflex-array-member-not-at-end warnings
 2026-05-07 10:14 UTC  (6+ messages)

[PATCH v4 0/6] perf DWARF: Fix libdw API contract violations and crashes
 2026-05-07  8:20 UTC  (7+ messages)
` [PATCH v5 0/9] [PATCH v5 0/9] "

[PATCH V5 1/2] powerpc tools perf: Initialize error code in auxtrace_record_init function
 2026-05-07  6:13 UTC  (2+ messages)

[PATCH v9 00/29] perf tool: Add evsel to perf_sample
 2026-05-06 21:06 UTC  (11+ messages)
` [PATCH v10 "

[PATCH v1 1/2] perf sched: Avoid segv if tp_handler not set
 2026-05-06 18:54 UTC  (11+ messages)

[PATCH v3] perf lock contention: Allow 'mmap_lock' in -L/--lock-filter
 2026-05-06 16:19 UTC 

[PATCH v2 0/4] perf/x86: Don't write PEBS_ENABLED on KVM transitions
 2026-05-06 14:02 UTC  (6+ messages)
` [PATCH v2 4/4] perf/x86: KVM: Have perf define a dedicated struct for getting guest PEBS data


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