messages from 2026-05-31 08:23:09 to 2026-06-02 07:53:04 UTC [more...]
[PATCH v3 00/14] perf test: Accelerate parallel test harness and add JUnit XML reporting
2026-06-02 7:53 UTC (76+ messages)
` [PATCH v4 00/15] "
` [PATCH v4 11/15] perf test: Skip shebang and SPDX comments in shell test descriptions
` [PATCH v4 12/15] perf test: Split monolithic 'util' test suite into sub-tests
` [PATCH v4 13/15] perf test: Add -j/--junit option for JUnit XML test reports
` [PATCH v4 14/15] perf test: Add shell test to validate JUnit XML reporting output
` [PATCH v4 15/15] perf test: Remove /usr/bin/cc dependency from Intel PT shell test
` [PATCH v5 00/15] perf test: Accelerate parallel test harness and add JUnit XML reporting
` [PATCH 01/15] perf jevents.py: Make generated C code more kernel style
` [PATCH 02/15] perf pmu-events: Add API to get metric table name and iterate tables
` [PATCH 03/15] perf test: Drain pipe after child finishes to avoid losing output
` [PATCH 04/15] perf test: Support dynamic test suites with setup callback and private data
` [PATCH 05/15] perf test pmu-events: A sub-test per metric table
` [PATCH 06/15] tools subcmd: Robust fallback and existence checks for process reaping
` [PATCH 07/15] perf test: Refactor parallel poll loop to drain all pipes simultaneously
` [PATCH 08/15] perf test: Show snippet failure output for verbose=1
` [PATCH 09/15] perf test: Add summary reporting
` [PATCH 10/15] perf test: Fix subtest status alignment for multi-digit indexes
` [PATCH 11/15] perf test: Skip shebang and SPDX comments in shell test descriptions
` [PATCH 12/15] perf test: Split monolithic 'util' test suite into sub-tests
` [PATCH 13/15] perf test: Add -j/--junit option for JUnit XML test reports
` [PATCH 14/15] perf test: Add shell test to validate JUnit XML reporting output
` [PATCH 15/15] perf test: Remove /usr/bin/cc dependency from Intel PT shell test
` [PATCH v6 00/15] perf test: Accelerate parallel test harness and add JUnit XML reporting
` [PATCH v7 00/16] perf test: Parallel harness optimizations, summary & JUnit XML
` [PATCH v7] perf tpebs: Fix concurrent stop races and PID reuse hazards in tpebs_stop
` [PATCH v7] perf jevents.py: Make generated C code more kernel style
` [PATCH v7] perf pmu-events: Add API to get metric table name and iterate tables
` [PATCH v7] perf test: Drain pipe after child finishes to avoid losing output
` [PATCH v7] perf test: Support dynamic test suites with setup callback and private data
` [PATCH v7] perf test pmu-events: A sub-test per metric table
` [PATCH v7] tools subcmd: Robust fallback and existence checks for process reaping
` [PATCH v7] perf test: Refactor parallel poll loop to drain all pipes simultaneously
` [PATCH v7] perf test: Show snippet failure output for verbose=1
` [PATCH v7] perf test: Add summary reporting
` [PATCH v7] perf test: Fix subtest status alignment for multi-digit indexes
` [PATCH v7] perf test: Skip shebang and SPDX comments in shell test descriptions
` [PATCH v7] perf test: Split monolithic 'util' test suite into sub-tests
` [PATCH v7] perf test: Add -j/--junit option for JUnit XML test reports
` [PATCH v7] perf test: Add shell test to validate JUnit XML reporting output
[PATCH v7] perf test: Remove /usr/bin/cc dependency from Intel PT shell test
2026-06-02 7:49 UTC
[PATCH v2 0/8] perf/x86/intel/uncore: PMU setup robustness fixes
2026-06-02 7:24 UTC (10+ messages)
` [PATCH V2 1/8] perf/x86/intel/uncore: Fix PCI PMU cleanup on setup failure
` [PATCH V2 2/8] perf/x86/intel/uncore: Fix refcnt and other cleanups
` [PATCH V2 3/8] perf/x86/intel/uncore: Let init_box() callback report failures
` [PATCH V2 4/8] perf/x86/intel/uncore: Keep PCI PMUs working when MMIO/MSR setup fails
` [PATCH V2 5/8] perf/x86/intel/uncore: Factor out box setup code
` [PATCH V2 6/8] perf/x86/intel/uncore: Introduce PMU flags and broken state
` [PATCH V2 7/8] perf/x86/intel/uncore: Fix uncore_box ref/unref ordering on CPU hotplug
` [PATCH V2 8/8] perf/x86/intel/uncore: Implement lazy setup for MSR/MMIO PMU
[PATCH v9 00/18] perf symbol/env: ELF machine clean up and lazy idle computation
2026-06-02 7:00 UTC (58+ messages)
` [PATCH v10 00/18] Add perf_env__e_machine and migrate arch string comparisons to e_machine
` [PATCH v10 01/18] perf env: Add perf_env__e_machine helper and use in perf_env__arch
` [PATCH v10 02/18] perf tests topology: Switch env->arch use to env->e_machine
` [PATCH v10 03/18] perf env, dso, thread: Add _endian variants for e_machine helpers
` [PATCH v10 04/18] perf capstone: Determine architecture from e_machine
` [PATCH v10 05/18] perf print_insn: Use e_machine for fallback IP length check
` [PATCH v10 06/18] perf symbol: Avoid use of machine__is
` [PATCH v10 07/18] perf machine: Use perf_env e_machine rather than arch
` [PATCH v10 08/18] perf sample-raw: "
` [PATCH v10 09/18] perf sort: "
` [PATCH v10 10/18] perf arch common: "
` [PATCH v10 11/18] perf header: In print_pmu_caps use perf_env e_machine
` [PATCH v10 12/18] perf c2c: Use perf_env e_machine rather than arch
` [PATCH v10 13/18] perf lock-contention: "
` [PATCH v10 14/18] perf env: Refactor perf_env__arch_strerrno
` [PATCH v10 15/18] perf env: Remove unused perf_env__raw_arch
` [PATCH v10 16/18] perf env: Add helper to lazily compute the os_release
` [PATCH v10 17/18] perf symbol: Add setters for bitfields sharing a byte to avoid concurrent update issues
` [PATCH v10 18/18] perf symbol: Lazily compute idle
` [PATCH v11 00/19] perf: Use e_machine and lazily compute symbols
` [PATCH v11 01/19] perf env: Add perf_env__e_machine helper and use in perf_env__arch
` [PATCH v11 02/19] perf tests topology: Switch env->arch use to env->e_machine
` [PATCH v11 03/19] perf env, dso, thread: Add _endian variants for e_machine helpers
` [PATCH v11 04/19] perf capstone: Determine architecture from e_machine
` [PATCH v11 05/19] perf print_insn: Use e_machine for fallback IP length check
` [PATCH v11 06/19] perf symbol: Avoid use of machine__is
` [PATCH v11 07/19] perf machine: Use perf_env e_machine rather than arch
` [PATCH v11 08/19] perf sample-raw: "
` [PATCH v11 09/19] perf sort: "
` [PATCH v11 10/19] perf arch common: "
` [PATCH v11 11/19] perf header: In print_pmu_caps use perf_env e_machine
` [PATCH v11 12/19] perf c2c: Use perf_env e_machine rather than arch
` [PATCH v11 13/19] perf lock-contention: "
` [PATCH v11 14/19] perf env: Refactor perf_env__arch_strerrno
` [PATCH v11 15/19] perf env: Remove unused perf_env__raw_arch
` [PATCH v11 16/19] perf env: Add mutex to protect lazy environment initialization
` [PATCH v11 17/19] perf env: Add helper to lazily compute the os_release
` [PATCH v11 18/19] perf symbol: Add setters for bitfields sharing a byte to avoid concurrent update issues
` [PATCH v11 19/19] perf symbol: Lazily compute idle
[Patch v8 3/5] perf regs: Support x86 SIMD registers sampling
2026-06-02 6:35 UTC (5+ messages)
[Patch v8 0/5] Perf tools: Support eGPRs/SSP/SIMD registers sampling
2026-06-02 6:04 UTC (4+ messages)
` [Patch v8 5/5] perf dwarf-regs: Add SIMD/eGPRs support for x86 DWARF registers
[PATCH v3 0/2] perf/arm-cmn: Add workarounds for CMN-S3 on Graviton5
2026-06-02 5:55 UTC (10+ messages)
` [PATCH v4 "
` [PATCH v4 1/2] perf/arm-cmn: Move DTM index data out of hw_perf_event
` [PATCH v4 2/2] perf/arm-cmn: Add workarounds for CMN-S3 on Graviton5
[Patch v8 4/5] perf regs: Enable dumping of SIMD registers
2026-06-02 5:45 UTC (4+ messages)
[Patch v8 2/5] perf regs: Support x86 eGPRs/SSP sampling
2026-06-02 5:12 UTC (4+ messages)
[Patch v8 1/5] perf headers: Sync perf_event.h/perf_regs.h with the kernel headers
2026-06-02 2:30 UTC (4+ messages)
[PATCH 00/16] lib/cpumask: get rid of cpumap_print_to_pagebuf()
2026-06-02 0:38 UTC (7+ messages)
` [PATCH 05/16] ACPI: pad: Use sysfs_emit() for idlecpus show
` [PATCH 11/16] nvdimm: Use sysfs_emit() for cpumask show callback
` [PATCH 14/16] powercap: intel_rapl: Use sysfs_emit() for cpumask show
[PATCH 1/2] perf vendor events amd: Update Zen 5 core events
2026-06-01 16:21 UTC (3+ messages)
` [PATCH 2/2] perf vendor events amd: Update Zen 6 "
[PATCH] perf/x86/amd/core: Always use the NMI latency mitigation
2026-06-01 15:13 UTC (2+ messages)
[PATCH 2/3] perf/arm_cspmu: nvidia: handle empty resource list in PCIE-TGT init
2026-06-01 15:08 UTC (2+ messages)
[PATCH 1/4] perf: nvidia_t410_cmem_latency: fix cpuhp state leak on init failure
2026-06-01 15:07 UTC (2+ messages)
[PATCH 0/8] riscv: Add reliable stack unwinding for livepatch
2026-06-01 13:57 UTC (4+ messages)
` [PATCH v2 1/8] scripts/sorttable: Handle RISC-V patchable ftrace entries
[PATCH v2] perf/x86/amd/uncore: Use Node ID to identify DF and UMC domains
2026-06-01 12:13 UTC
[PATCH v3] perf bench: add --write-size option to sched pipe
2026-06-01 11:10 UTC (3+ messages)
[PATCH v6 0/8] perf cs-etm: Support thread stack and callchain
2026-06-01 11:03 UTC (3+ messages)
[Patch v8 23/23] perf/x86/intel: Add sanity check for PEBS fragment size
2026-06-01 9:42 UTC (3+ messages)
[Patch v8 22/23] perf/x86: Activate back-to-back NMI detection for arch-PEBS induced NMIs
2026-06-01 9:23 UTC (3+ messages)
[Patch v8 21/23] perf/x86/intel: Enable PERF_PMU_CAP_SIMD_REGS capability
2026-06-01 9:19 UTC (3+ messages)
[Patch v8 20/23] perf/x86/intel: Support arch-PEBS based SIMD/eGPRs/SSP sampling
2026-06-01 9:08 UTC (3+ messages)
[Patch v8 19/23] perf/x86: Support SSP sampling using sample_regs_* fields
2026-06-01 8:54 UTC (3+ messages)
[Patch v8 00/23] Support SIMD/eGPRs/SSP registers sampling for perf
2026-06-01 8:28 UTC (18+ messages)
` [Patch v8 01/23] perf/x86/intel: Validate return value of intel_pmu_init_hybrid()
` [Patch v8 07/23] x86/fpu/xstate: Add xsaves_nmi() helper
` [Patch v8 10/23] perf/x86: Enable XMM Register Sampling for Non-PEBS Events
` [Patch v8 11/23] perf/x86: Enable XMM register sampling for REGS_USER case
[Patch v8 18/23] perf/x86: Support eGPRs sampling using sample_regs_* fields
2026-06-01 8:20 UTC (3+ messages)
[PATCH v1] bpftool build: Restrict feature tests during bootstrap compilation
2026-06-01 8:20 UTC (2+ messages)
[PATCH v8 0/3] perf: marvell: Add CN20K DDR PMU support
2026-06-01 7:33 UTC (4+ messages)
` [PATCH v8 1/3] dt-bindings: perf: marvell: Add CN20K DDR PMU binding
` [PATCH v8 2/3] perf: marvell: Add CN20K DDR PMU support
` [PATCH v8 3/3] perf: marvell: Cancel CN10K DDR PMU hrtimer on device remove
[Patch v8 16/23] perf/x86: Support OPMASK sampling using sample_simd_pred_reg_* fields
2026-06-01 7:21 UTC (3+ messages)
[Patch v8 14/23] perf/x86: Support YMM sampling using sample_simd_vec_reg_* fields
2026-06-01 7:14 UTC (3+ messages)
[Patch v8 13/23] perf/x86: Support XMM sampling using sample_simd_vec_reg_* fields
2026-06-01 6:57 UTC (3+ messages)
[Patch v8 12/23] perf: Add sampling support for SIMD registers
2026-06-01 6:44 UTC (3+ messages)
[Patch v8 02/23] perf/x86: Move hybrid PMU initialization before x86_pmu_starting_cpu()
2026-06-01 1:40 UTC (3+ messages)
[PATCH v4 07/15] perf test: Refactor parallel poll loop to drain all pipes simultaneously
2026-05-31 8:34 UTC (2+ messages)
[PATCH v4 09/15] perf test: Add summary reporting
2026-05-31 8:33 UTC (2+ messages)
[PATCH v4 10/15] perf test: Fix subtest status alignment for multi-digit indexes
2026-05-31 8:33 UTC (2+ messages)
[PATCH v4 06/15] tools subcmd: Robust fallback and existence checks for process reaping
2026-05-31 8:33 UTC (2+ messages)
[PATCH v4 08/15] perf test: Show snippet failure output for verbose=1
2026-05-31 8:31 UTC (2+ messages)
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