summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE writeRadim Krčmář2016-10-071-0/+13
* KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson2016-08-201-2/+17
* KVM: VMX: handle PML full VMEXIT that occurs during event deliveryCao, Lei2016-08-201-0/+1
* KVM: nVMX: VMX instructions: fix segment checks when L1 is in long mode.Quentin Casasnovas2016-06-271-12/+11
* kvm: vmx: check apicv is active before using VT-d posted interruptYang Zhang2016-06-161-5/+10
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-271-18/+30
|\
| * kvm:vmx: more complete state update on APICv on/offRoman Kagan2016-05-251-18/+30
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-05-191-6/+6
|\|
| * KVM: x86: make hwapic_isr_update and hwapic_irr_update look the samePaolo Bonzini2016-05-181-5/+5
| * KVM: x86: fix ordering of cr0 initialization code in vmx_cpu_resetBruce Rogers2016-04-291-1/+1
* | Merge tag 'v4.6-rc6' into x86/asm, to refresh the treeIngo Molnar2016-05-051-0/+4
|\ \
| * | perf/x86/intel/pt: Don't die on VMXONAlexander Shishkin2016-04-281-0/+4
| |/
* / x86/cpufeature: Replace cpu_has_xsaves with boot_cpu_has() usageBorislav Petkov2016-04-131-1/+1
|/
* Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2016-03-241-2/+2
|\
| * Merge branch 'x86/cleanups' into x86/urgentIngo Molnar2016-03-171-2/+2
| |\
| | * x86: Fix misspellings in commentsAdam Buchbinder2016-02-241-2/+2
* | | KVM, pkeys: add pkeys support for permission_faultHuaitong Han2016-03-221-0/+8
* | | KVM, pkeys: save/restore PKRU when guest/host switchesXiao Guangrong2016-03-221-0/+23
* | | KVM, pkeys: disable pkeys for guests in non-paging modeHuaitong Han2016-03-221-6/+10
* | | KVM: VMX: fix nested vpid for old KVM guestsPaolo Bonzini2016-03-221-1/+13
* | | KVM: VMX: avoid guest hang on invalid invvpid instructionPaolo Bonzini2016-03-221-0/+1
* | | KVM: VMX: avoid guest hang on invalid invept instructionPaolo Bonzini2016-03-221-0/+1
* | | Merge branch 'core-objtool-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2016-03-201-1/+3
|\ \ \
| * | | x86/kvm: Add output operand in vmx_handle_external_intr inline asmChris J Arges2016-02-241-1/+3
| | |/ | |/|
* | | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-03-161-32/+53
|\ \ \ | |_|/ |/| |
| * | KVM: x86: disable MPX if host did not enable MPX XSAVE featuresPaolo Bonzini2016-03-091-7/+6
| * | KVM: VMX: use vmcs_clear/set_bits for debug register exitsPaolo Bonzini2016-03-041-11/+3
| * | KVM: x86: use list_last_entryGeliang Tang2016-02-231-2/+2
| * | kvm/x86: Pass return code of kvm_emulate_hypercallAndrey Smetanin2016-02-161-2/+1
| * | KVM: VMX: Fix guest debugging while in L2Jan Kiszka2016-02-161-0/+17
| * | KVM: VMX: Factor out is_exception_n helperJan Kiszka2016-02-161-8/+9
| * | KVM/VMX: Add host irq information in trace event when updating IRTE for poste...Feng Wu2016-02-091-1/+1
| * | KVM: Recover IRTE to remapped mode if the interrupt is not single-destinationFeng Wu2016-02-091-1/+14
| |/
* | KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 comboPaolo Bonzini2016-03-101-13/+23
* | KVM: VMX: disable PEBS before a guest entryRadim Krčmář2016-03-081-0/+7
* | kvm: x86: Update tsc multiplier on change.Owen Hofmann2016-03-021-5/+9
|/
* kvm: rename pfn_t to kvm_pfn_tDan Williams2016-01-151-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-01-121-71/+131
|\
| * kvm: x86: Fix vmwrite to SECONDARY_VM_EXEC_CONTROLHuaitong Han2016-01-121-1/+2
| * KVM: vmx: detect mismatched size in VMCS read/writePaolo Bonzini2015-12-161-17/+83
| * KVM: VMX: fix read/write sizes of VMCS fields in dump_vmcsPaolo Bonzini2015-12-161-19/+20
| * KVM: VMX: fix read/write sizes of VMCS fieldsPaolo Bonzini2015-12-161-4/+4
| * KVM: VMX: fix the writing POSTED_INTR_NVLi RongQing2015-12-161-2/+2
| * kvm/x86: per-vcpu apicv deactivation supportAndrey Smetanin2015-11-251-26/+19
| * kvm/x86: split ioapic-handled and EOI exit bitmapsAndrey Smetanin2015-11-251-2/+1
* | KVM: VMX: Fix host initiated access to guest MSR_TSC_AUXHaozhong Zhang2015-12-141-2/+2
* | kvm: x86: move tracepoints outside extended quiescent statePaolo Bonzini2015-12-111-1/+2
|/
* KVM: nVMX: remove incorrect vpid check in nested invvpid emulationHaozhong Zhang2015-11-251-5/+0
* KVM: x86: rename update_db_bp_intercept to update_bp_interceptPaolo Bonzini2015-11-101-1/+1
* KVM: x86: work around infinite loop in microcode when #AC is deliveredEric Northup2015-11-101-1/+4