| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: 7488/1: mm: use 5 bits for swapfile type encoding | Will Deacon | 2012-08-11 | 1 | -3/+3 |
* | ARM: 7487/1: mm: avoid setting nG bit for user mappings that aren't present | Will Deacon | 2012-08-11 | 1 | -16/+18 |
* | Merge branch 'devel-stable' into for-linus | Russell King | 2012-01-05 | 1 | -47/+7 |
|\ |
|
| * | Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s... | Russell King | 2012-01-04 | 1 | -7/+0 |
| |\ |
|
| | * | Revert "ARM: move VMALLOC_END down temporarily for shmobile" | Nicolas Pitre | 2012-01-02 | 1 | -7/+0 |
| * | | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari... | Russell King | 2011-12-08 | 1 | -37/+6 |
| |\ \ |
|
| | * | | ARM: LPAE: Introduce the 3-level page table format definitions | Catalin Marinas | 2011-12-08 | 1 | -0/+4 |
| | * | | ARM: LPAE: Move page table maintenance macros to pgtable-2level.h | Catalin Marinas | 2011-12-08 | 1 | -38/+0 |
| | * | | ARM: pgtable: switch to use pgtable-nopud.h | Russell King | 2011-12-08 | 1 | -10/+13 |
| * | | | Merge branch 'kexec/idmap' of git://git.kernel.org/pub/scm/linux/kernel/git/w... | Russell King | 2011-12-06 | 1 | -3/+0 |
| |\ \ \
| | |/ /
| | | /
| | |/
| |/| |
|
| | * | ARM: idmap: populate identity map pgd at init time using .init.text | Will Deacon | 2011-12-06 | 1 | -3/+0 |
| * | | ARM: move VMALLOC_END down temporarily for shmobile | Nicolas Pitre | 2011-11-26 | 1 | -0/+7 |
| * | | ARM: move iotable mappings within the vmalloc region | Nicolas Pitre | 2011-11-26 | 1 | -7/+1 |
| |/ |
|
* | | ARM: 7169/1: topdown mmap support | Rob Herring | 2011-12-06 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 2011-10-28 | 1 | -0/+3 |
|\ |
|
| * | ARM: mm: Add strongly ordered descriptor support. | Santosh Shilimkar | 2011-09-23 | 1 | -0/+3 |
* | | ARM: 7077/1: LPAE: Use a mask for physical addresses in page table entries | Catalin Marinas | 2011-10-06 | 1 | -3/+3 |
* | | ARM: 7075/1: LPAE: Factor out 2-level page table definitions into separate files | Catalin Marinas | 2011-10-06 | 1 | -133/+2 |
|/ |
|
* | ARM: pgtable: add pud-level code | Russell King | 2011-02-21 | 1 | -0/+1 |
* | ARM: 6672/1: LPAE: use phys_addr_t instead of unsigned long in mapping functions | Will Deacon | 2011-02-15 | 1 | -1/+1 |
* | ARM: pgtable: provide RDONLY page table bit rather than WRITE bit | Russell King | 2010-12-22 | 1 | -19/+19 |
* | ARM: pgtable: invert L_PTE_EXEC to L_PTE_XN | Russell King | 2010-12-22 | 1 | -22/+22 |
* | ARM: pgtable: remove FIRST_USER_PGD_NR | Russell King | 2010-12-22 | 1 | -2/+1 |
* | ARM: pgtable: collect up identity mapping functions | Russell King | 2010-12-22 | 1 | -0/+3 |
* | ARM: pgtable: switch order of Linux vs hardware page tables | Russell King | 2010-12-22 | 1 | -16/+15 |
* | ARM: pgtable: introduce pteval_t to represent a pte value | Russell King | 2010-11-26 | 1 | -20/+21 |
* | ARM: pgtable: use phys_addr_t for physical addresses | Russell King | 2010-11-26 | 1 | -1/+1 |
* | ARM: pgtable: directly pass pgd/pmd/pte to their error functions | Russell King | 2010-11-26 | 1 | -6/+6 |
* | ARM: pgtable: group pte functions together | Russell King | 2010-11-26 | 1 | -59/+51 |
* | ARM: pgtable: group pgd functions and data together | Russell King | 2010-11-26 | 1 | -21/+23 |
* | ARM: pgtable: move pgprot functions to one place | Russell King | 2010-11-26 | 1 | -22/+21 |
* | ARM: improve compiler's ability to optimize page tables | Russell King | 2010-11-21 | 1 | -0/+3 |
* | mm: remove pte_*map_nested() | Peter Zijlstra | 2010-10-26 | 1 | -8/+6 |
*-. | Merge branches 'at91', 'dcache', 'ftrace', 'hwbpt', 'misc', 'mmci', 's3c', 's... | Russell King | 2010-10-18 | 1 | -3/+27 |
|\ \ |
|
| | * | ARM: 6383/1: Implement phys_mem_access_prot() to avoid attributes aliasing | Catalin Marinas | 2010-09-19 | 1 | -0/+4 |
| |/
|/| |
|
| * | ARM: 6380/1: Introduce __sync_icache_dcache() for VIPT caches | Catalin Marinas | 2010-09-19 | 1 | -3/+23 |
|/ |
|
* | ARM: Optionally allow ARMv6 to use 'normal, bufferable' memory for DMA | Russell King | 2010-05-17 | 1 | -1/+1 |
* | ARM: dma-mapping: switch ARMv7 DMA mappings to retain 'memory' attribute | Russell King | 2009-11-24 | 1 | -2/+12 |
* | ARM: implement highpte | Russell King | 2009-08-17 | 1 | -4/+13 |
* | [ARM] pgtable: rearrange file PTE bit allocation | Russell King | 2009-07-11 | 1 | -9/+9 |
* | [ARM] remove L_PTE_BUFFERABLE and L_PTE_CACHEABLE | Russell King | 2009-07-11 | 1 | -2/+0 |
* | [ARM] pgtable: file pte layout documentation | Russell King | 2009-07-05 | 1 | -9/+14 |
* | [ARM] pgtable: swp pte layout documentation, definitions, and check | Russell King | 2009-07-05 | 1 | -5/+25 |
* | [ARM] Convert pmd_page() to be highmem safe | Russell King | 2009-04-26 | 1 | -1/+1 |
* | Merge branch 'ptebits' into devel | Russell King | 2008-10-09 | 1 | -29/+54 |
|\ |
|
| * | [ARM] Improve non-executable support | Russell King | 2008-10-01 | 1 | -20/+27 |
| * | [ARM] Remove MT_DEVICE_IXP2000 and associated definitions | Russell King | 2008-10-01 | 1 | -1/+0 |
| * | [ARM] Convert ARMv6 and ARMv7 to use new memory types | Russell King | 2008-10-01 | 1 | -6/+2 |
| * | [ARM] Convert Xscale and Xscale3 to use new memory types | Russell King | 2008-10-01 | 1 | -2/+2 |
| * | [ARM] Introduce new PTE memory type bits | Russell King | 2008-10-01 | 1 | -5/+28 |