summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/mmu-common.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: mmu: Make sure DMA coherent memory is zeroed outAndrey Smirnov2019-01-211-1/+2
* ARM: mmu: Share sanity checking code in mmu_init()Andrey Smirnov2019-01-211-2/+21
* ARM: mmu: Share code for dma_sync_single_for_cpu()Andrey Smirnov2019-01-211-0/+8
* ARM: mmu: Share code for dma_alloc_coherent()Andrey Smirnov2019-01-211-0/+21
* ARM: mmu: Share code for dma_free_coherent()Andrey Smirnov2019-01-211-0/+8
* ARM: mmu: Share code for dma_(un)map_single()Andrey Smirnov2019-01-211-0/+25