messages from 2025-12-04 21:13:01 to 2025-12-09 20:52:46 UTC [more...]
[PATCH v5 00/24] ARM64 PMU Partitioning
2025-12-09 20:51 UTC (17+ messages)
` [PATCH v5 01/24] arm64: cpufeature: Add cpucap for HPMN0
` [PATCH v5 02/24] KVM: arm64: Move arm_{psci,hypercalls}.h to an internal KVM path
` [PATCH v5 03/24] KVM: arm64: Include KVM headers to get forward declarations
` [PATCH v5 04/24] KVM: arm64: Move ARM specific headers in include/kvm to arch directory
` [PATCH v5 05/24] KVM: arm64: Reorganize PMU includes
` [PATCH v5 06/24] KVM: arm64: Reorganize PMU functions
` [PATCH v5 07/24] perf: arm_pmuv3: Introduce method to partition the PMU
` [PATCH v5 08/24] perf: arm_pmuv3: Generalize counter bitmasks
` [PATCH v5 09/24] perf: arm_pmuv3: Keep out of guest counter partition
` [PATCH v5 10/24] KVM: arm64: Set up FGT for Partitioned PMU
` [PATCH v5 11/24] KVM: arm64: Writethrough trapped PMEVTYPER register
` [PATCH v5 12/24] KVM: arm64: Use physical PMSELR for PMXEVTYPER if partitioned
` [PATCH v5 13/24] KVM: arm64: Writethrough trapped PMOVS register
` [PATCH v5 14/24] KVM: arm64: Write fast path PMU register handlers
` [PATCH v5 15/24] KVM: arm64: Setup MDCR_EL2 to handle a partitioned PMU
` [PATCH v5 17/24] KVM: arm64: Context swap Partitioned PMU guest registers
[PATCH v2 00/12] perf cs-etm/arm-spe: Remove hard coded config fields
2025-12-09 18:09 UTC (17+ messages)
` [PATCH v2 01/12] perf parse-events: Refactor get_config_terms() to remove macros
` [PATCH v2 02/12] perf evsel: Support sparse fields in evsel__set_config_if_unset()
` [PATCH v2 03/12] perf parse-events: Track all user changed config bits
` [PATCH v2 04/12] perf evsel: apply evsel__set_config_if_unset() to all config fields
` [PATCH v2 05/12] perf evsel: Add a helper to get the value of a config field
` [PATCH v2 06/12] perf parse-events: Always track user config changes
` [PATCH v2 07/12] perf tests: Test evsel__set_config_if_unset() and config change tracking
` [PATCH v2 08/12] perf cs-etm: Make a helper to find the Coresight evsel
` [PATCH v2 09/12] perf cs-etm: Don't use hard coded config bits when setting up ETMCR
` [PATCH v2 10/12] perf cs-etm: Don't use hard coded config bits when setting up TRCCONFIGR
` [PATCH v2 11/12] perf cs-etm: Don't hard code config attribute when configuring the event
` [PATCH v2 12/12] perf arm-spe: Don't hard code config attribute
[PATCH v1] perf stat display: Make %f precision consistent
2025-12-09 17:45 UTC (2+ messages)
[PATCH v2 0/7] Perf stat --null/offline CPU segv related fixes/tests
2025-12-09 17:38 UTC (6+ messages)
[PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
2025-12-09 17:37 UTC (59+ 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 v1] perf tests kwork: Add basic kwork coverage tests
2025-12-09 17:08 UTC
[PATCH] perf test: Fix test case perf evlist tests for s390x
2025-12-09 16:40 UTC (2+ messages)
[PATCH 0/2] tools build: Fix arm64's unistd_64.h dependency
2025-12-09 16:37 UTC (7+ messages)
` [PATCH 2/2] Revert "perf tools: Fix arm64 build by generating unistd_64.h"
[PATCH 00/19] coresight: trbe: Support trigger and circle buffer modes
2025-12-09 16:06 UTC (19+ messages)
` [PATCH 05/19] coresight: trbe: Refactor status clearing
` [PATCH 06/19] coresight: trbe: Refactor syndrome decoding
` [PATCH 07/19] coresight: trbe: Refactor AUX flag setting
` [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 bench: Add -t/--threads option to perf bench mem mmap
2025-12-09 13:01 UTC (2+ messages)
[PATCH v1] perf tools: Add the legacy-cache.json to .gitignore
2025-12-09 12:55 UTC (2+ messages)
[PATCH v9 00/48] AMD, ARM, Intel metric generation with Python
2025-12-09 11:31 UTC (9+ messages)
` [PATCH v9 17/48] perf jevents: Add upc metric for uops per cycle for AMD
` [PATCH v9 18/48] perf jevents: Add br metric group for branch statistics on AMD
` [PATCH v9 22/48] perf jevents: Add load store breakdown metrics ldst for AMD
` [PATCH v9 46/48] perf jevents: Add collection of topdown like metrics for arm64
[PATCH v3 RESEND] perf/core: Fix missing read event generation on task exit
2025-12-09 11:24 UTC (5+ messages)
` [tip: perf/urgent] "
[PATCH v1] perf symbol: Fix ENOENT case for filename__read_build_id
2025-12-09 9:47 UTC (2+ messages)
[PATCH] perf/x86/amd/uncore: Fix the return value of amd_uncore_df_event_init() on error
2025-12-09 8:26 UTC
[bug report] perf/x86/amd/uncore: Refactor uncore management
2025-12-09 7:26 UTC (2+ messages)
[PATCH v2 0/3] perf genelf: BLAKE2s build ID generation
2025-12-09 1:57 UTC (4+ messages)
` [PATCH v2 1/3] perf util: Add BLAKE2s support
` [PATCH v2 2/3] perf genelf: Switch from SHA-1 to BLAKE2s for build ID generation
` [PATCH v2 3/3] perf util: Remove SHA-1 code
[PATCH] perf genelf: Switch from SHA-1 to BLAKE2s for build ID generation
2025-12-09 1:19 UTC (5+ messages)
[PATCH] libsubcmd: Fix null intersection case in exclude_cmds()
2025-12-08 17:26 UTC (3+ messages)
[PATCH v1] perf test subcmd help: Add exclude disjoint subcmd names
2025-12-08 17:23 UTC
[PATCH] perf build: Support passing extra Clang options via EXTRA_BPF_FLAGS
2025-12-08 9:05 UTC (9+ messages)
[RFC] perf build: Use self-contained headers from kernel source when compiling
2025-12-08 9:04 UTC (4+ messages)
[Patch v5 00/19] Support SIMD/eGPRs/SSP registers sampling for perf
2025-12-08 8:53 UTC (38+ messages)
` [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 12/19] perf/x86: Enable eGPRs sampling using sample_regs_* fields
` [Patch v5 13/19] perf/x86: Enable SSP "
` [Patch v5 16/19] perf/x86: Activate back-to-back NMI detection for arch-PEBS induced NMIs
` [Patch v5 18/19] perf parse-regs: Support new SIMD sampling format
[PATCH] perf: Fix 0 count issue of cpu-clock
2025-12-08 5:16 UTC (7+ messages)
[PATCH v2 3/3] perf tools: Fix use-after-free in help_unknown_cmd()
2025-12-07 21:54 UTC (7+ messages)
` perf --help triggers an assertion
[GIT PULL] perf-tools changes for v6.19
2025-12-07 15:16 UTC (2+ messages)
[PATCH v2 00/10] perf: Refactor/add fallbacks for reading build-id and debuglink
2025-12-07 2:28 UTC (5+ 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] 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 (6+ messages)
[PATCH v6 0/2] Add HARDLOCKUP_DETECTOR_PERF support for RISC-V
2025-12-05 6:53 UTC (5+ messages)
` [PATCH v6 1/2] watchdog: move arm64 watchdog_hld into common code
` [PATCH v6 2/2] riscv: add HARDLOCKUP_DETECTOR_PERF support
[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
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).