summaryrefslogtreecommitdiff
path: root/drivers/iommu/dma-iommu.c
AgeCommit message (Expand)Author
2025-06-08treewide, timers: Rename from_timer() to timer_container_of()Ingo Molnar
2025-05-30Merge tag 'iommu-updates-v6.16' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2025-05-27Merge tag 'dma-mapping-6.16-2025-05-26' of git://git.kernel.org/pub/scm/linux...Linus Torvalds
2025-05-16iommu: Clear the freelist after iommu_put_pages_list()Jason Gunthorpe
2025-05-06dma-mapping: Implement link/unlink ranges APILeon Romanovsky
2025-05-06iommu/dma: Factor out a iommu_dma_map_swiotlb helperChristoph Hellwig
2025-05-06dma-mapping: Provide an interface to allow allocate IOVALeon Romanovsky
2025-05-06dma-mapping: move the PCI P2PDMA mapping helpers to pci-p2pdma.hChristoph Hellwig
2025-05-06PCI/P2PDMA: Refactor the p2pdma mapping helpersChristoph Hellwig
2025-04-17iommu: Change iommu_iotlb_gather to use iommu_page_listJason Gunthorpe
2025-04-11iommu: remove unneeded semicolonPei Xiao
2025-04-05treewide: Switch/rename to timer_delete[_sync]()Thomas Gleixner
2025-04-01Merge tag 'for-linus-iommufd' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2025-03-28iommu: Convert unreachable() to BUG()Josh Poimboeuf
2025-03-25iommu: Drop sw_msi from iommu_domainNicolin Chen
2025-03-25iommu: Sort out domain user dataRobin Murphy
2025-03-10iommu/dma: Remove redundant lockingRobin Murphy
2025-02-21irqchip: Have CONFIG_IRQ_MSI_IOMMU be selected by irqchips that need itJason Gunthorpe
2025-02-21iommu: Make iommu_dma_prepare_msi() into a generic operationJason Gunthorpe
2025-02-21genirq/msi: Refactor iommu_dma_compose_msi_msg()Jason Gunthorpe
2025-02-21genirq/msi: Store the IOMMU IOVA directly in msi_desc instead of iommu_cookieJason Gunthorpe
2024-09-22dma-mapping: fix vmap and mmap of noncontiougs allocationsChristoph Hellwig
2024-08-22dma-mapping: direct calls for dma-iommuLeon Romanovsky
2024-07-19Merge tag 'dma-mapping-6.11-2024-07-19' of git://git.infradead.org/users/hch/...Linus Torvalds
2024-07-10swiotlb: reduce swiotlb pool lookupsMichael Kelley
2024-06-13iommu/dma: Prune redundant pgprot argumentsRobin Murphy
2024-06-04iommu/dma: Fix domain initRobin Murphy
2024-05-20Merge tag 'dma-mapping-6.10-2024-05-20' of git://git.infradead.org/users/hch/...Linus Torvalds
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-05-13Merge branches 'arm/renesas', 'arm/smmu', 'x86/amd', 'core' and 'x86/vt-d' in...Joerg Roedel
2024-05-07iommu/dma: avoid expensive indirect calls for sync operationsAlexander Lobakin
2024-05-07iommu/dma: fix zeroing of bounce buffer padding used by untrusted devicesMichael Kelley
2024-05-07swiotlb: remove alloc_size argument to swiotlb_tbl_map_single()Michael Kelley
2024-04-26iommu/dma: Centralise iommu_setup_dma_ops()Robin Murphy
2024-04-26iommu/dma: Make limit checks self-containedRobin Murphy
2024-04-25change alloc_pages name in dma_map_ops to avoid name conflictsSuren Baghdasaryan
2024-04-15iommu/dma: use iommu_put_pages_list() to releae freelistPasha Tatashin
2024-03-24Merge tag 'dma-mapping-6.9-2024-03-24' of git://git.infradead.org/users/hch/d...Linus Torvalds
2024-03-13iommu/dma: Force swiotlb_max_mapping_size on an untrusted deviceNicolin Chen
2024-03-06iommu/dma: Document min_align_mask assumptionRobin Murphy
2024-01-18Merge tag 'iommu-updates-v6.8' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2024-01-08mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDERKirill A. Shutemov
2023-12-15iommu/dma: Trace bounce buffer usage when mapping buffersIsaac J. Manjarres
2023-10-02iommu/dma: Use a large flush queue and timeout for shadow_on_flushNiklas Schnelle
2023-10-02iommu/dma: Allow a single FQ in addition to per-CPU FQsNiklas Schnelle
2023-07-14iommu: Optimise PCI SAC address trickRobin Murphy
2023-06-29Merge tag 'iommu-updates-v6.5' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2023-06-19iommu/dma: force bouncing if the size is not cacheline-alignedCatalin Marinas
2023-06-19dma-mapping: name SG DMA flag helpers consistentlyRobin Murphy
2023-05-22iommu: Use flush queue capabilityRobin Murphy