summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.h
Commit message (Expand)AuthorAgeFilesLines
...
* KVM: nSVM: Check that MBZ bits in CR3 and CR4 are not set on vmrun of nested ...Krish Sadhukhan2020-07-081-0/+1
* KVM: x86: Make CR4.VMXE reserved for the guestPaolo Bonzini2020-07-081-0/+2
* KVM: x86: Create mask for guest CR4 reserved bits in kvm_update_cpuid()Krish Sadhukhan2020-07-081-0/+21
* KVM: x86: Move the check for upper 32 reserved bits of DR6 to separate functionKrish Sadhukhan2020-07-081-0/+5
* KVM: X86: Move ignore_msrs handling upper the stackPeter Xu2020-07-081-0/+2
* KVM: X86: Introduce more exit_fastpath_completion enum valuesWanpeng Li2020-05-151-1/+1
* KVM: X86: Introduce kvm_vcpu_exit_request() helperWanpeng Li2020-05-151-0/+1
* KVM: x86: Introduce KVM_REQ_TLB_FLUSH_CURRENT to flush current ASIDSean Christopherson2020-04-211-0/+6
* 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