aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2012-02-10ARM: Remove duplicate asm/memblock.h include from arch/arm/mm/init.cJesper Juhl1-1/+0
2012-01-19ARM: fix a section mismatch warning with our use of memblockRussell King1-1/+1
2012-01-13ARM: Add arm_memblock_steal() to allocate memory away from the kernelRussell King1-0/+17
2012-01-06Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-32/+8
2011-12-08memblock: s/memblock_analyze()/memblock_allow_resize()/ and update usersTejun Heo1-1/+1
2011-12-08memblock: Kill memblock_init()Tejun Heo1-1/+0
2011-12-08memblock: Fix include breakages caused by 24aa07882bTejun Heo1-0/+1
2011-11-18ARM: move initialization of the high_memory variable earlierNicolas Pitre1-2/+0
2011-11-18ARM: sort the meminfo array earlierNicolas Pitre1-30/+8
2011-10-31arm: Add export.h to ARM specific files as required.Paul Gortmaker1-0/+1
2011-10-28Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kernel/git-cur/linux-2.6-armLinus Torvalds1-9/+0
2011-10-01ARM: 7113/1: mm: Align bank start to MAX_ORDER_NR_PAGESLinus Walleij1-0/+7
2011-09-21Merge branch 'kprobes-test' of git://git.yxit.co.uk/linux into devel-stableRussell King1-1/+1
2011-09-04ARM: 7067/1: mm: keep significant bits in pfn_validMark Rutland1-1/+1
2011-08-22ARM: Add init_consistent_dma_size()Jon Medhurst1-9/+0
2011-08-09ARM: 7010/1: mm: fix invalid loop for poison_init_memJamie Iles1-1/+1
2011-07-22Merge branch 'devel-stable' into for-nextRussell King1-9/+11
2011-07-22Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci', 'suspend' and 'vfp' into for-nextRussell King1-3/+28
2011-07-18ARM: ARM_DMA_ZONE_SIZE is no moreNicolas Pitre1-5/+0
2011-07-18ARM: change ARM_DMA_ZONE_SIZE into a variableNicolas Pitre1-9/+16
2011-07-12ARM: dma: replace ISA_DMA_THRESHOLD with a variableRussell King1-0/+10
2011-07-08ARM: 6996/1: mm: Poison freed init memoryStephen Boyd1-1/+16
2011-07-07ARM: vmlinux.lds: move init sections between text and data sectionsRussell King1-2/+2
2011-06-11ARM: initrd: disable initrds outside of memoryRussell King1-0/+6
2011-06-06ARM: 6951/1: include .bss in memory layout informationRabin Vincent1-2/+4
2011-05-27Merge branches 'devel', 'devel-stable' and 'fixes' into for-linusRussell King1-1/+14
2011-05-26ARM: 6913/1: sparsemem: allow pfn_valid to be overridden when using SPARSEMEMWill Deacon1-1/+3
2011-05-25arch, mm: filter disallowed nodes from arch specific show_mem functionsDavid Rientjes1-1/+1
2011-05-25Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 into devel-stableRussell King1-0/+11
2011-05-23Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generic', 'consolidate-smp', 'consolidate-stmp' and 'consolidate-zones' into consolidateRussell King1-1/+22
2011-05-23arm/dt: probe for platforms via the device treeGrant Likely1-0/+2
2011-05-12ARM: 6890/1: memmap: only free allocated memmap entries when using SPARSEMEMWill Deacon1-1/+15
2011-05-12ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizesRussell King1-1/+22
2011-05-11arm/dt: Allow CONFIG_OF on ARMGrant Likely1-0/+9
2011-03-24lib, arch: add filter argument to show_mem and fix private implementationsDavid Rientjes1-1/+1
2011-03-20Merge branches 'fixes', 'pgt-next' and 'versatile' into develRussell King1-3/+3
2011-02-15ARM: 6672/1: LPAE: use phys_addr_t instead of unsigned long in mapping functionsWill Deacon1-3/+3
2011-01-31ARM: initrd: disable initrd if passed address overlaps reserved regionRussell King1-0/+6
2010-10-28ARM: memblock: move meminfo into find_limits directlyRussell King1-4/+4
2010-10-28ARM: memblock: convert free_highpages() to use memblockRussell King1-5/+39
2010-10-28ARM: move freeing of highmem pages out of mem_init()Russell King1-10/+17
2010-10-28ARM: memblock: convert memory detail printing to use memblockRussell King1-3/+6
2010-10-28ARM: memblock: use memblock to free memory into arm_bootmem_init()Russell King1-17/+25
2010-10-28ARM: memblock: use memblock when initializing memory allocatorsRussell King1-9/+16
2010-10-28ARM: ensure membank array is always sortedRussell King1-0/+10
2010-10-21Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-24/+13
2010-10-12memblock, bootmem: Round pfn properly for memory and reserved regionsYinghai Lu1-4/+4
2010-10-08ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _dataRussell King1-2/+2
2010-09-16arm, memblock: Fix the sparsemem buildYinghai Lu1-2/+1
2010-08-05memblock/arm: Use new accessorsBenjamin Herrenschmidt1-9/+12