summaryrefslogtreecommitdiffstats
path: root/arch/arm/cpu/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* ARM: rework MMU supportSascha Hauer2011-08-031-32/+157
* ARM: pass size to dma_free_coherentSascha Hauer2011-08-011-1/+1
* ARM: create a second level page table entry for the exception vectorsSascha Hauer2011-03-101-0/+48
* ARM: use memalign to allocate page tableSascha Hauer2011-03-081-2/+1
* Fix error handling with malloc, memalign etc. Introduce xmemalign().Krzysztof Halasa2011-01-071-7/+1
* ARM mmu: Call __mmu_cache_flush instead of hardcoded v4/v5 only functionSascha Hauer2010-10-111-4/+2
* ARM: use memalign in dma_alloc_coherent to assure alignmentSascha Hauer2010-05-031-1/+1
* add l2x0 cache supportSascha Hauer2010-03-301-0/+11
* ARM: Add a wrapper around dma_* functionsSascha Hauer2010-03-301-1/+16
* Use cache functions from kernelSascha Hauer2010-02-011-23/+6
* rename dma macrosSascha Hauer2009-09-251-2/+2
* Add MMU supportSascha Hauer2009-08-191-0/+135