summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-24KVM: nSVM: Add a comment to document why nNPT uses vmcb01, not vCPU stateSean Christopherson
2021-06-24KVM: x86: Fix sizes used to pass around CR0, CR4, and EFERSean Christopherson
2021-06-24KVM: x86/mmu: Rename unsync helper and update related commentsSean Christopherson
2021-06-24KVM: x86/mmu: Drop the intermediate "transient" __kvm_sync_page()Sean Christopherson
2021-06-24KVM: x86/mmu: comment on kvm_mmu_get_page's syncing of pagesSean Christopherson
2021-06-24KVM: x86/mmu: WARN and zap SP when sync'ing if MMU role mismatchesSean Christopherson
2021-06-24KVM: x86/mmu: Use MMU role to check for matching guest page sizesSean Christopherson
2021-06-24KVM: x86/mmu: Unconditionally zap unsync SPs when creating >4k SP at GFNSean Christopherson
2021-06-24Revert "KVM: MMU: record maximum physical address width in kvm_mmu_extended_r...Sean Christopherson
2021-06-24KVM: x86: Alert userspace that KVM_SET_CPUID{,2} after KVM_RUN is brokenSean Christopherson
2021-06-24KVM: x86: Force all MMUs to reinitialize if guest CPUID is modifiedSean Christopherson
2021-06-24Revert "KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hack"Sean Christopherson
2021-06-24KVM: x86/mmu: Use MMU's role to detect CR4.SMEP value in nested NPT walkSean Christopherson
2021-06-24KVM: x86: Properly reset MMU context at vCPU RESET/INITSean Christopherson
2021-06-24KVM: x86/mmu: Treat NX as used (not reserved) for all !TDP shadow MMUsSean Christopherson
2021-06-24KVM: x86/mmu: Remove broken WARN that fires on 32-bit KVM w/ nested EPTSean Christopherson
2021-06-24KVM: debugfs: Reuse binary stats descriptorsJing Zhang
2021-06-24KVM: selftests: Add selftest for KVM statistics data binary interfaceJing Zhang
2021-06-24KVM: stats: Add documentation for binary statistics interfaceJing Zhang
2021-06-24KVM: stats: Support binary stats retrieval for a VCPUJing Zhang
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