summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/vmx.c
Commit message (Expand)AuthorAgeFilesLines
* kvm/x86: add support for MONITOR_TRAP_FLAGMihai Donțu2015-07-231-4/+12
* KVM: nVMX: VMX instructions: add checks for #GP/#SS exceptionsEugene Korenevsky2015-07-231-16/+61
* KVM: x86: rename quirk constants to KVM_X86_QUIRK_*Paolo Bonzini2015-07-231-1/+1
* KVM: vmx: obey KVM_QUIRK_CD_NW_CLEAREDXiao Guangrong2015-07-231-1/+4
* KVM: x86: apply guest MTRR virtualization on host reserved pagesPaolo Bonzini2015-07-101-8/+3
* Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds2015-06-261-1/+1
|\
| * tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)2015-05-131-1/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2015-06-241-98/+265
|\ \
| * | KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatchWei Huang2015-06-231-0/+3
| * | KVM: x86: move MTRR related code to a separate fileXiao Guangrong2015-06-191-1/+1
| * | KVM: x86: fix CR0.CD virtualizationXiao Guangrong2015-06-191-10/+22
| * | KVM: x86: advertise KVM_CAP_X86_SMMPaolo Bonzini2015-06-051-0/+6
| * | KVM: x86: work on all available address spacesPaolo Bonzini2015-06-051-3/+3
| * | KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini2015-06-051-16/+16
| * | KVM: x86: pass host_initiated to functions that read MSRsPaolo Bonzini2015-06-041-32/+30
| * | Merge branch 'kvm-master' into kvm-nextPaolo Bonzini2015-05-201-0/+1
| |\ \
| * | | KVM: x86: Fix DR7 mask on task-switch while debuggingNadav Amit2015-05-191-3/+0
| * | | KVM: nVMX: Fix host crash when loading MSRs with userspace irqchipJan Kiszka2015-05-081-3/+2
| * | | KVM: x86: dump VMCS on invalid entryPaolo Bonzini2015-05-071-0/+153
| * | | KVM: x86: fix initial PAT valueRadim Krčmář2015-05-071-10/+2
| * | | KVM: x86: INIT and reset sequences are differentNadav Amit2015-05-071-22/+29
| | |/ | |/|
* | | Merge branch 'linus' into x86/fpuIngo Molnar2015-05-251-0/+1
|\ \ \ | | |/ | |/|
| * | Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini2015-05-201-0/+1
| |/
* | x86/fpu: Rename user_has_fpu() to fpregs_active()Ingo Molnar2015-05-191-1/+1
* | x86/fpu: Move asm/xcr.h to asm/fpu/internal.hIngo Molnar2015-05-191-1/+0
* | x86/fpu: Move various internal function prototypes to fpu/internal.hIngo Molnar2015-05-191-1/+1
* | x86/fpu: Rename i387.h to fpu/api.hIngo Molnar2015-05-191-1/+1
|/
* 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
OpenPOWER on IntegriCloud