summaryrefslogtreecommitdiffstats
path: root/arch/arm/mm/init.c
Commit message (Expand)AuthorAgeFilesLines
...
| * | ARM: use phys_addr_t for DMA zone sizesRob Herring2013-08-131-1/+1
| |/
* | Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma...Linus Torvalds2013-09-091-0/+3
|\ \
| * | ARM: init: add support for reserved memory defined by device treeMarek Szyprowski2013-08-271-0/+3
| |/
* | ARM: constify machine_desc structure usesRussell King2013-07-261-2/+3
|/
* Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2013-07-131-1/+1
|\
| * ARM: mm: fix boot on SA1110 AssabetRussell King2013-07-091-1/+1
* | mm/ARM: prepare for removing num_physpages and simplify mem_init()Jiang Liu2013-07-031-45/+2
* | mm: concentrate modification of totalram_pages into the mm coreJiang Liu2013-07-031-2/+1
* | mm: enhance free_reserved_area() to support poisoning memory with zeroJiang Liu2013-07-031-4/+4
* | mm: change signature of free_reserved_area() to fix building warningsJiang Liu2013-07-031-1/+1
* | ARM: LPAE: use phys_addr_t for initrd locationVitaly Andrianov2013-05-301-6/+7
* | ARM: LPAE: use phys_addr_t in free_memmap()Vitaly Andrianov2013-05-301-3/+3
|/
* mm/ARM: use free_highmem_page() to free highmem pages into buddy systemJiang Liu2013-04-291-5/+2
* mm/ARM: use common help functions to free reserved pagesJiang Liu2013-04-291-32/+16
* mm, show_mem: suppress page counts in non-blockable contextsDavid Rientjes2013-04-291-0/+3
* ARM: Allow arm_memblock_steal() to remove memory from any RAM regionRussell King2012-08-131-1/+1
*-. Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linusRussell King2012-07-271-1/+1
|\ \
| | * ARM: 7432/1: use the new linux/sizes.hAlessandro Rubini2012-06-281-1/+1
| |/
* | ARM: mm: fix type of the arm_dma_limit global variableMarek Szyprowski2012-06-111-1/+1
|/
* 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
| |/ |/|
OpenPOWER on IntegriCloud