aboutsummaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)Author
2012-07-11KVM: Fix device assignment threaded irq handlerAlex Williamson
2012-07-03KVM: fix fault page leakXiao Guangrong
2012-07-02KVM: Sanitize KVM_IRQFD flagsAlex Williamson
2012-07-02KVM: Pass kvm_irqfd to functionsAlex Williamson
2012-06-15KVM: Fix PCI header check on device assignmentJan Kiszka
2012-06-05KVM: Fix buffer overflow in kvm_set_irq()Avi Kivity
2012-04-30KVM: s390: Implement the directed yield (diag 9c) hypervisor call for KVMKonstantin Weitz
2012-04-24KVM: Introduce direct MSI message injection for in-kernel irqchipsJan Kiszka
2012-04-19Merge branch 'linus' into queueMarcelo Tosatti
2012-04-19KVM: lock slots_lock around device assignmentAlex Williamson
2012-04-16KVM: dont clear TMR on EOIMichael S. Tsirkin
2012-04-11KVM: unmap pages from the iommu when slots are removedAlex Williamson
2012-04-08KVM: Remove unused dirty_bitmap_head and nr_dirty_pagesTakuya Yoshikawa
2012-04-08KVM: fix kvm_vcpu_kick build failure on S390Marcelo Tosatti
2012-04-08KVM: Factor out kvm_vcpu_kick to arch-generic codeChristoffer Dall
2012-04-08KVM: resize kvm_io_range array dynamicallyAmos Kong
2012-03-20KVM: Convert intx_mask_lock to spin lockJan Kiszka
2012-03-08KVM: use correct tlbs dirty type in cmpxchgAlex Shi
2012-03-08KVM: Allow host IRQ sharing for assigned PCI 2.3 devicesJan Kiszka
2012-03-08KVM: Ensure all vcpus are consistent with in-kernel irqchip settingsAvi Kivity
2012-03-08KVM: mmu_notifier: Flush TLBs before releasing mmu_lockTakuya Yoshikawa
2012-03-08KVM: Introduce kvm_memory_slot::arch and move lpage_info into itTakuya Yoshikawa
2012-03-08KVM: Simplify ifndef conditional usage in __kvm_set_memory_region()Takuya Yoshikawa
2012-03-08KVM: Split lpage_info creation out from __kvm_set_memory_region()Takuya Yoshikawa
2012-03-08KVM: Introduce gfn_to_index() which returns the index for a given levelTakuya Yoshikawa
2012-03-05KVM: Move gfn_to_memslot() to kvm_host.hPaul Mackerras
2012-03-05KVM: fix error handling for out of range irqMichael S. Tsirkin
2012-03-05KVM: Add barriers to allow mmu_notifier_retry to be used locklesslyPaul Mackerras
2012-03-05KVM: s390: ucontrol: export SIE control block to userCarsten Otte
2012-03-05KVM: s390: add parameter for KVM_CREATE_VMCarsten Otte
2012-02-01KVM: Fix __set_bit() race in mark_page_dirty() during dirty loggingTakuya Yoshikawa
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell
2012-01-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds
2012-01-09Merge branches 'iommu/fixes', 'arm/omap' and 'x86/amd' into nextJoerg Roedel
2011-12-27KVM: ensure that debugfs entries have been createdHamo
2011-12-27KVM: drop bsp_vcpu pointer from kvm structGleb Natapov
2011-12-27KVM: Use memdup_user instead of kmalloc/copy_from_userSasha Levin
2011-12-27KVM: Use kmemdup() instead of kmalloc/memcpySasha Levin
2011-12-27KVM: Allow aligned byte and word writes to IOAPIC registers.Julian Stecklina
2011-12-27KVM: introduce a table to map slot id to index in memslots arrayXiao Guangrong
2011-12-27KVM: sort memslots by its size and use line searchXiao Guangrong
2011-12-27KVM: introduce id_to_memslot functionXiao Guangrong
2011-12-27KVM: introduce kvm_for_each_memslot macroXiao Guangrong
2011-12-27KVM: introduce update_memslots functionXiao Guangrong
2011-12-27KVM: introduce KVM_MEM_SLOTS_NUM macroXiao Guangrong
2011-12-27KVM: Count the number of dirty pages for dirty loggingTakuya Yoshikawa
2011-12-27KVM: Use kmemdup rather than duplicating its implementationThomas Meyer
2011-12-27KVM: make checks stricter in coalesced_mmio_in_range()Dan Carpenter
2011-12-25KVM: Device assignment permission checksAlex Williamson
2011-12-25KVM: Remove ability to assign a device without iommu supportAlex Williamson