aboutsummaryrefslogtreecommitdiff
path: root/drivers/iommu/dma-iommu.c
AgeCommit message (Expand)AuthorFilesLines
2025-12-04Merge tag 'vfio-v6.19-rc1' of https://github.com/awilliam/linux-vfioLinus Torvalds1-2/+2
2025-11-24iommu/dma: add missing support for DMA_ATTR_MMIO for dma_iova_unlink()Marek Szyprowski1-2/+3
2025-11-20PCI/P2PDMA: Simplify bus address mapping APILeon Romanovsky1-2/+2
2025-09-12dma-mapping: export new dma_*map_phys() interfaceLeon Romanovsky1-14/+0
2025-09-12iommu/dma: implement DMA_ATTR_MMIO for iommu_dma_(un)map_phys()Leon Romanovsky1-4/+11
2025-09-12iommu/dma: rename iommu_dma_*map_page to iommu_dma_*map_physLeon Romanovsky1-8/+6
2025-09-12iommu/dma: implement DMA_ATTR_MMIO for dma_iova_link().Leon Romanovsky1-4/+14
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar1-1/+2
2025-05-30Merge tag 'iommu-updates-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-4/+7
2025-05-27Merge tag 'dma-mapping-6.16-2025-05-26' of git://git.kernel.org/pub/scm/linux...Linus Torvalds1-56/+426
2025-05-16iommu: Clear the freelist after iommu_put_pages_list()Jason Gunthorpe1-0/+2
2025-05-06dma-mapping: Implement link/unlink ranges APILeon Romanovsky1-1/+274
2025-05-06iommu/dma: Factor out a iommu_dma_map_swiotlb helperChristoph Hellwig1-32/+41
2025-05-06dma-mapping: Provide an interface to allow allocate IOVALeon Romanovsky1-0/+86
2025-05-06dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.hChristoph Hellwig1-0/+1
2025-05-06PCI/P2PDMA: Refactor the p2pdma mapping helpersChristoph Hellwig1-23/+24
2025-04-17iommu: Change iommu_iotlb_gather to use iommu_page_listJason Gunthorpe1-4/+5
2025-04-11iommu: remove unneeded semicolonPei Xiao1-2/+2
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner1-1/+1
2025-04-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-100/+104
2025-03-28iommu: Convert unreachable() to BUG()Josh Poimboeuf1-2/+2
2025-03-25iommu: Drop sw_msi from iommu_domainNicolin Chen1-12/+2
2025-03-25iommu: Sort out domain user dataRobin Murphy1-90/+104
2025-03-10iommu/dma: Remove redundant lockingRobin Murphy1-13/+4
2025-02-21irqchip: Have CONFIG_IRQ_MSI_IOMMU be selected by irqchips that need itJason Gunthorpe1-0/+2
2025-02-21iommu: Make iommu_dma_prepare_msi() into a generic operationJason Gunthorpe1-19/+14
2025-02-21genirq/msi: Refactor iommu_dma_compose_msi_msg()Jason Gunthorpe1-18/+0
2025-02-21genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookieJason Gunthorpe1-15/+13
2024-09-22dma-mapping: fix vmap and mmap of noncontiougs allocationsChristoph Hellwig1-0/+33
2024-08-22dma-mapping: direct calls for dma-iommuLeon Romanovsky1-68/+36
2024-07-19Merge tag 'dma-mapping-6.11-2024-07-19' of git://git.infradead.org/users/hch/...Linus Torvalds1-7/+4
2024-07-10swiotlb: reduce swiotlb pool lookupsMichael Kelley1-7/+4
2024-06-13iommu/dma: Prune redundant pgprot argumentsRobin Murphy1-10/+6
2024-06-04iommu/dma: Fix domain initRobin Murphy1-4/+4
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds1-15/+19
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-1/+1
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel1-27/+19
2024-05-07iommu/dma: avoid expensive indirect calls for sync operationsAlexander Lobakin1-1/+2
2024-05-07iommu/dma: fix zeroing of bounce buffer padding used by untrusted devicesMichael Kelley1-13/+16
2024-05-07swiotlb: remove alloc_size argument to swiotlb_tbl_map_single()Michael Kelley1-1/+1
2024-04-26iommu/dma: Centralise iommu_setup_dma_ops()Robin Murphy1-12/+6
2024-04-26iommu/dma: Make limit checks self-containedRobin Murphy1-12/+9
2024-04-25change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan1-1/+1
2024-04-15iommu/dma: use iommu_put_pages_list() to releae freelistPasha Tatashin1-3/+4
2024-03-24Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...Linus Torvalds1-0/+9
2024-03-13iommu/dma: Force swiotlb_max_mapping_size on an untrusted deviceNicolin Chen1-0/+9
2024-03-06iommu/dma: Document min_align_mask assumptionRobin Murphy1-0/+5
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds1-0/+3
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov1-1/+1
2023-12-15iommu/dma: Trace bounce buffer usage when mapping buffersIsaac J. Manjarres1-0/+3