summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm
Commit message (Expand)AuthorAgeFilesLines
* Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-147-22/+93
|\
| * KVM: x86: remove WARN_ON from get_kernel_ns()Marcelo Tosatti2014-04-141-1/+0
| * KVM: Rename variable smep to cr4_smepFeng Wu2014-04-141-3/+3
| * KVM: expose SMAP feature to guestFeng Wu2014-04-141-1/+1
| * KVM: Disable SMAP for guests in EPT realmode and EPT unpaging modeFeng Wu2014-04-141-5/+6
| * KVM: Add SMAP support when setting CR4Feng Wu2014-04-145-13/+84
* | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-04-071-1/+6
|\ \ | |/ |/|
| * x86, kvm: Fix CPU hotplug callback registrationSrivatsa S. Bhat2014-03-201-1/+6
* | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-028-179/+443
|\ \
| * | KVM: vmx: fix MPX detectionPaolo Bonzini2014-03-271-1/+2
| * | KVM: x86: handle missing MPX in nested virtualizationPaolo Bonzini2014-03-174-3/+30
| * | KVM: x86: Add nested virtualization support for MPXPaolo Bonzini2014-03-171-0/+17
| * | KVM: x86: introduce kvm_supported_xcr0()Paolo Bonzini2014-03-173-14/+19
| * | KVM: x86 emulator: emulate MOVAPDIgor Mammedov2014-03-171-1/+1
| * | KVM: x86 emulator: emulate MOVAPSIgor Mammedov2014-03-171-1/+7
| * | kvm: x86: ignore ioapic polarityGabriel L. Somlo2014-03-131-0/+1
| * | KVM: svm: Allow the guest to run with dirty debug registersPaolo Bonzini2014-03-111-0/+28
| * | KVM: svm: set/clear all DR intercepts in one swoopPaolo Bonzini2014-03-111-21/+20
| * | KVM: nVMX: Allow nested guests to run with dirty debug registersPaolo Bonzini2014-03-111-0/+4
| * | KVM: vmx: Allow the guest to run with dirty debug registersPaolo Bonzini2014-03-111-1/+37
| * | KVM: x86: Allow the guest to run with dirty debug registersPaolo Bonzini2014-03-111-0/+16
| * | KVM: x86: change vcpu->arch.switch_db_regs to a bit maskPaolo Bonzini2014-03-111-1/+3
| * | KVM: vmx: we do rely on loading DR7 on entryPaolo Bonzini2014-03-111-1/+1
| * | KVM: x86: Remove return code from enable_irq/nmi_windowJan Kiszka2014-03-113-27/+12
| * | KVM: nVMX: Do not inject NMI vmexits when L2 has a pending interruptJan Kiszka2014-03-111-1/+2
| * | KVM: nVMX: Fully emulate preemption timerJan Kiszka2014-03-111-55/+96
| * | KVM: nVMX: Rework interception of IRQs and NMIsJan Kiszka2014-03-112-36/+57
| * | Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Paolo Bonzini2014-03-042-1/+2
| |\ \
| * | | x86: kvm: introduce periodic global clock updatesAndrew Jones2014-03-041-0/+20
| * | | x86: kvm: rate-limit global clock updatesAndrew Jones2014-03-041-4/+23
| * | | kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini2014-03-031-1/+1
| * | | KVM: x86: Break kvm_for_each_vcpu loop after finding the VP_INDEXTakuya Yoshikawa2014-02-271-2/+5
| * | | KVM: x86: emulator_cmpxchg_emulated should mark_page_dirtyMarcelo Tosatti2014-02-261-0/+1
| * | | KVM: x86: Enable Intel MPX for guestLiu, Jinsong2014-02-253-2/+8
| * | | KVM: x86: add MSR_IA32_BNDCFGS to msrs_to_saveLiu, Jinsong2014-02-252-1/+7
| * | | KVM: x86: Intel MPX vmx and msr handleLiu, Jinsong2014-02-241-2/+16
| * | | KVM: x86: Fix xsave cpuid exposing bugLiu, Jinsong2014-02-222-5/+8
| * | | KVM: x86: expose ADX feature to guestLiu, Jinsong2014-02-221-1/+2
| * | | KVM: x86: expose new instruction RDSEED to guestLiu, Jinsong2014-02-221-1/+1
| * | | KVM: SVM: fix NMI window after iretRadim Krčmář2014-02-181-0/+1
| * | | KVM: Simplify kvm->tlbs_dirty handlingTakuya Yoshikawa2014-02-181-3/+4
| * | | Merge tag 'kvm-s390-20140130' of git://git.kernel.org/pub/scm/linux/kernel/gi...Paolo Bonzini2014-02-041-1/+1
| |\ \ \
| | * | | KVM: async_pf: Provide additional direct page notificationDominik Dingel2014-01-301-1/+1
| * | | | KVM: x86: remove unused last_kernel_ns variableMarcelo Tosatti2014-02-041-1/+0
* | | | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux...Linus Torvalds2014-04-011-1/+1
|\ \ \ \ \ | |_|_|_|/ |/| | | |
| * | | | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSHH. Peter Anvin2014-02-271-1/+1
| |/ / /
* | | | KVM: SVM: fix cr8 intercept windowRadim Krčmář2014-03-121-3/+3
| |_|/ |/| |
* | | kvm, vmx: Really fix lazy FPU on nested guestPaolo Bonzini2014-02-271-1/+1
* | | kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig2014-02-271-1/+1
* | | KVM: MMU: drop read-only large sptes when creating lower level sptesMarcelo Tosatti2014-02-261-0/+1
|/ /
OpenPOWER on IntegriCloud