aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAge
* Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini2015-05-20
* KVM: VMX: Preserve host CR4.MCE value while in guest mode.Ben Serebrin2015-04-21
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-04-13
|\
| * KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit2015-04-08
| * KVM: nVMX: remove unnecessary double caching of MAXPHYADDREugene Korenevsky2015-04-08
| * KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entryEugene Korenevsky2015-04-08
| * KVM: vmx: pass error code with internal error #2Radim Krčmář2015-04-08
| * Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini2015-04-07
| |\
| | * KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev2015-03-26
| * | x86: Use bool function return values of true/false not 1/0Joe Perches2015-03-31
| * | KVM: x86: Remove redundant definitionsNadav Amit2015-03-30
| * | KVM: nVMX: Add support for rdtscpJan Kiszka2015-03-26
| * | KVM: nVMX: Do not emulate #UD while in guest modeJan Kiszka2015-03-13
| * | kvm: x86: make kvm_emulate_* consistantJoel Schopp2015-03-10
| |/
* | KVM: nVMX: mask unrestricted_guest if disabled on L0Radim Krčmář2015-03-17
* | KVM: VMX: Set msr bitmap correctly if vcpu is in guest modeWincy Van2015-03-13
|/
* KVM: VMX: fix build without CONFIG_SMPRadim Krčmář2015-02-23
* Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2015-02-16
|\
| * x86: Store a per-cpu shadow copy of CR4Andy Lutomirski2015-02-04
| * x86: Clean up cr4 manipulationAndy Lutomirski2015-02-04
* | KVM: x86: fix build with !CONFIG_SMPRadim Krčmář2015-02-10
* | KVM: nVMX: Enable nested posted interrupt processingWincy Van2015-02-03
* | KVM: nVMX: Enable nested virtual interrupt deliveryWincy Van2015-02-03
* | KVM: nVMX: Enable nested apic register virtualizationWincy Van2015-02-03
* | KVM: nVMX: Make nested control MSRs per-cpuWincy Van2015-02-03
* | KVM: nVMX: Enable nested virtualize x2apic modeWincy Van2015-02-03
* | KVM: nVMX: Prepare for using hardware MSR bitmapWincy Van2015-02-03
* | KVM: x86: revert "add method to test PIR bitmap vector"Marcelo Tosatti2015-02-02
* | kvm: vmx: fix oops with explicit flexpriority=0 optionPaolo Bonzini2015-01-30
* | KVM: VMX: Add PML support in VMXKai Huang2015-01-30
* | x86: kvm: vmx: Remove some unused functionsRickard Strandqvist2015-01-19
* | KVM: x86: mmu: remove argument to kvm_init_shadow_mmu and kvm_init_shadow_ept...Paolo Bonzini2015-01-08
* | KVM: x86: add method to test PIR bitmap vectorMarcelo Tosatti2015-01-08
* | kvm: x86: vmx: NULL out hwapic_isr_update() in case of !enable_apicvTiejun Chen2015-01-08
* | KVM: nVMX: consult PFEC_MASK and PFEC_MATCH when generating #PF VM-exitEugene Korenevsky2015-01-08
* | KVM: nVMX: Improve nested msr switch checkingEugene Korenevsky2015-01-08
* | KVM: nVMX: Add nested msr load/restore algorithmWincy Van2015-01-08
|/
* kvm: x86: vmx: reorder some msr writingTiejun Chen2014-12-27
* KVM: nVMX: Disable unrestricted mode if ept=0Bandan Das2014-12-11
* kvm: vmx: add nested virtualization support for xsavesWanpeng Li2014-12-05
* kvm: vmx: add MSR logic for XSAVESWanpeng Li2014-12-05
* kvm: x86: handle XSAVES vmcs and vmexitWanpeng Li2014-12-05
* kvm: x86: Add kvm_x86_ops hook that enables XSAVES for guestWanpeng Li2014-12-05
* kvm: x86: vmx: cleanup handle_ept_violationTiejun Chen2014-11-18
* x86, kvm, vmx: Don't set LOAD_IA32_EFER when host and guest matchAndy Lutomirski2014-11-12
* x86, kvm, vmx: Always use LOAD_IA32_EFER if availableAndy Lutomirski2014-11-12
* KVM: x86: Breakpoints do not consider CS.baseNadav Amit2014-11-07
* KVM: x86: Clear DR6[0:3] on #DB during handle_drNadav Amit2014-11-07
* KVM: x86: reset RVI upon system resetWei Wang2014-11-07
* kvm: x86: vmx: avoid returning bool to distinguish success from errorPaolo Bonzini2014-11-07