summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2020-03-26KVM: X86: Narrow down the IPI fastpath to single target IPIWanpeng Li
2020-03-20KVM: x86: remove bogus user-triggerable WARN_ONPaolo Bonzini
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-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
2020-01-27KVM: Drop kvm_arch_vcpu_setup()Sean Christopherson
2020-01-27KVM: x86: Move guts of kvm_arch_vcpu_setup() into kvm_arch_vcpu_create()Sean Christopherson
2020-01-27KVM: Move vcpu alloc and init invocation to common codeSean Christopherson
2020-01-24KVM: Introduce kvm_vcpu_destroy()Sean Christopherson
2020-01-24KVM: x86: Invoke kvm_vcpu_uninit() immediately prior to freeing vcpuSean Christopherson
2020-01-24KVM: Add kvm_arch_vcpu_precreate() to handle pre-allocation issuesSean Christopherson
2020-01-24KVM: x86: Drop kvm_arch_vcpu_free()Sean Christopherson
2020-01-24KVM: x86: Remove spurious clearing of async #PF MSRSean Christopherson
2020-01-24KVM: x86: Remove spurious kvm_mmu_unload() from vcpu destruction pathSean Christopherson
2020-01-24KVM: x86: Move kvm_vcpu_init() invocation to common codeSean Christopherson
2020-01-24KVM: x86: Move allocation of pio_data page down a few linesSean Christopherson
2020-01-24KVM: x86: Move FPU allocation to common x86 codeSean Christopherson
2020-01-24KVM: x86: Allocate vcpu struct in common x86 codeSean Christopherson