Linux Perf Users
 help / color / mirror / Atom feed
 messages from 2026-07-21 07:39:47 to 2026-07-24 18:09:53 UTC [more...]

[PATCH 2/3] AF_ALG: Drop support for off-CPU cryptography
 2026-07-24 18:09 UTC  (6+ messages)

[PATCH v2 0/2] perf: Generic hotplug/cpumask for system PMUs
 2026-07-24 18:01 UTC  (4+ messages)
` [PATCH v2 1/2] "
` [PATCH v2 2/2] perf/arm-cmn: Switch to generic cpumask

[PATCH v4 0/4] tools/build: Allow versioning of all LLVM tools
 2026-07-24 17:19 UTC  (3+ messages)

[PATCH] perf unwind-libdw: Fix unwinding of multi-threaded processes
 2026-07-24 15:40 UTC  (4+ messages)
  ` [PATCH v2] "

[PATCH v3 0/5] perf trace-event: Fix security bugs in trace-event-read.c and trace-event.c
 2026-07-24 14:57 UTC  (11+ messages)
` [PATCH v3 1/5] perf trace-event: Fix buffer overflow in read_string()
` [PATCH v3 2/5] perf trace-event: Fix integer truncation in do_read() and skip()
` [PATCH v3 3/5] perf trace-event: Avoid double free in trace_event__cleanup()
` [PATCH v3 4/5] perf trace-event: Fix heap buffer overflow in read_ftrace_printk()
` [PATCH v3 5/5] perf trace-event: Fix infinite loop in skip()

[PATCH] perf sched: Suppress latency table output when trace samples are missing
 2026-07-24 14:29 UTC 

[PATCH v4 0/2] perf trace: Correct cpumask formatting and add --bitmask-list
 2026-07-24 14:25 UTC  (7+ messages)
` [PATCH v4 1/2] perf trace: Correct default cpumask formatting to hexadecimal
` [PATCH v4 2/2] perf trace: Add --bitmask-list command-line option

[PATCH v3 00/14] perf c2c: add a function view
 2026-07-24 10:22 UTC  (15+ messages)
` [PATCH v4 0/9] "
  ` [PATCH v4 1/9] perf c2c: extract shared data structures into c2c.h
  ` [PATCH v4 2/9] perf c2c: add function view browser skeleton
  ` [PATCH v4 3/9] perf c2c: add column rendering for function view
  ` [PATCH v4 4/9] perf c2c: add HPP list parsing for function view columns
  ` [PATCH v4 5/9] perf c2c: add function view stats merge and memory management
  ` [PATCH v4 6/9] perf c2c: add function view hierarchy entry creation
  ` [PATCH v4 7/9] perf c2c: build and finalize the function view hierarchy
  ` [PATCH v4 8/9] perf c2c: add function view browser UI and cacheline detail
  ` [PATCH v4 9/9] perf c2c: document function view in perf-c2c man page

