summaryrefslogtreecommitdiffstats
path: root/drivers/iommu/dma-iommu.c
Commit message (Expand)AuthorAgeFilesLines
* iommu: Optimise PCI SAC address trickRobin Murphy2023-07-141-6/+20
* Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2023-06-291-1/+2
|\
| * iommu: Use flush queue capabilityRobin Murphy2023-05-221-1/+2
* | iommu/dma: force bouncing if the size is not cacheline-alignedCatalin Marinas2023-06-191-9/+41
* | dma-mapping: name SG DMA flag helpers consistentlyRobin Murphy2023-06-191-4/+4
|/
* mm, treewide: redefine MAX_ORDER sanelyKirill A. Shutemov2023-04-051-1/+1
* iommu: fix MAX_ORDER usage in __iommu_dma_alloc_pages()Kirill A. Shutemov2023-04-051-2/+2
* Merge branch 'iommu-memory-accounting' into coreJoerg Roedel2023-01-251-5/+13
|\
| * iommu/dma: Use the gfp parameter in __iommu_dma_alloc_noncontiguous()Jason Gunthorpe2023-01-251-2/+9
| * iommu: Add a gfp parameter to iommu_map_sg()Jason Gunthorpe2023-01-251-2/+3
| * iommu: Remove iommu_map_atomic()Jason Gunthorpe2023-01-251-1/+1
| * iommu: Add a gfp parameter to iommu_map()Jason Gunthorpe2023-01-251-1/+1
* | iommu: dma: Use of_iommu_get_resv_regions()Thierry Reding2023-01-251-0/+3
|/
* 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