summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/dma-noncoherent.c
Commit message (Expand)AuthorAgeFilesLines
* dma-mapping: merge <linux/dma-noncoherent.h> into <linux/dma-map-ops.h>Christoph Hellwig2020-10-061-1/+1
* dma-mapping: drop the dev argument to arch_sync_dma_for_*Christoph Hellwig2019-11-201-4/+4
* Merge tag 'powerpc-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-09-201-309/+3
|\
| * powerpc: use the generic dma coherent remap allocatorChristoph Hellwig2019-08-281-309/+9
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner2019-06-191-4/+1
* powerpc/mm: change #include "mmu_decl.h" to <mm/mmu_decl.h>Christophe Leroy2019-05-021-1/+1
* powerpc/dma: use the generic direct mapping bypassChristoph Hellwig2019-02-181-3/+3
* powerpc/dma: use the dma_direct mapping routinesChristoph Hellwig2019-02-181-9/+20
* powerpc/dma: remove dma_nommu_mmap_coherentChristoph Hellwig2019-02-181-2/+5
* powerpc/dma: split the two __dma_alloc_coherent implementationsChristoph Hellwig2018-12-201-8/+7
* powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-141-1/+1
* powerpc/mm: Rename map_page() to map_kernel_page() on 32-bitChristophe Leroy2017-06-051-1/+1
* powerpc: Simplify test in __dma_sync()Christophe Leroy2016-03-111-1/+1
* powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabledMichael Ellerman2015-04-101-1/+1
* lib/scatterlist: make ARCH_HAS_SG_CHAIN an actual KconfigLaura Abbott2014-08-081-0/+1
* mm/arch: use __free_reserved_page() to simplify the codeXishi Qiu2013-11-131-3/+1
* powerpc: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-3/+2
* powerpc: include export.h for files using EXPORT_SYMBOL/THIS_MODULEPaul Gortmaker2011-10-311-0/+1
* powerpc: Implement dma_mmap_coherent()Benjamin Herrenschmidt2011-03-301-0/+20
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* powerpc: Fix up dma_alloc_coherent() on platforms without cache coherency.Benjamin Herrenschmidt2009-05-271-67/+41
* powerpc: Move dma-noncoherent.c from arch/powerpc/lib to arch/powerpc/mmBenjamin Herrenschmidt2009-05-271-0/+426