summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2020-03-16KVM: x86: Calculate the supported xcr0 mask at load timeSean Christopherson
2020-03-16KVM: x86: Shrink the usercopy region of the emulation contextSean Christopherson
2020-03-16KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson
2020-03-16KVM: x86: Dynamically allocate per-vCPU emulation contextSean Christopherson
2020-03-16KVM: x86: Explicitly pass an exception struct to check_interceptSean Christopherson
2020-03-16KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variantSean Christopherson
2020-03-16KVM: x86: Fix warning due to implicit truncation on 32-bit KVMSean Christopherson
2020-03-16KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()Sean Christopherson
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: x86: enable dirty log gradually in small chunksJay Zhou
2020-03-16KVM: x86: Consolidate VM allocation and free for VMX and SVMSean Christopherson
2020-03-16KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.cSean Christopherson
2020-03-16KVM: Terminate memslot walks via used_slotsSean Christopherson
2020-03-16KVM: Provide common implementation for generic dirty log functionsSean Christopherson
2020-03-16KVM: Simplify kvm_free_memslot() and all its descendentsSean 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: Drop kvm_arch_create_memslot()Sean Christopherson
2020-03-16KVM: x86: Allocate memslot resources during prepare_memory_region()Sean 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: x86: eliminate some unreachable codeMiaohe Lin
2020-02-23KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton
2020-02-12KVM: x86: fix WARN_ON check of an unsigned less than zeroPaolo Bonzini
2020-02-12KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDPSean Christopherson
2020-02-12KVM: x86: remove duplicated KVM_REQ_EVENT requestMiaohe Lin
2020-02-12KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTSOliver Upton
2020-02-12KVM: x86: Mask off reserved bit from #DB exception payloadOliver Upton
2020-02-05KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bitSean Christopherson
2020-02-05KVM: x86: use raw clock values consistentlyPaolo Bonzini
2020-02-05KVM: x86: reorganize pvclock_gtod_data membersPaolo Bonzini
2020-02-05kvm: x86: hyperv: Use APICv update request interfaceSuravee Suthikulpanit
2020-02-05kvm: x86: Introduce x86 ops hook for pre-update APICvSuravee Suthikulpanit
2020-02-05kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasonsSuravee Suthikulpanit
2020-02-05kvm: x86: Add APICv (de)activate request trace pointsSuravee Suthikulpanit
2020-02-05kvm: x86: Add support for dynamic APICv activationSuravee Suthikulpanit
2020-02-05kvm: x86: Introduce APICv inhibit reason bitsSuravee Suthikulpanit
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2020-01-30Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini
2020-01-30x86/KVM: Clean up host's steal time structureBoris Ostrovsky
2020-01-30x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missedBoris Ostrovsky
2020-01-30x86/kvm: Cache gfn to pfn translationBoris Ostrovsky
2020-01-30x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bitBoris Ostrovsky
2020-01-27kvm/x86: export kvm_vector_hashing_enabled() is unnecessaryPeng Hao
2020-01-27KVM: nVMX: Check GUEST_DR7 on vmentry of nested guestsKrish Sadhukhan
2020-01-27KVM: X86: Drop x86_set_memory_region()Peter Xu
2020-01-27KVM: x86: Revert "KVM: X86: Fix fpu state crash in kvm guest"Sean Christopherson