public inbox for kvm@vger.kernel.org
 help / color / mirror / Atom feed
 messages from 2023-08-15 18:50:29 to 2023-08-17 06:40:07 UTC [more...]

[PATCH v5 00/12] KVM: arm64: PMU: Allow userspace to limit the number of PMCs on vCPU
 2023-08-17  6:38 UTC  (15+ messages)
` [PATCH v5 01/12] KVM: arm64: PMU: Introduce a helper to set the guest's PMU
` [PATCH v5 02/12] KVM: arm64: PMU: Set the default PMU for the guest on vCPU reset
` [PATCH v5 03/12] KVM: arm64: PMU: Clear PM{C,I}NTEN{SET,CLR} and PMOVS{SET,CLR} "
` [PATCH v5 04/12] KVM: arm64: PMU: Don't define the sysreg reset() for PM{USERENR,CCFILTR}_EL0
` [PATCH v5 05/12] KVM: arm64: PMU: Simplify extracting PMCR_EL0.N
` [PATCH v5 06/12] KVM: arm64: PMU: Add a helper to read a vCPU's PMCR_EL0
` [PATCH v5 07/12] KVM: arm64: PMU: Set PMCR_EL0.N for vCPU based on the associated PMU
` [PATCH v5 08/12] KVM: arm64: PMU: Allow userspace to limit PMCR_EL0.N for the guest
` [PATCH v5 09/12] tools: Import arm_pmuv3.h
` [PATCH v5 10/12] KVM: selftests: aarch64: Introduce vpmu_counter_access test
` [PATCH v5 11/12] KVM: selftests: aarch64: vPMU register test for implemented counters
` [PATCH v5 12/12] KVM: selftests: aarch64: vPMU register test for unimplemented counters

[RFC PATCH v2 0/5] Reduce NUMA balance caused TLB-shootdowns in a VM
 2023-08-17  5:05 UTC  (31+ messages)
` [RFC PATCH v2 5/5] KVM: Unmap pages only when it's indeed protected for NUMA migration

[PATCH v3 0/6] KVM: PPC: Nested APIv2 guest support
 2023-08-17  4:19 UTC  (17+ messages)
` [PATCH v3 1/6] KVM: PPC: Use getters and setters for vcpu register state
` [PATCH v3 2/6] KVM: PPC: Rename accessor generator macros
` [PATCH v3 4/6] KVM: PPC: Book3s HV: Hold LPIDs in an unsigned long
` [PATCH v3 5/6] KVM: PPC: Add support for nestedv2 guests

[PATCH 00/10] RISC-V: Refactor instructions
 2023-08-17  4:05 UTC  (6+ messages)

Fwd: kvm: Windows Server 2003 VM fails to work on 6.1.44 (works fine on 6.1.43)
 2023-08-17  3:05 UTC  (7+ messages)
      `  "

[PATCH v3 00/15] KVM: x86: Add "governed" X86_FEATURE framework
 2023-08-17  2:11 UTC  (37+ messages)
` [PATCH v3 01/15] KVM: x86: Add a framework for enabling KVM-governed x86 features
` [PATCH v3 02/15] KVM: x86/mmu: Use KVM-governed feature framework to track "GBPAGES enabled"
` [PATCH v3 03/15] KVM: VMX: Recompute "XSAVES enabled" only after CPUID update
` [PATCH v3 04/15] KVM: VMX: Check KVM CPU caps, not just VMX MSR support, for XSAVE enabling
` [PATCH v3 05/15] KVM: VMX: Rename XSAVES control to follow KVM's preferred "ENABLE_XYZ"
` [PATCH v3 06/15] KVM: x86: Use KVM-governed feature framework to track "XSAVES enabled"
` [PATCH v3 07/15] KVM: nVMX: Use KVM-governed feature framework to track "nested VMX enabled"
` [PATCH v3 08/15] KVM: nSVM: Use KVM-governed feature framework to track "NRIPS enabled"
` [PATCH v3 09/15] KVM: nSVM: Use KVM-governed feature framework to track "TSC scaling enabled"
` [PATCH v3 10/15] KVM: nSVM: Use KVM-governed feature framework to track "vVM{SAVE,LOAD} enabled"
` [PATCH v3 11/15] KVM: nSVM: Use KVM-governed feature framework to track "LBRv enabled"
` [PATCH v3 12/15] KVM: nSVM: Use KVM-governed feature framework to track "Pause Filter enabled"
` [PATCH v3 13/15] KVM: nSVM: Use KVM-governed feature framework to track "vGIF enabled"
` [PATCH v3 14/15] KVM: nSVM: Use KVM-governed feature framework to track "vNMI enabled"
` [PATCH v3 15/15] KVM: x86: Disallow guest CPUID lookups when IRQs are disabled

[PATCH v10 0/9] Linear Address Masking (LAM) KVM Enabling
 2023-08-17  1:59 UTC  (25+ messages)
` [PATCH v10 1/9] KVM: x86/mmu: Use GENMASK_ULL() to define __PT_BASE_ADDR_MASK
` [PATCH v10 3/9] KVM: x86: Use KVM-governed feature framework to track "LAM enabled"
` [PATCH v10 4/9] KVM: x86: Virtualize CR4.LAM_SUP
` [PATCH v10 5/9] KVM: x86: Virtualize CR3.LAM_{U48,U57}
` [PATCH v10 7/9] KVM: VMX: Implement and wire get_untagged_addr() for LAM
` [PATCH v10 8/9] KVM: x86: Untag address for vmexit handlers when LAM applicable
` [PATCH v10 9/9] KVM: x86: Expose LAM feature to userspace VMM

