summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/mmu.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | 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/+0
*-. 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/+0
|/ /
* | Merge branch 'pgt' (early part) into develRussell King2011-01-061-49/+13
|\|
| * ARM: pgtable: provide RDONLY page table bit rather than WRITE bitRussell King2010-12-221-10/+9
| * ARM: pgtable: invert L_PTE_EXEC to L_PTE_XNRussell King2010-12-221-8/+7
| * ARM: pgtable: collect up identity mapping functionsRussell King2010-12-221-35/+0
| * ARM: pgtable: introduce pteval_t to represent a pte valueRussell King2010-11-261-1/+1
| * ARM: pgtable: use phys_addr_t for physical addressesRussell King2010-11-261-3/+4
* | ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUsCatalin Marinas2010-11-041-3/+3
|/
* ARM: memblock: setup lowmem mappings using memblockRussell King2010-10-281-20/+29
* ARM: ensure membank array is always sortedRussell King2010-10-281-10/+0
* ARM: fix memblock breakageRussell King2010-10-271-3/+1
* ARM: 6445/1: fixup TCM memory typesLinus Walleij2010-10-271-7/+7
* Merge branch 'devel-stable' into develRussell King2010-10-191-2/+2
|\
| * ARM: 6419/1: mmu: Fix MT_MEMORY and MT_MEMORY_NONCACHED pte flagsSantosh Shilimkar2010-10-041-2/+2
* | ARM: Allow SMP kernels to boot on UP systemsRussell King2010-10-041-25/+21
|/
* ARM: 6407/1: mmu: Setup MT_MEMORY and MT_MEMORY_NONCACHED L1 entriesSantosh Shilimkar2010-09-251-2/+15
* ARM: 6383/1: Implement phys_mem_access_prot() to avoid attributes aliasingCatalin Marinas2010-09-191-0/+14
* Merge branch 'misc' into develRussell King2010-07-311-0/+13
|\
| * ARM: 6222/1: add memory types for the TCMsLinus Walleij2010-07-181-0/+13
* | ARM: Convert platform reservations to use LMB rather than bootmemRussell King2010-07-271-1/+1
* | ARM: initial LMB trialRussell King2010-07-271-19/+15
* | ARM: early_pte_alloc()Russell King2010-07-271-13/+13
* | ARM: early_alloc()Russell King2010-07-161-8/+10