summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-03-16KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variantSean Christopherson
2020-03-16KVM: Drop gfn_to_pfn_atomic()Peter Xu
2020-03-16KVM: x86: Fix warning due to implicit truncation on 32-bit KVMSean Christopherson
2020-03-16KVM: nVMX: Drop unnecessary check on ept caps for execute-onlySean Christopherson
2020-03-16KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()Sean Christopherson
2020-03-16KVM: nVMX: Rename EPTP validity helper and associated variablesSean Christopherson
2020-03-16KVM: nVMX: Rename nested_ept_get_cr3() to nested_ept_get_eptp()Sean Christopherson
2020-03-16KVM: nVMX: Allow L1 to use 5-level page walks for nested EPTSean Christopherson
2020-03-16KVM: x86/mmu: Drop kvm_mmu_extended_role.cr4_la57 hackSean Christopherson
2020-03-16KVM: x86/mmu: Don't drop level/direct from MMU role calculationSean Christopherson
2020-03-16kvm: selftests: Support dirty log initial-all-set testJay Zhou
2020-03-16KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson
2020-03-16KVM: X86: trigger kvmclock sync request just once on VM creationWanpeng Li
2020-03-16KVM: LAPIC: Recalculate apic map in batchWanpeng Li
2020-03-16KVM: Fix some obsolete commentsMiaohe Lin
2020-03-16KVM: x86: enable dirty log gradually in small chunksJay Zhou
2020-03-16KVM: x86/mmu: Reuse the current root if possible for fast switchSean Christopherson
2020-03-16KVM: x86/mmu: Ignore guest CR3 on fast root switch for direct MMUSean Christopherson
2020-03-16KVM: SVM: Inhibit APIC virtualization for X2APIC guestOliver Upton
2020-03-16KVM: Remove unnecessary asm/kvm_host.h includesPeter Xu
2020-03-16KVM: selftests: Fix unknown ucall command assertsAndrew Jones
2020-03-16KVM: x86: Consolidate VM allocation and free for VMX and SVMSean Christopherson
2020-03-16KVM: x86: Directly return __vmalloc() result in ->vm_alloc()Sean Christopherson
2020-03-16KVM: x86: Gracefully handle __vmalloc() failure during VM allocationSean Christopherson
2020-03-16KVM: x86: Adjust counter sample period after a wrmsrEric Hankland
2020-03-16KVM: x86/mmu: Consolidate open coded variants of memslot TLB flushesSean Christopherson
2020-03-16KVM: x86/mmu: Use range-based TLB flush for dirty log memslot flushSean Christopherson
2020-03-16KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.cSean Christopherson
2020-03-16KVM: selftests: Add test for KVM_SET_USER_MEMORY_REGIONSean Christopherson
2020-03-16KVM: Dynamically size memslot array based on number of used slotsSean Christopherson
2020-03-16KVM: Terminate memslot walks via used_slotsSean Christopherson
2020-03-16KVM: Ensure validity of memslot with respect to kvm_get_dirty_log()Sean Christopherson
2020-03-16KVM: Provide common implementation for generic dirty log functionsSean Christopherson
2020-03-16KVM: Clean up local variable usage in __kvm_set_memory_region()Sean Christopherson
2020-03-16KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson
2020-03-16KVM: Move memslot deletion to helper functionSean Christopherson
2020-03-16KVM: x86: Free arrays for old memslot when moving memslot's base gfnSean Christopherson
2020-03-16KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson
2020-03-16KVM: Move setting of memslot into helper routineSean Christopherson
2020-03-16KVM: Refactor error handling for setting memory regionSean Christopherson
2020-03-16KVM: Explicitly free allocated-but-unused dirty bitmapSean Christopherson
2020-03-16KVM: Drop kvm_arch_create_memslot()Sean Christopherson
2020-03-16KVM: x86: Allocate memslot resources during prepare_memory_region()Sean Christopherson
2020-03-16KVM: PPC: Move memslot memory allocation into prepare_memory_region()Sean Christopherson
2020-03-16KVM: Don't free new memslot if allocation of said memslot failsSean Christopherson
2020-03-16KVM: Reinstall old memslots if arch preparation failsSean Christopherson
2020-03-16KVM: x86: Allocate new rmap and large page tracking when moving memslotSean Christopherson
2020-03-16KVM: x86: Move gpa_val and gpa_available into the emulator contextSean Christopherson
2020-03-16KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page faultSean Christopherson
2020-03-16KVM: apic: remove unused function apic_lvt_vector()Miaohe Lin