| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-27 | arch, mm: consolidate initialization of SPARSE memory model | Mike Rapoport (Microsoft) | 1 | -6/+0 |
| 2026-01-27 | arch, mm: consolidate initialization of nodes, zones and memory map | Mike Rapoport (Microsoft) | 1 | -16/+0 |
| 2026-01-27 | arm: introduce arch_zone_limits_init() | Mike Rapoport (Microsoft) | 1 | -7/+12 |
| 2025-03-18 | arch, mm: make releasing of memory to page allocator more explicit | Mike Rapoport (Microsoft) | 1 | -11/+0 |
| 2025-03-18 | arch, mm: introduce arch_mm_preinit | Mike Rapoport (Microsoft) | 1 | -9/+12 |
| 2025-03-18 | arch, mm: streamline HIGHMEM freeing | Mike Rapoport (Microsoft) | 1 | -29/+0 |
| 2025-03-18 | arch, mm: set max_mapnr when allocating memory map for FLATMEM | Mike Rapoport (Microsoft) | 1 | -2/+0 |
| 2025-03-18 | 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-23 | 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-16 | Merge tag 'dma-mapping-5.10' of git://git.infradead.org/users/hch/dma-mapping | Linus Torvalds | 1 | -1/+1 |
| 2020-10-14 | arch, mm: replace for_each_memblock() with for_each_mem_pfn_range() | Mike Rapoport | 1 | -7/+4 |
| 2020-10-14 | 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-05 | arm: add support for folded p4d page tables | Mike Rapoport | 1 | -1/+1 |
| 2020-06-04 | 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-28 | ARM: 8917/1: mm: include <asm/set_memory.h> | Ben Dooks (Codethink) | 1 | -0/+1 |
| 2019-10-28 | ARM: 8916/1: mm: make set_section_perms() static | Ben Dooks (Codethink) | 1 | -2/+2 |
| 2019-10-28 | ARM: 8907/1: arch: reuse addr variable in pfn_valid | Clemens Gruber | 1 | -1/+1 |
| 2019-08-29 | 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-09 | Merge tag 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -6/+16 |
| 2019-06-21 | ARM: 8865/1: mm: remove unused variables | YueHaibing | 1 | -6/+0 |
| 2019-06-21 | 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-16 | 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 |