summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.h
Commit message (Expand)AuthorAgeFilesLines
* KVM: x86: Copy kvm_x86_ops by value to eliminate layer of indirectionSean Christopherson2020-03-311-2/+2
* KVM: CPUID: add support for supervisor statesPaolo Bonzini2020-03-161-0/+1
* KVM: x86: Make kvm_mpx_supported() an inline functionSean Christopherson2020-03-161-0/+6
* KVM: x86: Calculate the supported xcr0 mask at load timeSean Christopherson2020-03-161-6/+1
* KVM: x86: Move kvm_emulate.h into KVM's private directorySean Christopherson2020-03-161-0/+1
* KVM: x86: Move emulation-only helpers to emulate.cSean Christopherson2020-03-161-11/+0
* KVM: x86: Take a u64 when checking for a valid dr7 valueSean Christopherson2020-02-051-1/+1
* KVM: nVMX: Check GUEST_DR7 on vmentry of nested guestsKrish Sadhukhan2020-01-271-0/+6
* KVM: x86: Perform non-canonical checks in 32-bit KVMSean Christopherson2020-01-271-8/+0
* KVM: x86: avoid incorrect writes to host MSR_IA32_SPEC_CTRLPaolo Bonzini2020-01-241-0/+1
* KVM: x86: Move bit() helper to cpuid.hSean Christopherson2020-01-211-5/+0
* KVM: VMX: FIXED+PHYSICAL mode single target IPI fastpathWanpeng Li2020-01-211-0/+1
* KVM: x86: Use gpa_t for cr2/gpa to fix TDP support on 32-bit KVMSean Christopherson2020-01-081-1/+1
* KVM: x86: Prevent set vCPU into INIT/SIPI_RECEIVED state when INIT are latchedLiran Alon2019-11-151-0/+5
* KVM: x86: Move IA32_XSS-swapping on VM-entry/VM-exit to common x86 codeAaron Lewis2019-10-221-2/+2
* KVM: x86: Add WARNs to detect out-of-bounds register indicesSean Christopherson2019-10-221-4/+2
* KVM: x86: Move triple fault request into RM int injectionSean Christopherson2019-09-241-1/+1
* KVM: x86: Rename access permissions cache member in struct kvm_vcpu_archSean Christopherson2019-08-221-1/+1
* KVM: LAPIC: Inject timer interrupt via posted interruptWanpeng Li2019-07-201-0/+2
* KVM: x86: introduce is_pae_pagingPaolo Bonzini2019-06-181-0/+5
* KVM: X86: Provide a capability to disable cstate msr read interceptsWanpeng Li2019-06-041-0/+5
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2019-05-171-0/+10
|\
| * KVM: x86: optimize check for valid PAT valuePaolo Bonzini2019-04-161-0/+10
* | KVM: lapic: Track lapic timer advance per vCPUSean Christopherson2019-04-181-2/+0
|/
* x86/kvm: move kvm_load/put_guest_xcr0 into atomic contextWANG Chao2019-04-161-0/+2
* KVM: Explicitly define the "memslot update in-progress" bitSean Christopherson2019-02-201-1/+1
* KVM: x86/mmu: Do not cache MMIO accesses while memslots are in fluxSean Christopherson2019-02-201-1/+6
* kvm: x86: Defer setting of CR2 until #PF deliveryJim Mattson2018-10-171-0/+2
* KVM: x86: Unexport x86_emulate_instruction()Sean Christopherson2018-08-301-0/+2
* kvm: vmx: Nested VM-entry prereqs for event inj.Marc Orr2018-06-221-0/+9
* KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and kvm_write_guest_virt_systemPaolo Bonzini2018-06-121-2/+2
* x86/headers/UAPI: Move DISABLE_EXITS KVM capability bits to the UAPIKarimAllah Ahmed2018-04-271-7/+0
* KVM: X86: Introduce handle_ud()Wanpeng Li2018-04-041-0/+2
* KVM: x86: Rename interrupt.pending to interrupt.injectedLiran Alon2018-03-281-3/+3
* KVM: SVM: Implement pause loop exit logic in SVMBabu Moger2018-03-281-0/+2
* KVM: VMX: Bring the common code to header fileBabu Moger2018-03-281-0/+36
* KVM: x86: Fix perf timer mode IP reportingAndi Kleen2018-03-281-2/+12
* KVM: X86: Provide a capability to disable PAUSE interceptsWanpeng Li2018-03-161-1/+8
* KVM: X86: Provide a capability to disable HLT interceptsWanpeng Li2018-03-161-1/+8
* KVM: X86: Provide a capability to disable MWAIT interceptsWanpeng Li2018-03-161-5/+5
* KVM: x86: Add module parameter for supporting VMware backdoorLiran Alon2018-03-161-0/+2
* KVM: nVMX: Fix bug of injecting L2 exception into L1Liran Alon2018-01-161-0/+1
* KVM: x86: simplify kvm_mwait_in_guest()Radim Krčmář2017-12-141-12/+2
* KVM: x86: drop bogus MWAIT checkRadim Krčmář2017-12-141-22/+1
* KVM: x86: prevent MWAIT in guest with buggy MONITORRadim Krčmář2017-12-141-0/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* KVM: X86: Fix loss of exception which has not yet been injectedWanpeng Li2017-08-241-2/+2
* KVM: MMU: Expose the LA57 feature to VM.Yu Zhang2017-08-241-0/+34
* KVM: MMU: Add 5 level EPT & Shadow page table support.Yu Zhang2017-08-241-0/+10
* KVM: x86: fix use of L1 MMIO areas in nested guestsPaolo Bonzini2017-08-181-1/+5