summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* kvm: fix wrong address when writing Hyper-V tsc pageXiaoming Gao2014-06-191-1/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds2014-06-041-32/+29
|\
| * KVM: x86: drop set_rflags callbackPaolo Bonzini2014-05-221-6/+0
| * KVM: x86: Fix CR3 reserved bits check in long modeJan Kiszka2014-05-121-4/+5
| * kvm/x86: implement hv EOI assistMichael S. Tsirkin2014-05-071-0/+4
| * KVM: x86: improve the usability of the 'kvm_pio' tracepointUlrich Obergfell2014-05-051-2/+2
| * KVM: MMU: flush tlb out of mmu lock when write-protect the sptesXiao Guangrong2014-04-231-2/+10
| * KVM: MMU: lazily drop large spteXiao Guangrong2014-04-231-2/+6
| * KVM: x86: Processor mode may be determined incorrectlyNadav Amit2014-04-231-1/+1
| * KVM: x86: Fix CR3 reserved bitsNadav Amit2014-04-231-20/+5
| * KVM: support any-length wildcard ioeventfdMichael S. Tsirkin2014-04-171-0/+1
* | Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-05-281-1/+5
|\ \
| * | KVM: x86: disable master clock if TSC is reset during suspendMarcelo Tosatti2014-05-141-1/+5
| |/
* / asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen2014-05-051-1/+1
|/
* Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-04-141-2/+8
|\
| * KVM: x86: remove WARN_ON from get_kernel_ns()Marcelo Tosatti2014-04-141-1/+0
| * KVM: Add SMAP support when setting CR4Feng Wu2014-04-141-1/+8
* | 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
* | KVM: vmx: fix MPX detectionPaolo Bonzini2014-03-271-1/+2
* | KVM: x86: handle missing MPX in nested virtualizationPaolo Bonzini2014-03-171-0/+17
* | KVM: x86: introduce kvm_supported_xcr0()Paolo Bonzini2014-03-171-3/+1
* | kvm: x86: ignore ioapic polarityGabriel L. Somlo2014-03-131-0/+1
* | 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: x86: Remove return code from enable_irq/nmi_windowJan Kiszka2014-03-111-4/+2
* | KVM: nVMX: Rework interception of IRQs and NMIsJan Kiszka2014-03-111-7/+19
* | Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Paolo Bonzini2014-03-041-1/+1
|\|
| * kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig2014-02-271-1/+1
* | 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: 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-251-0/+3
* | KVM: x86: add MSR_IA32_BNDCFGS to msrs_to_saveLiu, Jinsong2014-02-251-1/+1
* | KVM: x86: Fix xsave cpuid exposing bugLiu, Jinsong2014-02-221-2/+5
* | KVM: x86: remove unused last_kernel_ns variableMarcelo Tosatti2014-02-041-1/+0
|/
* kvm: x86: move KVM_CAP_HYPERV_TIME outside #ifdefPaolo Bonzini2014-01-291-1/+1
* KVM: x86: Validate guest writes to MSR_IA32_APICBASEJan Kiszka2014-01-271-7/+25
* KVM: x86: mark hyper-v vapic assist page as dirtyVadim Rozenfeld2014-01-241-2/+4
* KVM: x86: mark hyper-v hypercall page as dirtyVadim Rozenfeld2014-01-231-0/+1
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2014-01-221-46/+55
|\
| * KVM: SVM: Fix reading of DR6Jan Kiszka2014-01-171-2/+17
| * KVM: x86: Sync DR7 on KVM_SET_DEBUGREGSJan Kiszka2014-01-171-0/+1
| * add support for Hyper-V reference time counterVadim Rozenfeld2014-01-171-1/+27
| * KVM: remove useless write to vcpu->hv_clock.tsc_timestampPaolo Bonzini2014-01-151-2/+0
| * KVM: x86: fix tsc catchup issue with tsc scalingMarcelo Tosatti2014-01-151-40/+1
| * KVM: x86: limit PIT timer frequencyMarcelo Tosatti2014-01-151-0/+3
| * KVM: x86: Add comment on vcpu_enter_guest()'s return valueTakuya Yoshikawa2013-12-131-0/+5
| * KVM: Use cond_resched() directly and remove useless kvm_resched()Takuya Yoshikawa2013-12-131-1/+1