summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* KVM: VMX: Preserve host CR4.MCE value while in guest mode.Ben Serebrin2015-04-211-2/+10
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-131-70/+76
|\
| * KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit2015-04-081-1/+1
| * KVM: nVMX: remove unnecessary double caching of MAXPHYADDREugene Korenevsky2015-04-081-8/+6
| * KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entryEugene Korenevsky2015-04-081-6/+7
| * KVM: vmx: pass error code with internal error #2Radim Krčmář2015-04-081-1/+2
| * Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-04-071-1/+1
| |\
| | * KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev2015-03-261-1/+1
| * | x86: Use bool function return values of true/false not 1/0Joe Perches2015-03-311-36/+36
| * | KVM: x86: Remove redundant definitionsNadav Amit2015-03-301-9/+9
| * | KVM: nVMX: Add support for rdtscpJan Kiszka2015-03-261-2/+7
| * | KVM: nVMX: Do not emulate #UD while in guest modeJan Kiszka2015-03-131-0/+4
| * | kvm: x86: make kvm_emulate_* consistantJoel Schopp2015-03-101-6/+3
| |/
* | KVM: nVMX: mask unrestricted_guest if disabled on L0Radim Krčmář2015-03-171-2/+5
* | KVM: VMX: Set msr bitmap correctly if vcpu is in guest modeWincy Van2015-03-131-4/+7
|/
* 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
OpenPOWER on IntegriCloud