| Commit message (Expand) | Author | Age | Files | Lines |
* | asmlinkage, x86: Add explicit __visible to arch/x86/* | Andi Kleen | 2014-05-05 | 1 | -1/+1 |
* | KVM: x86: Check for host supported fields in shadow vmcs | Bandan Das | 2014-04-28 | 1 | -12/+41 |
* | Merge git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-04-14 | 7 | -22/+93 |
|\ |
|
| * | KVM: x86: remove WARN_ON from get_kernel_ns() | Marcelo Tosatti | 2014-04-14 | 1 | -1/+0 |
| * | KVM: Rename variable smep to cr4_smep | Feng Wu | 2014-04-14 | 1 | -3/+3 |
| * | KVM: expose SMAP feature to guest | Feng Wu | 2014-04-14 | 1 | -1/+1 |
| * | KVM: Disable SMAP for guests in EPT realmode and EPT unpaging mode | Feng Wu | 2014-04-14 | 1 | -5/+6 |
| * | KVM: Add SMAP support when setting CR4 | Feng Wu | 2014-04-14 | 5 | -13/+84 |
* | | Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 2014-04-07 | 1 | -1/+6 |
|\ \
| |/
|/| |
|
| * | x86, kvm: Fix CPU hotplug callback registration | Srivatsa S. Bhat | 2014-03-20 | 1 | -1/+6 |
* | | Merge tag 'kvm-3.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm | Linus Torvalds | 2014-04-02 | 8 | -179/+443 |
|\ \ |
|
| * | | KVM: vmx: fix MPX detection | Paolo Bonzini | 2014-03-27 | 1 | -1/+2 |
| * | | KVM: x86: handle missing MPX in nested virtualization | Paolo Bonzini | 2014-03-17 | 4 | -3/+30 |
| * | | KVM: x86: Add nested virtualization support for MPX | Paolo Bonzini | 2014-03-17 | 1 | -0/+17 |
| * | | KVM: x86: introduce kvm_supported_xcr0() | Paolo Bonzini | 2014-03-17 | 3 | -14/+19 |
| * | | KVM: x86 emulator: emulate MOVAPD | Igor Mammedov | 2014-03-17 | 1 | -1/+1 |
| * | | KVM: x86 emulator: emulate MOVAPS | Igor Mammedov | 2014-03-17 | 1 | -1/+7 |
| * | | kvm: x86: ignore ioapic polarity | Gabriel L. Somlo | 2014-03-13 | 1 | -0/+1 |
| * | | KVM: svm: Allow the guest to run with dirty debug registers | Paolo Bonzini | 2014-03-11 | 1 | -0/+28 |
| * | | KVM: svm: set/clear all DR intercepts in one swoop | Paolo Bonzini | 2014-03-11 | 1 | -21/+20 |
| * | | KVM: nVMX: Allow nested guests to run with dirty debug registers | Paolo Bonzini | 2014-03-11 | 1 | -0/+4 |
| * | | KVM: vmx: Allow the guest to run with dirty debug registers | Paolo Bonzini | 2014-03-11 | 1 | -1/+37 |
| * | | KVM: x86: Allow the guest to run with dirty debug registers | Paolo Bonzini | 2014-03-11 | 1 | -0/+16 |
| * | | KVM: x86: change vcpu->arch.switch_db_regs to a bit mask | Paolo Bonzini | 2014-03-11 | 1 | -1/+3 |
| * | | KVM: vmx: we do rely on loading DR7 on entry | Paolo Bonzini | 2014-03-11 | 1 | -1/+1 |
| * | | KVM: x86: Remove return code from enable_irq/nmi_window | Jan Kiszka | 2014-03-11 | 3 | -27/+12 |
| * | | KVM: nVMX: Do not inject NMI vmexits when L2 has a pending interrupt | Jan Kiszka | 2014-03-11 | 1 | -1/+2 |
| * | | KVM: nVMX: Fully emulate preemption timer | Jan Kiszka | 2014-03-11 | 1 | -55/+96 |
| * | | KVM: nVMX: Rework interception of IRQs and NMIs | Jan Kiszka | 2014-03-11 | 2 | -36/+57 |
| * | | Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Paolo Bonzini | 2014-03-04 | 2 | -1/+2 |
| |\ \ |
|
| * | | | x86: kvm: introduce periodic global clock updates | Andrew Jones | 2014-03-04 | 1 | -0/+20 |
| * | | | x86: kvm: rate-limit global clock updates | Andrew Jones | 2014-03-04 | 1 | -4/+23 |
| * | | | kvm, vmx: Really fix lazy FPU on nested guest | Paolo Bonzini | 2014-03-03 | 1 | -1/+1 |
| * | | | KVM: x86: Break kvm_for_each_vcpu loop after finding the VP_INDEX | Takuya Yoshikawa | 2014-02-27 | 1 | -2/+5 |
| * | | | KVM: x86: emulator_cmpxchg_emulated should mark_page_dirty | Marcelo Tosatti | 2014-02-26 | 1 | -0/+1 |
| * | | | KVM: x86: Enable Intel MPX for guest | Liu, Jinsong | 2014-02-25 | 3 | -2/+8 |
| * | | | KVM: x86: add MSR_IA32_BNDCFGS to msrs_to_save | Liu, Jinsong | 2014-02-25 | 2 | -1/+7 |
| * | | | KVM: x86: Intel MPX vmx and msr handle | Liu, Jinsong | 2014-02-24 | 1 | -2/+16 |
| * | | | KVM: x86: Fix xsave cpuid exposing bug | Liu, Jinsong | 2014-02-22 | 2 | -5/+8 |
| * | | | KVM: x86: expose ADX feature to guest | Liu, Jinsong | 2014-02-22 | 1 | -1/+2 |
| * | | | KVM: x86: expose new instruction RDSEED to guest | Liu, Jinsong | 2014-02-22 | 1 | -1/+1 |
| * | | | KVM: SVM: fix NMI window after iret | Radim Krčmář | 2014-02-18 | 1 | -0/+1 |
| * | | | KVM: Simplify kvm->tlbs_dirty handling | Takuya Yoshikawa | 2014-02-18 | 1 | -3/+4 |
| * | | | Merge tag 'kvm-s390-20140130' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Paolo Bonzini | 2014-02-04 | 1 | -1/+1 |
| |\ \ \ |
|
| | * | | | KVM: async_pf: Provide additional direct page notification | Dominik Dingel | 2014-01-30 | 1 | -1/+1 |
| * | | | | KVM: x86: remove unused last_kernel_ns variable | Marcelo Tosatti | 2014-02-04 | 1 | -1/+0 |
* | | | | | Merge branch 'x86-cpufeature-for-linus' of git://git.kernel.org/pub/scm/linux... | Linus Torvalds | 2014-04-01 | 1 | -1/+1 |
|\ \ \ \ \
| |_|_|_|/
|/| | | | |
|
| * | | | | x86, cpufeature: Rename X86_FEATURE_CLFLSH to X86_FEATURE_CLFLUSH | H. Peter Anvin | 2014-02-27 | 1 | -1/+1 |
| |/ / / |
|
* | | | | KVM: SVM: fix cr8 intercept window | Radim Krčmář | 2014-03-12 | 1 | -3/+3 |
| |_|/
|/| | |
|
* | | | kvm, vmx: Really fix lazy FPU on nested guest | Paolo Bonzini | 2014-02-27 | 1 | -1/+1 |