aboutsummaryrefslogtreecommitdiffstats
path: root/arch/x86/kernel/amd_iommu.c (unfollow)
AgeCommit message (Expand)AuthorFilesLines
2009-01-03AMD IOMMU: add domain unmap function for IOMMU APIJoerg Roedel1-0/+41
2009-01-03AMD IOMMU: add domain map function for IOMMU APIJoerg Roedel1-0/+29
2009-01-03AMD IOMMU: add device attach function for IOMMU APIJoerg Roedel1-0/+35
2009-01-03AMD IOMMU: add device detach function for IOMMU APIJoerg Roedel1-0/+26
2009-01-03AMD IOMMU: add domain destroy function for IOMMU APIJoerg Roedel1-0/+21
2009-01-03AMD IOMMU: add domain init function for IOMMU APIJoerg Roedel1-0/+30
2009-01-03AMD IOMMU: add domain cleanup helper functionJoerg Roedel1-0/+28
2009-01-03AMD IOMMU: add device notifier callbackJoerg Roedel1-2/+60
2009-01-03AMD IOMMU: add device detach helper functionsJoerg Roedel1-0/+39
2009-01-03AMD IOMMU: rename set_device_domain functionJoerg Roedel1-5/+5
2009-01-03AMD IOMMU: add device reference counting for protection domainsJoerg Roedel2-1/+3
2009-01-03AMD IOMMU: add checks for dma_ops domain to dma_ops functionsJoerg Roedel1-6/+35
2009-01-03AMD IOMMU: add protection domain flagsJoerg Roedel2-5/+10
2009-01-03AMD IOMMU: add iommu_flush_domain functionJoerg Roedel1-0/+24
2009-01-03AMD IOMMU: don't remove protection domain from iommu_pd_listJoerg Roedel1-1/+0
2009-01-03AMD IOMMU: move invalidation command building to a separate functionJoerg Roedel1-10/+16
2009-01-03AMD IOMMU: refactor completion wait handling into separate functionsJoerg Roedel1-23/+45
2009-01-03AMD IOMMU: add domain id free functionJoerg Roedel1-0/+12
2009-01-03AMD IOMMU: make dma_ops_free_pagetable genericJoerg Roedel1-3/+5
2009-01-03AMD IOMMU: rename iommu_map to iommu_map_pageJoerg Roedel1-5/+5
2009-01-03intel-iommu: fix bit shift at DOMAIN_FLAG_P2P_MULTIPLE_DEVICESMike Day1-1/+1
2009-01-03VT-d: remove now unused intel_iommu_found functionJoerg Roedel2-15/+0
2009-01-03VT-d: register functions for the IOMMU APIJoerg Roedel1-0/+15
2009-01-03VT-d: adapt domain iova_to_phys function for IOMMU APIJoerg Roedel2-5/+4
2009-01-03VT-d: adapt domain map and unmap functions for IOMMU APIJoerg Roedel2-17/+20
2009-01-03VT-d: adapt device attach and detach functions for IOMMU APIJoerg Roedel2-16/+15
2009-01-03VT-d: adapt domain init and destroy functions for IOMMU APIJoerg Roedel2-17/+18
2009-01-03KVM: change KVM to use IOMMU APIJoerg Roedel9-34/+33
2009-01-03select IOMMU_API when DMAR and/or AMD_IOMMU is selectedJoerg Roedel3-0/+7