| Age | Commit message (Expand) | Author | Files | Lines |
| 2026-01-26 | arch, mm: consolidate initialization of SPARSE memory model |  Mike Rapoport (Microsoft) | 1 | -2/+0 |
| 2026-01-26 | arch, mm: consolidate initialization of nodes, zones and memory map |  Mike Rapoport (Microsoft) | 1 | -5/+0 |
| 2026-01-26 | sh: introduce arch_zone_limits_init() |  Mike Rapoport (Microsoft) | 1 | -1/+6 |
| 2025-11-14 | syscore: Pass context data to callbacks |  Thierry Reding | 1 | -3/+7 |
| 2025-09-13 | mm: introduce memdesc_flags_t |  Matthew Wilcox (Oracle) | 4 | -10/+10 |
| 2025-03-17 | arch, mm: make releasing of memory to page allocator more explicit |  Mike Rapoport (Microsoft) | 1 | -2/+0 |
| 2025-03-17 | arch, mm: set high_memory in free_area_init() |  Mike Rapoport (Microsoft) | 1 | -7/+0 |
| 2025-03-17 | arch, mm: set max_mapnr when allocating memory map for FLATMEM |  Mike Rapoport (Microsoft) | 1 | -1/+0 |
| 2025-03-16 | mm/ioremap: pass pgprot_t to ioremap_prot() instead of unsigned long |  Ryan Roberts | 1 | -2/+1 |
| 2025-01-25 | mm/memblock: add memblock_alloc_or_panic interface |  Guo Weikang | 1 | -8/+2 |
| 2024-09-09 | mm: make arch_get_unmapped_area() take vm_flags by default |  Mark Brown | 1 | -2/+3 |
| 2024-09-03 | arch, mm: pull out allocation of NODE_DATA to generic code |  Mike Rapoport (Microsoft) | 1 | -6/+1 |
| 2024-09-03 | arch, mm: move definition of node_data to generic code |  Mike Rapoport (Microsoft) | 1 | -3/+0 |
| 2024-07-14 | sh: Drop support for memory hotplug and memory hotremove |  Oscar Salvador | 2 | -32/+0 |
| 2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm |  Linus Torvalds | 4 | -16/+6 |
| 2024-05-05 | sh/mm/cache: use folio_mapped() in copy_from_user_page() |  David Hildenbrand | 1 | -1/+1 |
| 2024-05-02 | sh: cache: Move forward declarations to <asm/cacheflush.h> |  Geert Uytterhoeven | 3 | -16/+1 |
| 2024-05-02 | sh: nommu: Add missing #include <asm/cacheflush.h> |  Geert Uytterhoeven | 1 | -0/+2 |
| 2024-05-02 | sh: tlb: Add missing forward declaration for handle_tlbmiss() |  Geert Uytterhoeven | 1 | -0/+1 |
| 2024-05-02 | sh: pgtable: Fix missing prototypes |  Geert Uytterhoeven | 1 | -1/+3 |
| 2024-04-25 | treewide: use initializer for struct vm_unmapped_area_info |  Rick Edgecombe | 1 | -3/+2 |
| 2024-04-25 | sh: remove use of PG_arch_1 on individual pages |  Matthew Wilcox (Oracle) | 1 | -2/+3 |
| 2024-04-25 | mm/treewide: remove pXd_huge() |  Peter Xu | 1 | -10/+0 |
| 2024-03-06 | arch: consolidate existing CONFIG_PAGE_SIZE_*KB definitions |  Arnd Bergmann | 1 | -30/+12 |
| 2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER |  Kirill A. Shutemov | 1 | -1/+1 |
| 2023-09-19 | sh: mm: re-add lost __ref to ioremap_prot() to fix modpost warning |  Geert Uytterhoeven | 1 | -2/+2 |
| 2023-08-24 | sh: implement the new page table range API |  Matthew Wilcox (Oracle) | 5 | -43/+68 |
| 2023-08-18 | sh: mm: convert to GENERIC_IOREMAP |  Baoquan He | 1 | -54/+11 |
| 2023-06-28 | Merge branch 'expand-stack' |  Linus Torvalds | 1 | -15/+2 |
| 2023-06-24 | mm/fault: convert remaining simple cases to lock_mm_and_find_vma() |  Linus Torvalds | 1 | -15/+2 |
| 2023-06-19 | sh/hugetlb: pte_alloc_huge() pte_offset_huge() |  Hugh Dickins | 1 | -2/+2 |
| 2023-04-18 | sh: drop ranges for definition of ARCH_FORCE_MAX_ORDER |  Mike Rapoport (IBM) | 1 | -3/+0 |
| 2023-04-18 | sh: reword ARCH_FORCE_MAX_ORDER prompt and help text |  Mike Rapoport (IBM) | 1 | -7/+9 |
| 2023-04-05 | mm, treewide: redefine MAX_ORDER sanely |  Kirill A. Shutemov | 1 | -10/+7 |
| 2023-02-16 | sh: initialize max_mapnr |  Mike Rapoport (IBM) | 1 | -0/+1 |
| 2022-09-11 | arch: mm: rename FORCE_MAX_ZONEORDER to ARCH_FORCE_MAX_ORDER |  Zi Yan | 1 | -1/+1 |
| 2022-07-17 | sh/mm: enable ARCH_HAS_VM_GET_PAGE_PROT |  Anshuman Khandual | 1 | -0/+20 |
| 2022-06-16 | mm: avoid unnecessary page fault retires on shared memory types |  Peter Xu | 1 | -0/+4 |
| 2022-01-22 | proc: remove PDE_DATA() completely |  Muchun Song | 1 | -1/+1 |
| 2022-01-22 | kernel/sysctl.c: rename sysctl_init() to sysctl_init_bases() |  Luis Chamberlain | 1 | -1/+1 |
| 2022-01-15 | mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bit |  Qi Zheng | 1 | -10/+8 |
| 2021-11-14 | Merge tag 'sh-for-5.16' of git://git.libc.org/linux-sh |  Linus Torvalds | 1 | -2/+2 |
| 2021-10-20 | exit: Remove calls of do_exit after noreturn versions of die |  Eric W. Biederman | 1 | -2/+0 |
| 2021-09-17 | sh: fix trivial misannotations |  Al Viro | 1 | -2/+2 |
| 2021-09-08 | mm/memory_hotplug: remove nid parameter from arch_remove_memory() |  David Hildenbrand | 1 | -2/+1 |
| 2021-06-29 | mm: replace CONFIG_NEED_MULTIPLE_NODES with CONFIG_NUMA |  Mike Rapoport | 2 | -2/+2 |
| 2021-05-05 | mm: generalize ARCH_ENABLE_MEMORY_[HOTPLUG|HOTREMOVE] |  Anshuman Khandual | 1 | -8/+0 |
| 2021-05-05 | hugetlb: pass vma into huge_pte_alloc() and huge_pmd_share() |  Peter Xu | 1 | -1/+1 |
| 2021-04-30 | mm: move mem_init_print_info() into mm_init() |  Kefeng Wang | 1 | -1/+0 |
| 2021-04-30 | mm: move page_mapping_file to pagemap.h |  Matthew Wilcox (Oracle) | 2 | -0/+2 |