[PATCH v2 2/2] perf trace-event: Fix integer truncation in do_read() and skip()
 2026-07-24 10:18 UTC  (3+ messages)
    ` [PATCH v2 1/2] perf trace-event: Fix buffer overflow in read_string()

[PATCH v3 00/14] perf c2c: add a function view
 2026-07-24 10:10 UTC  (4+ messages)
    ` [PATCH "

[PATCH V2 0/6] tools/perf: Add powerpc HTM auxtrace support
 2026-07-24  8:53 UTC  (19+ 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-24  7:05 UTC  (19+ 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 v2] perf cap: Remove used_root parameter and simplify capability checks
 2026-07-24  5:47 UTC  (3+ messages)
` [PATCH v3] "

[PATCH] perf cs-etm: Avoid truncating AUX buffer sizes to int
 2026-07-24  5:47 UTC  (3+ messages)

[PATCH 0/3] perf: Remove redundant error messages on IRQ request failure
 2026-07-23 22:38 UTC  (5+ messages)
` [PATCH 1/3] perf: Remove redundant dev_err()/dev_err_probe()
` [PATCH 2/3] perf: arm_cspmu: Remove redundant dev_err()

[PATCH v8 00/21] ARM64 PMU Partitioning
 2026-07-23 20:57 UTC  (4+ messages)

[PATCH v10 00/11] tracing: wprobe: x86: Add wprobe for watchpoint
 2026-07-23 18:34 UTC  (20+ messages)
` [PATCH v10 01/11] tracing: wprobe: Add watchpoint probe event based on hardware breakpoint
` [PATCH v10 02/11] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v10 03/11] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v10 04/11] selftests: tracing: Add syntax "
` [PATCH v10 05/11] x86/hw_breakpoint: Unify breakpoint install/uninstall
` [PATCH v10 06/11] x86/hw_breakpoint: Add arch_reinstall_hw_breakpoint
` [PATCH v10 07/11] HWBP: Add modify_wide_hw_breakpoint_local() API
` [PATCH v10 08/11] tracing: wprobe: Add wprobe event trigger
` [PATCH v10 09/11] selftests: ftrace: Add wprobe trigger testcase
` [PATCH v10 10/11] tracing/wprobe: Support BTF typecast in fetchargs
` [PATCH v10 11/11] tracing/wprobe: Support BTF typecast in wprobe trigger command

[PATCH v1] perf python: Clean up and restructure setup.py
 2026-07-23 17:27 UTC  (6+ messages)
    ` [PATCH v2] "
      ` [PATCH v3] "

[PATCH] tools: Use fputc() calls in some functions
 2026-07-23 15:14 UTC  (4+ messages)

[PATCH v5 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
 2026-07-23 12:14 UTC  (3+ messages)
` [PATCH v5 1/4] perf/core: Fix sched_task callbacks for CPU-wide branch stack events

[PATCH] perf trace-event: Fix buffer overflow in read_string()
 2026-07-23  6:41 UTC  (3+ messages)

[PATCH v2] perf stat: Include PMU name and split uncore events per PMU in metric-only JSON output
 2026-07-23  6:03 UTC  (3+ messages)

[PATCH v3] perf stat: Add --hide-zero-events option to suppress zero-count events
 2026-07-23  5:41 UTC  (2+ messages)

[PATCH v5 01/10] perf hists browser: Increase MAX_OPTIONS to prevent stack buffer overflow
 2026-07-23  5:34 UTC  (15+ messages)
` [PATCH v6 "
  ` [PATCH v7 0/6] perf ui hists / annotate: Remaining fixes for reference counting and annotation
    ` [PATCH v7 1/6] perf ui hists: Fix stack use-after-return in symbol_filter_str
    ` [PATCH v7 2/6] perf ui hists: Guard against NULL hist_entry in add_script_opt()
    ` [PATCH v7 3/6] perf ui hists: In report UI ensure thread is set with reference counting
    ` [PATCH v7 4/6] perf ui hists: Fix dso_filter reference leak and exit zoom cleanup
    ` [PATCH v7 5/6] perf annotate: Be robust to annotating without a thread
    ` [PATCH v7 6/6] perf ui hists: Remove duplicated thread in popup_action

Getting positive, and not just negative, Sashiko reviews
 2026-07-23  5:28 UTC  (3+ messages)

[PATCH v2] perf record: Fix destructor invocation and event counting in fdarray__filter
 2026-07-23  5:27 UTC  (3+ messages)
` [PATCH v3] "

[PATCH v2 00/33] mm: make VMA page offset handling more consistent
 2026-07-23  2:42 UTC  (5+ messages)
` [PATCH v2 13/33] mm/vma: introduce and use vmg_pages(), vmg_[start, end]_pgoff()
` [PATCH v2 14/33] mm/vma: clean up anon_vma_compatible()

[RFC PATCH v2 00/13] mm/kwatch: dynamic hardware watchpoints for hunting memory corruption
 2026-07-23  0:05 UTC  (9+ messages)

[PATCH 0/2] perf: Generic hotplug/cpumask for system PMUs
 2026-07-22 18:42 UTC  (6+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] perf/arm-cmn: Switch to generic cpumask

[PATCH v1] perf pmu-events: Parallelize JSON and metric pre-computation in jevents.py
 2026-07-22 17:31 UTC 

[PATCH v6 0/2] perf/arm-cmn: Add workarounds for CMN-S3 on Graviton5
 2026-07-22 10:42 UTC  (3+ messages)

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

[PATCH v3 00/21] perf arm64: Support data type profiling
 2026-07-22  7:03 UTC  (6+ messages)
` [PATCH v3 11/21] perf auxtrace: Set default period to 1 for PERF_ITRACE_PERIOD_INSTRUCTIONS type

[BUG] perf: cross-mm mmap teardown unaccounts pinned memory from the wrong mm
 2026-07-22  6:16 UTC  (3+ messages)
` [PATCH] perf/core: unaccount mmap pages from the charged owners

[Patch v10 00/10] Perf tools: Support eGPRs/SSP/SIMD registers sampling
 2026-07-22  2:43 UTC  (19+ messages)
` [Patch v10 03/10] tools headers: Sync x86 headers with kernel sources
` [Patch v10 04/10] perf headers: Sync perf_event.h/perf_regs.h with the kernel headers
` [Patch v10 05/10] perf regs: Support x86 eGPRs/SSP sampling
` [Patch v10 06/10] perf regs: Support x86 SIMD registers sampling
` [Patch v10 09/10] perf tests: Add x86 eGPRs/SSP registers sampling test
` [Patch v10 10/10] perf tests: Add SIMD "

[Patch v10 00/23] Support SIMD/eGPRs/SSP registers sampling for perf
 2026-07-22  0:17 UTC  (3+ messages)

[PATCH v2 0/4] perf: Fix and optimize maps parsing, boundaries, and bounds safety
 2026-07-22  0:13 UTC  (36+ messages)
` [PATCH v3 "
  ` [PATCH v3 1/4] perf find-map: Remove PATH_MAX 128-byte stack array restriction
  ` [PATCH v3 2/4] perf synthetic-events: Fix line synchronization, bounds, and truncation bugs in proc maps reader
  ` [PATCH v3 3/4] perf synthetic-events: Fix bounds, stale state, and misc flags in kernel module synthesis
  ` [PATCH v3 4/4] perf synthetic-events: Fix bounds and union member access in mmap2 build_id synthesis
  ` [PATCH v4 0/4] perf: Fix and optimize maps parsing, boundaries, and bounds safety
    ` [PATCH v4 1/4] perf find-map: Remove PATH_MAX 128-byte stack array restriction
    ` [PATCH v4 2/4] perf synthetic-events: Fix line synchronization, bounds, and truncation bugs in proc maps reader
    ` [PATCH v4 3/4] perf synthetic-events: Fix bounds, stale state, and misc flags in kernel module synthesis
    ` [PATCH v4 4/4] perf synthetic-events: Fix bounds and union member access in mmap2 build_id synthesis
    ` [PATCH v5 0/4] perf: Fix and optimize maps parsing, boundaries, and bounds safety
      ` [PATCH v5 1/4] perf find-map: Remove PATH_MAX 128-byte stack array restriction
      ` [PATCH v5 2/4] perf synthetic-events: Fix line synchronization, bounds, and truncation bugs in proc maps reader
      ` [PATCH v5 3/4] perf synthetic-events: Fix bounds, stale state, and misc flags in kernel module synthesis
      ` [PATCH v5 4/4] perf synthetic-events: Fix bounds and union member access in mmap2 build_id synthesis
      ` [PATCH v6 0/4] perf: Fix and optimize maps parsing, boundaries, and bounds safety
        ` [PATCH v6 1/4] perf find-map: Remove PATH_MAX 128-byte stack array restriction
        ` [PATCH v6 2/4] perf synthetic-events: Fix line synchronization, bounds, and truncation bugs in proc maps reader
        ` [PATCH v6 3/4] perf synthetic-events: Fix bounds, stale state, and misc flags in kernel module synthesis
        ` [PATCH v6 4/4] perf synthetic-events: Fix bounds and union member access in mmap2 build_id synthesis
        ` [PATCH v7 0/5] perf: Fix and optimize maps parsing, boundaries, and bounds safety
          ` [PATCH v7 1/5] perf find-map: Remove PATH_MAX 128-byte stack array restriction
          ` [PATCH v7 2/5] perf synthetic-events: Fix line synchronization, bounds, and truncation bugs in proc maps reader
          ` [PATCH v7 3/5] perf synthetic-events: Fix stack buffer overflow and bounds in cgroup synthesis
          ` [PATCH v7 4/5] perf synthetic-events: Fix bounds, stale state, and misc flags in kernel module synthesis
          ` [PATCH v7 5/5] perf synthetic-events: Fix bounds and union member access in mmap2 build_id synthesis

[PATCH 11/21] KVM: arm64: Context swap Partitioned PMU guest registers
 2026-07-21 23:05 UTC  (2+ messages)

[PATCH bpf-next 0/2] uprobes: Switch uretprobes_srcu to SRCU-fast-updown
 2026-07-21 19:44 UTC  (4+ messages)
` [PATCH bpf-next 2/2] "

[Patch v3 0/8] perf/x86: Miscellaneous PMU bug fixes and optimizations
 2026-07-21 14:58 UTC  (2+ messages)


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