[PATCH v2 0/8] LASS KVM virtualization support
 2023-08-17  1:38 UTC  (13+ messages)
` [PATCH v2 2/8] KVM: x86: Use a new flag for branch instructions
` [PATCH v2 4/8] KVM: x86: Add X86EMUL_F_INVTLB and pass it in em_invlpg()
` [PATCH v2 6/8] KVM: VMX: Implement and apply vmx_is_lass_violation() for LASS protection

[PATCH 0/2] KVM: x86/mmu: .change_pte() optimization in TDP MMU
 2023-08-17  0:00 UTC  (3+ messages)

Deadlock due to EPT_VIOLATION
 2023-08-16 23:54 UTC  (12+ messages)

[PATCH v3 0/6] Update document description for kvm_mmu_page and kvm_mmu_page_role
 2023-08-16 22:46 UTC  (5+ messages)
` [PATCH v3 4/6] KVM: Documentation: Add the missing description for tdp_mmu_root_count into kvm_mmu_page
` [PATCH v3 5/6] KVM: Documentation: Add the missing description for mmu_valid_gen "

[PATCH v1 0/6] LASS KVM virtualization support
 2023-08-16 22:16 UTC  (3+ messages)
` [PATCH v1 2/6] KVM: x86: Virtualize CR4.LASS

[PATCH v4 00/16] Improve scalability of KVM + userfaultfd live migration via annotated memory faults
 2023-08-16 21:28 UTC  (10+ messages)
` [PATCH v4 03/16] KVM: Add KVM_CAP_MEMORY_FAULT_INFO

[PATCH] KVM: arm64: pmu: Resync EL0 state on counter rotation
 2023-08-16 21:15 UTC  (6+ messages)

[PATCH 0/8] KVM: gmem: Adding hooks for SEV and TDX
 2023-08-16 20:37 UTC  (8+ messages)
` [PATCH 4/8] KVM: gmem: protect kvm_mmu_invalidate_end()
` [PATCH 5/8] KVM: gmem, x86: Add gmem hook for initializing private memory
` [PATCH 6/8] KVM: gmem, x86: Add gmem hook for invalidating "

[PATCH v2 0/2] KVM: irqbypass: XArray conversion and a deref fix
 2023-08-16 18:37 UTC  (3+ messages)
` [PATCH v2 1/2] KVM: eventfd: Fix NULL deref irqbypass producer

[PATCH v3] vfio: align capability structures
 2023-08-16 18:35 UTC  (2+ messages)

[PATCH v8 00/11] Enable writable for idregs DFR0,PFR0, MMFR{0,1,2,3}
 2023-08-16 17:23 UTC  (7+ messages)
` [PATCH v8 10/11] KVM: arm64: selftests: Import automatic system register definition generation from kernel
` [PATCH v8 11/11] KVM: arm64: selftests: Test for setting ID register from usersapce

[Bug 217799] New: kvm: Windows Server 2003 VM fails to work on 6.1.44 (works fine on 6.1.43)
 2023-08-16 17:23 UTC  (7+ messages)
` [Bug 217799] "
` [Bug 217799] kvm: Speculative RAS Overflow mitigation breaks old Windows guest VMs

[RFC 0/5] crypto: qat - enable SRIOV VF live migration
 2023-08-16 16:20 UTC  (3+ messages)
` [RFC 5/5] vfio/qat: Add vfio_pci driver for Intel QAT VF devices

[PATCH] kvm/mmu: fixed coding style issues
 2023-08-16 14:28 UTC  (3+ messages)

[PATCH 0/4] vfio: use __aligned_u64 for ioctl structs
 2023-08-16 13:36 UTC  (4+ messages)
` [PATCH 2/4] vfio: use __aligned_u64 in struct vfio_device_gfx_plane_info

[PATCH v8 0/5] iommufd: Add iommu hardware info reporting
 2023-08-16 12:13 UTC  (6+ messages)
` [PATCH v8 1/5] iommu: Move dev_iommu_ops() to private header
` [PATCH v8 2/5] iommu: Add new iommu op to get iommu hardware information
` [PATCH v8 3/5] iommufd: Add IOMMU_GET_HW_INFO
` [PATCH v8 4/5] iommufd/selftest: Add coverage for IOMMU_GET_HW_INFO ioctl
` [PATCH v8 5/5] iommu/vt-d: Implement hw_info for iommu capability query

[PATCH 00/12] s390/vfio_ap: crypto pass-through for SE guests
 2023-08-16 12:12 UTC  (3+ messages)

