summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/mmu-common.c
Commit message (Expand)AuthorAgeFilesLines
* ARM64: add optional EFI stubAhmad Fatoum2024-03-051-0/+4
* dma: rework dma_sync_single_for_*() interfaceDenis Orlov2023-06-061-6/+3
* treewide: use remap_range instead of arch_remap_rangeAhmad Fatoum2023-05-231-4/+4
* ARM: mmu32: implement zero_page_*()Sascha Hauer2023-05-221-0/+11
* ARM: mmu-common.c: use common mmu includeSascha Hauer2023-05-221-1/+1
* ARM: cpu: start: don't panic when only initial memory knownAhmad Fatoum2022-06-241-2/+13
* arch: add SPDX-License-Identifier to all .c filesAhmad Fatoum2022-01-051-0/+2
* dma: move dma_map/unmap_single from ARM to common codeAhmad Fatoum2021-03-041-40/+1
* device: Introduce dma_offsetSascha Hauer2019-12-201-2/+31
* 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