aboutsummaryrefslogtreecommitdiffstats
path: root/virt/kvm/iommu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-10-24kvm: fix excessive pages un-pinning in kvm_iommu_map error path.Quentin Casasnovas1-4/+4
2014-10-15Merge tag 'iommu-updates-v3.18' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-4/+2
2014-09-25kvm: iommu: Convert to use new iommu_capable() API functionJoerg Roedel1-4/+2
2014-09-16KVM: Use PCI device flag helper functionsEthan Zhao1-2/+2
2014-08-19kvm: iommu: fix the third parameter of kvm_iommu_put_pages (CVE-2014-3601)Michael S. Tsirkin1-9/+10
2013-11-05KVM: IOMMU: hva align mapping page sizeGreg Edwards1-0/+4
2013-10-30kvm: Create non-coherent DMA registerationAlex Williamson1-0/+6
2013-10-30kvm/x86: Convert iommu_flags to iommu_noncoherentAlex Williamson1-8/+8
2013-10-03virt/kvm/iommu.c: Add leading zeros to device's BDF notation in debug messagesAndre Richter1-10/+2
2013-01-27kvm: Obey read-only mappings in iommuAlex Williamson1-1/+3
2012-10-29KVM: do not treat noslot pfn as a error pfnXiao Guangrong1-2/+2
2012-10-10KVM: change kvm_assign_device() to print return value when iommu_attach_device() failsShuah Khan1-5/+1
2012-08-06KVM: do not release the error pfnXiao Guangrong1-1/+0
2012-08-06KVM: iommu: fix releasing unmapped pageXiao Guangrong1-0/+7
2012-07-19KVM: remove the unused parameter of gfn_to_pfn_memslotXiao Guangrong1-5/+5
2012-04-19KVM: lock slots_lock around device assignmentAlex Williamson1-8/+15
2012-04-11KVM: unmap pages from the iommu when slots are removedAlex Williamson1-1/+6
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-10Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-4/+4
2011-12-27KVM: introduce kvm_for_each_memslot macroXiao Guangrong1-8/+9
2011-11-10iommu/core: split mapping to page sizes as supported by the hardwareOhad Ben-Cohen1-4/+4
2011-10-31kvm: iommu.c file requires the full module.h present.Paul Gortmaker1-0/+1
2011-10-31kvm: fix implicit use of stat.h header filePaul Gortmaker1-0/+1
2011-10-30Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-2/+2
2011-10-21iommu/core: Convert iommu_found to iommu_presentJoerg Roedel1-1/+1
2011-10-21iommu/core: Add bus_type parameter to iommu_domain_allocJoerg Roedel1-1/+1
2011-09-23pci: Add flag indicating device has been assigned by KVMGreg Rose1-0/+4
2011-07-24KVM: IOMMU: Disable device assignment without interrupt remappingAlex Williamson1-0/+18
2010-08-02KVM: Use u64 for frame data typesJoerg Roedel1-1/+1
2010-08-01KVM: Fix IOMMU memslot reference warningSheng Yang1-2/+6
2010-08-01KVM: Update Red Hat copyrightsAvi Kivity1-0/+2
2010-06-09KVM: Fix order passed to iommu_unmapJan Kiszka1-1/+1
2010-05-21Merge branch 'kvm-updates/2.6.35' of git://git.kernel.org/pub/scm/virt/kvm/kvmLinus Torvalds1-2/+2
2010-05-17KVM: use the correct RCU API for PROVE_RCU=yLai Jiangshan1-2/+2
2010-03-07kvm: Change kvm_iommu_map_pages to map large pagesJoerg Roedel1-22/+91
2010-03-01KVM: enable PCI multiple-segments for pass-through deviceZhai, Edwin1-3/+6
2010-03-01KVM: introduce kvm->srcu and convert kvm_set_memory_region to SRCU updateMarcelo Tosatti1-2/+2
2010-03-01KVM: use gfn_to_pfn_memslot in kvm_iommu_map_pagesMarcelo Tosatti1-7/+6
2010-03-01KVM: modify memslots layout in struct kvmMarcelo Tosatti1-6/+12
2009-06-10KVM: Enable snooping control for supported hardwareSheng Yang1-3/+24
2009-02-15KVM: Fix assigned devices circular locking dependencyMark McLoughlin1-4/+2
2009-01-03kvm/iommu: fix compile warningJoerg Roedel1-1/+1
2009-01-03KVM: change KVM to use IOMMU APIJoerg Roedel1-24/+21
2009-01-03KVM: rename vtd.c to iommu.cJoerg Roedel1-0/+217