aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/mmu.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-07-01ARM: 7438/1: fill possible PMD empty section gapsNicolas Pitre1-0/+74
2012-05-21ARM: integrate CMA with DMA-mapping subsystemMarek Szyprowski1-11/+20
2012-05-17ARM: 7418/1: LPAE: fix access flag setup in mem_type_tableVitaly Andrianov1-1/+2
2012-04-28ARM: 7401/1: mm: Fix section mismatchesStephen Boyd1-2/+2
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-2/+5
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-0/+1
2012-03-28ARM: move CP15 definitions to separate header fileRussell King1-0/+1
2012-03-24ARM: move CP15 definitions to separate header fileRussell King1-0/+1
2012-01-23ARM: earlier initialization of vectors pageRussell King1-2/+5
2011-12-08Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux into devel-stableRussell King1-1/+45
2011-12-08ARM: LPAE: mark memory banks with start > ULONG_MAX as highmemWill Deacon1-1/+15
2011-12-08ARM: LPAE: MMU setup for the 3-level page table formatCatalin Marinas1-0/+30
2011-11-26ARM: add generic ioremap optimization by reusing static mappingsNicolas Pitre1-1/+2
2011-11-26ARM: move iotable mappings within the vmalloc regionNicolas Pitre1-14/+35
2011-11-18ARM: move initialization of the high_memory variable earlierNicolas Pitre1-0/+1
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-0/+8
2011-10-06ARM: 7076/1: LPAE: Add (pte|pmd)val_t type definitions as u32Catalin Marinas1-2/+2
2011-09-23ARM: mm: Add strongly ordered descriptor support.Santosh Shilimkar1-0/+8
2011-08-23ARM: 7059/1: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_*Catalin Marinas1-6/+8
2011-07-05ARM: move memory layout sanity checking before meminfo initializationRussell King1-2/+3
2011-05-26ARM: 6914/1: sparsemem: fix highmem detection when using SPARSEMEMWill Deacon1-4/+5
2011-05-25mm: now that all old mmu_gather code is gone, remove the storagePeter Zijlstra1-2/+0
2011-03-20Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King1-27/+44
2011-02-23ARM: 6639/1: allow highmem on SMP platforms without h/w TLB ops broadcastNicolas Pitre1-10/+0
2011-02-21ARM: pgtable: add pud-level codeRussell King1-4/+18
2011-02-21ARM: Use long long format when printing meminfo physical addressesRussell King1-6/+8
2011-02-15ARM: 6672/1: LPAE: use phys_addr_t instead of unsigned long in mapping functionsWill Deacon1-3/+4
2011-02-15ARM: 6674/1: LPAE: use long long format when printing physical addresses and ptesWill Deacon1-13/+13
2011-02-14ARM: 6667/1: Fix early_pte_alloc() assumption about the Linux PTECatalin Marinas1-1/+1
2011-01-06Merge branch 'pgt' (early part) into develRussell King1-49/+13
2010-12-22ARM: pgtable: provide RDONLY page table bit rather than WRITE bitRussell King1-10/+9
2010-12-22ARM: pgtable: invert L_PTE_EXEC to L_PTE_XNRussell King1-8/+7
2010-12-22ARM: pgtable: collect up identity mapping functionsRussell King1-35/+0
2010-11-26ARM: pgtable: introduce pteval_t to represent a pte valueRussell King1-1/+1
2010-11-26ARM: pgtable: use phys_addr_t for physical addressesRussell King1-3/+4
2010-11-04ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUsCatalin Marinas1-3/+3
2010-10-28ARM: memblock: setup lowmem mappings using memblockRussell King1-20/+29
2010-10-28ARM: ensure membank array is always sortedRussell King1-10/+0
2010-10-27ARM: fix memblock breakageRussell King1-3/+1
2010-10-27ARM: 6445/1: fixup TCM memory typesLinus Walleij1-7/+7
2010-10-19Merge branch 'devel-stable' into develRussell King1-2/+2
2010-10-04ARM: Allow SMP kernels to boot on UP systemsRussell King1-25/+21
2010-10-04ARM: 6419/1: mmu: Fix MT_MEMORY and MT_MEMORY_NONCACHED pte flagsSantosh Shilimkar1-2/+2
2010-09-25ARM: 6407/1: mmu: Setup MT_MEMORY and MT_MEMORY_NONCACHED L1 entriesSantosh Shilimkar1-2/+15
2010-09-19ARM: 6383/1: Implement phys_mem_access_prot() to avoid attributes aliasingCatalin Marinas1-0/+14
2010-07-31Merge branch 'misc' into develRussell King1-0/+13
2010-07-27ARM: Convert platform reservations to use LMB rather than bootmemRussell King1-1/+1
2010-07-27ARM: initial LMB trialRussell King1-19/+15
2010-07-27ARM: early_pte_alloc()Russell King1-13/+13
2010-07-18ARM: 6222/1: add memory types for the TCMsLinus Walleij1-0/+13