aboutsummaryrefslogtreecommitdiff
path: root/virt
AgeCommit message (Expand)Author
2014-03-11KVM: IOMMU: hva align mapping page sizeGreg Edwards
2014-02-22KVM: return an error code in kvm_vm_ioctl_register_coalesced_mmio()Dan Carpenter
2014-02-20KVM: Fix buffer overflow in kvm_set_irq()Avi Kivity
2013-12-20KVM: Improve create VCPU parameter (CVE-2013-4587)Andy Honig
2013-12-04KVM: Fix iommu map/unmap to handle memory slot movesAlex Williamson
2013-12-04KVM: perform an invalid memslot step for gpa base changeMarcelo Tosatti
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-01-17KVM: Fix user memslot overlap checkAlex Williamson
2012-04-19KVM: lock slots_lock around device assignmentAlex Williamson
2012-04-11KVM: unmap pages from the iommu when slots are removedAlex Williamson
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
2011-11-10iommu/core: split mapping to page sizes as supported by the hardwareOhad Ben-Cohen
2011-10-31kvm: iommu.c file requires the full module.h present.Paul Gortmaker
2011-10-31kvm: fix implicit use of stat.h header filePaul Gortmaker
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds
2011-10-30Merge branch 'kvm-updates/3.2' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds