summaryrefslogtreecommitdiff
path: root/arch/x86/kvm
AgeCommit message (Expand)Author
2020-02-12KVM: x86: fix WARN_ON check of an unsigned less than zeroPaolo Bonzini
2020-02-12KVM: x86/mmu: Fix struct guest_walker arrays for 5-level pagingSean Christopherson
2020-02-12KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson
2020-02-12KVM: nVMX: Fix some comment typos and coding styleMiaohe Lin
2020-02-12KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDPSean Christopherson
2020-02-12KVM: apic: reuse smp_wmb() in kvm_make_request()Miaohe Lin
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: nVMX: Handle pending #DB when injecting INIT VM-exitOliver Upton
2020-02-12KVM: x86: Mask off reserved bit from #DB exception payloadOliver Upton
2020-02-12KVM: x86: do not reset microcode version on INIT or RESETPaolo Bonzini
2020-02-05KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declarationMiaohe Lin
2020-02-05KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bitSean Christopherson
2020-02-05KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accessesPaolo Bonzini
2020-02-05KVM: x86: Fix perfctr WRMSR for running countersEric Hankland
2020-02-05x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested g...Vitaly Kuznetsov
2020-02-05x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()Vitaly Kuznetsov
2020-02-05kvm: mmu: Separate generating and setting mmio ptesBen Gardon
2020-02-05kvm: mmu: Replace unsigned with unsigned int for PTE accessBen Gardon
2020-02-05KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()Sean Christopherson
2020-02-05KVM: x86: Take a u64 when checking for a valid dr7 valueSean Christopherson
2020-02-05KVM: x86: use raw clock values consistentlyPaolo Bonzini
2020-02-05KVM: x86: reorganize pvclock_gtod_data membersPaolo Bonzini
2020-02-05KVM: nVMX: delete meaningless nested_vmx_run() declarationMiaohe Lin
2020-02-05KVM: SVM: allow AVIC without split irqchipPaolo Bonzini
2020-02-05kvm: ioapic: Lazy update IOAPIC EOISuravee Suthikulpanit
2020-02-05kvm: ioapic: Refactor kvm_ioapic_update_eoi()Suravee Suthikulpanit
2020-02-05kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode.Suravee Suthikulpanit
2020-02-05svm: Temporarily deactivate AVIC during ExtINT handlingSuravee Suthikulpanit
2020-02-05svm: Deactivate AVIC when launching guest with nested SVM supportSuravee Suthikulpanit
2020-02-05kvm: x86: hyperv: Use APICv update request interfaceSuravee Suthikulpanit
2020-02-05svm: Add support for dynamic APICvSuravee 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: svm: avic: Add support for dynamic setup/teardown of virtual APIC backin...Suravee Suthikulpanit
2020-02-05kvm: x86: svm: Add support to (de)activate posted interruptsSuravee 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: remove get_enable_apicv from kvm_x86_opsPaolo Bonzini
2020-02-05kvm: x86: Introduce APICv inhibit reason bitsSuravee Suthikulpanit
2020-02-05kvm: lapic: Introduce APICv update helper functionSuravee 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-28Merge branch 'x86-cpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2020-01-27KVM: x86: Use a typedef for fastop functionsSean Christopherson
2020-01-27KVM: X86: Add 'else' to unify fastop and execute call pathMiaohe Lin