aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/init.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2014-03-11arm: add support for reserved memory defined by device treeMarek Szyprowski1-0/+2
2014-01-28Merge branches 'fixes' and 'misc' into for-linusRussell King1-1/+2
2014-01-28ARM: 7941/2: Fix incorrect FDT initrd parameter overrideBen Peddell1-1/+2
2014-01-23Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds1-58/+4
2014-01-21arch/arm/mm/init.c: use memblock apis for early memory allocationsSantosh Shilimkar1-1/+1
2014-01-21mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNTMel Gorman1-3/+0
2014-01-21Merge branch 'devel-stable' into for-nextRussell King1-58/+4
2014-01-13Merge branch 'for_3.14/arm-no-bootmem' of git://git.kernel.org/pub/scm/linux/kernel/git/ssantosh/linux-keystone into devel-stableRussell King1-58/+4
2014-01-07Revert "ARM: 7908/1: mm: Fix the arm_dma_limit calculation"Russell King1-1/+1
2013-12-09ARM: 7908/1: mm: Fix the arm_dma_limit calculationSantosh Shilimkar1-1/+1
2013-11-23ARM: mm: Remove bootmem code and switch to NO_BOOTMEMSantosh Shilimkar1-56/+2
2013-11-23ARM: mm: Don't allow resizing of memblock data until "low" memory is not mappedGrygorii Strashko1-1/+1
2013-11-23ARM: mm: Fix max_mapnr with recent max*pfn updatesSantosh Shilimkar1-1/+1
2013-11-14Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-6/+6
2013-11-12Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-8/+5
2013-10-31ARM: 7805/1: mm: change max*pfn to include the physical offset of memorySantosh Shilimkar1-6/+4
2013-10-31ARM: DMA-API: better handing of DMA masks for coherent allocationsRussell King1-0/+2
2013-10-15Revert "ARM: init: add support for reserved memory defined by device tree"Marek Szyprowski1-3/+0
2013-10-09of: remove early_init_dt_setup_initrd_archRob Herring1-8/+0
2013-10-09arm: set initrd_start/initrd_end for fdt scanRob Herring1-3/+8
2013-09-10Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linuxLinus Torvalds1-1/+1
2013-09-09Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-1/+1
2013-09-09Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma-mappingLinus Torvalds1-0/+3
2013-08-27ARM: init: add support for reserved memory defined by device treeMarek Szyprowski1-0/+3
2013-08-13ARM: use phys_addr_t for DMA zone sizesRob Herring1-1/+1
2013-07-26ARM: constify machine_desc structure usesRussell King1-2/+3
2013-07-24of: Specify initrd location using 64-bitSantosh Shilimkar1-1/+1
2013-07-13Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-1/+1
2013-07-09ARM: mm: fix boot on SA1110 AssabetRussell King1-1/+1
2013-07-03mm/ARM: prepare for removing num_physpages and simplify mem_init()Jiang Liu1-45/+2
2013-07-03mm: concentrate modification of totalram_pages into the mm coreJiang Liu1-2/+1
2013-07-03mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu1-4/+4
2013-07-03mm: change signature of free_reserved_area() to fix building warningsJiang Liu1-1/+1
2013-05-30ARM: LPAE: use phys_addr_t for initrd locationVitaly Andrianov1-6/+7
2013-05-30ARM: LPAE: use phys_addr_t in free_memmap()Vitaly Andrianov1-3/+3
2013-04-29mm/ARM: use free_highmem_page() to free highmem pages into buddy systemJiang Liu1-5/+2
2013-04-29mm/ARM: use common help functions to free reserved pagesJiang Liu1-32/+16
2013-04-29mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes1-0/+3
2012-08-13ARM: Allow arm_memblock_steal() to remove memory from any RAM regionRussell King1-1/+1
2012-07-27Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King1-1/+1
2012-06-28ARM: 7432/1: use the new linux/sizes.hAlessandro Rubini1-1/+1
2012-06-11ARM: mm: fix type of the arm_dma_limit global variableMarek Szyprowski1-1/+1
2012-05-21ARM: integrate CMA with DMA-mapping subsystemMarek Szyprowski1-4/+19
2012-04-28ARM: 7401/1: mm: Fix section mismatchesStephen Boyd1-2/+2
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds1-0/+4
2012-03-24ARM: 7312/1: only show modules in the memory layout for MODULES=yUwe Kleine-König1-0/+4
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