summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-24KVM: stats: Support binary stats retrieval for a VMJing Zhang
2021-06-24KVM: stats: Add fd-based API to read binary stats dataJing Zhang
2021-06-24KVM: stats: Separate generic stats from architecture specific onesJing Zhang
2021-06-24KVM: x86/mmu: Don't WARN on a NULL shadow page in TDP MMU checkSean Christopherson
2021-06-24KVM: sefltests: Add x86-64 test to verify MMU reacts to CPUID updatesSean Christopherson
2021-06-24KVM: selftests: Add hugepage support for x86-64Sean Christopherson
2021-06-24KVM: selftests: Genericize upper level page table entry structSean Christopherson
2021-06-24KVM: selftests: Add PTE helper for x86-64 in preparation for hugepagesSean Christopherson
2021-06-24KVM: selftests: Rename x86's page table "address" to "pfn"Sean Christopherson
2021-06-24KVM: selftests: Add wrapper to allocate page table pageSean Christopherson
2021-06-24KVM: selftests: Unconditionally allocate EPT tables in memslot 0Sean Christopherson
2021-06-24KVM: selftests: Unconditionally use memslot '0' for page table allocationsSean Christopherson
2021-06-24KVM: selftests: Unconditionally use memslot 0 for vaddr allocationsSean Christopherson
2021-06-24KVM: selftests: Use "standard" min virtual address for CPUID test allocSean Christopherson
2021-06-24KVM: selftests: Use alloc page helper for xAPIC IPI testSean Christopherson
2021-06-24KVM: selftests: Use alloc_page helper for x86-64's GDT/IDT/TSS allocationsSean Christopherson
2021-06-24KVM: selftests: Lower the min virtual address for misc page allocationsSean Christopherson
2021-06-24KVM: selftests: Add helpers to allocate N pages of virtual memorySean Christopherson
2021-06-24KVM: selftests: Use "standard" min virtual address for Hyper-V pagesSean Christopherson
2021-06-24KVM: selftests: Unconditionally use memslot 0 for x86's GDT/TSS setupSean Christopherson
2021-06-24KVM: selftests: Unconditionally use memslot 0 when loading elf binarySean Christopherson
2021-06-24KVM: selftests: Zero out the correct page in the Hyper-V features testSean Christopherson
2021-06-24KVM: selftests: Remove errant asm/barrier.h include to fix arm64 buildSean Christopherson
2021-06-24KVM: nVMX: Handle split-lock #AC exceptions that happen in L2Sean Christopherson
2021-06-24KVM: x86/mmu: Fix uninitialized boolean variable flushColin Ian King
2021-06-24KVM: selftests: fix triple fault if ept=0 in dirty_log_testHou Wenlong
2021-06-24KVM: x86: Print CPU of last attempted VM-entry when dumping VMCS/VMCBJim Mattson
2021-06-23Merge branch 'topic/ppc-kvm' of https://git.kernel.org/pub/scm/linux/kernel/g...Paolo Bonzini
2021-06-23KVM: PPC: Book3S HV: Workaround high stack usage with clangNathan Chancellor
2021-06-22KVM: PPC: Book3S HV: Use H_RPT_INVALIDATE in nested KVMBharata B Rao
2021-06-22KVM: PPC: Book3S HV: Add KVM_CAP_PPC_RPT_INVALIDATE capabilityBharata B Rao
2021-06-22KVM: PPC: Book3S HV: Nested support in H_RPT_INVALIDATEBharata B Rao
2021-06-21KVM: nVMX: Dynamically compute max VMCS index for vmcs12Sean Christopherson
2021-06-21KVM: VMX: Skip #PF(RSVD) intercepts when emulating smaller maxphyaddrJim Mattson
2021-06-21KVM: PPC: Book3S HV: Add support for H_RPT_INVALIDATEBharata B Rao
2021-06-21powerpc/book3s64/radix: Add H_RPT_INVALIDATE pgsize encodings to mmu_psize_defBharata B Rao
2021-06-21KVM: PPC: Book3S HV: Fix comments of H_RPT_INVALIDATE argumentsAneesh Kumar K.V
2021-06-21KVM: PPC: Book3S HV: Fix TLB management on SMT8 POWER9 and POWER10 processorsSuraj Jitindar Singh
2021-06-18KVM: x86/mmu: Remove redundant root_hpa checksDavid Matlack
2021-06-18KVM: x86/mmu: Refactor is_tdp_mmu_root into is_tdp_mmuDavid Matlack
2021-06-18KVM: x86/mmu: Remove redundant is_tdp_mmu_enabled checkDavid Matlack
2021-06-18KVM: x86/mmu: Remove redundant is_tdp_mmu_root checkDavid Matlack
2021-06-18KVM: x86: Stub out is_tdp_mmu_root on 32-bit hostsPaolo Bonzini
2021-06-18KVM: x86: WARN and reject loading KVM if NX is supported but not enabledSean Christopherson
2021-06-18KVM: SVM: Refuse to load kvm_amd if NX support is not availableSean Christopherson
2021-06-18KVM: VMX: Refuse to load kvm_intel if EPT and NX are disabledSean Christopherson
2021-06-17KVM: x86/mmu: Fix TDP MMU page table levelKai Huang
2021-06-17KVM: x86/mmu: Fix pf_fixed count in tdp_mmu_map_handle_target_level()Kai Huang
2021-06-17KVM: x86/mmu: Fix return value in tdp_mmu_map_handle_target_level()Kai Huang
2021-06-17KVM: LAPIC: Keep stored TMCCT register value 0 after KVM_SET_LAPICWanpeng Li