summaryrefslogtreecommitdiffstats
path: root/arch/x86/kvm/x86.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-07-031-20/+60
|\
| * kvm: Add a tracepoint write_tsc_offsetYoshihiro YUNOMAE2013-06-271-0/+1
| * KVM: MMU: fast invalidate all mmio sptesXiao Guangrong2013-06-271-2/+1Star
| * KVM: MMU: retain more available bits on mmio spteXiao Guangrong2013-06-201-1/+7
| * KVM: x86: handle idiv overflow at kvm_write_tscMarcelo Tosatti2013-06-121-3/+20
| * KVM: MMU: reclaim the zapped-obsolete page firstXiao Guangrong2013-06-051-0/+1
| * KVM: x86: use the fast way to invalidate all pagesXiao Guangrong2013-06-051-2/+2
| * KVM: MMU: drop unnecessary kvm_reload_remote_mmusXiao Guangrong2013-06-051-4/+1Star
| * KVM: x86: drop calling kvm_mmu_zap_all in emulator_fix_hypercallXiao Guangrong2013-06-051-7/+0Star
| * KVM: x86: limit difference between kvmclock updatesMarcelo Tosatti2013-05-151-2/+28
* | Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2013-07-031-1/+1
|\ \
| * | x86: Rename X86_CR4_RDWRGSFS to X86_CR4_FSGSBASEH. Peter Anvin2013-06-261-1/+1
| |/
* / KVM: x86: remove vcpu's CPL check in host-invoked XCR setZhanghaoyu (A)2013-06-181-3/+2Star
|/
* KVM: x86: fix maintenance of guest/host xcr0 stateMarcelo Tosatti2013-05-081-20/+20
* Merge tag 'kvm-3.10-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-05-051-85/+158
|\
| * KVM: x86: Account for failing enable_irq_window for NMI window requestJan Kiszka2013-05-031-1/+2
| * kvm: KVM_CAP_IOMMU only available with device assignmentAlex Williamson2013-04-301-0/+2
| * kvm: Allow build-time configuration of KVM device assignmentAlex Williamson2013-04-281-2/+4
| * Merge git://github.com/agraf/linux-2.6.git kvm-ppc-next into queueGleb Natapov2013-04-281-1/+0Star
| |\
| | * KVM: Move irqfd resample cap handling to generic codeAlexander Graf2013-04-261-1/+0Star
| * | KVM: x86: Rework request for immediate exitJan Kiszka2013-04-281-4/+3Star
| |/
| * KVM: nVMX: Validate EFER values for VM_ENTRY/EXIT_LOAD_IA32_EFERJan Kiszka2013-04-221-10/+19
| * KVM: x86: Fix memory leak in vmx.cAndrew Honig2013-04-221-0/+17
| * KVM: x86: fix error return code in kvm_arch_vcpu_init()Wei Yongjun2013-04-221-1/+3
| * KVM: VMX: Use posted interrupt to deliver virtual interruptYang Zhang2013-04-161-0/+1
| * KVM: Set TMR when programming ioapic entryYang Zhang2013-04-161-1/+4
| * KVM: Call common update function when ioapic entry changed.Yang Zhang2013-04-161-4/+7
| * KVM: VMX: Enable acknowledge interupt on vmexitYang Zhang2013-04-161-1/+3
| * KVM: Let ioapic know the irq line statusYang Zhang2013-04-161-2/+4
| * KVM: VMX: do not try to reexecute failed instruction while emulating invalid ...Gleb Natapov2013-04-141-4/+9
| * KVM: Move kvm_spurious_fault to x86.cGeoff Levand2013-04-081-0/+7
| * pmu: prepare for migration supportPaolo Bonzini2013-04-021-2/+2
| * Merge remote-tracking branch 'upstream/master' into queueMarcelo Tosatti2013-03-211-33/+31Star
| |\
| * | KVM: x86: Optimize mmio spte zapping when creating/moving memslotTakuya Yoshikawa2013-03-141-1/+1
| * | KVM: x86: Rework INIT and SIPI handlingJan Kiszka2013-03-131-20/+38
| * | KVM: x86: Drop unused return code from VCPU reset callbackJan Kiszka2013-03-121-9/+6Star
| * | VMX: x86: handle host TSC calibration failureMarcelo Tosatti2013-03-121-11/+18
| * | KVM: set_memory_region: Refactor commit_memory_region()Takuya Yoshikawa2013-03-051-7/+8
| * | KVM: set_memory_region: Refactor prepare_memory_region()Takuya Yoshikawa2013-03-051-6/+4Star
| * | KVM: set_memory_region: Drop user_alloc from prepare/commit_memory_region()Takuya Yoshikawa2013-03-051-4/+2Star
| * | Merge branch 'master' into queueMarcelo Tosatti2013-03-051-13/+27
| |\ \
| * | | arch/x86/kvm: beautify source code for __u32 irq which is never < 0Chen Gang2013-02-271-1/+1
* | | | KVM: Allow cross page reads and writes from cached translations.Andrew Honig2013-04-071-7/+6Star
| |_|/ |/| |
* | | KVM: x86: Convert MSR_KVM_SYSTEM_TIME to use gfn_to_hva_cache functions (CVE-...Andy Honig2013-03-191-27/+20Star
* | | KVM: x86: fix for buffer overflow in handling of MSR_KVM_SYSTEM_TIME (CVE-201...Andy Honig2013-03-191-0/+5
* | | KVM: x86: fix deadlock in clock-in-progress request handlingMarcelo Tosatti2013-03-181-9/+9
| |/ |/|
* | Merge tag 'kvm-3.9-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds2013-02-241-57/+111
|\|
| * KVM: Remove user_alloc from struct kvm_memory_slotTakuya Yoshikawa2013-02-111-21/+16Star
| * KVM: MMU: set base_role.nxe during mmu initialization.Gleb Natapov2013-02-051-2/+0Star
| * x86, apicv: add virtual interrupt delivery supportYang Zhang2013-01-291-2/+21