aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)AuthorFilesLines
2020-03-16KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson1-0/+1
2020-03-16KVM: x86: Dynamically allocate per-vCPU emulation contextSean Christopherson1-11/+54
2020-03-16KVM: x86: Explicitly pass an exception struct to check_interceptSean Christopherson1-1/+2
2020-03-16KVM: x86: Refactor I/O emulation helpers to provide vcpu-only variantSean Christopherson1-15/+24
2020-03-16KVM: x86: Fix warning due to implicit truncation on 32-bit KVMSean Christopherson1-2/+6
2020-03-16KVM: x86/mmu: Rename kvm_mmu->get_cr3() to ->get_guest_pgd()Sean Christopherson1-1/+1
2020-03-16KVM: nVMX: Properly handle userspace interrupt window requestSean Christopherson1-5/+5
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 Li1-0/+1
2020-03-16KVM: x86: enable dirty log gradually in small chunksJay Zhou1-4/+17
2020-03-16KVM: x86: Consolidate VM allocation and free for VMX and SVMSean Christopherson1-0/+7
2020-03-16KVM: x86/mmu: Move kvm_arch_flush_remote_tlbs_memslot() to mmu.cSean Christopherson1-11/+0
2020-03-16KVM: Terminate memslot walks via used_slotsSean Christopherson1-7/+8
2020-03-16KVM: Provide common implementation for generic dirty log functionsSean Christopherson1-57/+4
2020-03-16KVM: Simplify kvm_free_memslot() and all its descendentsSean Christopherson1-13/+8
2020-03-16KVM: x86: Free arrays for old memslot when moving memslot's base gfnSean Christopherson1-0/+4
2020-03-16KVM: Drop "const" attribute from old memslot in commit_memory_region()Sean Christopherson1-1/+1
2020-03-16KVM: Drop kvm_arch_create_memslot()Sean Christopherson1-6/+0
2020-03-16KVM: x86: Allocate memslot resources during prepare_memory_region()Sean Christopherson1-4/+9
2020-03-16KVM: x86: Allocate new rmap and large page tracking when moving memslotSean Christopherson1-0/+11
2020-03-16KVM: x86: Move gpa_val and gpa_available into the emulator contextSean Christopherson1-7/+6
2020-03-16KVM: x86: Add EMULTYPE_PF when emulation is triggered by a page faultSean Christopherson1-6/+19
2020-03-16KVM: x86: eliminate some unreachable codeMiaohe Lin1-3/+0
2020-03-02KVM: X86: Fix dereference null cpufreq policyWanpeng Li1-3/+5
2020-02-28kvm: x86: Limit the number of "kvm: disabled by bios" messagesErwan Velu1-2/+2
2020-02-28KVM: x86: avoid useless copy of cpufreq policyPaolo Bonzini1-5/+5
2020-02-23KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton1-0/+2
2020-02-17x86/vdso: Use generic VDSO clock mode storageThomas Gleixner1-11/+11
2020-02-12KVM: x86: fix WARN_ON check of an unsigned less than zeroPaolo Bonzini1-1/+1
2020-02-12KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDPSean Christopherson1-1/+1
2020-02-12KVM: x86: remove duplicated KVM_REQ_EVENT requestMiaohe Lin1-1/+0
2020-02-12KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTSOliver Upton1-13/+16
2020-02-12KVM: x86: Mask off reserved bit from #DB exception payloadOliver Upton1-0/+8
2020-02-05KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bitSean Christopherson1-0/+2
2020-02-05KVM: x86: use raw clock values consistentlyPaolo Bonzini1-15/+23
2020-02-05KVM: x86: reorganize pvclock_gtod_data membersPaolo Bonzini1-17/+12
2020-02-05kvm: x86: hyperv: Use APICv update request interfaceSuravee Suthikulpanit1-13/+0
2020-02-05kvm: x86: Introduce x86 ops hook for pre-update APICvSuravee Suthikulpanit1-0/+2
2020-02-05kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasonsSuravee Suthikulpanit1-0/+4
2020-02-05kvm: x86: Add APICv (de)activate request trace pointsSuravee Suthikulpanit1-0/+2
2020-02-05kvm: x86: Add support for dynamic APICv activationSuravee Suthikulpanit1-0/+37
2020-02-05kvm: x86: Introduce APICv inhibit reason bitsSuravee Suthikulpanit1-1/+19
2020-01-31Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-217/+352
2020-01-30Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini1-26/+43
2020-01-30x86/KVM: Clean up host's steal time structureBoris Ostrovsky1-8/+3
2020-01-30x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missedBoris Ostrovsky1-21/+30
2020-01-30x86/kvm: Cache gfn to pfn translationBoris Ostrovsky1-0/+10
2020-01-30x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bitBoris Ostrovsky1-0/+3
2020-01-27kvm/x86: export kvm_vector_hashing_enabled() is unnecessaryPeng Hao1-1/+0
2020-01-27KVM: nVMX: Check GUEST_DR7 on vmentry of nested guestsKrish Sadhukhan1-1/+1