| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-03-17 | arch, mm: make releasing of memory to page allocator more explicit | Mike Rapoport (Microsoft) | 1 | -11/+0 |
| 2025-03-17 | arch, mm: introduce arch_mm_preinit | Mike Rapoport (Microsoft) | 1 | -9/+12 |
| 2025-03-17 | arch, mm: streamline HIGHMEM freeing | Mike Rapoport (Microsoft) | 1 | -29/+0 |
| 2025-03-17 | arch, mm: set max_mapnr when allocating memory map for FLATMEM | Mike Rapoport (Microsoft) | 1 | -2/+0 |
| 2025-03-17 | arm: mem_init: use memblock_phys_free() to free DMA memory on SA1111 | Mike Rapoport (Microsoft) | 1 | -4/+4 |
| 2024-05-14 | arch: make execmem setup available regardless of CONFIG_MODULES | Mike Rapoport (IBM) | 1 | -0/+45 |
| 2024-03-23 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -1/+1 |
| 2024-02-24 | ARM: 9334/1: mm: init: remove misuse of kernel-doc comment | Randy Dunlap | 1 | -1/+1 |
| 2024-02-22 | arm: ptdump: rename CONFIG_DEBUG_WX to CONFIG_ARM_DEBUG_WX | Christophe Leroy | 1 | -1/+1 |
| 2023-05-29 | ARM: mm: Make virt_to_pfn() a static inline | Linus Walleij | 1 | -1/+1 |
| 2022-04-18 | swiotlb: make the swiotlb_init interface more useful | Christoph Hellwig | 1 | -5/+1 |
| 2022-02-28 | ARM: 9175/1: Convert to reserve_initrd_mem() | Wang Kefeng | 1 | -42/+1 |
| 2021-11-06 | memblock: rename memblock_free to memblock_phys_free | Mike Rapoport | 1 | -1/+1 |
| 2021-06-30 | arm: extend pfn_valid to take into account freed memory map alignment | Mike Rapoport | 1 | -1/+12 |
| 2021-05-06 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -21/+0 |
| 2021-05-04 | Merge branch 'stable/for-linus-5.13' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+5 |
| 2021-04-30 | mm: move mem_init_print_info() into mm_init() | Kefeng Wang | 1 | -2/+0 |
| 2021-04-18 | ARM: 9072/1: mm: remove set_kernel_text_r[ow]() | Jisheng Zhang (syna) | 1 | -21/+0 |
| 2021-03-19 | ARM: Qualify enabling of swiotlb_init() | Florian Fainelli | 1 | -1/+5 |
| 2020-12-22 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux | Linus Torvalds | 1 | -1/+0 |
| 2020-12-15 | arm, arm64: move free_unused_memmap() to generic mm | Mike Rapoport | 1 | -78/+0 |
| 2020-11-04 | ARM, xtensa: highmem: avoid clobbering non-page aligned memory reservations | Ard Biesheuvel | 1 | -2/+2 |
| 2020-10-27 | ARM: 9012/1: move device tree mapping out of linear region | Ard Biesheuvel | 1 | -1/+0 |
| 2020-10-15 | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -1/+1 |
| 2020-10-13 | arch, mm: replace for_each_memblock() with for_each_mem_pfn_range() | Mike Rapoport | 1 | -7/+4 |
| 2020-10-13 | arm, xtensa: simplify initialization of high memory pages | Mike Rapoport | 1 | -40/+8 |
| 2020-10-06 | dma-mapping: merge <linux/dma-contiguous.h> into <linux/dma-map-ops.h> | Christoph Hellwig | 1 | -1/+1 |
| 2020-08-07 | mm/sparse: cleanup the code surrounding memory_present() | Mike Rapoport | 1 | -7/+2 |
| 2020-06-04 | arm: add support for folded p4d page tables | Mike Rapoport | 1 | -1/+1 |
| 2020-06-03 | arm: simplify detection of memory zone boundaries | Mike Rapoport | 1 | -59/+7 |
| 2020-01-25 | ARM: 8949/1: mm: mark free_memmap as __init | Olof Johansson | 1 | -1/+1 |
| 2019-10-27 | ARM: 8917/1: mm: include <asm/set_memory.h> | Ben Dooks (Codethink) | 1 | -0/+1 |
| 2019-10-27 | ARM: 8916/1: mm: make set_section_perms() static | Ben Dooks (Codethink) | 1 | -2/+2 |
| 2019-10-27 | ARM: 8907/1: arch: reuse addr variable in pfn_valid | Clemens Gruber | 1 | -1/+1 |
| 2019-08-28 | ARM: 8901/1: add a criteria for pfn_valid of arm | zhaoyang | 1 | -0/+5 |
| 2019-08-23 | ARM: 8874/1: mm: only adjust sections of valid mm structures | Doug Berger | 1 | -1/+2 |
| 2019-07-24 | arm: use swiotlb for bounce buffering on LPAE configs | Christoph Hellwig | 1 | -0/+5 |
| 2019-07-08 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -6/+16 |
| 2019-06-20 | ARM: 8865/1: mm: remove unused variables | YueHaibing | 1 | -6/+0 |
| 2019-06-20 | ARM: 8864/1: Add workaround for I-Cache line size mismatch between CPU cores | Marek Szyprowski | 1 | -0/+16 |
| 2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
| 2019-05-16 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -16/+1 |
| 2019-05-14 | initramfs: move the legacy keepinitrd parameter to core code | Christoph Hellwig | 1 | -19/+6 |
| 2019-04-23 | ARM: 8850/1: use memblocks_present | Peng Fan | 1 | -16/+1 |
| 2019-03-15 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -65/+4 |
| 2019-03-12 | memblock: memblock_phys_alloc(): don't panic | Mike Rapoport | 1 | -0/+4 |
| 2019-03-12 | memblock: replace memblock_alloc_base(ANYWHERE) with memblock_phys_alloc | Mike Rapoport | 1 | -1/+1 |
| 2019-02-01 | ARM: 8826/1: mm: initialize pfn limits with find_limits() | Doug Berger | 1 | -16/+4 |
| 2019-02-01 | ARM: 8820/1: mm: Stop printing the virtual memory layout | Geert Uytterhoeven | 1 | -49/+0 |
| 2018-11-26 | arch: Move initrd= parsing into do_mounts_initrd.c | Florian Fainelli | 1 | -17/+0 |
| 2018-11-26 | of/fdt: Populate phys_initrd_start/phys_initrd_size from FDT | Florian Fainelli | 1 | -6/+0 |
| 2018-11-26 | arch: Make phys_initrd_start and phys_initrd_size global variables | Florian Fainelli | 1 | -3/+2 |
| 2018-10-31 | mm: remove include/linux/bootmem.h | Mike Rapoport | 1 | -1/+0 |
| 2018-10-31 | memblock: rename free_all_bootmem to memblock_free_all | Mike Rapoport | 1 | -1/+1 |
| 2018-07-11 | ARM: 8780/1: ftrace: Only set kernel memory back to read-only after boot | Steven Rostedt (VMware) | 1 | -0/+9 |
| 2018-03-09 | ARM: simplify and fix linker script for TCM | Nicolas Pitre | 1 | -11/+0 |
| 2018-01-21 | ARM: 8737/1: mm: dump: add checking for writable and executable | Jinbum Park | 1 | -0/+2 |
| 2017-11-26 | Merge branch 'fixes' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -2/+2 |
| 2017-11-21 | ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE | Philip Derrin | 1 | -2/+2 |
| 2017-09-28 | ARM: 8696/1: mm: Remove dead code in mem_init() | Vladimir Murzin | 1 | -10/+0 |
| 2017-04-26 | ARM: 8672/1: mm: remove tasklist locking from update_sections_early() | Grygorii Strashko | 1 | -5/+8 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-02-28 | Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -23/+41 |
| 2017-02-28 | ARM: mm: round the initrd reservation to page boundaries | Russell King | 1 | -5/+18 |
| 2017-02-28 | ARM: mm: clean up initrd initialisation | Russell King | 1 | -12/+15 |
| 2017-02-28 | ARM: mm: move initrd init code out of arm_memblock_init() | Russell King | 1 | -4/+9 |
| 2017-02-28 | ARM: 8646/1: mmu: decouple VECTORS_BASE from Kconfig | Afzal Mohammed | 1 | -2/+2 |
| 2017-02-28 | ARM: 8639/1: Define KERNEL_START and KERNEL_END | Florian Fainelli | 1 | -5/+2 |
| 2017-02-07 | arch: Rename CONFIG_DEBUG_RODATA and CONFIG_DEBUG_MODULE_RONX | Laura Abbott | 1 | -2/+2 |
| 2016-02-11 | ARM: 8502/1: mm: mark section-aligned portion of rodata NX | Kees Cook | 1 | -3/+4 |
| 2016-02-08 | ARM: 8501/1: mm: flip priority of CONFIG_DEBUG_RODATA | Kees Cook | 1 | -9/+10 |
| 2016-01-12 | Merge branch 'devel-stable' into for-linus | Russell King | 1 | -1/+4 |
| 2015-12-13 | ARM: only consider memblocks with NOMAP cleared for linear mapping | Ard Biesheuvel | 1 | -1/+4 |
| 2015-12-04 | ARM: 8464/1: Update all mm structures with section adjustments | Laura Abbott | 1 | -30/+62 |
| 2015-06-02 | of/fdt: split off FDT self reservation from memreserve processing | Ard Biesheuvel | 1 | -0/+1 |
| 2015-04-14 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -49/+0 |
| 2015-04-14 | arm: add support for memtest | Vladimir Murzin | 1 | -0/+3 |
| 2015-04-14 | ARM: switch to use the generic show_mem() implementation | Russell King | 1 | -49/+0 |
| 2015-02-10 | Merge branches 'debug', 'fixes', 'l2c' (early part), 'misc' and 'sa1100' into... | Russell King | 1 | -6/+3 |
| 2015-01-21 | ARM: 8286/1: mm: Fix dma_contiguous_reserve comment | George G. Davis | 1 | -4/+1 |
| 2015-01-09 | ARM: 8275/1: mm: fix PMD_SECT_RDONLY undeclared compile error | Victor Kamensky | 1 | -2/+2 |
| 2014-12-12 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -4/+149 |
| 2014-12-05 | Merge branch 'devel-stable' into for-next | Russell King | 1 | -2/+147 |
| 2014-11-21 | ARM: convert printk(KERN_* to pr_* | Russell King | 1 | -2/+2 |
| 2014-11-03 | Merge tag 'ronx-next' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/l... | Russell King | 1 | -2/+147 |
| 2014-10-28 | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -4/+4 |
| 2014-10-21 | ARM: fix some printk formats | Russell King | 1 | -4/+4 |
| 2014-10-16 | ARM: mm: allow text and rodata sections to be read-only | Kees Cook | 1 | -1/+47 |
| 2014-10-16 | ARM: mm: allow non-text sections to be non-executable | Kees Cook | 1 | -1/+100 |
| 2014-10-16 | arm: use generic fixmap.h | Mark Salter | 1 | -1/+1 |
| 2014-10-09 | ARM: mm: don't limit default CMA region only to low memory | Marek Szyprowski | 1 | -1/+1 |
| 2014-10-02 | ARM: 8167/1: extend the reserved memory for initrd to be page aligned | Yalin Wang | 1 | -0/+5 |
| 2014-06-05 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm into next | Linus Torvalds | 1 | -44/+37 |
| 2014-06-05 | Merge branches 'alignment', 'fixes', 'l2c' (early part) and 'misc' into for-next | Russell King | 1 | -44/+28 |
| 2014-06-02 | ARM: remove global cr_no_alignment | Russell King | 1 | -1/+0 |
| 2014-06-02 | ARM: provide common method to clear bits in CPU control register | Russell King | 1 | -0/+10 |
| 2014-06-01 | ARM: 8025/1: Get rid of meminfo | Laura Abbott | 1 | -44/+28 |
| 2014-04-30 | of/fdt: move memreserve and dtb memory reservations into core | Rob Herring | 1 | -1/+0 |
| 2014-03-11 | arm: add support for reserved memory defined by device tree | Marek Szyprowski | 1 | -0/+2 |
| 2014-01-28 | Merge branches 'fixes' and 'misc' into for-linus | Russell King | 1 | -1/+2 |
| 2014-01-28 | ARM: 7941/2: Fix incorrect FDT initrd parameter override | Ben Peddell | 1 | -1/+2 |
| 2014-01-23 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -58/+4 |
| 2014-01-21 | arch/arm/mm/init.c: use memblock apis for early memory allocations | Santosh Shilimkar | 1 | -1/+1 |
| 2014-01-21 | mm, show_mem: remove SHOW_MEM_FILTER_PAGE_COUNT | Mel Gorman | 1 | -3/+0 |
| 2014-01-21 | Merge branch 'devel-stable' into for-next | Russell King | 1 | -58/+4 |
| 2014-01-13 | Merge branch 'for_3.14/arm-no-bootmem' of git://git.kernel.org/pub/scm/linux/... | Russell King | 1 | -58/+4 |
| 2014-01-07 | Revert "ARM: 7908/1: mm: Fix the arm_dma_limit calculation" | Russell King | 1 | -1/+1 |
| 2013-12-09 | ARM: 7908/1: mm: Fix the arm_dma_limit calculation | Santosh Shilimkar | 1 | -1/+1 |
| 2013-11-23 | ARM: mm: Remove bootmem code and switch to NO_BOOTMEM | Santosh Shilimkar | 1 | -56/+2 |
| 2013-11-23 | ARM: mm: Don't allow resizing of memblock data until "low" memory is not mapped | Grygorii Strashko | 1 | -1/+1 |
| 2013-11-23 | ARM: mm: Fix max_mapnr with recent max*pfn updates | Santosh Shilimkar | 1 | -1/+1 |
| 2013-11-14 | Merge branch 'for-linus-dma-masks' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -6/+6 |
| 2013-11-12 | Merge tag 'devicetree-for-3.13' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -8/+5 |
| 2013-10-31 | ARM: 7805/1: mm: change max*pfn to include the physical offset of memory | Santosh Shilimkar | 1 | -6/+4 |
| 2013-10-31 | ARM: DMA-API: better handing of DMA masks for coherent allocations | Russell King | 1 | -0/+2 |
| 2013-10-15 | Revert "ARM: init: add support for reserved memory defined by device tree" | Marek Szyprowski | 1 | -3/+0 |
| 2013-10-09 | of: remove early_init_dt_setup_initrd_arch | Rob Herring | 1 | -8/+0 |
| 2013-10-09 | arm: set initrd_start/initrd_end for fdt scan | Rob Herring | 1 | -3/+8 |
| 2013-09-10 | Merge tag 'devicetree-for-linus' of git://git.secretlab.ca/git/linux | Linus Torvalds | 1 | -1/+1 |
| 2013-09-09 | Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 1 | -1/+1 |
| 2013-09-09 | Merge branch 'for-v3.12' of git://git.linaro.org/people/mszyprowski/linux-dma... | Linus Torvalds | 1 | -0/+3 |
| 2013-08-27 | ARM: init: add support for reserved memory defined by device tree | Marek Szyprowski | 1 | -0/+3 |
| 2013-08-13 | ARM: use phys_addr_t for DMA zone sizes | Rob Herring | 1 | -1/+1 |
| 2013-07-26 | ARM: constify machine_desc structure uses | Russell King | 1 | -2/+3 |
| 2013-07-24 | of: Specify initrd location using 64-bit | Santosh Shilimkar | 1 | -1/+1 |
| 2013-07-13 | Merge branch 'fixes' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -1/+1 |
| 2013-07-09 | ARM: mm: fix boot on SA1110 Assabet | Russell King | 1 | -1/+1 |
| 2013-07-03 | mm/ARM: prepare for removing num_physpages and simplify mem_init() | Jiang Liu | 1 | -45/+2 |
| 2013-07-03 | mm: concentrate modification of totalram_pages into the mm core | Jiang Liu | 1 | -2/+1 |
| 2013-07-03 | mm: enhance free_reserved_area() to support poisoning memory with zero | Jiang Liu | 1 | -4/+4 |
| 2013-07-03 | mm: change signature of free_reserved_area() to fix building warnings | Jiang Liu | 1 | -1/+1 |
| 2013-05-30 | ARM: LPAE: use phys_addr_t for initrd location | Vitaly Andrianov | 1 | -6/+7 |
| 2013-05-30 | ARM: LPAE: use phys_addr_t in free_memmap() | Vitaly Andrianov | 1 | -3/+3 |
| 2013-04-29 | mm/ARM: use free_highmem_page() to free highmem pages into buddy system | Jiang Liu | 1 | -5/+2 |
| 2013-04-29 | mm/ARM: use common help functions to free reserved pages | Jiang Liu | 1 | -32/+16 |
| 2013-04-29 | mm, show_mem: suppress page counts in non-blockable contexts | David Rientjes | 1 | -0/+3 |
| 2012-08-13 | ARM: Allow arm_memblock_steal() to remove memory from any RAM region | Russell King | 1 | -1/+1 |
| 2012-07-27 | Merge branches 'audit', 'delay', 'fixes', 'misc' and 'sta2x11' into for-linus | Russell King | 1 | -1/+1 |
| 2012-06-28 | ARM: 7432/1: use the new linux/sizes.h | Alessandro Rubini | 1 | -1/+1 |
| 2012-06-11 | ARM: mm: fix type of the arm_dma_limit global variable | Marek Szyprowski | 1 | -1/+1 |
| 2012-05-21 | ARM: integrate CMA with DMA-mapping subsystem | Marek Szyprowski | 1 | -4/+19 |
| 2012-04-28 | ARM: 7401/1: mm: Fix section mismatches | Stephen Boyd | 1 | -2/+2 |
| 2012-03-29 | Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-arm | Linus Torvalds | 1 | -0/+4 |
| 2012-03-24 | ARM: 7312/1: only show modules in the memory layout for MODULES=y | Uwe Kleine-König | 1 | -0/+4 |
| 2012-02-10 | ARM: Remove duplicate asm/memblock.h include from arch/arm/mm/init.c | Jesper Juhl | 1 | -1/+0 |
| 2012-01-19 | ARM: fix a section mismatch warning with our use of memblock | Russell King | 1 | -1/+1 |
| 2012-01-13 | ARM: Add arm_memblock_steal() to allocate memory away from the kernel | Russell King | 1 | -0/+17 |
| 2012-01-06 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/pub/linux/arm/kernel/g... | Linus Torvalds | 1 | -32/+8 |
| 2011-12-08 | memblock: s/memblock_analyze()/memblock_allow_resize()/ and update users | Tejun Heo | 1 | -1/+1 |
| 2011-12-08 | memblock: Kill memblock_init() | Tejun Heo | 1 | -1/+0 |
| 2011-12-08 | memblock: Fix include breakages caused by 24aa07882b | Tejun Heo | 1 | -0/+1 |
| 2011-11-18 | ARM: move initialization of the high_memory variable earlier | Nicolas Pitre | 1 | -2/+0 |
| 2011-11-18 | ARM: sort the meminfo array earlier | Nicolas Pitre | 1 | -30/+8 |
| 2011-10-31 | arm: Add export.h to ARM specific files as required. | Paul Gortmaker | 1 | -0/+1 |
| 2011-10-28 | Merge branch 'devel-stable' of http://ftp.arm.linux.org.uk/pub/linux/arm/kern... | Linus Torvalds | 1 | -9/+0 |
| 2011-10-01 | ARM: 7113/1: mm: Align bank start to MAX_ORDER_NR_PAGES | Linus Walleij | 1 | -0/+7 |
| 2011-09-21 | Merge branch 'kprobes-test' of git://git.yxit.co.uk/linux into devel-stable | Russell King | 1 | -1/+1 |
| 2011-09-04 | ARM: 7067/1: mm: keep significant bits in pfn_valid | Mark Rutland | 1 | -1/+1 |
| 2011-08-22 | ARM: Add init_consistent_dma_size() | Jon Medhurst | 1 | -9/+0 |
| 2011-08-09 | ARM: 7010/1: mm: fix invalid loop for poison_init_mem | Jamie Iles | 1 | -1/+1 |
| 2011-07-22 | Merge branch 'devel-stable' into for-next | Russell King | 1 | -9/+11 |
| 2011-07-22 | Merge branches 'btc', 'dma', 'entry', 'fixes', 'linker-layout', 'misc', 'mmci... | Russell King | 1 | -3/+28 |
| 2011-07-18 | ARM: ARM_DMA_ZONE_SIZE is no more | Nicolas Pitre | 1 | -5/+0 |
| 2011-07-18 | ARM: change ARM_DMA_ZONE_SIZE into a variable | Nicolas Pitre | 1 | -9/+16 |
| 2011-07-12 | ARM: dma: replace ISA_DMA_THRESHOLD with a variable | Russell King | 1 | -0/+10 |
| 2011-07-08 | ARM: 6996/1: mm: Poison freed init memory | Stephen Boyd | 1 | -1/+16 |
| 2011-07-07 | ARM: vmlinux.lds: move init sections between text and data sections | Russell King | 1 | -2/+2 |
| 2011-06-11 | ARM: initrd: disable initrds outside of memory | Russell King | 1 | -0/+6 |
| 2011-06-06 | ARM: 6951/1: include .bss in memory layout information | Rabin Vincent | 1 | -2/+4 |
| 2011-05-27 | Merge branches 'devel', 'devel-stable' and 'fixes' into for-linus | Russell King | 1 | -1/+14 |
| 2011-05-26 | ARM: 6913/1: sparsemem: allow pfn_valid to be overridden when using SPARSEMEM | Will Deacon | 1 | -1/+3 |
| 2011-05-25 | arch, mm: filter disallowed nodes from arch specific show_mem functions | David Rientjes | 1 | -1/+1 |
| 2011-05-25 | Merge branch 'devicetree/arm-next' of git://git.secretlab.ca/git/linux-2.6 in... | Russell King | 1 | -0/+11 |
| 2011-05-23 | Merge branches 'consolidate-clksrc', 'consolidate-flash', 'consolidate-generi... | Russell King | 1 | -1/+22 |
| 2011-05-23 | arm/dt: probe for platforms via the device tree | Grant Likely | 1 | -0/+2 |
| 2011-05-12 | ARM: 6890/1: memmap: only free allocated memmap entries when using SPARSEMEM | Will Deacon | 1 | -1/+15 |
| 2011-05-12 | ARM: use ARM_DMA_ZONE_SIZE to adjust the zone sizes | Russell King | 1 | -1/+22 |
| 2011-05-11 | arm/dt: Allow CONFIG_OF on ARM | Grant Likely | 1 | -0/+9 |
| 2011-03-24 | lib, arch: add filter argument to show_mem and fix private implementations | David Rientjes | 1 | -1/+1 |
| 2011-03-20 | Merge branches 'fixes', 'pgt-next' and 'versatile' into devel | Russell King | 1 | -3/+3 |
| 2011-02-15 | ARM: 6672/1: LPAE: use phys_addr_t instead of unsigned long in mapping functions | Will Deacon | 1 | -3/+3 |
| 2011-01-31 | ARM: initrd: disable initrd if passed address overlaps reserved region | Russell King | 1 | -0/+6 |
| 2010-10-28 | ARM: memblock: move meminfo into find_limits directly | Russell King | 1 | -4/+4 |
| 2010-10-28 | ARM: memblock: convert free_highpages() to use memblock | Russell King | 1 | -5/+39 |
| 2010-10-28 | ARM: move freeing of highmem pages out of mem_init() | Russell King | 1 | -10/+17 |
| 2010-10-28 | ARM: memblock: convert memory detail printing to use memblock | Russell King | 1 | -3/+6 |
| 2010-10-28 | ARM: memblock: use memblock to free memory into arm_bootmem_init() | Russell King | 1 | -17/+25 |
| 2010-10-28 | ARM: memblock: use memblock when initializing memory allocators | Russell King | 1 | -9/+16 |
| 2010-10-28 | ARM: ensure membank array is always sorted | Russell King | 1 | -0/+10 |
| 2010-10-21 | Merge branch 'core-memblock-for-linus' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -24/+13 |
| 2010-10-12 | memblock, bootmem: Round pfn properly for memory and reserved regions | Yinghai Lu | 1 | -4/+4 |
| 2010-10-08 | ARM: vmlinux.lds: Refer to start of .data using _sdata rather than _data | Russell King | 1 | -2/+2 |
| 2010-09-16 | arm, memblock: Fix the sparsemem build | Yinghai Lu | 1 | -2/+1 |
| 2010-08-05 | memblock/arm: Use new accessors | Benjamin Herrenschmidt | 1 | -9/+12 |
| 2010-08-04 | memblock/arm: pfn_valid uses memblock_is_memory() | Benjamin Herrenschmidt | 1 | -14/+1 |
| 2010-08-04 | memblock: Rename memblock_region to memblock_type and memblock_property to me... | Benjamin Herrenschmidt | 1 | -1/+1 |
| 2010-07-31 | Merge branch 'devel-stable' into devel | Russell King | 1 | -10/+9 |
| 2010-07-31 | Merge branch 'misc' into devel | Russell King | 1 | -0/+13 |
| 2010-07-27 | ARM: 6225/1: make TCM allocation static and common for all archs | Linus Walleij | 1 | -10/+7 |