summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
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-03-02KVM: X86: Fix dereference null cpufreq policyWanpeng Li
2020-02-28kvm: x86: Limit the number of "kvm: disabled by bios" messagesErwan Velu
2020-02-28KVM: x86: avoid useless copy of cpufreq policyPaolo Bonzini
2020-02-23KVM: nVMX: Emulate MTF when performing instruction emulationOliver Upton
2020-02-17x86/vdso: Use generic VDSO clock mode storageThomas Gleixner
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
2020-01-27KVM: x86: Handle TIF_NEED_FPU_LOAD in kvm_{load,put}_guest_fpu()Sean Christopherson
2020-01-27Revert "KVM: x86: Add a WARN on TIF_NEED_FPU_LOAD in kvm_load_guest_fpu()"Paolo Bonzini
2020-01-27KVM: x86: avoid clearing pending exception event twiceMiaohe Lin
2020-01-27KVM: x86: Protect DR-based index computations from Spectre-v1/L1TF attacksMarios Pomonis
2020-01-27KVM: x86: Protect MSR-based index computations from Spectre-v1/L1TF attacks i...Marios Pomonis
2020-01-27KVM: Drop kvm_arch_vcpu_init() and kvm_arch_vcpu_uninit()Sean Christopherson
2020-01-27KVM: x86: Move all vcpu init code into kvm_arch_vcpu_create()Sean Christopherson