summaryrefslogtreecommitdiff
path: root/arch/x86/kvm/vmx.c
AgeCommit message (Expand)AuthorFilesLines
2015-07-23KVM: x86: rename quirk constants to KVM_X86_QUIRK_*Paolo Bonzini1-1/+1
2015-07-23KVM: vmx: obey KVM_QUIRK_CD_NW_CLEAREDXiao Guangrong1-1/+4
2015-07-10KVM: x86: apply guest MTRR virtualization on host reserved pagesPaolo Bonzini1-8/+3
2015-06-27Merge tag 'trace-v4.2' of git://git.kernel.org/pub/scm/linux/kernel/git/roste...Linus Torvalds1-1/+1
2015-06-24Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-98/+265
2015-06-23KVM: x86/vPMU: Define kvm_pmu_ops to support vPMU function dispatchWei Huang1-0/+3
2015-06-19KVM: x86: move MTRR related code to a separate fileXiao Guangrong1-1/+1
2015-06-19KVM: x86: fix CR0.CD virtualizationXiao Guangrong1-10/+22
2015-06-05KVM: x86: advertise KVM_CAP_X86_SMMPaolo Bonzini1-0/+6
2015-06-05KVM: x86: work on all available address spacesPaolo Bonzini1-3/+3
2015-06-05KVM: x86: use vcpu-specific functions to read/write/translate GFNsPaolo Bonzini1-16/+16
2015-06-04KVM: x86: pass host_initiated to functions that read MSRsPaolo Bonzini1-32/+30
2015-05-25Merge branch 'linus' into x86/fpuIngo Molnar1-0/+1
2015-05-20Merge branch 'kvm-master' into kvm-nextPaolo Bonzini1-0/+1
2015-05-20Revert "KVM: x86: drop fpu_activate hook"Paolo Bonzini1-0/+1
2015-05-19KVM: x86: Fix DR7 mask on task-switch while debuggingNadav Amit1-3/+0
2015-05-19x86/fpu: Rename user_has_fpu() to fpregs_active()Ingo Molnar1-1/+1
2015-05-19x86/fpu: Move asm/xcr.h to asm/fpu/internal.hIngo Molnar1-1/+0
2015-05-19x86/fpu: Move various internal function prototypes to fpu/internal.hIngo Molnar1-1/+1
2015-05-19x86/fpu: Rename i387.h to fpu/api.hIngo Molnar1-1/+1
2015-05-13tracing: Rename ftrace_event.h to trace_events.hSteven Rostedt (Red Hat)1-1/+1
2015-05-08KVM: nVMX: Fix host crash when loading MSRs with userspace irqchipJan Kiszka1-3/+2
2015-05-07KVM: x86: dump VMCS on invalid entryPaolo Bonzini1-0/+153
2015-05-07KVM: x86: fix initial PAT valueRadim Krčmář1-10/+2
2015-05-07KVM: x86: INIT and reset sequences are differentNadav Amit1-22/+29
2015-04-21KVM: VMX: Preserve host CR4.MCE value while in guest mode.Ben Serebrin1-2/+10
2015-04-13Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-70/+76
2015-04-08KVM: x86: BSP in MSR_IA32_APICBASE is writableNadav Amit1-1/+1
2015-04-08KVM: nVMX: remove unnecessary double caching of MAXPHYADDREugene Korenevsky1-8/+6
2015-04-08KVM: nVMX: checks for address bits beyond MAXPHYADDR on VM-entryEugene Korenevsky1-6/+7
2015-04-08KVM: vmx: pass error code with internal error #2Radim Krčmář1-1/+2
2015-04-07Merge tag 'kvm-arm-for-4.1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Paolo Bonzini1-1/+1
2015-03-31x86: Use bool function return values of true/false not 1/0Joe Perches1-36/+36
2015-03-30KVM: x86: Remove redundant definitionsNadav Amit1-9/+9
2015-03-27KVM: nVMX: Add support for rdtscpJan Kiszka1-2/+7
2015-03-27KVM: Redesign kvm_io_bus_ API to pass VCPU structure to the callbacks.Nikolay Nikolaev1-1/+1
2015-03-18KVM: nVMX: mask unrestricted_guest if disabled on L0Radim Krčmář1-2/+5
2015-03-13KVM: nVMX: Do not emulate #UD while in guest modeJan Kiszka1-0/+4
2015-03-13KVM: VMX: Set msr bitmap correctly if vcpu is in guest modeWincy Van1-4/+7
2015-03-11kvm: x86: make kvm_emulate_* consistantJoel Schopp1-6/+3
2015-02-24KVM: VMX: fix build without CONFIG_SMPRadim Krčmář1-9/+14
2015-02-17Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-5/+5
2015-02-10KVM: x86: fix build with !CONFIG_SMPRadim Krčmář1-0/+1
2015-02-04x86: Store a per-cpu shadow copy of CR4Andy Lutomirski1-3/+3
2015-02-04x86: Clean up cr4 manipulationAndy Lutomirski1-2/+2
2015-02-03KVM: nVMX: Enable nested posted interrupt processingWincy Van1-4/+150
2015-02-03KVM: nVMX: Enable nested virtual interrupt deliveryWincy Van1-2/+65
2015-02-03KVM: nVMX: Enable nested apic register virtualizationWincy Van1-4/+35
2015-02-03KVM: nVMX: Make nested control MSRs per-cpuWincy Van1-86/+129
2015-02-03KVM: nVMX: Enable nested virtualize x2apic modeWincy Van1-2/+112