Commit Graph

142 Commits (f4b9a988685da6386d7f9a72df3098bcc3270526)

Author SHA1 Message Date
Joerg Roedel eb74ff6cc0 AMD IOMMU: add domain unmap function for IOMMU API 16 years ago
Joerg Roedel c6229ca649 AMD IOMMU: add domain map function for IOMMU API 16 years ago
Joerg Roedel 01106066a6 AMD IOMMU: add device attach function for IOMMU API 16 years ago
Joerg Roedel 684f288884 AMD IOMMU: add device detach function for IOMMU API 16 years ago
Joerg Roedel 98383fc301 AMD IOMMU: add domain destroy function for IOMMU API 16 years ago
Joerg Roedel c156e347d6 AMD IOMMU: add domain init function for IOMMU API 16 years ago
Joerg Roedel 6d98cd8043 AMD IOMMU: add domain cleanup helper function 16 years ago
Joerg Roedel e275a2a0fc AMD IOMMU: add device notifier callback 16 years ago
Joerg Roedel 355bf553ed AMD IOMMU: add device detach helper functions 16 years ago
Joerg Roedel f1179dc005 AMD IOMMU: rename set_device_domain function 16 years ago
Joerg Roedel 863c74ebd0 AMD IOMMU: add device reference counting for protection domains 16 years ago
Joerg Roedel 5b28df6f43 AMD IOMMU: add checks for dma_ops domain to dma_ops functions 16 years ago
Joerg Roedel 9fdb19d64c AMD IOMMU: add protection domain flags 16 years ago
Joerg Roedel 43f4960983 AMD IOMMU: add iommu_flush_domain function 16 years ago
Joerg Roedel 9e919012e3 AMD IOMMU: don't remove protection domain from iommu_pd_list 16 years ago
Joerg Roedel 237b6f3329 AMD IOMMU: move invalidation command building to a separate function 16 years ago
Joerg Roedel 8d201968e1 AMD IOMMU: refactor completion wait handling into separate functions 16 years ago
Joerg Roedel a2acfb7579 AMD IOMMU: add domain id free function 16 years ago
Joerg Roedel 86db2e5d47 AMD IOMMU: make dma_ops_free_pagetable generic 16 years ago
Joerg Roedel 38e817febe AMD IOMMU: rename iommu_map to iommu_map_page 16 years ago
Jaswinder Singh Rajput 557f687c87 x86: amd_iommu.c: prealloc_protection_domains should be static 16 years ago
Joerg Roedel 84df817595 AMD IOMMU: panic if completion wait loop fails 16 years ago
Joerg Roedel b8d9905d02 AMD IOMMU: __unmap_single: check for bad_dma_address instead of 0 16 years ago
Joerg Roedel 8ad909c4c1 AMD IOMMU: fix WARN_ON in dma_ops unmap path 16 years ago
Joerg Roedel 24f811603e AMD IOMMU: fix typo in comment 16 years ago
Joerg Roedel 3cc3d84bff AMD IOMMU: fix loop counter in free_pagetable function 16 years ago
Joerg Roedel bb9d4ff80b AMD IOMMU: fix iommu_map_page function 16 years ago
Joerg Roedel 09ee17eb8e AMD IOMMU: fix possible race while accessing iommu->need_sync 16 years ago
Joerg Roedel f91ba19064 AMD IOMMU: set device table entry for aliased devices 16 years ago
Joerg Roedel 1d9b16d169 x86: move GART specific stuff from iommu.h to gart.h 16 years ago
Joerg Roedel 8501c45cc3 AMD IOMMU: check for next_bit also in unmapped area 16 years ago
Joerg Roedel 80be308dfa AMD IOMMU: fix lazy IO/TLB flushing in unmap path 16 years ago
Joerg Roedel ae9b940364 AMD IOMMU: fix detection of NP capable IOMMUs 17 years ago
Joerg Roedel e3c449f526 x86, AMD IOMMU: convert driver to generic iommu_num_pages function 17 years ago
Joerg Roedel bdab0ba3d9 x86: rename iommu_num_pages function to iommu_nr_pages 17 years ago
FUJITA Tomonori 40becd8d5a AMD IOMMU: use iommu_device_max_index 17 years ago
FUJITA Tomonori afa9fdc2f5 iommu: remove fullflush and nofullflush in IOMMU generic option 17 years ago
FUJITA Tomonori d26dbc5cf9 iommu: export iommu_area_reserve helper function 17 years ago
Joerg Roedel 832a90c304 AMD IOMMU: use coherent_dma_mask in alloc_coherent 17 years ago
Joerg Roedel 6754086ce6 AMD IOMMU: simplify dma_mask_to_pages 17 years ago
Joerg Roedel c97ac5359e AMD IOMMU: replace memset with __GFP_ZERO in alloc_coherent 17 years ago
FUJITA Tomonori 13d9fead3d AMD IOMMU: avoid unnecessary low zone allocation in alloc_coherent 17 years ago
Joerg Roedel 38ddf41b19 AMD IOMMU: some set_device_domain cleanups 17 years ago
Joerg Roedel bd60b735c6 AMD IOMMU: don't assign preallocated protection domains to devices 17 years ago
Joerg Roedel b39ba6ad00 AMD IOMMU: add dma_supported callback 17 years ago
Joerg Roedel 90008ee4b8 AMD IOMMU: add event handling code 17 years ago
Joerg Roedel a80dc3e0e0 AMD IOMMU: add MSI interrupt support 17 years ago
Joerg Roedel 6d4f343f84 AMD IOMMU: align alloc_coherent addresses properly 17 years ago
Joerg Roedel 5507eef835 AMD IOMMU: add branch hints to completion wait checks 17 years ago
Joerg Roedel 1c65577398 AMD IOMMU: implement lazy IO/TLB flushing 17 years ago