| Commit message (Expand) | Author | Age | Files | Lines |
* | ARM: 7499/1: mm: Fix vmalloc overlap check for !HIGHMEM | Jonathan Austin | 2012-08-25 | 1 | -2/+2 |
* | ARM: Fix ioremap() of address zero | Russell King | 2012-08-25 | 1 | -2/+2 |
*---. | Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus | Russell King | 2012-07-27 | 1 | -7/+1 |
|\ \ \ |
|
| | | * | ARM: 7432/1: use the new linux/sizes.h | Alessandro Rubini | 2012-06-28 | 1 | -1/+1 |
| | |/
| |/| |
|
| | * | ARM: 7436/1: Do not map the vectors page as write-through on UP systems | Catalin Marinas | 2012-07-09 | 1 | -6/+0 |
| |/ |
|
* | | ARM: 7438/1: fill possible PMD empty section gaps | Nicolas Pitre | 2012-07-01 | 1 | -0/+74 |
|/ |
|
* | ARM: integrate CMA with DMA-mapping subsystem | Marek Szyprowski | 2012-05-21 | 1 | -11/+20 |
* | ARM: 7418/1: LPAE: fix access flag setup in mem_type_table | Vitaly Andrianov | 2012-05-17 | 1 | -1/+2 |
* | ARM: 7401/1: mm: Fix section mismatches | Stephen Boyd | 2012-04-28 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-03-29 | 1 | -2/+5 |
|\ |
|
| * | ARM: move CP15 definitions to separate header file | Russell King | 2012-03-24 | 1 | -0/+1 |
| * | ARM: earlier initialization of vectors page | Russell King | 2012-01-23 | 1 | -2/+5 |
* | | Disintegrate asm/system.h for ARM | David Howells | 2012-03-28 | 1 | -0/+1 |
* | | ARM: move CP15 definitions to separate header file | Russell King | 2012-03-28 | 1 | -0/+1 |
|/ |
|
* | Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/cmari... | Russell King | 2011-12-08 | 1 | -1/+45 |
|\ |
|
| * | ARM: LPAE: mark memory banks with start > ULONG_MAX as highmem | Will Deacon | 2011-12-08 | 1 | -1/+15 |
| * | ARM: LPAE: MMU setup for the 3-level page table format | Catalin Marinas | 2011-12-08 | 1 | -0/+30 |
* | | ARM: add generic ioremap optimization by reusing static mappings | Nicolas Pitre | 2011-11-26 | 1 | -1/+2 |
* | | ARM: move iotable mappings within the vmalloc region | Nicolas Pitre | 2011-11-26 | 1 | -14/+35 |
* | | ARM: move initialization of the high_memory variable earlier | Nicolas Pitre | 2011-11-18 | 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/+8 |
|\ |
|
| * | ARM: mm: Add strongly ordered descriptor support. | Santosh Shilimkar | 2011-09-23 | 1 | -0/+8 |
* | | ARM: 7076/1: LPAE: Add (pte|pmd)val_t type definitions as u32 | Catalin Marinas | 2011-10-06 | 1 | -2/+2 |
* | | ARM: 7059/1: LPAE: Use PMD_(SHIFT|SIZE|MASK) instead of PGDIR_* | Catalin Marinas | 2011-08-23 | 1 | -6/+8 |
|/ |
|
* | ARM: move memory layout sanity checking before meminfo initialization | Russell King | 2011-07-05 | 1 | -2/+3 |
* | ARM: 6914/1: sparsemem: fix highmem detection when using SPARSEMEM | Will Deacon | 2011-05-26 | 1 | -4/+5 |
* | mm: now that all old mmu_gather code is gone, remove the storage | Peter Zijlstra | 2011-05-25 | 1 | -2/+0 |
*-. | Merge branches 'fixes', 'pgt-next' and 'versatile' into devel | Russell King | 2011-03-20 | 1 | -27/+44 |
|\ \ |
|
| | * | ARM: pgtable: add pud-level code | Russell King | 2011-02-21 | 1 | -4/+18 |
| | * | ARM: Use long long format when printing meminfo physical addresses | Russell King | 2011-02-21 | 1 | -6/+8 |
| | * | ARM: 6672/1: LPAE: use phys_addr_t instead of unsigned long in mapping functions | Will Deacon | 2011-02-15 | 1 | -3/+4 |
| | * | ARM: 6674/1: LPAE: use long long format when printing physical addresses and ... | Will Deacon | 2011-02-15 | 1 | -13/+13 |
| | * | ARM: 6667/1: Fix early_pte_alloc() assumption about the Linux PTE | Catalin Marinas | 2011-02-14 | 1 | -1/+1 |
* | | | ARM: 6639/1: allow highmem on SMP platforms without h/w TLB ops broadcast | Nicolas Pitre | 2011-02-23 | 1 | -10/+0 |
|/ / |
|
* | | Merge branch 'pgt' (early part) into devel | Russell King | 2011-01-06 | 1 | -49/+13 |
|\ \
| |/ |
|
| * | ARM: pgtable: provide RDONLY page table bit rather than WRITE bit | Russell King | 2010-12-22 | 1 | -10/+9 |
| * | ARM: pgtable: invert L_PTE_EXEC to L_PTE_XN | Russell King | 2010-12-22 | 1 | -8/+7 |
| * | ARM: pgtable: collect up identity mapping functions | Russell King | 2010-12-22 | 1 | -35/+0 |
| * | ARM: pgtable: introduce pteval_t to represent a pte value | Russell King | 2010-11-26 | 1 | -1/+1 |
| * | ARM: pgtable: use phys_addr_t for physical addresses | Russell King | 2010-11-26 | 1 | -3/+4 |
* | | ARM: 6384/1: Remove the domain switching on ARMv6k/v7 CPUs | Catalin Marinas | 2010-11-04 | 1 | -3/+3 |
|/ |
|
* | ARM: memblock: setup lowmem mappings using memblock | Russell King | 2010-10-28 | 1 | -20/+29 |
* | ARM: ensure membank array is always sorted | Russell King | 2010-10-28 | 1 | -10/+0 |
* | ARM: fix memblock breakage | Russell King | 2010-10-27 | 1 | -3/+1 |
* | ARM: 6445/1: fixup TCM memory types | Linus Walleij | 2010-10-27 | 1 | -7/+7 |
* | Merge branch 'devel-stable' into devel | Russell King | 2010-10-19 | 1 | -2/+2 |
|\ |
|
| * | ARM: 6419/1: mmu: Fix MT_MEMORY and MT_MEMORY_NONCACHED pte flags | Santosh Shilimkar | 2010-10-04 | 1 | -2/+2 |
* | | ARM: Allow SMP kernels to boot on UP systems | Russell King | 2010-10-04 | 1 | -25/+21 |
|/ |
|
* | ARM: 6407/1: mmu: Setup MT_MEMORY and MT_MEMORY_NONCACHED L1 entries | Santosh Shilimkar | 2010-09-25 | 1 | -2/+15 |
* | ARM: 6383/1: Implement phys_mem_access_prot() to avoid attributes aliasing | Catalin Marinas | 2010-09-19 | 1 | -0/+14 |