summaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)Author
2013-05-20kvm: Add compat_ioctl for device control APIScott Wood
2013-05-02kvm: destroy emulated devices on VM exitScott Wood
2013-05-02kvm/ppc/mpic: in-kernel MPIC emulationScott Wood
2013-05-02kvm: add device control APIScott Wood
2013-05-02KVM: Move irqfd resample cap handling to generic codeAlexander Graf
2013-05-02KVM: Move irq routing setup to irqchip.cAlexander Graf
2013-05-02KVM: Extract generic irqchip logic into irqchip.cAlexander Graf
2013-05-02KVM: Move irq routing to generic codeAlexander Graf
2013-05-02KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf
2013-05-02KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINSAlexander Graf
2013-05-02KVM: PPC: revert the MPIC and irqfd patchesStuart Yoder
2013-05-01Merge branch 'rtmerge'Scott Wood
2013-04-25KVM: Allow cross page reads and writes from cached translations.Andrew Honig
2013-04-25KVM: Fix bounds checking in ioapic indirect register reads (CVE-2013-1798)Andy Honig
2013-04-19KVM: Move irqfd resample cap handling to generic codeAlexander Graf
2013-04-19KVM: Move irq routing setup to irqchip.cAlexander Graf
2013-04-19KVM: Extract generic irqchip logic into irqchip.cAlexander Graf
2013-04-19KVM: Move irq routing to generic codeAlexander Graf
2013-04-19KVM: Introduce CONFIG_HAVE_KVM_IRQ_ROUTINGAlexander Graf
2013-04-19KVM: Add KVM_IRQCHIP_NUM_PINS in addition to KVM_IOAPIC_NUM_PINSAlexander Graf
2013-04-19KVM: Initialize irqfd from kvm_init().Cornelia Huck
2013-04-17kvm/ppc/mpic: in-kernel MPIC emulationScott Wood
2013-04-17kvm: add device control APIScott Wood
2012-12-10kvm: Fix irqfd resampler list walkAlex Williamson
2012-12-09Merge branch 'for-upstream' of https://github.com/agraf/linux-2.6 into queueMarcelo Tosatti
2012-12-06KVM: Distangle eventfd code from irqchipAlexander Graf
2012-12-05kvm: deliver msi interrupts from irq handlerMichael S. Tsirkin
2012-12-05kvm: add kvm_set_irq_inatomicMichael S. Tsirkin
2012-11-30KVM: Fix user memslot overlap checkAlex Williamson
2012-11-28KVM: x86: add kvm_arch_vcpu_postcreate callback, move TSC initializationMarcelo Tosatti
2012-11-28KVM: x86: implement PVCLOCK_TSC_STABLE_BIT pvclock flagMarcelo Tosatti
2012-11-14KVM: remove unnecessary return value checkGuo Chao
2012-11-14KVM: do not kfree error pointerGuo Chao
2012-10-29KVM: do not treat noslot pfn as a error pfnXiao Guangrong
2012-10-29Merge remote-tracking branch 'master' into queueMarcelo Tosatti
2012-10-24Merge tag 'kvm-3.7-2' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-10-22KVM: MMU: fix release noslot pfnXiao Guangrong
2012-10-10KVM: change kvm_assign_device() to print return value when iommu_attach_devic...Shuah Khan
2012-10-05kvm: replace test_and_set_bit_le() in mark_page_dirty_in_slot() with set_bit_...Takuya Yoshikawa
2012-10-04Merge tag 'kvm-3.7-1' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds
2012-10-02Merge branch 'for-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wqLinus Torvalds
2012-09-23KVM: Add resampling irqfds for level triggered interruptsAlex Williamson
2012-09-20KVM: optimize apic interrupt deliveryGleb Natapov
2012-09-17KVM: make processes waiting on vcpu mutex killableMichael S. Tsirkin
2012-09-06KVM: move postcommit flush to x86, as mmio sptes are x86 specificMarcelo Tosatti
2012-09-06KVM: perform an invalid memslot step for gpa base changeMarcelo Tosatti
2012-09-06KVM: split kvm_arch_flush_shadowMarcelo Tosatti
2012-08-27KVM: PPC: book3s: fix build error caused by gfn_to_hva_memslot()Gavin Shan
2012-08-26kvm: Fix nonsense handling of compat ioctlAlan Cox
2012-08-22KVM: introduce readonly memslotXiao Guangrong