summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: nVMX: fix nested tsc scalingPeter Feiner2016-08-181-4/+12
* KVM: nVMX: postpone VMCS changes on MSR_IA32_APICBASE writeRadim Krčmář2016-08-181-0/+13
* KVM: nVMX: fix msr bitmaps to prevent L2 from accessing L0 x2APICRadim Krčmář2016-08-181-63/+44
* nvmx: mark ept single context invalidation as supportedBandan Das2016-08-041-7/+7
* nvmx: remove comment about missing nested vpid supportBandan Das2016-08-041-1/+0
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2016-08-021-46/+340
|\
| * KVM: VMX: Add VMCS to CPU's loaded VMCSs before VMPTRLDJim Mattson2016-08-011-11/+15
| * kvm: x86: nVMX: maintain internal copy of current VMCSDavid Matlack2016-08-011-3/+28
| * KVM: x86: add KVM_CAP_X2APIC_APIRadim Krčmář2016-07-141-1/+1
| * KVM: VMX: optimize APIC ID read with APICvRadim Krčmář2016-07-141-3/+0
| * kvm: vmx: advertise support for ept execute onlyBandan Das2016-07-141-0/+3
| * kvm: mmu: track read permission explicitly for shadow EPT page tablesBandan Das2016-07-141-6/+9
| * kvm: mmu: don't set the present bit unconditionallyBandan Das2016-07-141-0/+1
| * KVM: VMX: introduce vm_{entry,exit}_control_reset_shadowPaolo Bonzini2016-07-111-2/+12
| * KVM: nVMX: keep preemption timer enabled during L2 executionPaolo Bonzini2016-07-111-2/+13
| * KVM: nVMX: avoid incorrect preemption timer vmexit in nested guestWanpeng Li2016-07-111-0/+2
| * KVM: VMX: reflect broken preemption timer in vmcs_configPaolo Bonzini2016-07-111-3/+2
| * KVM: x86: Use ARRAY_SIZE instead of dividing sizeof array with sizeof an elementWei Yongjun2016-07-051-1/+1
| * KVM: vmx: fix underflow in TSC deadline calculationPaolo Bonzini2016-07-011-3/+3
| * KVM: x86: use guest_exit_irqoffPaolo Bonzini2016-07-011-3/+1
| * KVM: x86: always use "acknowledge interrupt on exit"Paolo Bonzini2016-07-011-4/+3
| * KVM: VMX: enable guest access to LMCE related MSRsAshok Raj2016-06-231-0/+29
| * KVM: VMX: validate individual bits of guest MSR_IA32_FEATURE_CONTROLHaozhong Zhang2016-06-231-1/+24
| * KVM: VMX: move msr_ia32_feature_control to vcpu_vmxHaozhong Zhang2016-06-231-7/+6
| * kvm: vmx: hook preemption timer supportYunhong Jiang2016-06-161-1/+179
| * kvm: vmx: rename vmx_pre/post_block to pi_pre/post_blockYunhong Jiang2016-06-161-2/+15
| * KVM: x86: Fix typosAndrea Gelmini2016-06-141-1/+1
* | Merge tag 'libnvdimm-for-4.8' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2016-07-281-28/+4
|\ \
| * \ Merge branch 'for-4.8/libnvdimm' into libnvdimm-for-nextDan Williams2016-07-241-28/+4
| |\ \
| | * | Revert "KVM: x86: add pcommit support"Dan Williams2016-07-231-28/+4
| | |/
* | | KVM: VMX: handle PML full VMEXIT that occurs during event deliveryCao, Lei2016-07-161-0/+1
* | | KVM: nVMX: Fix memory corruption when using VMCS shadowingJim Mattson2016-07-141-2/+17
* | | kvm: vmx: ensure VMCS is current while enabling PMLPeter Feiner2016-07-141-32/+24
|/ /
* | 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