summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: vector_table: Fix creation of second level page tableSascha Hauer2016-08-261-1/+1
* ARM: Rework vector table setupSascha Hauer2016-04-011-37/+127
* ARM: mmu: Add VBAR setupAndrey Smirnov2016-01-111-0/+10
* ARM: Fix bug in remap_rangeSascha Hauer2015-11-131-16/+22
* rework remap_rangeSascha Hauer2015-11-031-13/+17
* ARM: MMU: fixed calculation of number of PTEsEnrico Scholz2015-09-211-1/+1
* ARM: MMU: fixed dma_flush_range() callEnrico Scholz2015-09-211-1/+2
* Merge branch 'for-next/fb-imx-ipu-v3'Sascha Hauer2015-09-011-0/+20
|\
| * implement dma_alloc_writecombineSascha Hauer2015-08-071-0/+20
* | ARM: MMU: Fix order when flushing inner/outer cacheSascha Hauer2015-08-071-1/+1
|/
* Merge branch 'for-next/streaming-dma'Sascha Hauer2015-03-091-18/+37
|\
| * ARM: MMU: unexport cache maintenance functionsLucas Stach2015-03-061-21/+14
| * ARM: implement streaming DMA opsLucas Stach2015-03-061-0/+24
| * ARM: change dma_alloc/free_coherent to match other architecturesLucas Stach2015-03-061-2/+4
* | Merge branch 'for-next/arm'Sascha Hauer2015-03-091-2/+0
|\ \ | |/ |/|
| * ARM: remove unused variableSascha Hauer2015-02-111-2/+0
* | arm: virt_to_phys should take a volatile ptrLucas Stach2015-02-251-1/+1
|/
* ARM: delete useless and wrong commentsMasahiro Yamada2015-01-301-2/+0
* sizes.h: move include/sizes.h to include/linux/sizes.hMasahiro Yamada2015-01-081-1/+1
* mmu: flush ttb in map_io_sectionsLucas Stach2014-07-221-0/+1
* ARM: MMU: Fix memory reaching to the end of address spaceSascha Hauer2014-03-181-1/+1
* ARM: MMU: Add some debugging aids and hintsSascha Hauer2014-03-171-2/+55
* arm: mmu: be more verbose if ttb setup failsJan Luebbe2013-10-061-1/+1
* ARM: mmu: Use PAGE_ALIGN in dma_free_coherentJan Weitzel2013-04-271-3/+4
* ARN: fixup vector addresses for relocatable binariesSascha Hauer2013-03-071-0/+2
* arm: move outercase to cpu.c as some SoC as the ux500 always need to flush th...Jean-Christophe PLAGNIOL-VILLARD2013-02-111-15/+0
* ARM: mmu: Clear unpredictable bits for translation tableAlexander Shiyan2013-02-111-0/+3
* ARM mmu: pickup already enabled mmuSascha Hauer2013-02-041-1/+8
* Merge branch 'for-next/misc'Sascha Hauer2013-02-041-15/+28
|\
| * arm-mmu: switch pte flags vars to lower caseAlexander Aring2013-01-251-14/+15
| * arm-mmu: move PAGE_ALIGN macro to common.hAlexander Aring2013-01-181-2/+0
| * remap_range: make function 'remap_range' globalAlexander Aring2013-01-181-1/+15
* | ARM mmu: Use pr_debugSascha Hauer2013-01-271-3/+24
|/
* arm-mmu: remove semicolon in arm mmu.cAlexander Aring2013-01-141-1/+1
* ARM: Support multiple ARM architecturesSascha Hauer2012-10-131-7/+21
* ARM mmu: use xmemalignSascha Hauer2012-09-161-1/+1
* ARM MMU: call __mmu_cache_* as regular C functionsSascha Hauer2012-08-131-19/+6
* ARM mmu: flush page tables in arm_mmu_remap_sdram()Sascha Hauer2012-07-031-1/+4
* ARM mmu: don't use CONFIG_MMU to disable mmu code, there are static inline ve...Marc Kleine-Budde2012-06-301-4/+0
* ARM: move exception vectors away from start of binarySascha Hauer2012-02-281-2/+2
* Merge branch 'next'Sascha Hauer2012-01-051-0/+12
|\
| * arch/arm: mmu: add map_io_range()Robert Jarzmik2011-12-211-0/+12
* | ARM: mark 'lr' as clobbered by inline assemblerEnrico Scholz2012-01-021-3/+3
|/
* arm: trivial renaming create_sectionsRobert Jarzmik2011-11-271-3/+3
* ARM: switch to generic memory banksSascha Hauer2011-09-231-11/+12
* ARM mmu: find second level descriptors by walking the page tableSascha Hauer2011-09-231-19/+20
* ARM mmu: use high vectors if possibleSascha Hauer2011-08-071-6/+31
* ARM mmu: fix arm_create_pteSascha Hauer2011-08-071-1/+1
* ARM mmu: Fix arm_create_pteSascha Hauer2011-08-031-1/+3
* ARM boards: remove now unnecessary mmu callsSascha Hauer2011-08-031-1/+2