summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)Author
2024-06-03KVM: SEV-ES: Delegate LBR virtualization to the processorRavi Bangoria
2024-06-03KVM: SEV-ES: Disallow SEV-ES guests when X86_FEATURE_LBRV is absentRavi Bangoria
2024-06-03KVM: SEV-ES: Prevent MSR access post VMSA encryptionNikunj A Dadhania
2024-05-23KVM: SVM: WARN on vNMI + NMI window iff NMIs are outright maskedSean Christopherson
2024-05-23KVM: x86: Force KVM_WERROR if the global WERROR is enabledSean Christopherson
2024-05-23KVM: x86: Disable KVM_INTEL_PROVE_VE by defaultSean Christopherson
2024-05-23KVM: VMX: Enumerate EPT Violation #VE support in /proc/cpuinfoSean Christopherson
2024-05-23KVM: x86/mmu: Print SPTEs on unexpected #VESean Christopherson
2024-05-23KVM: VMX: Dump VMCS on unexpected #VESean Christopherson
2024-05-23KVM: x86/mmu: Add sanity checks that KVM doesn't create EPT #VE SPTEsSean Christopherson
2024-05-23KVM: nVMX: Always handle #VEs in L0 (never forward #VEs from L2 to L1)Sean Christopherson
2024-05-23KVM: nVMX: Initialize #VE info page for vmcs02 when proving #VE supportSean Christopherson
2024-05-23KVM: VMX: Don't kill the VM on an unexpected #VESean Christopherson
2024-05-23KVM: x86/mmu: Use SHADOW_NONPRESENT_VALUE for atomic zap in TDP MMUIsaku Yamahata
2024-05-12Merge tag 'kvm-x86-misc-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-05-12Merge tag 'kvm-x86-mmu-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-05-12Merge tag 'kvm-x86-vmx-6.10' of https://github.com/kvm-x86/linux into HEADPaolo Bonzini
2024-05-12Merge tag 'kvmarm-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/kv...Paolo Bonzini
2024-05-10Merge tag 'loongarch-kvm-6.10' of git://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2024-05-10Merge branch 'kvm-sev-es-ghcbv2' into HEADPaolo Bonzini
2024-05-10Merge branch 'kvm-coco-pagefault-prep' into HEADPaolo Bonzini
2024-05-10Merge branch 'kvm-vmx-ve' into HEADPaolo Bonzini
2024-05-09Merge branch kvm-arm64/mpidr-reset into kvmarm-master/nextMarc Zyngier
2024-05-09KVM: arm64: Only reset vCPU-scoped feature ID regs onceOliver Upton
2024-05-09KVM: arm64: Reset VM feature ID regs from kvm_reset_sys_regs()Oliver Upton
2024-05-09KVM: arm64: Rename is_id_reg() to imply VM scopeOliver Upton
2024-05-08Merge branch kvm-arm64/misc-6.10 into kvmarm-master/nextMarc Zyngier
2024-05-08KVM: arm64: Destroy mpidr_data for 'late' vCPU creationOliver Upton
2024-05-08KVM: arm64: Use hVHE in pKVM by default on CPUs with VHE supportWill Deacon
2024-05-08KVM: arm64: Fix hvhe/nvhe early alias parsingWill Deacon
2024-05-07KVM: SEV: Allow per-guest configuration of GHCB protocol versionMichael Roth
2024-05-07KVM: SEV: Add GHCB handling for termination requestsMichael Roth
2024-05-07KVM: SEV: Add GHCB handling for Hypervisor Feature Support requestsBrijesh Singh
2024-05-07KVM: SEV: Add support to handle AP reset MSR protocolTom Lendacky
2024-05-07KVM: x86: Explicitly zero kvm_caps during vendor module loadSean Christopherson
2024-05-07KVM: x86: Fully re-initialize supported_mce_cap on vendor module loadSean Christopherson
2024-05-07KVM: x86: Fully re-initialize supported_vm_types on vendor module loadSean Christopherson
2024-05-07Merge tag 'kvm-riscv-6.10-1' of https://github.com/kvm-riscv/linux into HEADPaolo Bonzini
2024-05-07KVM: x86/mmu: Sanity check that __kvm_faultin_pfn() doesn't create noslot pfnsSean Christopherson
2024-05-07KVM: x86/mmu: Initialize kvm_page_fault's pfn and hva to error valuesSean Christopherson
2024-05-07KVM: x86/mmu: Set kvm_page_fault.hva to KVM_HVA_ERR_BAD for "no slot" faultsSean Christopherson
2024-05-07KVM: x86/mmu: Handle no-slot faults at the beginning of kvm_faultin_pfn()Sean Christopherson
2024-05-07KVM: x86/mmu: Move slot checks from __kvm_faultin_pfn() to kvm_faultin_pfn()Sean Christopherson
2024-05-07KVM: x86/mmu: Explicitly disallow private accesses to emulated MMIOSean Christopherson
2024-05-07KVM: x86/mmu: Don't force emulation of L2 accesses to non-APIC internal slotsSean Christopherson
2024-05-07KVM: x86/mmu: Move private vs. shared check above slot validity checksSean Christopherson
2024-05-07KVM: x86/mmu: WARN and skip MMIO cache on private, reserved page faultsSean Christopherson
2024-05-07KVM: x86/mmu: check for invalid async page faults involving private memoryPaolo Bonzini
2024-05-07KVM: x86/mmu: Use synthetic page fault error code to indicate private faultsSean Christopherson
2024-05-07KVM: x86/mmu: WARN if upper 32 bits of legacy #PF error code are non-zeroSean Christopherson