summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-07-031-32/+17
|\
| * Merge branch 'devel-stable' into for-nextRussell King2013-06-291-32/+17
| |\
| | * ARM: mm: clean up membank size limit checksCyril Chemparathy2013-05-301-8/+11
| | * ARM: mm: cleanup checks for membank overlap with vmalloc areaCyril Chemparathy2013-05-301-18/+1
| | * ARM: mm: use physical addresses in highmem sanity checksCyril Chemparathy2013-05-301-12/+10
| | * ARM: LPAE: use phys_addr_t in alloc_init_pud()Vitaly Andrianov2013-05-301-1/+2
* | | Merge tag 'cleanup-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2013-07-021-0/+2
|\ \ \ | |/ / |/| |
| * | ARM: mmu: Call debug_ll_io_init if no map_io function is specifiedMaxime Ripard2013-05-241-0/+2
| |/
* | ARM: 7753/1: map_init_section flushes incorrect pmdPo-Yu Chuang2013-06-171-3/+5
|/
*---. Merge branches 'devel-stable', 'entry', 'fixes', 'mach-types', 'misc' and 'sm...Russell King2013-05-021-26/+49
|\ \ \
| | * | ARM: 7694/1: ARM, TCM: initialize TCM in paging_init(), instead of setup_arch()Joonsoo Kim2013-04-171-0/+2
| | |/
| | * ARM: 7677/1: LPAE: Fix mapping in alloc_init_section for unaligned addressesSricharan R2013-03-221-26/+47
| |/
* | Merge branch 'for-next' of git://git.pengutronix.de/git/ukl/linux into devel-...Russell King2013-03-091-0/+17
|\ \ | |/ |/|
| * ARM: make cr_alignment read-only #ifndef CONFIG_CPU_CP15Uwe Kleine-König2013-01-311-0/+17
* | Merge branch 'for-linus-2' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-02-201-0/+22
|\ \
| * | ARM: Add page table and page defines needed by KVMChristoffer Dall2013-01-231-0/+22
* | | Merge branch 'misc' into for-linusRussell King2013-02-201-19/+17
|\ \ \ | |_|/ |/| |
| * | ARM: fix warnings introduced by previous patchRussell King2013-02-161-2/+0
| * | ARM: 7646/1: mm: use static_vm for managing static mapped areasJoonsoo Kim2013-02-161-17/+17
| |/
* | ARM: 7629/1: mm: Fix missing XN flag for for MT_MEMORY_SOSantosh Shilimkar2013-01-191-1/+1
|/
* Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds2012-12-121-0/+16
|\
| * ARM: implement debug_ll_io_init()Rob Herring2012-11-051-0/+16
* | ARM: mm: use pteval_t to represent page protection valuesWill Deacon2012-11-091-1/+1
|/
* Merge branch 'for-v3.7' of git://git.linaro.org/people/mszyprowski/linux-dma-...Linus Torvalds2012-10-021-11/+0
|\
| * ARM: kill off arch_is_coherentRob Herring2012-10-021-14/+3
* | Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-09-201-2/+2
|\ \ | |/
| * ARM: 7499/1: mm: Fix vmalloc overlap check for !HIGHMEMJonathan Austin2012-08-251-2/+2
* | Merge commit 'a849088aa1' from rmk/fixes into cleanup/io-pciArnd Bergmann2012-09-041-9/+3
|\ \ | |/
| * ARM: Fix ioremap() of address zeroRussell King2012-08-251-2/+2
| *---. Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King2012-07-271-7/+1
| |\ \ \
| | | | * ARM: 7432/1: use the new linux/sizes.hAlessandro Rubini2012-06-281-1/+1
| | | |/ | | |/|
| | | * ARM: 7436/1: Do not map the vectors page as write-through on UP systemsCatalin Marinas2012-07-091-6/+0
| | |/
* | | ARM: Add fixed PCI i/o mappingRob Herring2012-07-251-11/+43
|/ /
* | ARM: 7438/1: fill possible PMD empty section gapsNicolas Pitre2012-07-011-0/+74
|/
* ARM: integrate CMA with DMA-mapping subsystemMarek Szyprowski2012-05-211-11/+20
* ARM: 7418/1: LPAE: fix access flag setup in mem_type_tableVitaly Andrianov2012-05-171-1/+2
* ARM: 7401/1: mm: Fix section mismatchesStephen Boyd2012-04-281-2/+2
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-291-2/+5
|\
| * ARM: move CP15 definitions to separate header fileRussell King2012-03-241-0/+1
| * ARM: earlier initialization of vectors pageRussell King2012-01-231-2/+5
* | Disintegrate asm/system.h for ARMDavid Howells2012-03-281-0/+1
* | ARM: move CP15 definitions to separate header fileRussell King2012-03-281-0/+1
|/
* Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari...Russell King2011-12-081-1/+45
|\
| * ARM: LPAE: mark memory banks with start > ULONG_MAX as highmemWill Deacon2011-12-081-1/+15
| * ARM: LPAE: MMU setup for the 3-level page table formatCatalin Marinas2011-12-081-0/+30
* | ARM: add generic ioremap optimization by reusing static mappingsNicolas Pitre2011-11-261-1/+2
* | ARM: move iotable mappings within the vmalloc regionNicolas Pitre2011-11-261-14/+35
* | ARM: move initialization of the high_memory variable earlierNicolas Pitre2011-11-181-0/+1
|/
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-281-0/+8
|\
| * ARM: mm: Add strongly ordered descriptor support.Santosh Shilimkar2011-09-231-0/+8
OpenPOWER on IntegriCloud