summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2020-03-16KVM: x86: Clean up CPUID 0x7 sub-leaf loopSean Christopherson1-5/+5
2020-03-16KVM: x86: Refactor CPUID 0xD.N sub-leaf entry creationSean Christopherson1-2/+4
2020-03-16KVM: x86: Warn on zero-size save state for valid CPUID 0xD.N sub-leafSean Christopherson1-3/+10
2020-03-16KVM: x86: Check for CPUID 0xD.N support before validating array sizeSean Christopherson1-2/+3
2020-03-16KVM: x86: Move CPUID 0xD.1 handling out of the index>0 loopSean Christopherson1-15/+22
2020-03-16KVM: x86: Check userspace CPUID array size after validating sub-leafSean Christopherson1-3/+3
2020-03-16KVM: x86: Clean up error handling in kvm_dev_ioctl_get_cpuid()Sean Christopherson1-12/+7
2020-03-16KVM: x86: Simplify handling of Centaur CPUID leafsSean Christopherson1-22/+10
2020-03-16KVM: x86: Refactor loop around do_cpuid_func() to separate helperSean Christopherson1-18/+27
2020-03-16KVM: x86: Return -E2BIG when KVM_GET_SUPPORTED_CPUID hits max entriesSean Christopherson1-1/+6
2020-03-16KVM: x86: Shrink the usercopy region of the emulation contextSean Christopherson2-9/+11
2020-03-16KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson6-4/+8
2020-03-16KVM: x86: Dynamically allocate per-vCPU emulation contextSean Christopherson4-17/+61
2020-03-16KVM: x86: Move emulation-only helpers to emulate.cSean Christopherson2-11/+11
2020-03-16KVM: x86: Explicitly pass an exception struct to check_interceptSean Christopherson4-7/+10
2020-03-16KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variantSean Christopherson1-15/+24
2020-03-16KVM: Drop gfn_to_pfn_atomic()Peter Xu2-7/+0
2020-03-16KVM: x86: Fix warning due to implicit truncation on 32-bit KVMSean Christopherson1-2/+6
2020-03-16KVM: nVMX: Drop unnecessary check on ept caps for execute-onlySean Christopherson1-4/+3
2020-03-16KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()Sean Christopherson6-10/+10
2020-03-16KVM: nVMX: Rename EPTP validity helper and associated variablesSean Christopherson1-12/+12
2020-03-16KVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_get_eptp()Sean Christopherson3-5/+5
2020-03-16KVM: nVMX: Allow L1 to use 5-level page walks for nested EPTSean Christopherson5-12/+37
2020-03-16KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hackSean Christopherson2-2/+0
2020-03-16KVM: x86/mmu: Don't drop level/direct from MMU role calculationSean Christopherson1-17/+18
2020-03-16kvm: selftests: Support dirty log initial-all-set testJay Zhou2-3/+16
2020-03-16KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson4-22/+17
2020-03-16KVM: X86: trigger kvmclock sync request just once on VM creationWanpeng Li1-5/+3
2020-03-16KVM: LAPIC: Recalculate apic map in batchWanpeng Li4-10/+39
2020-03-16KVM: Fix some obsolete commentsMiaohe Lin2-3/+3
2020-03-16KVM: x86: enable dirty log gradually in small chunksJay Zhou8-20/+73
2020-03-16KVM: x86/mmu: Reuse the current root if possible for fast switchSean Christopherson1-3/+12
2020-03-16KVM: x86/mmu: Ignore guest CR3 on fast root switch for direct MMUSean Christopherson1-3/+5
2020-03-16KVM: SVM: Inhibit APIC virtualization for X2APIC guestOliver Upton2-6/+10
2020-03-16KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu15-15/+0
2020-03-16KVM: selftests: Fix unknown ucall command assertsAndrew Jones7-8/+7
2020-03-16KVM: x86: Consolidate VM allocation and free for VMX and SVMSean Christopherson4-39/+13
2020-03-16KVM: x86: Directly return __vmalloc() result in ->vm_alloc()Sean Christopherson2-16/+8
2020-03-16KVM: x86: Gracefully handle __vmalloc() failure during VM allocationSean Christopherson2-0/+8
2020-03-16KVM: x86: Adjust counter sample period after a wrmsrEric Hankland3-2/+17
2020-03-16KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushesSean Christopherson1-25/+9
2020-03-16KVM: x86/mmu: Use range-based TLB flush for dirty log memslot flushSean Christopherson1-1/+2
2020-03-16KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.cSean Christopherson2-11/+11
2020-03-16KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGIONSean Christopherson5-0/+175
2020-03-16KVM: Dynamically size memslot array based on number of used slotsSean Christopherson2-4/+29
2020-03-16KVM: Terminate memslot walks via used_slotsSean Christopherson5-68/+186
2020-03-16KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()Sean Christopherson4-24/+23
2020-03-16KVM: Provide common implementation for generic dirty log functionsSean Christopherson8-195/+106
2020-03-16KVM: Clean up local variable usage in __kvm_set_memory_region()Sean Christopherson1-24/+26
2020-03-16KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson14-61/+37