aboutsummaryrefslogtreecommitdiff
path: root/arch/x86/kvm/x86.c
AgeCommit message (Expand)Author
2014-06-19kvm: fix wrong address when writing Hyper-V tsc pageXiaoming Gao
2014-06-04Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm into nextLinus Torvalds
2014-05-28Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-05-22KVM: x86: drop set_rflags callbackPaolo Bonzini
2014-05-14KVM: x86: disable master clock if TSC is reset during suspendMarcelo Tosatti
2014-05-12KVM: x86: Fix CR3 reserved bits check in long modeJan Kiszka
2014-05-07kvm/x86: implement hv EOI assistMichael S. Tsirkin
2014-05-05asmlinkage, x86: Add explicit __visible to arch/x86/*Andi Kleen
2014-05-05KVM: x86: improve the usability of the 'kvm_pio' tracepointUlrich Obergfell
2014-04-23KVM: MMU: flush tlb out of mmu lock when write-protect the sptesXiao Guangrong
2014-04-23KVM: MMU: lazily drop large spteXiao Guangrong
2014-04-23KVM: x86: Processor mode may be determined incorrectlyNadav Amit
2014-04-23KVM: x86: Fix CR3 reserved bitsNadav Amit
2014-04-17KVM: support any-length wildcard ioeventfdMichael S. Tsirkin
2014-04-14Merge git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-04-14KVM: x86: remove WARN_ON from get_kernel_ns()Marcelo Tosatti
2014-04-14KVM: Add SMAP support when setting CR4Feng Wu
2014-04-07Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-03-27KVM: vmx: fix MPX detectionPaolo Bonzini
2014-03-20x86, kvm: Fix CPU hotplug callback registrationSrivatsa S. Bhat
2014-03-17KVM: x86: handle missing MPX in nested virtualizationPaolo Bonzini
2014-03-17KVM: x86: introduce kvm_supported_xcr0()Paolo Bonzini
2014-03-13kvm: x86: ignore ioapic polarityGabriel L. Somlo
2014-03-11KVM: x86: Allow the guest to run with dirty debug registersPaolo Bonzini
2014-03-11KVM: x86: change vcpu->arch.switch_db_regs to a bit maskPaolo Bonzini
2014-03-11KVM: x86: Remove return code from enable_irq/nmi_windowJan Kiszka
2014-03-11KVM: nVMX: Rework interception of IRQs and NMIsJan Kiszka
2014-03-04Merge tag 'kvm-for-3.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/m...Paolo Bonzini
2014-03-04x86: kvm: introduce periodic global clock updatesAndrew Jones
2014-03-04x86: kvm: rate-limit global clock updatesAndrew Jones
2014-02-27kvm: x86: fix emulator buffer overflow (CVE-2014-0049)Andrew Honig
2014-02-27KVM: x86: Break kvm_for_each_vcpu loop after finding the VP_INDEXTakuya Yoshikawa
2014-02-26KVM: x86: emulator_cmpxchg_emulated should mark_page_dirtyMarcelo Tosatti
2014-02-25KVM: x86: Enable Intel MPX for guestLiu, Jinsong
2014-02-25KVM: x86: add MSR_IA32_BNDCFGS to msrs_to_saveLiu, Jinsong
2014-02-22KVM: x86: Fix xsave cpuid exposing bugLiu, Jinsong
2014-02-04KVM: x86: remove unused last_kernel_ns variableMarcelo Tosatti
2014-01-29kvm: x86: move KVM_CAP_HYPERV_TIME outside #ifdefPaolo Bonzini
2014-01-27KVM: x86: Validate guest writes to MSR_IA32_APICBASEJan Kiszka
2014-01-24KVM: x86: mark hyper-v vapic assist page as dirtyVadim Rozenfeld
2014-01-23KVM: x86: mark hyper-v hypercall page as dirtyVadim Rozenfeld
2014-01-22Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2014-01-17KVM: SVM: Fix reading of DR6Jan Kiszka
2014-01-17KVM: x86: Sync DR7 on KVM_SET_DEBUGREGSJan Kiszka
2014-01-17add support for Hyper-V reference time counterVadim Rozenfeld
2014-01-15KVM: remove useless write to vcpu->hv_clock.tsc_timestampPaolo Bonzini
2014-01-15KVM: x86: fix tsc catchup issue with tsc scalingMarcelo Tosatti
2014-01-15KVM: x86: limit PIT timer frequencyMarcelo Tosatti
2013-12-13KVM: x86: Add comment on vcpu_enter_guest()'s return valueTakuya Yoshikawa
2013-12-13KVM: Use cond_resched() directly and remove useless kvm_resched()Takuya Yoshikawa