aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/include/asm/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-08-11ARM: 7488/1: mm: use 5 bits for swapfile type encodingWill Deacon1-3/+3
2012-08-11ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't presentWill Deacon1-16/+18
2012-01-05Merge branch 'devel-stable' into for-linusRussell King1-47/+7
2012-01-04Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-stableRussell King1-7/+0
2012-01-02Revert "ARM: move VMALLOC_END down temporarily for shmobile"Nicolas Pitre1-7/+0
2011-12-08Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmarinas/linux into devel-stableRussell King1-37/+6
2011-12-08ARM: LPAE: Introduce the 3-level page table format definitionsCatalin Marinas1-0/+4
2011-12-08ARM: LPAE: Move page table maintenance macros to pgtable-2level.hCatalin Marinas1-38/+0
2011-12-08ARM: pgtable: switch to use pgtable-nopud.hRussell King1-10/+13
2011-12-06Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/will/linux into devel-stableRussell King1-3/+0
2011-12-06ARM: idmap: populate identity map pgd at init time using .init.textWill Deacon1-3/+0
2011-12-06ARM: 7169/1: topdown mmap supportRob Herring1-0/+1
2011-11-26ARM: move VMALLOC_END down temporarily for shmobileNicolas Pitre1-0/+7
2011-11-26ARM: move iotable mappings within the vmalloc regionNicolas Pitre1-7/+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/+3
2011-10-06ARM: 7077/1: LPAE: Use a mask for physical addresses in page table entriesCatalin Marinas1-3/+3
2011-10-06ARM: 7075/1: LPAE: Factor out 2-level page table definitions into separate filesCatalin Marinas1-133/+2
2011-09-23ARM: mm: Add strongly ordered descriptor support.Santosh Shilimkar1-0/+3
2011-02-21ARM: pgtable: add pud-level codeRussell King1-0/+1
2011-02-15ARM: 6672/1: LPAE: use phys_addr_t instead of unsigned long in mapping functionsWill Deacon1-1/+1
2010-12-22ARM: pgtable: provide RDONLY page table bit rather than WRITE bitRussell King1-19/+19
2010-12-22ARM: pgtable: invert L_PTE_EXEC to L_PTE_XNRussell King1-22/+22
2010-12-22ARM: pgtable: remove FIRST_USER_PGD_NRRussell King1-2/+1
2010-12-22ARM: pgtable: collect up identity mapping functionsRussell King1-0/+3
2010-12-22ARM: pgtable: switch order of Linux vs hardware page tablesRussell King1-16/+15
2010-11-26ARM: pgtable: introduce pteval_t to represent a pte valueRussell King1-20/+21
2010-11-26ARM: pgtable: use phys_addr_t for physical addressesRussell King1-1/+1
2010-11-26ARM: pgtable: directly pass pgd/pmd/pte to their error functionsRussell King1-6/+6
2010-11-26ARM: pgtable: group pte functions togetherRussell King1-59/+51
2010-11-26ARM: pgtable: group pgd functions and data togetherRussell King1-21/+23
2010-11-26ARM: pgtable: move pgprot functions to one placeRussell King1-22/+21
2010-11-21ARM: improve compiler's ability to optimize page tablesRussell King1-0/+3
2010-10-26mm: remove pte_*map_nested()Peter Zijlstra1-8/+6
2010-10-18Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 'st-ux' and 'unwind' into develRussell King1-3/+27
2010-09-19ARM: 6383/1: Implement phys_mem_access_prot() to avoid attributes aliasingCatalin Marinas1-0/+4
2010-09-19ARM: 6380/1: Introduce __sync_icache_dcache() for VIPT cachesCatalin Marinas1-3/+23
2010-05-17ARM: Optionally allow ARMv6 to use 'normal, bufferable' memory for DMARussell King1-1/+1
2009-11-24ARM: dma-mapping: switch ARMv7 DMA mappings to retain 'memory' attributeRussell King1-2/+12
2009-08-17ARM: implement highpteRussell King1-4/+13
2009-07-11[ARM] pgtable: rearrange file PTE bit allocationRussell King1-9/+9
2009-07-11[ARM] remove L_PTE_BUFFERABLE and L_PTE_CACHEABLERussell King1-2/+0
2009-07-05[ARM] pgtable: file pte layout documentationRussell King1-9/+14
2009-07-05[ARM] pgtable: swp pte layout documentation, definitions, and checkRussell King1-5/+25
2009-04-26[ARM] Convert pmd_page() to be highmem safeRussell King1-1/+1
2008-10-09Merge branch 'ptebits' into develRussell King1-29/+54
2008-10-01[ARM] Improve non-executable supportRussell King1-20/+27
2008-10-01[ARM] Remove MT_DEVICE_IXP2000 and associated definitionsRussell King1-1/+0
2008-10-01[ARM] Convert ARMv6 and ARMv7 to use new memory typesRussell King1-6/+2
2008-10-01[ARM] Convert Xscale and Xscale3 to use new memory typesRussell King1-2/+2
2008-10-01[ARM] Introduce new PTE memory type bitsRussell King1-5/+28