| Commit message (Expand) | Author | Age |
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-03-29 |
|\ |
|
| * | ARM: 7312/1: only show modules in the memory layout for MODULES=y | Uwe Kleine-König | 2012-03-24 |
* | | ARM: Remove duplicate asm/memblock.h include from arch/arm/mm/init.c | Jesper Juhl | 2012-02-10 |
* | | ARM: fix a section mismatch warning with our use of memblock | Russell King | 2012-01-19 |
|/ |
|
* | ARM: Add arm_memblock_steal() to allocate memory away from the kernel | Russell King | 2012-01-13 |
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g... | Linus Torvalds | 2012-01-06 |
|\ |
|
| * | ARM: move initialization of the high_memory variable earlier | Nicolas Pitre | 2011-11-18 |
| * | ARM: sort the meminfo array earlier | Nicolas Pitre | 2011-11-18 |
* | | memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users | Tejun Heo | 2011-12-08 |
* | | memblock: Kill memblock_init() | Tejun Heo | 2011-12-08 |
* | | memblock: Fix include breakages caused by 24aa07882b | Tejun Heo | 2011-12-08 |
|/ |
|
* | arm: Add export.h to ARM specific files as required. | Paul Gortmaker | 2011-10-31 |
* | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 2011-10-28 |
|\ |
|
| * | Merge branch 'kprobes-test' of git://git.yxit.co.uk/linux into devel-stable | Russell King | 2011-09-21 |
| |\ |
|
| * | | ARM: Add init_consistent_dma_size() | Jon Medhurst | 2011-08-22 |
* | | | ARM: 7113/1: mm: Align bank start to MAX_ORDER_NR_PAGES | Linus Walleij | 2011-10-01 |
| |/
|/| |
|
* | | ARM: 7067/1: mm: keep significant bits in pfn_valid | Mark Rutland | 2011-09-04 |
|/ |
|
* | ARM: 7010/1: mm: fix invalid loop for poison_init_mem | Jamie Iles | 2011-08-09 |
* | Merge branch 'devel-stable' into for-next | Russell King | 2011-07-22 |
|\ |
|
| * | ARM: ARM_DMA_ZONE_SIZE is no more | Nicolas Pitre | 2011-07-18 |
| * | ARM: change ARM_DMA_ZONE_SIZE into a variable | Nicolas Pitre | 2011-07-18 |
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci... | Russell King | 2011-07-22 |
|\ \ \ \
| | |_|/
| |/| | |
|
| | | * | ARM: 6996/1: mm: Poison freed init memory | Stephen Boyd | 2011-07-08 |
| | * | | ARM: vmlinux.lds: move init sections between text and data sections | Russell King | 2011-07-07 |
| |/ /
|/| | |
|
| * | | ARM: dma: replace ISA_DMA_THRESHOLD with a variable | Russell King | 2011-07-12 |
|/ / |
|
* | | ARM: initrd: disable initrds outside of memory | Russell King | 2011-06-10 |
* | | ARM: 6951/1: include .bss in memory layout information | Rabin Vincent | 2011-06-06 |
|/ |
|
*-. | Merge branches 'devel', 'devel-stable' and 'fixes' into for-linus | Russell King | 2011-05-27 |
|\ \ |
|
| | * | ARM: 6913/1: sparsemem: allow pfn_valid to be overridden when using SPARSEMEM | Will Deacon | 2011-05-26 |
| |/
|/| |
|
| * | Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in... | Russell King | 2011-05-24 |
| |\ |
|
| | * | arm/dt: probe for platforms via the device tree | Grant Likely | 2011-05-23 |
| | * | arm/dt: Allow CONFIG_OF on ARM | Grant Likely | 2011-05-11 |
* | | | arch, mm: filter disallowed nodes from arch specific show_mem functions | David Rientjes | 2011-05-25 |
|/ / |
|
| | | |
| \ | |
*-. \ | Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi... | Russell King | 2011-05-23 |
|\ \ \
| | |/
| |/| |
|
| | * | ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizes | Russell King | 2011-05-12 |
| |/ |
|
* / | ARM: 6890/1: memmap: only free allocated memmap entries when using SPARSEMEM | Will Deacon | 2011-05-12 |
|/ |
|
* | lib, arch: add filter argument to show_mem and fix private implementations | David Rientjes | 2011-03-24 |
*-. | Merge branches 'fixes', 'pgt-next' and 'versatile' into devel | Russell King | 2011-03-20 |
|\ \ |
|
| * | | ARM: 6672/1: LPAE: use phys_addr_t instead of unsigned long in mapping functions | Will Deacon | 2011-02-15 |
| |/ |
|
* / | ARM: initrd: disable initrd if passed address overlaps reserved region | Russell King | 2011-01-31 |
|/ |
|
* | ARM: memblock: move meminfo into find_limits directly | Russell King | 2010-10-28 |
* | ARM: memblock: convert free_highpages() to use memblock | Russell King | 2010-10-28 |
* | ARM: move freeing of highmem pages out of mem_init() | Russell King | 2010-10-28 |
* | ARM: memblock: convert memory detail printing to use memblock | Russell King | 2010-10-28 |
* | ARM: memblock: use memblock to free memory into arm_bootmem_init() | Russell King | 2010-10-28 |
* | ARM: memblock: use memblock when initializing memory allocators | Russell King | 2010-10-28 |
* | ARM: ensure membank array is always sorted | Russell King | 2010-10-28 |
* | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 2010-10-21 |
|\ |
|
| * | memblock, bootmem: Round pfn properly for memory and reserved regions | Yinghai Lu | 2010-10-12 |
| * | arm, memblock: Fix the sparsemem build | Yinghai Lu | 2010-09-16 |