summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: fix WARN_ON check of an unsigned less than zeroPaolo Bonzini2020-02-121-1/+1
* KVM: x86/mmu: Fix struct guest_walker arrays for 5-level pagingSean Christopherson2020-02-121-1/+1
* KVM: nVMX: Use correct root level for nested EPT shadow page tablesSean Christopherson2020-02-121-0/+3
* KVM: nVMX: Fix some comment typos and coding styleMiaohe Lin2020-02-121-2/+3
* KVM: x86/mmu: Avoid retpoline on ->page_fault() with TDPSean Christopherson2020-02-123-7/+19
* KVM: apic: reuse smp_wmb() in kvm_make_request()Miaohe Lin2020-02-121-3/+0
* KVM: x86: remove duplicated KVM_REQ_EVENT requestMiaohe Lin2020-02-121-1/+0
* KVM: x86: Deliver exception payload on KVM_GET_VCPU_EVENTSOliver Upton2020-02-121-13/+16
* KVM: nVMX: Handle pending #DB when injecting INIT VM-exitOliver Upton2020-02-121-0/+28
* KVM: x86: Mask off reserved bit from #DB exception payloadOliver Upton2020-02-121-0/+8
* KVM: x86: do not reset microcode version on INIT or RESETPaolo Bonzini2020-02-122-2/+2
* KVM: vmx: delete meaningless vmx_decache_cr0_guest_bits() declarationMiaohe Lin2020-02-051-2/+0
* KVM: x86: Mark CR4.UMIP as reserved based on associated CPUID bitSean Christopherson2020-02-051-0/+2
* KVM: SVM: relax conditions for allowing MSR_IA32_SPEC_CTRL accessesPaolo Bonzini2020-02-051-0/+4
* KVM: x86: Fix perfctr WRMSR for running countersEric Hankland2020-02-051-5/+4
* x86/kvm/hyper-v: don't allow to turn on unsupported VMX controls for nested g...Vitaly Kuznetsov2020-02-053-0/+58
* x86/kvm/hyper-v: move VMX controls sanitization out of nested_enable_evmcs()Vitaly Kuznetsov2020-02-053-8/+41
* kvm: mmu: Separate generating and setting mmio ptesBen Gardon2020-02-051-2/+13
* kvm: mmu: Replace unsigned with unsigned int for PTE accessBen Gardon2020-02-051-11/+13
* KVM: nVMX: Remove stale comment from nested_vmx_load_cr3()Sean Christopherson2020-02-051-4/+4
* KVM: x86: Take a u64 when checking for a valid dr7 valueSean Christopherson2020-02-051-1/+1
* KVM: x86: use raw clock values consistentlyPaolo Bonzini2020-02-051-15/+23
* KVM: x86: reorganize pvclock_gtod_data membersPaolo Bonzini2020-02-051-17/+12
* KVM: nVMX: delete meaningless nested_vmx_run() declarationMiaohe Lin2020-02-051-2/+0
* KVM: SVM: allow AVIC without split irqchipPaolo Bonzini2020-02-051-1/+1
* kvm: ioapic: Lazy update IOAPIC EOISuravee Suthikulpanit2020-02-051-0/+39
* kvm: ioapic: Refactor kvm_ioapic_update_eoi()Suravee Suthikulpanit2020-02-051-54/+56
* kvm: i8254: Deactivate APICv when using in-kernel PIT re-injection mode.Suravee Suthikulpanit2020-02-052-2/+21
* svm: Temporarily deactivate AVIC during ExtINT handlingSuravee Suthikulpanit2020-02-051-4/+29
* svm: Deactivate AVIC when launching guest with nested SVM supportSuravee Suthikulpanit2020-02-051-1/+10
* kvm: x86: hyperv: Use APICv update request interfaceSuravee Suthikulpanit2020-02-054-17/+7
* svm: Add support for dynamic APICvSuravee Suthikulpanit2020-02-051-10/+28
* kvm: x86: Introduce x86 ops hook for pre-update APICvSuravee Suthikulpanit2020-02-052-0/+8
* kvm: x86: Introduce APICv x86 ops for checking APIC inhibit reasonsSuravee Suthikulpanit2020-02-053-0/+20
* KVM: svm: avic: Add support for dynamic setup/teardown of virtual APIC backin...Suravee Suthikulpanit2020-02-051-6/+5
* kvm: x86: svm: Add support to (de)activate posted interruptsSuravee Suthikulpanit2020-02-051-1/+36
* kvm: x86: Add APICv (de)activate request trace pointsSuravee Suthikulpanit2020-02-052-0/+21
* kvm: x86: Add support for dynamic APICv activationSuravee Suthikulpanit2020-02-051-0/+37
* KVM: x86: remove get_enable_apicv from kvm_x86_opsPaolo Bonzini2020-02-052-12/+0
* kvm: x86: Introduce APICv inhibit reason bitsSuravee Suthikulpanit2020-02-053-2/+33
* kvm: lapic: Introduce APICv update helper functionSuravee Suthikulpanit2020-02-052-5/+18
* Merge tag 'kvm-5.6-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2020-01-3125-1094/+1208
|\
| * Merge branch 'cve-2019-3016' into kvm-next-5.6Paolo Bonzini2020-01-301-26/+43
| |\
| | * x86/KVM: Clean up host's steal time structureBoris Ostrovsky2020-01-301-8/+3
| | * x86/KVM: Make sure KVM_VCPU_FLUSH_TLB flag is not missedBoris Ostrovsky2020-01-301-21/+30
| | * x86/kvm: Cache gfn to pfn translationBoris Ostrovsky2020-01-301-0/+10
| | * x86/kvm: Be careful not to clear KVM_VCPU_FLUSH_TLB bitBoris Ostrovsky2020-01-301-0/+3
| * | KVM: x86: Use a typedef for fastop functionsSean Christopherson2020-01-271-7/+7
| * | KVM: X86: Add 'else' to unify fastop and execute call pathMiaohe Lin2020-01-271-4/+2
| * | KVM: x86: inline memslot_valid_for_gptePaolo Bonzini2020-01-271-13/+4
OpenPOWER on IntegriCloud