December 2025 Archives by subject
Starting: Tue Dec 2 09:37:24 PST 2025
Ending: Fri Dec 19 00:10:19 PST 2025
Messages: 93
- [GIT PULL] KVM/riscv changes for 6.19
Paolo Bonzini
- [GIT PULL] KVM/riscv changes for 6.19
patchwork-bot+linux-riscv at kernel.org
- [kvm-unit-tests PATCH 0/4] riscv: sbi: Add support to test PMU extension
James Raphael Tiovalen
- [kvm-unit-tests PATCH 1/4] lib: riscv: Add SBI PMU CSRs and enums
James Raphael Tiovalen
- [kvm-unit-tests PATCH 2/4] lib: riscv: Add SBI PMU support
James Raphael Tiovalen
- [kvm-unit-tests PATCH 3/4] lib: riscv: Add SBI PMU helper functions
James Raphael Tiovalen
- [kvm-unit-tests PATCH 4/4] riscv: sbi: Add tests for PMU extension
James Raphael Tiovalen
- [PATCH 00/10] KVM: selftests: Convert to kernel-style types
David Matlack
- [PATCH 1/4] RISC-V: KVM: Allow zicfiss/zicfilp exts for Guest/VM
Deepak Gupta
- [PATCH 1/4] RISC-V: KVM: Allow zicfiss/zicfilp exts for Guest/VM
Deepak Gupta
- [PATCH 1/4] RISC-V: KVM: Allow zicfiss/zicfilp exts for Guest/VM
Quan Zhou
- [PATCH 3/4] RISC-V: KVM: Add suuport for zicfiss/zicfilp/svadu FWFT features
kernel test robot
- [PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
Sean Christopherson
- [PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
Gustavo A. R. Silva
- [PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
Bibo Mao
- [PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
Anup Patel
- [PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
Christian Borntraeger
- [PATCH] KVM: Remove subtle "struct kvm_stats_desc" pseudo-overlay
Marc Zyngier
- [PATCH] RISC-V: KVM: Allow to downgrade HGATP mode via SATP mode
Anup Patel
- [PATCH v1 0/5] KVM: selftests: Alignment fixes and arm64 MMU cleanup
Fuad Tabba
- [PATCH v1 1/5] KVM: arm64: selftests: Disable unused TTBR1_EL1 translations
Fuad Tabba
- [PATCH v1 2/5] KVM: arm64: selftests: Fix incorrect rounding in page_align()
Fuad Tabba
- [PATCH v1 3/5] KVM: riscv: selftests: Fix incorrect rounding in page_align()
Fuad Tabba
- [PATCH v1 4/5] KVM: selftests: Move page_align() to shared header
Fuad Tabba
- [PATCH v1 5/5] KVM: selftests: Fix typos and stale comments in kvm_util
Fuad Tabba
- [PATCH v2 0/5] KVM: selftests: Alignment fixes and arm64 MMU cleanup
Fuad Tabba
- [PATCH v2 1/5] KVM: arm64: selftests: Disable unused TTBR1_EL1 translations
Fuad Tabba
- [PATCH v2 2/5] KVM: arm64: selftests: Fix incorrect rounding in page_align()
Fuad Tabba
- [PATCH v2 3/5] KVM: riscv: selftests: Fix incorrect rounding in page_align()
Fuad Tabba
- [PATCH v2 4/5] KVM: selftests: Move page_align() to shared header
Fuad Tabba
- [PATCH v2 5/5] KVM: selftests: Fix typos and stale comments in kvm_util
Fuad Tabba
- [PATCH v3] RISC-V: KVM: Fix guest page fault within HLV* instructions
patchwork-bot+linux-riscv at kernel.org
- [PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
Sean Christopherson
- [PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
Peter Zijlstra
- [PATCH v6 00/44] KVM: x86: Add support for mediated vPMUs
Manali Shukla
- [PATCH v6 01/44] perf: Skip pmu_ctx based on event_type
Sean Christopherson
- [PATCH v6 02/44] perf: Add generic exclude_guest support
Sean Christopherson
- [PATCH v6 03/44] perf: Move security_perf_event_free() call to __free_event()
Sean Christopherson
- [PATCH v6 04/44] perf: Add APIs to create/release mediated guest vPMUs
Sean Christopherson
- [PATCH v6 04/44] perf: Add APIs to create/release mediated guest vPMUs
Peter Zijlstra
- [PATCH v6 04/44] perf: Add APIs to create/release mediated guest vPMUs
Sean Christopherson
- [PATCH v6 05/44] perf: Clean up perf ctx time
Sean Christopherson
- [PATCH v6 06/44] perf: Add a EVENT_GUEST flag
Sean Christopherson
- [PATCH v6 07/44] perf: Add APIs to load/put guest mediated PMU context
Sean Christopherson
- [PATCH v6 08/44] perf/x86/core: Register a new vector for handling mediated guest PMIs
Sean Christopherson
- [PATCH v6 09/44] perf/x86/core: Add APIs to switch to/from mediated PMI vector (for KVM)
Sean Christopherson
- [PATCH v6 10/44] perf/x86/core: Do not set bit width for unavailable counters
Sean Christopherson
- [PATCH v6 11/44] perf/x86/core: Plumb mediated PMU capability from x86_pmu to x86_pmu_cap
Sean Christopherson
- [PATCH v6 12/44] perf/x86/intel: Support PERF_PMU_CAP_MEDIATED_VPMU
Sean Christopherson
- [PATCH v6 13/44] perf/x86/amd: Support PERF_PMU_CAP_MEDIATED_VPMU for AMD host
Sean Christopherson
- [PATCH v6 14/44] KVM: Add a simplified wrapper for registering perf callbacks
Sean Christopherson
- [PATCH v6 15/44] KVM: x86/pmu: Snapshot host (i.e. perf's) reported PMU capabilities
Sean Christopherson
- [PATCH v6 16/44] KVM: x86/pmu: Start stubbing in mediated PMU support
Sean Christopherson
- [PATCH v6 17/44] KVM: x86/pmu: Implement Intel mediated PMU requirements and constraints
Sean Christopherson
- [PATCH v6 18/44] KVM: x86/pmu: Implement AMD mediated PMU requirements
Sean Christopherson
- [PATCH v6 19/44] KVM: x86/pmu: Register PMI handler for mediated vPMU
Sean Christopherson
- [PATCH v6 20/44] KVM: x86/pmu: Disable RDPMC interception for compatible mediated vPMU
Sean Christopherson
- [PATCH v6 21/44] KVM: x86/pmu: Load/save GLOBAL_CTRL via entry/exit fields for mediated PMU
Sean Christopherson
- [PATCH v6 22/44] KVM: x86/pmu: Disable interception of select PMU MSRs for mediated vPMUs
Sean Christopherson
- [PATCH v6 23/44] KVM: x86/pmu: Bypass perf checks when emulating mediated PMU counter accesses
Sean Christopherson
- [PATCH v6 24/44] KVM: x86/pmu: Introduce eventsel_hw to prepare for pmu event filtering
Sean Christopherson
- [PATCH v6 25/44] KVM: x86/pmu: Reprogram mediated PMU event selectors on event filter updates
Sean Christopherson
- [PATCH v6 26/44] KVM: x86/pmu: Always stuff GuestOnly=1,HostOnly=0 for mediated PMCs on AMD
Sean Christopherson
- [PATCH v6 27/44] KVM: x86/pmu: Load/put mediated PMU context when entering/exiting guest
Sean Christopherson
- [PATCH v6 28/44] KVM: x86/pmu: Disallow emulation in the fastpath if mediated PMCs are active
Sean Christopherson
- [PATCH v6 29/44] KVM: x86/pmu: Handle emulated instruction for mediated vPMU
Sean Christopherson
- [PATCH v6 30/44] KVM: nVMX: Add macros to simplify nested MSR interception setting
Sean Christopherson
- [PATCH v6 31/44] KVM: nVMX: Disable PMU MSR interception as appropriate while running L2
Sean Christopherson
- [PATCH v6 32/44] KVM: nSVM: Disable PMU MSR interception as appropriate while running L2
Sean Christopherson
- [PATCH v6 33/44] KVM: x86/pmu: Expose enable_mediated_pmu parameter to user space
Sean Christopherson
- [PATCH v6 34/44] KVM: x86/pmu: Elide WRMSRs when loading guest PMCs if values already match
Sean Christopherson
- [PATCH v6 35/44] KVM: VMX: Drop intermediate "guest" field from msr_autostore
Sean Christopherson
- [PATCH v6 35/44] KVM: VMX: Drop intermediate "guest" field from msr_autostore
Mi, Dapeng
- [PATCH v6 36/44] KVM: nVMX: Don't update msr_autostore count when saving TSC for vmcs12
Sean Christopherson
- [PATCH v6 37/44] KVM: VMX: Dedup code for removing MSR from VMCS's auto-load list
Sean Christopherson
- [PATCH v6 37/44] KVM: VMX: Dedup code for removing MSR from VMCS's auto-load list
Mi, Dapeng
- [PATCH v6 37/44] KVM: VMX: Dedup code for removing MSR from VMCS's auto-load list
Sean Christopherson
- [PATCH v6 37/44] KVM: VMX: Dedup code for removing MSR from VMCS's auto-load list
Mi, Dapeng
- [PATCH v6 38/44] KVM: VMX: Drop unused @entry_only param from add_atomic_switch_msr()
Sean Christopherson
- [PATCH v6 38/44] KVM: VMX: Drop unused @entry_only param from add_atomic_switch_msr()
Mi, Dapeng
- [PATCH v6 39/44] KVM: VMX: Bug the VM if either MSR auto-load list is full
Sean Christopherson
- [PATCH v6 39/44] KVM: VMX: Bug the VM if either MSR auto-load list is full
Mi, Dapeng
- [PATCH v6 39/44] KVM: VMX: Bug the VM if either MSR auto-load list is full
Mi, Dapeng
- [PATCH v6 40/44] KVM: VMX: Set MSR index auto-load entry if and only if entry is "new"
Sean Christopherson
- [PATCH v6 40/44] KVM: VMX: Set MSR index auto-load entry if and only if entry is "new"
Mi, Dapeng
- [PATCH v6 41/44] KVM: VMX: Compartmentalize adding MSRs to host vs. guest auto-load list
Sean Christopherson
- [PATCH v6 41/44] KVM: VMX: Compartmentalize adding MSRs to host vs. guest auto-load list
Mi, Dapeng
- [PATCH v6 42/44] KVM: VMX: Dedup code for adding MSR to VMCS's auto list
Sean Christopherson
- [PATCH v6 42/44] KVM: VMX: Dedup code for adding MSR to VMCS's auto list
Mi, Dapeng
- [PATCH v6 43/44] KVM: VMX: Initialize vmcs01.VM_EXIT_MSR_STORE_ADDR with list address
Sean Christopherson
- [PATCH v6 44/44] KVM: VMX: Add mediated PMU support for CPUs without "save perf global ctrl"
Sean Christopherson
- [PATCH v6 44/44] KVM: VMX: Add mediated PMU support for CPUs without "save perf global ctrl"
Mi, Dapeng
- [PATCH v6 44/44] KVM: VMX: Add mediated PMU support for CPUs without "save perf global ctrl"
Mi, Dapeng
Last message date:
Fri Dec 19 00:10:19 PST 2025
Archived on: Fri Dec 19 00:13:50 PST 2025
This archive was generated by
Pipermail 0.09 (Mailman edition).