messages from 2026-06-06 20:06:34 to 2026-06-09 05:33:04 UTC [more...]
[PATCH v1 0/7] perf annotate: Add elfutils libasm disassembler backend
2026-06-09 5:33 UTC (13+ messages)
` [PATCH v1 1/7] tools build: Add feature check for elfutils libasm
` [PATCH v1 2/7] perf build: Add build support and capability "
` [PATCH v1 3/7] perf annotate: Implement elfutils libasm disassembler backend
` [PATCH v1 4/7] perf annotate: Add --disassembler command-line option
` [PATCH v1 5/7] perf test: Enhance annotate test coverage and isolate config
` [PATCH v1 6/7] perf annotate: Support BPF JIT disassembly via genelf
` [PATCH v1 7/7] perf test: Add BPF JIT annotation test coverage for all disassemblers
[Patch v2 0/9] perf/x86: Miscellaneous PMU bug fixes
2026-06-09 5:25 UTC (14+ messages)
` [Patch v2 1/9] perf/x86/intel: Remove anythread_deprecated bit from perf_capabilities
` [Patch v2 2/9] perf/x86: Introduce is_x86_pmu() helper
` [Patch v2 3/9] perf/x86: Update cap_user_rdpmc base on rdpmc user disable state
` [Patch v2 4/9] perf/x86/intel: Fallback to sw branch type decoding if no hw decoding
` [Patch v2 5/9] perf/x86/intel: Drop LBR entries whose privilege level mismatches br_sel
` [Patch v2 6/9] perf/x86/intel: Validate return value of intel_pmu_init_hybrid()
` [Patch v2 7/9] perf/x86/intel: Drop fixed-counter PEBS constraints for baseline PEBS
` [Patch v2 8/9] perf/core: Fix kernel register info leak via hardware skid
` [Patch v2 9/9] perf/core: Check kernel access when kernel callchains are requested
[PATCHES v4 00/11] perf tools: Assorted fixes
2026-06-09 1:24 UTC (20+ messages)
` [PATCH 01/11] perf tools: Fix get_max_num() size_t underflow on empty sysfs file
` [PATCH 02/11] perf tools: Use scnprintf() in cpu_map__snprint() to prevent overflow
` [PATCH 03/11] perf tools: Use perf_env__get_cpu_topology() in machine__resolve()
` [PATCH 04/11] perf tools: NULL bitmap pointers after bitmap_free()
` [PATCH 05/11] perf sched: Bounds-check prio before test_bit() in timehist
` [PATCH 06/11] perf sched: Fix idle-hist callchain display using wrong rb_first variant
` [PATCH 07/11] perf tools: Add O_CLOEXEC to open() calls in DSO and ELF code
` [PATCH 08/11] perf bpf: Use scnprintf() in snprintf_hex() and synthesize_bpf_prog_name()
` [PATCH 09/11] perf hists: Fix snprintf() in hists__scnprintf_title() UID filter path
` [PATCH 10/11] perf tools: Use scnprintf() in build_id__snprintf() and hwmon read_events()
` [PATCH 11/11] libperf: Document code simplification case for widening struct perf_cpu
[PATCH 0/8] perf/x86: Miscellaneous PMU bug fixes
2026-06-09 0:36 UTC (19+ messages)
` [PATCH 1/8] perf/x86/intel: Remove anythread_deprecated bit from perf_capabilities
` [PATCH 4/8] perf/x86/intel: Fix redundant branch type check in intel_pmu_lbr_filter()
` [PATCH 6/8] perf/x86/intel: Validate return value of intel_pmu_init_hybrid()
` [PATCH 7/8] perf/x86/intel: Drop fixed-counter PEBS constraints for baseline PEBS
` [PATCH 8/8] perf/core: Fix kernel register info leak via hardware skid
[PATCHES v3 00/11] perf tools: Assorted fixes
2026-06-08 23:25 UTC (29+ messages)
` [PATCH 01/11] perf tools: Fix get_max_num() size_t underflow on empty sysfs file
` [PATCH 02/11] perf tools: Use scnprintf() in cpu_map__snprint() to prevent overflow
` [PATCH 03/11] perf tools: Use perf_env__get_cpu_topology() in machine__resolve()
` [PATCH 04/11] perf tools: NULL bitmap pointers after bitmap_free()
` [PATCH 05/11] perf sched: Bounds-check prio before test_bit() in timehist
` [PATCH 06/11] perf sched: Fix idle-hist callchain display using wrong rb_first variant
` [PATCH 07/11] perf tools: Add O_CLOEXEC to open() calls in DSO and ELF code
` [PATCH 08/11] perf bpf: Use scnprintf() in snprintf_hex() and synthesize_bpf_prog_name()
` [PATCH 09/11] perf hists: Fix snprintf() in hists__scnprintf_title() UID filter path
` [PATCH 10/11] perf tools: Use scnprintf() in build_id__snprintf() and hwmon read_events()
` [PATCH 11/11] libperf: Document code simplification case for widening struct perf_cpu
[PATCH] perf riscv: fix register name strings
2026-06-08 20:42 UTC (5+ messages)
[PATCH v4 0/4] arm64: Add BRBE support for bpf_get_branch_snapshot()
2026-06-08 18:06 UTC (3+ messages)
` [PATCH v4 2/4] perf: Use a union to clear branch entry bitfields
[PATCH 0/3] perf: marvell: LLC-TAD PMU MPAM filtering and CN20K support
2026-06-08 17:34 UTC (8+ messages)
` [PATCH 1/3] perf: marvell: Add MPAM partid filtering to CN10K TAD PMU
` [PATCH 2/3] perf: marvell: Add CN20K LLC-TAD PMU support
` [PATCH 3/3] dt-bindings: perf: marvell: Extend CN10K TAD PMU binding for CN20K
[PATCH v2] perf build: Respect V=1 for Python extension builds
2026-06-08 16:15 UTC (2+ messages)
[PATCH] perf build: Respect V=1 for Python extension builds
2026-06-08 15:32 UTC (3+ messages)
[RFC PATCH 0/4] perf: Add perf.data tracepoint events to trace.dat conversion
2026-06-08 15:18 UTC (10+ messages)
` [RFC PATCH 1/4] perf/trace-dat: Add trace.dat export infrastructure
` [RFC PATCH 2/4] perf/trace-event: Write trace.dat metadata sections during parsing
` [RFC PATCH 3/4] perf data-convert: Add perf.data to trace.dat conversion backend
` [RFC PATCH 4/4] perf data: Add --to-trace-dat option for converting perf.data tracepoint events into trace.dat format
[PATCH v16 0/5] perf tools: Add inject --aslr feature, early maps loading, and decoupling fixes
2026-06-08 15:08 UTC (29+ messages)
` [PATCH v17 "
` [PATCH v17 1/5] perf maps: Add maps__mutate_mapping
` [PATCH v17 2/5] perf inject/aslr: Add ASLR tool infrastructure and MMAP tracking
` [PATCH v17 3/5] perf inject/aslr: Implement sample address remapping
` [PATCH v17 4/5] perf aslr: Strip sample registers
` [PATCH v17 5/5] perf test: Add inject ASLR test
` [PATCH v18 0/5] perf tools: Add inject --aslr feature, early maps loading, and decoupling fixes
` [PATCH v18 1/5] perf maps: Add maps__mutate_mapping
` [PATCH v18 2/5] perf inject/aslr: Add ASLR tool infrastructure and MMAP tracking
` [PATCH v18 3/5] perf inject/aslr: Implement sample address remapping
` [PATCH v18 4/5] perf aslr: Strip sample registers
` [PATCH v18 5/5] perf test: Add inject ASLR test
` [PATCH v19 0/5] perf tools: Add inject --aslr feature, early maps loading, and decoupling fixes
` [PATCH v19 1/5] perf maps: Add maps__mutate_mapping
` [PATCH v19 2/5] perf inject/aslr: Add ASLR tool infrastructure and MMAP tracking
` [PATCH v19 3/5] perf inject/aslr: Implement sample address remapping
` [PATCH v19 4/5] perf aslr: Strip sample registers
` [PATCH v19 5/5] perf test: Add inject ASLR test
[PATCH v6 0/8] perf cs-etm: Support thread stack and callchain
2026-06-08 13:09 UTC (9+ messages)
` [PATCH v6 3/8] perf cs-etm: Use thread-stack for last branch entries
` [PATCH v6 6/8] perf cs-etm: Filter synthesized branch samples
[PATCH] arm64/hw_breakpoint: reject unaligned watchpoints that would truncate BAS
2026-06-08 12:14 UTC (3+ messages)
[PATCH 0/4] x86/msr: Get rid of rdmsrl() and wrmsrl()
2026-06-08 8:28 UTC (3+ messages)
` [PATCH 1/4] x86/msr: Switch rdmsrl() users to rdmsrq()
` [PATCH 3/4] x86/msr: Switch wrmsrl() users to wrmsrq()
[Patch v3] perf tests: Add auto counter reload (ACR) sampling test
2026-06-08 8:26 UTC (3+ messages)
[PATCH v3 00/11] x86/msr: Drop 32-bit variants of *_on_cpu() MSR functions
2026-06-08 5:59 UTC (3+ messages)
` [PATCH v3 05/11] x86/msr: Switch wrmsr_on_cpu() users to wrmsrq_on_cpu()
[PATCHES v2 00/11] perf tools: Assorted fixes
2026-06-08 1:54 UTC (19+ messages)
` [PATCH 01/11] perf tools: Fix get_max_num() size_t underflow on empty sysfs file
` [PATCH 02/11] perf tools: Use scnprintf() in cpu_map__snprint() to prevent overflow
` [PATCH 03/11] perf tools: Use perf_env__get_cpu_topology() in machine__resolve()
` [PATCH 04/11] perf mmap: Fix mbind() maxnode vs bitmap allocation mismatch in aio_bind
` [PATCH 05/11] perf tools: NULL bitmap pointers after bitmap_free()
` [PATCH 06/11] perf sched: Bounds-check prio before test_bit() in timehist
` [PATCH 07/11] perf sched: Fix idle-hist callchain display using wrong rb_first variant
` [PATCH 08/11] perf tools: Add O_CLOEXEC to open() calls in DSO and ELF code
` [PATCH 09/11] perf bpf: Use scnprintf() in snprintf_hex() and synthesize_bpf_prog_name()
` [PATCH 10/11] perf hists: Fix snprintf() in hists__scnprintf_title() UID filter path
` [PATCH 11/11] perf tools: Use scnprintf() in build_id__snprintf() and hwmon read_events()
[PATCHES v1 00/11] perf tools: Assorted fixes
2026-06-07 23:49 UTC (18+ messages)
` [PATCH 01/11] perf tools: Fix get_max_num() size_t underflow on empty sysfs file
` [PATCH 02/11] perf tools: Use scnprintf() in cpu_map__snprint() to prevent overflow
` [PATCH 03/11] perf tools: Use perf_env__get_cpu_topology() in machine__resolve()
` [PATCH 04/11] perf mmap: Fix mbind() maxnode vs bitmap allocation mismatch in aio_bind
` [PATCH 05/11] perf tools: NULL bitmap pointers after bitmap_free()
` [PATCH 06/11] perf sched: Bounds-check prio before test_bit() in timehist
` [PATCH 07/11] perf sched: Fix idle-hist callchain display using wrong rb_first variant
` [PATCH 08/11] perf tools: Add O_CLOEXEC to open() calls in DSO and ELF code
` [PATCH 09/11] perf bpf: Use scnprintf() in snprintf_hex() and synthesize_bpf_prog_name()
` [PATCH 10/11] perf hists: Fix snprintf() in hists__scnprintf_title() UID filter path
` [PATCH 11/11] perf tools: Use scnprintf() in build_id__snprintf() and hwmon read_events()
[PATCH] perf: avoid lockdep warning in self-monitoring perf_event_open
2026-06-07 16:36 UTC (2+ messages)
[PATCH V2] tools/perf/sched: Update process names of processes in zombie state for both -s and -S options
2026-06-07 14:02 UTC
[PATCH 2/7] perf stat: Introduce perf_env__get_cpu_topology() to guard NULL env->cpu
2026-06-06 21:47 UTC (3+ messages)
[PATCH v1 0/7] perf tools: Fix NULL derefs, OOB reads, use-after-free, and memory leaks
2026-06-06 20:19 UTC (6+ messages)
` [PATCH 4/7] perf timechart: Fix cpu2y() OOB read on untrusted CPU index
` [PATCH 5/7] perf tools: Fix int16_t truncation of max_cpu_num in set_max_cpu_num()
` [PATCH 6/7] perf sched: Free callchain nodes in idle thread cleanup
` [PATCH 7/7] libperf: Document struct perf_cpu int16_t ABI limitation
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