summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: fix build without CONFIG_SMPRadim Krčmář2015-02-231-9/+14
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-161-5/+5
|\
| * x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-041-3/+3
| * x86: Clean up cr4 manipulationAndy Lutomirski2015-02-041-2/+2
* | KVM: x86: fix build with !CONFIG_SMPRadim Krčmář2015-02-101-0/+1
* | KVM: nVMX: Enable nested posted interrupt processingWincy Van2015-02-031-4/+150
* | KVM: nVMX: Enable nested virtual interrupt deliveryWincy Van2015-02-031-2/+65
* | KVM: nVMX: Enable nested apic register virtualizationWincy Van2015-02-031-4/+35
* | KVM: nVMX: Make nested control MSRs per-cpuWincy Van2015-02-031-86/+129
* | KVM: nVMX: Enable nested virtualize x2apic modeWincy Van2015-02-031-2/+112
* | KVM: nVMX: Prepare for using hardware MSR bitmapWincy Van2015-02-031-11/+66
* | KVM: x86: revert "add method to test PIR bitmap vector"Marcelo Tosatti2015-02-021-14/+0
* | kvm: vmx: fix oops with explicit flexpriority=0 optionPaolo Bonzini2015-01-301-7/+7
* | KVM: VMX: Add PML support in VMXKai Huang2015-01-301-1/+194
* | x86: kvm: vmx: Remove some unused functionsRickard Strandqvist2015-01-191-10/+0
* | KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept...Paolo Bonzini2015-01-081-2/+2
* | KVM: x86: add method to test PIR bitmap vectorMarcelo Tosatti2015-01-081-0/+14
* | kvm: x86: vmx: NULL out hwapic_isr_update() in case of !enable_apicvTiejun Chen2015-01-081-3/+1
* | KVM: nVMX: consult PFEC_MASK and PFEC_MATCH when generating #PF VM-exitEugene Korenevsky2015-01-081-2/+13
* | KVM: nVMX: Improve nested msr switch checkingEugene Korenevsky2015-01-081-14/+114
* | KVM: nVMX: Add nested msr load/restore algorithmWincy Van2015-01-081-11/+90
|/
* kvm: x86: vmx: reorder some msr writingTiejun Chen2014-12-271-44/+44
* KVM: nVMX: Disable unrestricted mode if ept=0Bandan Das2014-12-111-2/+2
* kvm: vmx: add nested virtualization support for xsavesWanpeng Li2014-12-051-1/+22
* kvm: vmx: add MSR logic for XSAVESWanpeng Li2014-12-051-1/+28
* kvm: x86: handle XSAVES vmcs and vmexitWanpeng Li2014-12-051-0/+21
* kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guestWanpeng Li2014-12-051-0/+7
* kvm: x86: vmx: cleanup handle_ept_violationTiejun Chen2014-11-181-3/+3
* x86, kvm, vmx: Don't set LOAD_IA32_EFER when host and guest matchAndy Lutomirski2014-11-121-1/+3
* x86, kvm, vmx: Always use LOAD_IA32_EFER if availableAndy Lutomirski2014-11-121-2/+8
* KVM: x86: Breakpoints do not consider CS.baseNadav Amit2014-11-071-3/+1
* KVM: x86: Clear DR6[0:3] on #DB during handle_drNadav Amit2014-11-071-0/+1
* KVM: x86: reset RVI upon system resetWei Wang2014-11-071-8/+12
* kvm: x86: vmx: avoid returning bool to distinguish success from errorPaolo Bonzini2014-11-071-21/+32
* kvm: x86: vmx: move some vmx setting from vmx_init() to hardware_setup()Tiejun Chen2014-11-071-134/+133
* kvm: x86: vmx: move down hardware_setup() and hardware_unsetup()Tiejun Chen2014-11-071-70/+70
* KVM: vmx: Unavailable DR4/5 is checked before CPLNadav Amit2014-11-031-6/+11
* KVM: x86: Clear DR7.LE during task-switchNadav Amit2014-11-031-1/+1
* KVM: x86: DR7.GD should be cleared upon any #DB exceptionNadav Amit2014-11-031-2/+0
* x86,kvm,vmx: Don't trap writes to CR4.TSDAndy Lutomirski2014-11-031-1/+1
* KVM: vmx: defer load of APIC access page address during resetPaolo Bonzini2014-11-021-1/+1
* KVM: nVMX: Disable preemption while reading from shadow VMCSJan Kiszka2014-11-021-0/+4
* kvm: x86: don't kill guest on unknown exit reasonMichael S. Tsirkin2014-10-241-3/+3
* kvm: vmx: handle invvpid vm exit gracefullyPetr Matousek2014-10-241-1/+8
* KVM: x86: Prevent host from panicking on shared MSR writes.Andy Honig2014-10-241-2/+5
* KVM: x86: Check non-canonical addresses upon WRMSRNadav Amit2014-10-241-1/+1
* x86,kvm,vmx: Preserve CR4 across VM entryAndy Lutomirski2014-10-181-2/+14
* Merge branch 'for-3.18-consistent-ops' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2014-10-151-5/+5
|\
| * x86: Replace __get_cpu_var usesChristoph Lameter2014-08-261-5/+5
* | kvm: x86: Unpin and remove kvm_arch->apic_access_pageTang Chen2014-09-241-2/+7
OpenPOWER on IntegriCloud