aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/dma-mapping.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-10-06dma-mapping: move dma-debug.h to kernel/dma/Christoph Hellwig1-1/+0
2020-09-17ARM/dma-mapping: move various helpers from dma-mapping.h to dma-direct.hChristoph Hellwig1-50/+0
2020-09-17ARM/dma-mapping: remove dma_to_virtChristoph Hellwig1-17/+1
2020-09-17ARM/dma-mapping: remove a __arch_page_to_dma #errorChristoph Hellwig1-4/+0
2019-09-11xen/arm: use dev_is_dma_coherentChristoph Hellwig1-6/+0
2019-07-24arm: use swiotlb for bounce buffering on LPAE configsChristoph Hellwig1-1/+3
2019-07-10dma-mapping: remove dma_max_pfnChristoph Hellwig1-7/+0
2019-02-13dma-mapping: add a kconfig symbol for arch_teardown_dma_ops availabilityChristoph Hellwig1-5/+0
2019-02-13dma-mapping: add a kconfig symbol for arch_setup_dma_ops availabilityChristoph Hellwig1-4/+0
2018-12-13dma-mapping: bypass indirect calls for dma-directChristoph Hellwig1-1/+1
2018-09-08arm-nommu: don't define arch_teardown_dma_opsChristoph Hellwig1-0/+2
2018-01-15dma-direct: rename dma_noop to dma_directChristoph Hellwig1-1/+1
2018-01-10dma-mapping: move dma_mark_clean to dma-direct.hChristoph Hellwig1-2/+0
2018-01-10dma-mapping: move swiotlb arch helpers to a new headerChristoph Hellwig1-31/+0
2017-11-16Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-7/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-28ARM: 8699/1: dma-mapping: Remove init_dma_coherent_pool_size()Vladimir Murzin1-7/+0
2017-06-30ARM: NOMMU: Introduce dma operations for noMMUVladimir Murzin1-1/+1
2017-06-28arm: remove arch specific dma_supported implementationChristoph Hellwig1-3/+0
2017-06-28arm: implement ->mapping_errorChristoph Hellwig1-1/+0
2017-05-02xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."Stefano Stabellini1-11/+1
2017-01-24treewide: Consolidate get_dma_ops() implementationsBart Van Assche1-2/+2
2017-01-24treewide: Consolidate set_dma_ops() implementationsBart Van Assche1-6/+0
2017-01-24treewide: Move dma_ops from struct dev_archdata into struct deviceBart Van Assche1-3/+3
2017-01-24treewide: Constify most dma_map_ops structuresBart Van Assche1-5/+5
2016-09-29ARM: 8617/1: dma: fix dma_max_pfn()Roger Quadros1-1/+1
2016-08-04dma-mapping: use unsigned long for dma_attrsKrzysztof Kozlowski1-7/+6
2016-05-20Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-armLinus Torvalds1-2/+0
2016-05-09iommu: of: enforce const-ness of struct iommu_opsRobin Murphy1-1/+1
2016-04-07ARM: 8548/1: dma-mapping: remove arm_dma_set_mask()Alexandre Courbot1-2/+0
2016-01-20dma-mapping: always provide the dma_map_ops based implementationChristoph Hellwig1-7/+0
2015-09-10dma-mapping: consolidate dma_set_maskChristoph Hellwig1-5/+0
2015-09-10dma-mapping: consolidate dma_supportedChristoph Hellwig1-3/+3
2015-09-10dma-mapping: cosolidate dma_mapping_errorChristoph Hellwig1-9/+0
2015-09-10dma-mapping: consolidate dma_{alloc,free}_noncoherentChristoph Hellwig1-15/+6
2015-09-10dma-mapping: consolidate dma_{alloc,free}_{attrs,coherent}Christoph Hellwig1-29/+0
2015-08-18ARM: 8419/1: dma-mapping: harmonize definition of DMA_ERROR_CODEMarek Szyprowski1-1/+1
2014-12-16Merge tag 'iommu-config-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-7/+6
2014-12-04arm: introduce is_device_dma_coherentStefano Stabellini1-0/+7
2014-12-01arm: dma-mapping: plumb our iommu mapping ops into arch_setup_dma_opsWill Deacon1-7/+5
2014-12-01dma-mapping: detect and configure IOMMU in of_dma_configureWill Deacon1-1/+3
2014-12-01dma-mapping: replace set_arch_dma_coherent_ops with arch_setup_dma_opsWill Deacon1-4/+4
2014-08-26dma-mapping: Provide write-combine allocationsThierry Reding1-16/+0
2014-05-07ARM: dma: implement set_arch_dma_coherent_ops()Santosh Shilimkar1-0/+7
2014-05-07ARM: dma: Use dma_pfn_offset for dma address translationGrygorii Strashko1-1/+17
2013-11-15Merge tag 'stable/for-linus-3.13-rc0-tag' of git://git.kernel.org/pub/scm/linux/kernel/git/xen/tipLinus Torvalds1-1/+45
2013-11-08Merge remote-tracking branch 'stefano/swiotlb-xen-9.1' into stable/for-linus-3.13Konrad Rzeszutek Wilk1-1/+12
2013-11-08arm: make SWIOTLB availableStefano Stabellini1-0/+33
2013-10-31ARM: 7805/1: mm: change max*pfn to include the physical offset of memorySantosh Shilimkar1-0/+8
2013-10-18arm/xen: get_dma_ops: return xen_dma_ops if we are running as xen_initial_domainStefano Stabellini1-1/+12