summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* 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/+17Star
|\ \
| * | ARM: fix warnings introduced by previous patchRussell King2013-02-161-2/+0Star
| * | 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-031-11/+0Star
|\
| * ARM: kill off arch_is_coherentRob Herring2012-10-021-14/+3Star
* | Merge tag 'tegra-for-3.7-dmaengine' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2012-09-211-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/+3Star
|\|
| * ARM: Fix ioremap() of address zeroRussell King2012-08-251-2/+2
| *---. Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King2012-07-281-7/+1Star
| |\ \ \
| | | | * 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/+0Star
| | |/
* | / 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-301-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-271-1/+2
* | ARM: move iotable mappings within the vmalloc regionNicolas Pitre2011-11-271-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
* | ARM: 7076/1: LPAE: Add (pte|pmd)val_t type definitions as u32Catalin Marinas2011-10-061-2/+2
* | ARM: 7059/1: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_*Catalin Marinas2011-08-231-6/+8
|/
* ARM: move memory layout sanity checking before meminfo initializationRussell King2011-07-051-2/+3
* ARM: 6914/1: sparsemem: fix highmem detection when using SPARSEMEMWill Deacon2011-05-261-4/+5
* mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra2011-05-251-2/+0Star
*-. Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King2011-03-201-27/+44
|\ \
| | * ARM: pgtable: add pud-level codeRussell King2011-02-211-4/+18
| | * ARM: Use long long format when printing meminfo physical addressesRussell King2011-02-211-6/+8
| | * ARM: 6672/1: LPAE: use phys_addr_t instead of unsigned long in mapping functionsWill Deacon2011-02-151-3/+4
| | * ARM: 6674/1: LPAE: use long long format when printing physical addresses and ...Will Deacon2011-02-151-13/+13
| | * ARM: 6667/1: Fix early_pte_alloc() assumption about the Linux PTECatalin Marinas2011-02-141-1/+1
* | | ARM: 6639/1: allow highmem on SMP platforms without h/w TLB ops broadcastNicolas Pitre2011-02-231-10/+0Star
|/ /
* | Merge branch 'pgt' (early part) into develRussell King2011-01-061-49/+13Star
|\|
| * ARM: pgtable: provide RDONLY page table bit rather than WRITE bitRussell King2010-12-221-10/+9Star