summaryrefslogtreecommitdiff
path: root/arch/arm/mm/init.c
AgeCommit message (Expand)AuthorFilesLines
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-28Merge 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 in...Russell King1-0/+11
2011-05-23Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi...Russell 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-25lib, 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-22Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-24/+13
2010-10-13memblock, 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
2010-08-04memblock/arm: pfn_valid uses memblock_is_memory()Benjamin Herrenschmidt1-14/+1
2010-08-04memblock: Rename memblock_region to memblock_type and memblock_property to me...Benjamin Herrenschmidt1-1/+1
2010-07-31Merge branch 'devel-stable' into develRussell King1-10/+9
2010-07-31Merge branch 'misc' into develRussell King1-0/+13
2010-07-27ARM: 6225/1: make TCM allocation static and common for all archsLinus Walleij1-10/+7
2010-07-27ARM: Remove unnecessary call to find_limits()Russell King1-5/+3
2010-07-27ARM: LMB: convert pfn_valid to use LMBRussell King1-5/+4
2010-07-27ARM: LMB: Convert arm_memory_present() to use LMB memory informationRussell King1-7/+6
2010-07-27ARM: Convert platform reservations to use LMB rather than bootmemRussell King1-5/+6
2010-07-27ARM: initial LMB trialRussell King1-119/+45
2010-07-18ARM: 6224/1: print TCM whereabouts in init messageLinus Walleij1-0/+16
2010-07-16ARM: Move platform memory reservations out of generic codeRussell King1-1/+4
2010-07-16ARM: Remove 'node' argument form arch_adjust_zones()Russell King1-1/+1
2010-07-16ARM: Remove DISCONTIGMEM supportRussell King1-150/+116
2010-06-16arm: mm: Don't free prohibited memmap entriesMichael Bohan1-10/+9
2010-05-27ARM: 6144/1: TCM memory bug freeing bugLinus Walleij1-3/+3
2010-05-17Merge branch 'devel-stable' into develRussell King1-10/+5
2010-05-15ARM: Move memory mapping into mmu.cRussell King1-24/+0
2010-05-15ARM: Ensure meminfo is sorted prior to sanity_check_meminfoRussell King1-10/+0
2010-05-04ARM: 6093/1: Fix kernel memory printing for sparsememCatalin Marinas1-10/+4
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo1-0/+1
2010-02-16ARM: 5929/1: Add checks to detect overlap of memory regions.Fenkart/Bostandzhyan1-0/+17
2010-02-16ARM: 5928/1: Change type of VMALLOC_END to unsigned long.Fenkart/Bostandzhyan1-1/+1