[PATCH v4 00/12] Add Intel VT-d nested translation
 2023-08-16 12:03 UTC  (8+ messages)
` [PATCH v4 11/12] iommu/vt-d: Implement hw_info for iommu capability query

[kvm-unit-tests GIT PULL] x86: Fixes, cleanups and new testscases
 2023-08-16 11:50 UTC  (4+ messages)

[PATCH v4 00/28] KVM: arm64: NV trap forwarding infrastructure
 2023-08-16  9:34 UTC  (33+ messages)
` [PATCH v4 11/28] KVM: arm64: Add missing HCR_EL2 trap bits
` [PATCH v4 12/28] KVM: arm64: nv: Add FGT registers
` [PATCH v4 13/28] KVM: arm64: Restructure FGT register switching
` [PATCH v4 14/28] KVM: arm64: nv: Add trap forwarding infrastructure
` [PATCH v4 15/28] KVM: arm64: nv: Add trap forwarding for HCR_EL2
` [PATCH v4 17/28] KVM: arm64: nv: Add trap forwarding for MDCR_EL2
` [PATCH v4 18/28] KVM: arm64: nv: Add trap forwarding for CNTHCTL_EL2
` [PATCH v4 19/28] KVM: arm64: nv: Add fine grained trap forwarding infrastructure
` [PATCH v4 20/28] KVM: arm64: nv: Add trap forwarding for HFGxTR_EL2
` [PATCH v4 21/28] KVM: arm64: nv: Add trap forwarding for HFGITR_EL2
` [PATCH v4 22/28] KVM: arm64: nv: Add trap forwarding for HDFGxTR_EL2
` [PATCH v4 23/28] KVM: arm64: nv: Add SVC trap forwarding
` [PATCH v4 24/28] KVM: arm64: nv: Expand ERET trap forwarding to handle FGT
` [PATCH v4 25/28] KVM: arm64: nv: Add switching support for HFGxTR/HDFGxTR
` [PATCH v4 26/28] KVM: arm64: nv: Expose FGT to nested guests
` [PATCH v4 27/28] KVM: arm64: Move HCRX_EL2 switch to load/put on VHE systems
` [PATCH v4 28/28] KVM: arm64: nv: Add support for HCRX_EL2

[PATCH v3] KVM: x86/pmu: Add documentation for fixed ctr on PMU filter
 2023-08-16  3:29 UTC  (2+ messages)

[PATCH v7 0/4] iommufd: Add iommu hardware info reporting
 2023-08-16  1:07 UTC  (9+ messages)
` [PATCH v7 3/4] iommufd: Add IOMMU_GET_HW_INFO

[PATCH v15 000/115] KVM TDX basic feature support
 2023-08-15 23:02 UTC  (4+ messages)
` [PATCH v15 059/115] KVM: TDX: Create initial guest memory

[PATCH v9 00/14] KVM: arm64: Add support for FEAT_TLBIRANGE
 2023-08-15 22:31 UTC  (7+ messages)
` [PATCH v9 01/14] KVM: Rename kvm_arch_flush_remote_tlb() to kvm_arch_flush_remote_tlbs()
` [PATCH v9 05/14] KVM: Allow range-based TLB invalidation from common code
` [PATCH v9 06/14] KVM: Move kvm_arch_flush_remote_tlbs_memslot() to "

[PATCH] KVM: selftests: Remove x86's so called "MMIO warning" test
 2023-08-15 22:00 UTC 

[PATCH 00/10] VM: SVM: Honor KVM_MAX_VCPUS when AVIC is enabled
 2023-08-15 21:35 UTC  (11+ messages)
` [PATCH 01/10] KVM: SVM: Drop pointless masking of default APIC base when setting V_APIC_BAR
` [PATCH 02/10] KVM: SVM: Use AVIC_HPA_MASK when initializing vCPU's Physical ID entry
` [PATCH 03/10] KVM: SVM: Drop pointless masking of kernel page pa's with "AVIC's" HPA mask
` [PATCH 04/10] KVM: SVM: Add helper to deduplicate code for getting AVIC backing page
` [PATCH 05/10] KVM: SVM: Drop vcpu_svm's pointless avic_backing_page field
` [PATCH 06/10] iommu/amd: KVM: SVM: Use pi_desc_addr to derive ga_root_ptr
` [PATCH 07/10] KVM: SVM: Inhibit AVIC if ID is too big instead of rejecting vCPU creation
` [PATCH 08/10] KVM: SVM: WARN if KVM attempts to create AVIC backing page with user APIC
` [PATCH 09/10] KVM: SVM: Drop redundant check in AVIC code on ID during vCPU creation
` [PATCH 10/10] KVM: SVM: Rename "avic_physical_id_cache" to "avic_physical_id_entry"

[Bug 217796] New: latest Zen Inception fixes breaks nested kvm virtualization on AMD
 2023-08-15 20:30 UTC  (2+ messages)
` [Bug 217796] "

[RFC PATCH v11 12/29] KVM: Add KVM_CREATE_GUEST_MEMFD ioctl() for guest-specific backing memory
 2023-08-15 20:03 UTC  (3+ messages)


This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox