messages from 2025-12-03 05:49:23 to 2025-12-06 00:18:55 UTC [more...]
[PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
2025-12-06 0:17 UTC (45+ messages)
` [PATCH v6 01/44] perf: Skip pmu_ctx based on event_type
` [PATCH v6 02/44] perf: Add generic exclude_guest support
` [PATCH v6 03/44] perf: Move security_perf_event_free() call to __free_event()
` [PATCH v6 04/44] perf: Add APIs to create/release mediated guest vPMUs
` [PATCH v6 05/44] perf: Clean up perf ctx time
` [PATCH v6 06/44] perf: Add a EVENT_GUEST flag
` [PATCH v6 07/44] perf: Add APIs to load/put guest mediated PMU context
` [PATCH v6 08/44] perf/x86/core: Register a new vector for handling mediated guest PMIs
` [PATCH v6 09/44] perf/x86/core: Add APIs to switch to/from mediated PMI vector (for KVM)
` [PATCH v6 10/44] perf/x86/core: Do not set bit width for unavailable counters
` [PATCH v6 11/44] perf/x86/core: Plumb mediated PMU capability from x86_pmu to x86_pmu_cap
` [PATCH v6 12/44] perf/x86/intel: Support PERF_PMU_CAP_MEDIATED_VPMU
` [PATCH v6 13/44] perf/x86/amd: Support PERF_PMU_CAP_MEDIATED_VPMU for AMD host
` [PATCH v6 14/44] KVM: Add a simplified wrapper for registering perf callbacks
` [PATCH v6 15/44] KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities
` [PATCH v6 16/44] KVM: x86/pmu: Start stubbing in mediated PMU support
` [PATCH v6 17/44] KVM: x86/pmu: Implement Intel mediated PMU requirements and constraints
` [PATCH v6 18/44] KVM: x86/pmu: Implement AMD mediated PMU requirements
` [PATCH v6 19/44] KVM: x86/pmu: Register PMI handler for mediated vPMU
` [PATCH v6 20/44] KVM: x86/pmu: Disable RDPMC interception for compatible "
` [PATCH v6 21/44] KVM: x86/pmu: Load/save GLOBAL_CTRL via entry/exit fields for mediated PMU
` [PATCH v6 22/44] KVM: x86/pmu: Disable interception of select PMU MSRs for mediated vPMUs
` [PATCH v6 23/44] KVM: x86/pmu: Bypass perf checks when emulating mediated PMU counter accesses
` [PATCH v6 24/44] KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filtering
` [PATCH v6 25/44] KVM: x86/pmu: Reprogram mediated PMU event selectors on event filter updates
` [PATCH v6 26/44] KVM: x86/pmu: Always stuff GuestOnly=1,HostOnly=0 for mediated PMCs on AMD
` [PATCH v6 27/44] KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guest
` [PATCH v6 28/44] KVM: x86/pmu: Disallow emulation in the fastpath if mediated PMCs are active
` [PATCH v6 29/44] KVM: x86/pmu: Handle emulated instruction for mediated vPMU
` [PATCH v6 30/44] KVM: nVMX: Add macros to simplify nested MSR interception setting
` [PATCH v6 31/44] KVM: nVMX: Disable PMU MSR interception as appropriate while running L2
` [PATCH v6 32/44] KVM: nSVM: "
` [PATCH v6 33/44] KVM: x86/pmu: Expose enable_mediated_pmu parameter to user space
` [PATCH v6 34/44] KVM: x86/pmu: Elide WRMSRs when loading guest PMCs if values already match
` [PATCH v6 35/44] KVM: VMX: Drop intermediate "guest" field from msr_autostore
` [PATCH v6 36/44] KVM: nVMX: Don't update msr_autostore count when saving TSC for vmcs12
` [PATCH v6 37/44] KVM: VMX: Dedup code for removing MSR from VMCS's auto-load list
` [PATCH v6 38/44] KVM: VMX: Drop unused @entry_only param from add_atomic_switch_msr()
` [PATCH v6 39/44] KVM: VMX: Bug the VM if either MSR auto-load list is full
` [PATCH v6 40/44] KVM: VMX: Set MSR index auto-load entry if and only if entry is "new"
` [PATCH v6 41/44] KVM: VMX: Compartmentalize adding MSRs to host vs. guest auto-load list
` [PATCH v6 42/44] KVM: VMX: Dedup code for adding MSR to VMCS's auto list
` [PATCH v6 43/44] KVM: VMX: Initialize vmcs01.VM_EXIT_MSR_STORE_ADDR with list address
` [PATCH v6 44/44] KVM: VMX: Add mediated PMU support for CPUs without "save perf global ctrl"
[PATCH] perf: Fix 0 count issue of cpu-clock
2025-12-05 23:44 UTC (6+ messages)
[PATCH] perf genelf: Switch from SHA-1 to BLAKE2s for build ID generation
2025-12-05 21:23 UTC (4+ messages)
[PATCH v2 00/10] perf: Refactor/add fallbacks for reading build-id and debuglink
2025-12-05 21:18 UTC (4+ messages)
` [PATCH v2 10/10] perf symbol: Fix ENOENT case for filename__read_build_id
[PATCH v1] perf test java symbol: Additional libperf-jvmti.so path check
2025-12-05 19:01 UTC
[PATCH 0/2] tools build: Fix arm64's unistd_64.h dependency
2025-12-05 17:16 UTC (6+ messages)
` [PATCH 1/2] tools headers: Add arm64's unistd_64.h
` [PATCH 2/2] Revert "perf tools: Fix arm64 build by generating unistd_64.h"
[Patch v5 00/19] Support SIMD/eGPRs/SSP registers sampling for perf
2025-12-05 16:35 UTC (45+ messages)
` [Patch v5 01/19] perf: Eliminate duplicate arch-specific functions definations
` [Patch v5 02/19] perf/x86: Use x86_perf_regs in the x86 nmi handler
` [Patch v5 03/19] perf/x86: Introduce x86-specific x86_pmu_setup_regs_data()
` [Patch v5 04/19] x86/fpu/xstate: Add xsaves_nmi() helper
` [Patch v5 05/19] perf: Move and rename has_extended_regs() for ARCH-specific use
` [Patch v5 06/19] perf/x86: Add support for XMM registers in non-PEBS and REGS_USER
` [Patch v5 07/19] perf: Add sampling support for SIMD registers
` [Patch v5 08/19] perf/x86: Enable XMM sampling using sample_simd_vec_reg_* fields
` [Patch v5 09/19] perf/x86: Enable YMM "
` [Patch v5 10/19] perf/x86: Enable ZMM "
` [Patch v5 11/19] perf/x86: Enable OPMASK sampling using sample_simd_pred_reg_* fields
` [Patch v5 12/19] perf/x86: Enable eGPRs sampling using sample_regs_* fields
` [Patch v5 13/19] perf/x86: Enable SSP "
` [Patch v5 14/19] perf/x86/intel: Enable PERF_PMU_CAP_SIMD_REGS capability
` [Patch v5 15/19] perf/x86/intel: Enable arch-PEBS based SIMD/eGPRs/SSP sampling
` [Patch v5 16/19] perf/x86: Activate back-to-back NMI detection for arch-PEBS induced NMIs
` [Patch v5 17/19] perf headers: Sync with the kernel headers
` [Patch v5 18/19] perf parse-regs: Support new SIMD sampling format
` [Patch v5 19/19] perf regs: Enable dumping of SIMD registers
[PATCH] bpftool: Fix build with OpenSSL versions older than 3.0
2025-12-05 15:32 UTC (3+ messages)
[PATCH] perf probe: Improve C++ support in arguments
2025-12-05 12:36 UTC
[PATCH 1/2] tools/build: Add a feature test for libopenssl
2025-12-05 10:28 UTC (8+ messages)
` [PATCH 2/2] perf tools: Disable BPF skeleton if no libopenssl found
[PATCH v6 0/2] Add HARDLOCKUP_DETECTOR_PERF support for RISC-V
2025-12-05 6:53 UTC (7+ messages)
` [PATCH v6 1/2] watchdog: move arm64 watchdog_hld into common code
` [PATCH v6 2/2] riscv: add HARDLOCKUP_DETECTOR_PERF support
` [External] Re: [PATCH v6 0/2] Add HARDLOCKUP_DETECTOR_PERF support for RISC-V
[PATCH] perf build: Support passing extra Clang options via EXTRA_BPF_FLAGS
2025-12-05 6:33 UTC (8+ messages)
[RFC] perf build: Use self-contained headers from kernel source when compiling
2025-12-05 6:29 UTC (3+ messages)
[PATCH 00/19] coresight: trbe: Support trigger and circle buffer modes
2025-12-05 4:53 UTC (19+ messages)
` [PATCH 01/19] coresight: trbe: Use helpers for checking errata
` [PATCH 02/19] coresight: trbe: Remove redundant disable operation
` [PATCH 03/19] coresight: trbe: Remove buffer disabling in trbe_handle_overflow()
` [PATCH 04/19] coresight: trbe: Remove set_trbe_disabled() from the enable flow
` [PATCH 05/19] coresight: trbe: Refactor status clearing
` [PATCH 06/19] coresight: trbe: Refactor syndrome decoding
` [PATCH 08/19] coresight: trbe: Use PERF_AUX_FLAG_PARTIAL instead of PERF_AUX_FLAG_COLLISION
` [PATCH 19/19] perf: cs-etm: Set watermark for AUX trace
[PATCH] perf/arm-cmn: Support CMN-600AE
2025-12-04 23:48 UTC (2+ messages)
[PATCH v2 1/2] perf tests kvm: Avoid leaving perf.data.guest file around
2025-12-04 22:55 UTC (2+ messages)
` [PATCH v2 2/2] perf tests top: Make the test exclusive
[PATCH v1 1/2] perf tests kvm: Avoid leaving perf.data.guest file around
2025-12-04 22:49 UTC (2+ messages)
` [PATCH v1 2/2] perf tests top: Make the test exclusive
[PATCH v1] perf: Make more global variables static
2025-12-04 21:42 UTC
[PATCH v1] perf help: Move common_cmds into builtin-help
2025-12-04 21:11 UTC
[PATCH v2 0/7] Perf stat --null/offline CPU segv related fixes/tests
2025-12-04 19:10 UTC (10+ messages)
` [PATCH v2 1/7] perf stat: Allow no events to open if this is a "--null" run
` [PATCH v2 2/7] libperf cpumap: Fix perf_cpu_map__max for an empty/NULL map
` [PATCH v2 3/7] perf cpumap: Add "any" CPU handling to cpu_map__snprint_mask
` [PATCH v2 4/7] perf tests stat: Add "--null" coverage
` [PATCH v2 5/7] perf stat: When no events, don't report an error if there is none
` [PATCH v2 6/7] perf tests stat: Add test for error for an offline CPU
` [PATCH v2 7/7] perf stat: Improve handling of termination by signal
[PATCH v1 00/17] perf: Small fixes and new tests
2025-12-04 19:10 UTC (8+ messages)
` [PATCH v1 17/17] perf test kvm: Add some basic perf kvm test coverage
[PATCH v1 0/9] Updated Intel events and metric unit fixes
2025-12-04 19:10 UTC (3+ messages)
[PATCH v2] perf arm_spe: Add CPU variants supporting common data source packet
2025-12-04 19:10 UTC (3+ messages)
[PATCH v6.19-rc1 1/1] perf auxtrace: Include sys/types.h for pid_t
2025-12-04 19:10 UTC (3+ messages)
[PATCH v3 0/2] Replace trace_cpu_frequency with trace_policy_frequency
2025-12-04 18:47 UTC (11+ messages)
` [PATCH v3 1/2] cpufreq: "
[PATCH] perf vendor events riscv: Add CVA6 JSON file
2025-12-04 16:43 UTC (4+ messages)
` [PATCH v2] "
[PATCH 0/2] perf tools: Always uniquify event names
2025-12-04 16:34 UTC (5+ messages)
` [PATCH 1/2] "
` [PATCH 2/2] perf test: Add missing newlines in debug messages
[PATCH v6.19-rc1 1/1] libperf: Use 'extern' in LIBPERF_API visibility macro
2025-12-04 16:11 UTC
[PATCH 0/7] perf cs-etm/arm-spe: Remove hard coded config fields
2025-12-04 14:43 UTC (14+ messages)
` [PATCH 2/7] perf tools: apply evsel__set_config_if_unset() to all "
` [PATCH 4/7] perf cs-etm: Don't use hard coded config bits when setting up ETMCR
` [PATCH 6/7] perf cs-etm: Don't hard code config attribute when configuring the event
[PATCH v6.19-rc1 1/1] libperf: Compile using -std=gnu17 to deal with visibility attribute issues
2025-12-04 14:32 UTC (3+ messages)
[PATCH v3 0/7] riscv: pmu: Add support for Control Transfer Records Ext
2025-12-04 7:23 UTC (4+ messages)
` [PATCH v3 6/7] riscv: pmu: Integrate CTR Ext support in riscv_pmu_dev driver
perf stat dumps core when CPU offline
2025-12-03 21:51 UTC (3+ messages)
[PATCH v1 1/4] perf stat: Allow no events to open if this is a "--null" run
2025-12-03 21:49 UTC (6+ messages)
[PATCH AUTOSEL 6.18-6.1] perf/x86/amd: Check event before enable to avoid GPF
2025-12-03 20:29 UTC
[PATCH v9 00/48] AMD, ARM, Intel metric generation with Python
2025-12-03 17:59 UTC (2+ messages)
[PATCHSET v2 0/5] perf tools: Fix /proc/kallsyms map split
2025-12-03 17:58 UTC (2+ messages)
[PATCHSET v6 0/6] perf tools: Add deferred callchain support
2025-12-03 17:58 UTC (4+ messages)
` [PATCH v6 3/6] perf record: Add --call-graph fp,defer option for deferred callchains
[PATCH v2 1/2] perf jitdump: Add sym/str-tables to build-ID generation
2025-12-03 17:58 UTC (2+ messages)
[PATCH v1] perf test: Fix hybrid testing of event fallback test
2025-12-03 17:58 UTC (2+ messages)
[PATCH] perf tools: Remove a trailing newline in the event terms
2025-12-03 17:58 UTC (2+ messages)
[PATCH] perf build: build BPF skeletons with fPIC
2025-12-03 16:48 UTC (3+ messages)
[PATCH bpf-next v6 0/2] Pass external callchain entry to get_perf_callchain
2025-12-03 9:33 UTC (5+ messages)
` [PATCH bpf-next v6 2/2] bpf: Hold the perf callchain entry until used completely
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;
as well as URLs for NNTP newsgroup(s).