messages from 2026-08-27 14:09:19 to 2026-08-31 20:46:36 UTC [more...]
[PATCH v6 0/6] perf: Add support for memory region/range reporting
2026-08-31 20:46 UTC (4+ messages)
` [PATCH v6 1/6] perf mem: Fix size tracking for mem_lvl's in perf_script__meminfo_scnprintf()
` [PATCH v6 2/6] perf mem: Add support for printing PERF_MEM_LVLNUM_L0
` [PATCH v6 3/6] perf header: Support memory ranges
[RFC] ptwrite uprobes
2026-08-31 20:39 UTC (33+ messages)
` [RFC v1 01/19] uprobes: guard trace cleanup against error pointers
` [RFC v1 02/19] uprobes: Correctly reject anonymous VMAs for breakpoint installation
` [RFC v1 03/19] uprobes: Print warning for missing breakpoint install
` [RFC v1 04/19] ptwrite uprobes: Add infrastructure for ptwrite uprobes
` [RFC v1 05/19] ptwrite uprobes: Add minimal low level support for x86
` [RFC v1 06/19] ptwrite uprobes: Add a sample module to exercise interface
` [RFC v1 07/19] ptwrite uprobes: Add support to tracing infrastructure
` [RFC v1 08/19] ptwrite uprobes / x86: Add a user fault notifier chain
` [RFC v1 09/19] ptwrite uprobes: Factor file-backed instruction reads
` [RFC v1 10/19] ptwrite uprobes: Minimal memory references and fault handling
` [RFC v1 11/19] ptwrite uprobes: Add multinop support
` [RFC v1 12/19] ptwrite uprobes: Add pacing to the probes
` [RFC v1 13/19] ptwrite uprobes: Support instruction puning
` [RFC v1 14/19] ptwrite uprobes: Use atomic patching for multinop sites
` [RFC v1 15/19] ptwrite uprobes: Add a tutorial and overview documentation
` [RFC v1 16/19] ptwrite uprobes / perf tools pt: Improve FUP error handling for ptwrite
` [RFC v1 17/19] ptwrite uprobes / perf tools probe: Add support of ptwrite probes
` [RFC v1 18/19] ptwrite uprobes / perf tools script: Add ptwrite uprobes decoder
` [RFC v1 19/19] ptwrite uprobes: Add self tests
[PATCH v1 1/2] perf tool: Remove util/cache.h
2026-08-31 20:30 UTC (7+ messages)
` [PATCH v1 2/2] perf tool: Sort headers from previous cache.h removal
` [PATCH v2 1/2] perf tool: Remove util/cache.h
` [PATCH v2 2/2] perf tool: Tidy up util/cache.h header file users
[PATCH v2 00/14] Remove PG_private by using page/folio->private checks instead
2026-08-31 19:25 UTC (2+ messages)
` [PATCH v2 02/14] perf/ring_buffer: stop using PG_private as AUX page high-order marker
[PATCH v4] perf: Fix use-after-free when perf mmap() revival races with the last munmap()
2026-08-31 19:10 UTC (2+ messages)
v5 of the perf weight annotation patchkit
2026-08-31 18:32 UTC (11+ messages)
` [PATCH v5 1/4] perf tools record: Modernize -W man page
` [PATCH v5 2/4] perf tools top: Add --weight option
` [PATCH v5 3/4] perf tools: Add support for displaying weights in annotate
` [PATCH v5 4/4] perf tools: Add test for weight annotation
[PATCH 0/2] tracing/probes: Fix BTF structure member finder
2026-08-31 18:19 UTC (7+ messages)
` [PATCH 1/2] tracing/probes: Fix anon_stack check for unnamed bitfields in btf_find_struct_member
` [PATCH 2/2] tracing/probes: Fix BTF kflag check for anonymous struct member access
[PATCH v5 0/6] perf: Add support for memory region/range reporting
2026-08-31 17:48 UTC (3+ messages)
[PATCH v3] perf: Fix use-after-free when perf mmap() revival races with the last munmap()
2026-08-31 15:13 UTC (4+ messages)
[PATCH AUTOSEL 6.18] perf/x86/intel/uncore: Guard against invalid box control address
2026-08-31 15:04 UTC (4+ messages)
` [PATCH AUTOSEL 6.18-6.12] perf: Fix addr_filter_ranges lifetime
[PATCHES v4 0/12] perf jitdump: Input validation hardening
2026-08-31 13:35 UTC (25+ messages)
` [PATCH 01/12] perf jitdump: Fix extended header read that always fails
` [PATCH 02/12] perf jitdump: Fix debug_data and unwinding_data leaks
` [PATCH 03/12] perf jitdump: Validate code_size against total_size in code load
` [PATCH 04/12] perf jitdump: Prevent integer underflow in debug info size calculation
` [PATCH 05/12] perf jitdump: Bounds-check debug entry byte-swap loop
` [PATCH 06/12] perf jitdump: Check snprintf return before computing header size
` [PATCH 07/12] perf jitdump: Fix funlockfile on unlocked stream in jit_open() error path
` [PATCH 08/12] perf jitdump: Free event in jit_repipe_code_move()
` [PATCH 09/12] perf jitdump: Use dirname() return value in jit_open()
` [PATCH 10/12] perf jitdump: Validate debug entries on native (non-swap) path
` [PATCH 11/12] perf jitdump: Validate sym string NUL-termination in code load
` [PATCH 12/12] perf jitdump: Validate unwinding sizes against record payload
[PATCH v4 00/23] perf arm64: Support data type profiling
2026-08-31 13:07 UTC (9+ messages)
` [PATCH v4 20/23] perf annotate-arm64: Support 'add' instruction tracking
` [PATCH v4 22/23] perf annotate-arm64: Support per-cpu variable access tracking
[PATCH v2] perf ftrace latency: Do not read trace files when BPF is used
2026-08-31 6:47 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-08-31 5:05 UTC (5+ messages)
[PATCH v14 00/14] tracing: wprobe: x86: Add wprobe for watchpoint
2026-08-31 1:24 UTC (30+ messages)
` [PATCH v14 01/14] x86/mce: Fix hardware debug register corruption on task migration
` [PATCH v14 02/14] tracing/probes: Fix BTF kflag check for anonymous struct member access
` [PATCH v14 03/14] kprobes: Protect kprobe_blacklist with RCU
` [PATCH v14 04/14] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v14 05/14] x86/hw_breakpoints: Add arch_modify_local_hw_breakpoint_addr() API
` [PATCH v14 06/14] HWBP: Add modify_local_hw_breakpoint_addr() API
` [PATCH v14 07/14] tracing/wprobe: Add wprobe (watchpoint probe) trace event support
` [PATCH v14 08/14] x86: hw_breakpoint: Add a kconfig to clarify when a breakpoint fires
` [PATCH v14 09/14] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v14 10/14] selftests: tracing: Add syntax "
` [PATCH v14 11/14] tracing/wprobe: Add set_wprobe and clear_wprobe event triggers
` [PATCH v14 12/14] selftests: ftrace: Add wprobe trigger testcase
` [PATCH v14 13/14] tracing/wprobe: Support BTF typecast in fetchargs
` [PATCH v14 14/14] tracing/wprobe: Support BTF struct offset resolution in set_wprobe trigger
[PATCH] perf: Fix mmap_count accounting on the perf_mmap_close() race path
2026-08-30 15:13 UTC (2+ messages)
[PATCH] perf powerpc-vpadtl: Fix raw_size of DTL samples
2026-08-30 13:37 UTC (3+ messages)
[PATCH] perf symbol: Do not use debug file as the binary type
2026-08-30 13:10 UTC (3+ messages)
[PATCH v2] perf: Fix use-after-free when perf mmap() revival races with the last munmap()
2026-08-30 8:13 UTC
[PATCH v2] perf/bpf: Fix lockless access to parent_event->prog in perf_event_alloc()
2026-08-30 6:24 UTC (2+ messages)
[PATCH v13 00/12] tracing: wprobe: x86: Add wprobe for watchpoint
2026-08-30 5:36 UTC (22+ messages)
` [PATCH v13 02/12] x86/hw_breakpoints: Make DR7 updates NMI safe
` [PATCH v13 05/12] tracing/wprobe: Add wprobe (watchpoint probe) trace event support
` [PATCH v13 07/12] selftests: tracing: Add a basic testcase for wprobe
` [PATCH v13 08/12] selftests: tracing: Add syntax "
` [PATCH v13 09/12] tracing/wprobe: Add set_wprobe and clear_wprobe event triggers
` [PATCH v13 10/12] selftests: ftrace: Add wprobe trigger testcase
` [PATCH v13 12/12] tracing/wprobe: Support BTF struct offset resolution in set_wprobe trigger
[PATCH 0/4] perf c2c: Add function-view stdio support and coverage
2026-08-29 22:51 UTC (3+ messages)
v4 of perf weight annotation
2026-08-29 21:16 UTC (4+ messages)
` [PATCH v4 3/4] perf tools: Add support for displaying weights in annotate
[PATCH] perf unwind: handle allocation failure in libdw__get_entries()
2026-08-29 20:42 UTC (3+ messages)
` [PATCH v2] "
[PATCH] perf: Fix use-after-free when perf mmap() revival races with the last munmap()
2026-08-29 17:35 UTC
[PATCH RESEND v7 1/2] perf pmu intel: Generalize SNC cpumask adjustment for multiple platforms
2026-08-28 22:50 UTC (9+ messages)
[PATCH] perf ftrace latency: Do not read trace files when BPF is used
2026-08-28 16:59 UTC (3+ messages)
[PATCH] perf: riscv: fix PMU overflow counter restart state
2026-08-28 14:36 UTC (2+ messages)
[PATCH RESEND v7 0/3] RISC-V IOMMU HPM support
2026-08-28 9:14 UTC (7+ messages)
` [PATCH RESEND v7 1/3] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
` [PATCH RESEND v7 2/3] iommu/riscv: create a auxiliary device for HPM
` [PATCH RESEND v7 3/3] drivers/perf: riscv-iommu: protect shared state with a raw spinlock
[PATCH v7 0/2] RISC-V IOMMU HPM support
2026-08-28 8:56 UTC (5+ messages)
` [PATCH v7 1/2] iommu/riscv: create a auxiliary device for HPM
` [PATCH v7 2/2] drivers/perf: riscv-iommu: protect shared state with a raw spinlock
[PATCH v4 0/2] RISC-V IOMMU HPM support
2026-08-28 2:24 UTC (6+ messages)
` [PATCH v4 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
[PATCH v6 0/2] RISC-V IOMMU HPM support
2026-08-28 1:34 UTC (6+ messages)
` [PATCH v6 1/2] drivers/perf: riscv-iommu: add risc-v iommu pmu driver
[PATCH v2 00/14] perf cs-etm: Per-thread mode fixes and snapshot wrap support
2026-08-27 18:21 UTC (11+ messages)
` [PATCH v2 05/14] perf cs-etm: Increase default timestamp generation period
` [PATCH v2 07/14] perf arm-spe: Use generic snapshot search
` [PATCH v2 09/14] perf cs-etm: Queue partial AUX records
` [PATCH v2 10/14] perf cs-etm: Don't print missing buffers in snapshot mode
` [PATCH v2 11/14] perf auxtrace: cs-etm: Capture wrapped snapshots
[PATCH] uprobes: Free utask on dup_return_instance() failure
2026-08-27 16:44 UTC (12+ messages)
` SIGILL and uretprobes, WAS: "
[RFC PATCH 1/1] perf scripts flamegraph: Add --asm option
2026-08-27 15:37 UTC (4+ messages)
` [RFC PATCH v2 0/1] "
` [RFC PATCH v2 1/1] "
[PATCH v2] perf/core: Skip empty AUX records with only format flags
2026-08-27 14:28 UTC (2+ messages)
[PATCH v2 0/8] Enhance TLP packet decoder with field-level parsing and versioning
2026-08-27 14:14 UTC (14+ messages)
` [PATCH v2 1/8] perf hisi-ptt: Abstract trace data buf and offset
` [PATCH v2 2/8] perf hisi-ptt: Complete the field names for 4DW and 8DW packets
` [PATCH v2 3/8] perf hisi-ptt: Extract the raw data printing part
` [PATCH v2 4/8] perf hisi-ptt: Merge 4DW and 8DW HEAD0 printing
` [PATCH v2 6/8] perf hisi-ptt: Add field-level parsing for header DW2/DW3
` [PATCH v2 5/8] perf hisi-ptt: Add parsing of supported message types
` [PATCH v2 8/8] perf hisi-ptt: Pass pattern version to decoder for compatibility
` [PATCH v2 7/8] hwtracing: hisi_ptt: Add pattern PMU config for trace format selection
page: next (older) | prev (newer) | latest
- recent:[subjects (threaded)|topics (new)|topics (active)]
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox