summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/dma-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: reject __GFP_COMP in dma_alloc_attrsChristoph Hellwig2022-11-211-3/+0
* iommu/dma: Make header privateRobin Murphy2022-09-091-1/+2
* iommu/dma: Move public interfaces to linux/iommu.hRobin Murphy2022-09-071-2/+13
* Revert "iommu/dma: Add config for PCI SAC address trick"Linus Torvalds2022-08-061-1/+1
* Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds2022-08-061-14/+91
|\
| * iommu/dma: support PCI P2PDMA pages in dma-iommu map_sgLogan Gunthorpe2022-07-261-14/+85
| * dma-iommu: add iommu_dma_opt_mapping_size()John Garry2022-07-191-0/+6
* | ACPI/IORT: Provide a generic helper to retrieve reserve regionsShameer Kolothum2022-07-061-1/+1
* | iommu/dma: Fix race condition during iova_domain initializationYunfei Wang2022-06-221-4/+13
* | iommu/dma: Add config for PCI SAC address trickRobin Murphy2022-06-221-1/+1
|/
* iommu/dma: Explicitly sort PCI DMA windowsRobin Murphy2022-05-131-1/+12
* iommu/dma: Fix iova map result check bugYunfei Wang2022-05-131-3/+4
* dma-iommu: Check that swiotlb is active before trying to use itMario Limonciello2022-04-281-0/+5
* Merge tag 'dma-mapping-5.18' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2022-03-291-9/+5
|\
| * dma-mapping: remove CONFIG_DMA_REMAPChristoph Hellwig2022-03-031-9/+5
* | iommu/iova: Separate out rcache initJohn Garry2022-02-141-0/+4
|/
* iommu: Move flush queue data into iommu_dma_cookieRobin Murphy2021-12-201-77/+94
* iommu/iova: Move flush queue code to iommu-dmaRobin Murphy2021-12-201-1/+176
* iommu/vt-d: Use put_pages_listMatthew Wilcox (Oracle)2021-12-201-1/+1
* iommu/iova: Squash flush_cb abstractionRobin Murphy2021-12-201-12/+1
* iommu/iova: Squash entry_dtor abstractionRobin Murphy2021-12-201-15/+2
* iommu/iova: Move fast alloc size roundup into alloc_iova_fast()John Garry via iommu2021-12-171-8/+0
*---. Merge branches 'apple/dart', 'arm/mediatek', 'arm/renesas', 'arm/smmu', 'arm/...Joerg Roedel2021-10-311-114/+86
|\ \ \
| | | * iommu/dma: Use kvcalloc() instead of kvzalloc()Gustavo A. R. Silva2021-10-271-1/+1
| | | * iommu/dma: Account for min_align_mask w/swiotlbDavid Stevens2021-09-291-3/+2
| | | * swiotlb: Support aligned swiotlb buffersDavid Stevens2021-09-291-2/+2
| | | * iommu/dma: Check CONFIG_SWIOTLB more broadlyDavid Stevens2021-09-291-8/+12
| | | * iommu/dma: Fold _swiotlb helpers into callersDavid Stevens2021-09-291-76/+59
| | | * iommu/dma: Skip extra sync during unmap w/swiotlbDavid Stevens2021-09-291-5/+6
| | | * iommu/dma: Fix arch_sync_dma for mapDavid Stevens2021-09-291-9/+7
| | | * iommu/dma: Fix sync_sg with swiotlbDavid Stevens2021-09-291-20/+13
| |_|/ |/| |
| | * iommu/dma: Fix incorrect error return on iommu deferred attachLogan Gunthorpe2021-10-281-1/+2
| |/ |/|
| * iommu/dma: Unexport IOVA cookie managementRobin Murphy2021-09-281-7/+0
|/
* Merge tag 'iommu-updates-v5.15' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2021-09-031-17/+34
|\
| *-. Merge branches 'apple/dart', 'arm/smmu', 'iommu/fixes', 'x86/amd', 'x86/vt-d'...Joerg Roedel2021-08-201-17/+35
| |\ \
| | | * iommu: Allow enabling non-strict mode dynamicallyRobin Murphy2021-08-181-15/+32
| | | * iommu: Express DMA strictness via the domain typeRobin Murphy2021-08-181-4/+6
| | | * iommu: Introduce explicit type for non-strict DMA domainsRobin Murphy2021-08-181-1/+1
| | | * iommu: Indicate queued flushes via gather dataRobin Murphy2021-08-181-0/+1
| | | * iommu/dma: Remove redundant "!dev" checksRobin Murphy2021-08-181-4/+1
| | |/ | |/|
* | | Merge branch 'stable/for-linus-5.15' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-09-031-6/+6
|\ \ \
| * | | swiotlb: Update is_swiotlb_buffer to add a struct device argumentClaire Chang2021-07-131-6/+6
| |/ /
* | | Merge tag 'dma-mapping-5.15' of git://git.infradead.org/users/hch/dma-mappingLinus Torvalds2021-09-021-7/+15
|\ \ \ | |_|/ |/| |
| * | iommu/dma: return error code from iommu_dma_map_sg()Logan Gunthorpe2021-08-091-7/+15
| |/
* / iommu/dma: Fix leak in non-contiguous APIEzequiel Garcia2021-07-261-0/+1
|/
*-. Merge branches 'iommu/fixes', 'arm/rockchip', 'arm/smmu', 'x86/vt-d', 'x86/am...Joerg Roedel2021-06-251-8/+11
|\ \
| | * iommu/dma: Fix compile warning in 32-bit buildsJoerg Roedel2021-06-081-2/+2
| | * iommu/dma: Fix IOVA reserve dma rangesSrinath Mannam2021-06-081-2/+4
| |/ |/|
| * iommu/virtio: Enable x86 supportJean-Philippe Brucker2021-06-251-0/+1
| * iommu/dma: Pass address limit rather than size to iommu_setup_dma_ops()Jean-Philippe Brucker2021-06-251-6/+6
|/