summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu2010-10-121-4/+4
| * arm, memblock: Fix the sparsemem buildYinghai Lu2010-09-161-2/+1
| * memblock/arm: Use new accessorsBenjamin Herrenschmidt2010-08-051-9/+12
| * memblock/arm: pfn_valid uses memblock_is_memory()Benjamin Herrenschmidt2010-08-041-14/+1
| * memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt2010-08-041-1/+1
* | ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _dataRussell King2010-10-081-2/+2
|/
* Merge branch 'devel-stable' into develRussell King2010-07-311-10/+9
|\
| * arm: mm: Don't free prohibited memmap entriesMichael Bohan2010-06-151-10/+9
* | Merge branch 'misc' into develRussell King2010-07-311-0/+13
|\ \
| * | ARM: 6225/1: make TCM allocation static and common for all archsLinus Walleij2010-07-271-10/+7
| * | ARM: 6224/1: print TCM whereabouts in init messageLinus Walleij2010-07-181-0/+16
| |/
* | ARM: Remove unnecessary call to find_limits()Russell King2010-07-271-5/+3
* | ARM: LMB: convert pfn_valid to use LMBRussell King2010-07-271-5/+4
OpenPOWER on IntegriCloud