| Commit message (Expand) | Author | Age | Files | Lines |
* | dma mapping : export caller to vmallocinfo | Matthieu CASTET | 2017-10-04 | 1 | -1/+1 |
* | arm64: dma-mapping: Cocci spatch "vma_pages" | Thomas Meyer | 2017-10-02 | 1 | -2/+1 |
* | arm64: dma-mapping: Mark atomic_pool as __ro_after_init | Vladimir Murzin | 2017-08-21 | 1 | -1/+1 |
* | arm64: dma-mapping: Do not pass data to gen_pool_set_algo() | Vladimir Murzin | 2017-08-21 | 1 | -1/+1 |
* | dma-coherent: introduce interface for default DMA pool | Vladimir Murzin | 2017-07-20 | 1 | -2/+2 |
* | Merge tag 'dma-mapping-4.13' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 2017-07-07 | 1 | -2/+1 |
|\ |
|
| * | arm64: remove DMA_ERROR_CODE | Christoph Hellwig | 2017-06-20 | 1 | -2/+1 |
* | | arm64/dma-mapping: Remove extraneous null-pointer checks | Olav Haugan | 2017-06-15 | 1 | -9/+0 |
|/ |
|
* | Merge tag 'iommu-updates-v4.12' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2017-05-10 | 1 | -124/+19 |
|\ |
|
| *-. | Merge branches 'arm/exynos', 'arm/omap', 'arm/rockchip', 'arm/mediatek', 'arm... | Joerg Roedel | 2017-05-04 | 1 | -124/+19 |
| |\ \ |
|
| | | * | iommu: Remove pci.h include from trace/events/iommu.h | Joerg Roedel | 2017-04-29 | 1 | -0/+1 |
| | |/
| |/| |
|
| | * | arm64: dma-mapping: Remove the notifier trick to handle early setting of dma_ops | Sricharan R | 2017-04-20 | 1 | -124/+18 |
| |/ |
|
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2017-05-05 | 1 | -31/+97 |
|\ \ |
|
| * | | arm64: Fix the DMA mmap and get_sgtable API with DMA_ATTR_FORCE_CONTIGUOUS | Catalin Marinas | 2017-05-05 | 1 | -16/+49 |
| * | | arm64: Add support for DMA_ATTR_FORCE_CONTIGUOUS to IOMMU | Geert Uytterhoeven | 2017-03-22 | 1 | -15/+48 |
| |/ |
|
* / | xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..." | Stefano Stabellini | 2017-05-02 | 1 | -0/+7 |
|/ |
|
* | Merge tag 'for-next-dma_ops' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2017-02-25 | 1 | -7/+7 |
|\ |
|
| * | treewide: Move dma_ops from struct dev_archdata into struct device | Bart Van Assche | 2017-01-24 | 1 | -4/+4 |
| * | treewide: Constify most dma_map_ops structures | Bart Van Assche | 2017-01-24 | 1 | -3/+3 |
* | | mm: wire up GFP flag passing in dma_alloc_from_contiguous | Lucas Stach | 2017-02-25 | 1 | -2/+2 |
* | | Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2017-02-22 | 1 | -10/+28 |
|\ \ |
|
| * | | arm64: dma-mapping: Fix dma_mapping_error() when bypassing SWIOTLB | Robin Murphy | 2017-01-26 | 1 | -1/+8 |
| * | | arm64: dma-mapping: Only swizzle DMA ops for IOMMU_DOMAIN_DMA | Will Deacon | 2017-01-23 | 1 | -5/+12 |
| * | | arm64: Add support for DMA_ATTR_SKIP_CPU_SYNC attribute to swiotlb | Takeshi Kihara | 2017-01-12 | 1 | -4/+8 |
| |/ |
|
* | | iommu/dma: Remove bogus dma_supported() implementation | Robin Murphy | 2017-02-06 | 1 | -1/+0 |
* | | arm64/dma-mapping: Implement DMA_ATTR_PRIVILEGED | Mitchel Humpherys | 2017-01-19 | 1 | -3/+3 |
|/ |
|
* | Merge branch 'stable/for-linus-4.10' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 2017-01-06 | 1 | -1/+2 |
|\ |
|
| * | swiotlb: Convert swiotlb_force from int to enum | Geert Uytterhoeven | 2016-12-19 | 1 | -1/+2 |
* | | Merge tag 'iommu-updates-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 2016-12-15 | 1 | -0/+2 |
|\ \ |
|
| * | | arm64: Wire up iommu_dma_{map, unmap}_resource() | Robin Murphy | 2016-11-14 | 1 | -0/+2 |
| |/ |
|
* / | arm64: Remove pointless WARN_ON in DMA teardown | Robin Murphy | 2016-11-07 | 1 | -5/+0 |
|/ |
|
* | Merge tag 'iommu-updates-v4.9' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-10-11 | 1 | -1/+1 |
|\ |
|
| * | iommu/dma: Avoid PCI host bridge windows | Robin Murphy | 2016-09-16 | 1 | -1/+1 |
* | | arm64: apply __ro_after_init to some objects | Jisheng Zhang | 2016-08-22 | 1 | -1/+2 |
* | | arm64: mm: convert __dma_* routines to use start, size | Kwangwoo Lee | 2016-08-22 | 1 | -3/+3 |
|/ |
|
* | dma-mapping: use unsigned long for dma_attrs | Krzysztof Kozlowski | 2016-08-04 | 1 | -33/+33 |
* | arm64: mm: change IOMMU notifier action to attach DMA ops | Lorenzo Pieralisi | 2016-07-08 | 1 | -17/+5 |
* | arm64: mm: only initialize swiotlb when necessary | Jisheng Zhang | 2016-06-21 | 1 | -1/+14 |
* | Merge tag 'iommu-updates-v4.7' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 2016-05-20 | 1 | -4/+4 |
|\ |
|
| * | iommu/dma: Finish optimising higher-order allocations | Robin Murphy | 2016-05-09 | 1 | -2/+2 |
| * | iommu: of: enforce const-ness of struct iommu_ops | Robin Murphy | 2016-05-09 | 1 | -2/+2 |
* | | arm64/dma-mapping: Remove default domain workaround | Robin Murphy | 2016-04-21 | 1 | -44/+8 |
* | | arm64/dma-mapping: Extend DMA ops workaround to PCI devices | Robin Murphy | 2016-04-21 | 1 | -0/+4 |
|/ |
|
* | arm64: dma-mapping: fix handling of devices registered before arch_initcall | Marek Szyprowski | 2016-02-17 | 1 | -0/+4 |
* | arm64: add __init/__initdata section marker to some functions/variables | Jisheng Zhang | 2015-12-02 | 1 | -2/+2 |
* | arm64: simplify dma_get_ops | Arnd Bergmann | 2015-11-17 | 1 | -12/+4 |
* | arm64/dma-mapping: Fix sizes in __iommu_{alloc,free}_attrs | Robin Murphy | 2015-11-16 | 1 | -6/+13 |
* | arm64: fixup for mm renames | Andrew Morton | 2015-11-08 | 1 | -1/+1 |
* | mm, page_alloc: distinguish between being unable to sleep, unwilling to sleep... | Mel Gorman | 2015-11-07 | 1 | -2/+2 |
* | arm64: Hook up IOMMU dma_ops | Robin Murphy | 2015-10-15 | 1 | -0/+22 |