summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* ARM: integrate CMA with DMA-mapping subsystemMarek Szyprowski2012-05-211-4/+19
* ARM: 7401/1: mm: Fix section mismatchesStephen Boyd2012-04-281-2/+2
* Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-291-0/+4
|\
| * ARM: 7312/1: only show modules in the memory layout for MODULES=yUwe Kleine-König2012-03-241-0/+4
* | ARM: Remove duplicate asm/memblock.h include from arch/arm/mm/init.cJesper Juhl2012-02-101-1/+0
* | ARM: fix a section mismatch warning with our use of memblockRussell King2012-01-191-1/+1
|/
* ARM: Add arm_memblock_steal() to allocate memory away from the kernelRussell King2012-01-131-0/+17
* Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g...Linus Torvalds2012-01-061-32/+8
|\
| * ARM: move initialization of the high_memory variable earlierNicolas Pitre2011-11-181-2/+0
| * ARM: sort the meminfo array earlierNicolas Pitre2011-11-181-30/+8
* | memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo2011-12-081-1/+1
* | memblock: Kill memblock_init()Tejun Heo2011-12-081-1/+0
* | memblock: Fix include breakages caused by 24aa07882bTejun Heo2011-12-081-0/+1
|/
* arm: Add export.h to ARM specific files as required.Paul Gortmaker2011-10-311-0/+1
* Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern...Linus Torvalds2011-10-281-9/+0
|\
| * Merge branch 'kprobes-test' of git://git.yxit.co.uk/linux into devel-stableRussell King2011-09-211-1/+1
| |\
| * | ARM: Add init_consistent_dma_size()Jon Medhurst2011-08-221-9/+0
* | | ARM: 7113/1: mm: Align bank start to MAX_ORDER_NR_PAGESLinus Walleij2011-10-011-0/+7
| |/ |/|
* | ARM: 7067/1: mm: keep significant bits in pfn_validMark Rutland2011-09-041-1/+1
|/
* ARM: 7010/1: mm: fix invalid loop for poison_init_memJamie Iles2011-08-091-1/+1
* Merge branch 'devel-stable' into for-nextRussell King2011-07-221-9/+11
|\
| * ARM: ARM_DMA_ZONE_SIZE is no moreNicolas Pitre2011-07-181-5/+0
| * ARM: change ARM_DMA_ZONE_SIZE into a variableNicolas Pitre2011-07-181-9/+16
| |
| \
| \
| \
*---. \ Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci...Russell King2011-07-221-3/+28
|\ \ \ \ | | |_|/ | |/| |
| | | * ARM: 6996/1: mm: Poison freed init memoryStephen Boyd2011-07-081-1/+16
| | * | ARM: vmlinux.lds: move init sections between text and data sectionsRussell King2011-07-071-2/+2
| |/ / |/| |
| * | ARM: dma: replace ISA_DMA_THRESHOLD with a variableRussell King2011-07-121-0/+10
|/ /
* | ARM: initrd: disable initrds outside of memoryRussell King2011-06-111-0/+6
* | ARM: 6951/1: include .bss in memory layout informationRabin Vincent2011-06-061-2/+4
|/
*-. Merge branches 'devel', 'devel-stable' and 'fixes' into for-linusRussell King2011-05-271-1/+14
|\ \
| | * ARM: 6913/1: sparsemem: allow pfn_valid to be overridden when using SPARSEMEMWill Deacon2011-05-261-1/+3
| |/ |/|
| * Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in...Russell King2011-05-251-0/+11
| |\
| | * arm/dt: probe for platforms via the device treeGrant Likely2011-05-231-0/+2
| | * arm/dt: Allow CONFIG_OF on ARMGrant Likely2011-05-111-0/+9
* | | arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes2011-05-251-1/+1
|/ /
| |
| \
*-. \ Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi...Russell King2011-05-231-1/+22
|\ \ \ | | |/ | |/|
| | * ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizesRussell King2011-05-121-1/+22
| |/
* / ARM: 6890/1: memmap: only free allocated memmap entries when using SPARSEMEMWill Deacon2011-05-121-1/+15
|/
* lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes2011-03-241-1/+1
*-. Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King2011-03-201-3/+3
|\ \
| * | ARM: 6672/1: LPAE: use phys_addr_t instead of unsigned long in mapping functionsWill Deacon2011-02-151-3/+3
| |/
* / ARM: initrd: disable initrd if passed address overlaps reserved regionRussell King2011-01-311-0/+6
|/
* ARM: memblock: move meminfo into find_limits directlyRussell King2010-10-281-4/+4
* ARM: memblock: convert free_highpages() to use memblockRussell King2010-10-281-5/+39
* ARM: move freeing of highmem pages out of mem_init()Russell King2010-10-281-10/+17
* ARM: memblock: convert memory detail printing to use memblockRussell King2010-10-281-3/+6
* ARM: memblock: use memblock to free memory into arm_bootmem_init()Russell King2010-10-281-17/+25
* ARM: memblock: use memblock when initializing memory allocatorsRussell King2010-10-281-9/+16
* ARM: ensure membank array is always sortedRussell King2010-10-281-0/+10
* Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2010-10-211-24/+13
|\