| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 2013-09-10 | 1 | -1/+1 |
|\ |
|
| * | of: Specify initrd location using 64-bit | Santosh Shilimkar | 2013-07-24 | 1 | -1/+1 |
* | | Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 2013-09-09 | 1 | -1/+1 |
|\ \ |
|
| * | | ARM: use phys_addr_t for DMA zone sizes | Rob Herring | 2013-08-13 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 2013-09-09 | 1 | -0/+3 |
|\ \ |
|
| * | | ARM: init: add support for reserved memory defined by device tree | Marek Szyprowski | 2013-08-27 | 1 | -0/+3 |
| |/ |
|
* | | ARM: constify machine_desc structure uses | Russell King | 2013-07-26 | 1 | -2/+3 |
|/ |
|
* | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2013-07-13 | 1 | -1/+1 |
|\ |
|
| * | ARM: mm: fix boot on SA1110 Assabet | Russell King | 2013-07-09 | 1 | -1/+1 |
* | | mm/ARM: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 2013-07-03 | 1 | -45/+2 |
* | | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 2013-07-03 | 1 | -2/+1 |
* | | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 2013-07-03 | 1 | -4/+4 |
* | | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 2013-07-03 | 1 | -1/+1 |
* | | ARM: LPAE: use phys_addr_t for initrd location | Vitaly Andrianov | 2013-05-30 | 1 | -6/+7 |
* | | ARM: LPAE: use phys_addr_t in free_memmap() | Vitaly Andrianov | 2013-05-30 | 1 | -3/+3 |
|/ |
|
* | mm/ARM: use free_highmem_page() to free highmem pages into buddy system | Jiang Liu | 2013-04-29 | 1 | -5/+2 |
* | mm/ARM: use common help functions to free reserved pages | Jiang Liu | 2013-04-29 | 1 | -32/+16 |
* | mm, show_mem: suppress page counts in non-blockable contexts | David Rientjes | 2013-04-29 | 1 | -0/+3 |
* | ARM: Allow arm_memblock_steal() to remove memory from any RAM region | Russell King | 2012-08-13 | 1 | -1/+1 |
*-. | Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus | Russell King | 2012-07-27 | 1 | -1/+1 |
|\ \ |
|
| | * | ARM: 7432/1: use the new linux/sizes.h | Alessandro Rubini | 2012-06-28 | 1 | -1/+1 |
| |/ |
|
* | | ARM: mm: fix type of the arm_dma_limit global variable | Marek Szyprowski | 2012-06-11 | 1 | -1/+1 |
|/ |
|
* | ARM: integrate CMA with DMA-mapping subsystem | Marek Szyprowski | 2012-05-21 | 1 | -4/+19 |
* | ARM: 7401/1: mm: Fix section mismatches | Stephen Boyd | 2012-04-28 | 1 | -2/+2 |
* | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 2012-03-29 | 1 | -0/+4 |
|\ |
|
| * | ARM: 7312/1: only show modules in the memory layout for MODULES=y | Uwe Kleine-König | 2012-03-24 | 1 | -0/+4 |
* | | ARM: Remove duplicate asm/memblock.h include from arch/arm/mm/init.c | Jesper Juhl | 2012-02-10 | 1 | -1/+0 |
* | | ARM: fix a section mismatch warning with our use of memblock | Russell King | 2012-01-19 | 1 | -1/+1 |
|/ |
|
* | ARM: Add arm_memblock_steal() to allocate memory away from the kernel | Russell King | 2012-01-13 | 1 | -0/+17 |
* | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g... | Linus Torvalds | 2012-01-06 | 1 | -32/+8 |
|\ |
|
| * | ARM: move initialization of the high_memory variable earlier | Nicolas Pitre | 2011-11-18 | 1 | -2/+0 |
| * | ARM: sort the meminfo array earlier | Nicolas Pitre | 2011-11-18 | 1 | -30/+8 |
* | | memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users | Tejun Heo | 2011-12-08 | 1 | -1/+1 |
* | | memblock: Kill memblock_init() | Tejun Heo | 2011-12-08 | 1 | -1/+0 |
* | | memblock: Fix include breakages caused by 24aa07882b | Tejun Heo | 2011-12-08 | 1 | -0/+1 |
|/ |
|
* | arm: Add export.h to ARM specific files as required. | Paul Gortmaker | 2011-10-31 | 1 | -0/+1 |
* | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 2011-10-28 | 1 | -9/+0 |
|\ |
|
| * | Merge branch 'kprobes-test' of git://git.yxit.co.uk/linux into devel-stable | Russell King | 2011-09-21 | 1 | -1/+1 |
| |\ |
|
| * | | ARM: Add init_consistent_dma_size() | Jon Medhurst | 2011-08-22 | 1 | -9/+0 |
* | | | ARM: 7113/1: mm: Align bank start to MAX_ORDER_NR_PAGES | Linus Walleij | 2011-10-01 | 1 | -0/+7 |
| |/
|/| |
|
* | | ARM: 7067/1: mm: keep significant bits in pfn_valid | Mark Rutland | 2011-09-04 | 1 | -1/+1 |
|/ |
|
* | ARM: 7010/1: mm: fix invalid loop for poison_init_mem | Jamie Iles | 2011-08-09 | 1 | -1/+1 |
* | Merge branch 'devel-stable' into for-next | Russell King | 2011-07-22 | 1 | -9/+11 |
|\ |
|
| * | ARM: ARM_DMA_ZONE_SIZE is no more | Nicolas Pitre | 2011-07-18 | 1 | -5/+0 |
| * | ARM: change ARM_DMA_ZONE_SIZE into a variable | Nicolas Pitre | 2011-07-18 | 1 | -9/+16 |
| | | |
| \ | |
| \ | |
| \ | |
*---. \ | Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci... | Russell King | 2011-07-22 | 1 | -3/+28 |
|\ \ \ \
| | |_|/
| |/| | |
|
| | | * | ARM: 6996/1: mm: Poison freed init memory | Stephen Boyd | 2011-07-08 | 1 | -1/+16 |
| | * | | ARM: vmlinux.lds: move init sections between text and data sections | Russell King | 2011-07-07 | 1 | -2/+2 |
| |/ /
|/| | |
|
| * | | ARM: dma: replace ISA_DMA_THRESHOLD with a variable | Russell King | 2011-07-12 | 1 | -0/+10 |
|/ / |
|
* | | ARM: initrd: disable initrds outside of memory | Russell King | 2011-06-11 | 1 | -0/+6 |