aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2009-01-03AMD IOMMU: convert iommu->need_sync to boolJoerg Roedel2-3/+3
2009-01-03AMD IOMMU: use dev_name instead of self-build print_devidJoerg Roedel2-14/+1
2009-01-03AMD IOMMU: allocate a new protection for hotplugged devicesJoerg Roedel1-0/+17
2009-01-03AMD IOMMU: add a domain flag for default domainsJoerg Roedel2-0/+3
2009-01-03AMD IOMMU: register functions for the IOMMU APIJoerg Roedel1-0/+18
2009-01-03AMD IOMMU: add domain address lookup function for IOMMU APIJoerg Roedel1-0/+31
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
2009-01-03add frontend implementation for the IOMMU APIJoerg Roedel1-0/+100
2009-01-03introcude linux/iommu.h for an iommu apiJoerg Roedel1-0/+112
2009-01-03KVM: rename vtd.c to iommu.cJoerg Roedel3-2/+2
2009-01-03Deassign device in kvm_free_assgined_deviceWeidong Han3-10/+2
2009-01-03KVM: support device deassignmentWeidong Han3-0/+74
2009-01-03KVM: use the new intel iommu APIsWeidong Han3-49/+71
2009-01-03Check agaw is sufficient for mapped memoryWeidong Han1-0/+61
2009-01-03Change intel iommu APIs of virtual machine domainWeidong Han2-79/+70
2009-01-03Change domain_context_mapping_one for virtual machine domainWeidong Han1-3/+52
2009-01-03Allocation and free functions of virtual machine domainWeidong Han1-2/+105
2009-01-03Add domain_flush_cacheWeidong Han1-17/+26
2009-01-03Add/remove domain device info for virtual machine domainWeidong Han1-5/+166
2009-01-03Add domain flag DOMAIN_FLAG_VIRTUAL_MACHINEWeidong Han1-0/+7
2009-01-03iommu coherencyWeidong Han1-0/+24
2009-01-03calculate agaw for each iommuWeidong Han4-0/+34