messages from 2026-06-08 20:18:15 to 2026-06-09 06:23:40 UTC [more...]
[PATCH v6 00/21] Add Counter delegation ISA extension support
2026-06-09 6:23 UTC (37+ messages)
` [PATCH v6 01/21] RISC-V: Add Sxcsrind ISA extension CSR definitions
` [PATCH v6 02/21] RISC-V: Add Sxcsrind ISA extension definition and parsing
` [PATCH v6 03/21] dt-bindings: riscv: add Sxcsrind ISA extension description
` [PATCH v6 04/21] RISC-V: Define indirect CSR access helpers
` [PATCH v6 05/21] RISC-V: Add Smcntrpmf extension parsing
` [PATCH v6 06/21] dt-bindings: riscv: add Smcntrpmf ISA extension description
` [PATCH v6 07/21] RISC-V: Add Sscfg extension CSR definition
` [PATCH v6 08/21] RISC-V: Add Ssccfg/Smcdeleg ISA extension definition and parsing
` [PATCH v6 09/21] dt-bindings: riscv: add Counter delegation ISA extensions description
` [PATCH v6 10/21] RISC-V: perf: Restructure the SBI PMU code
` [PATCH v6 11/21] RISC-V: perf: Modify the counter discovery mechanism
` [PATCH v6 12/21] RISC-V: perf: Add a mechanism to defined legacy event encoding
` [PATCH v6 13/21] RISC-V: perf: Implement supervisor counter delegation support
` [PATCH v6 14/21] RISC-V: perf: Skip PMU SBI extension when not implemented
` [PATCH v6 15/21] RISC-V: perf: Use config2/vendor table for event to counter mapping
` [PATCH v6 16/21] RISC-V: perf: Add legacy event encodings via sysfs
` [PATCH v6 17/21] RISC-V: perf: Add Qemu virt machine events
` [PATCH v6 18/21] tools/perf: Support event code for arch standard events
` [PATCH v6 19/21] tools/perf: Add RISC-V CounterIDMask event field
` [PATCH v6 20/21] TEST(do-not-upstream): fake qemu-virt PMU events for cdeleg counter-mask testing
` [PATCH v6 21/21] TEST(do-not-upstream): fake qemu vendor JSON + mapfile entry for CounterIDMask path
[PATCH v1 0/7] perf annotate: Add elfutils libasm disassembler backend
2026-06-09 5:36 UTC (14+ 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 (6+ messages)
` [PATCH 7/8] perf/x86/intel: Drop fixed-counter PEBS constraints for baseline PEBS
[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)
page: | 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