Age | Commit message (Expand) | Author |
2025-01-25 | mm/memblock: add memblock_alloc_or_panic interface | Guo Weikang |
2025-01-25 | mm: pgtable: introduce pagetable_dtor() | Qi Zheng |
2024-11-23 | Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds |
2024-11-07 | asm-generic: introduce text-patching.h | Mike Rapoport (Microsoft) |
2024-11-06 | mm: drop hugetlb_get_unmapped_area{_*} functions | Oscar Salvador |
2024-11-06 | arch/powerpc: teach book3s64 arch_get_unmapped_area{_topdown} to handle huget... | Oscar Salvador |
2024-10-23 | book3s64/hash: Early detect debug_pagealloc size requirement | Ritesh Harjani (IBM) |
2024-10-23 | book3s64/hash: Disable kfence if not early init | Ritesh Harjani (IBM) |
2024-10-23 | book3s64/radix: Refactoring common kfence related functions | Ritesh Harjani (IBM) |
2024-10-23 | book3s64/hash: Add kfence functionality | Ritesh Harjani (IBM) |
2024-10-23 | book3s64/hash: Disable debug_pagealloc if it requires more memory | Ritesh Harjani (IBM) |
2024-10-23 | book3s64/hash: Make kernel_map_linear_page() generic | Ritesh Harjani (IBM) |
2024-10-23 | book3s64/hash: Refactor hash__kernel_map_pages() function | Ritesh Harjani (IBM) |
2024-10-23 | book3s64/hash: Add hash_debug_pagealloc_alloc_slots() function | Ritesh Harjani (IBM) |
2024-10-23 | book3s64/hash: Add hash_debug_pagealloc_add_slot() function | Ritesh Harjani (IBM) |
2024-10-23 | book3s64/hash: Refactor kernel linear map related calls | Ritesh Harjani (IBM) |
2024-10-23 | book3s64/hash: Remove kfence support temporarily | Ritesh Harjani (IBM) |
2024-09-21 | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-09-09 | mm: pass vm_flags to generic_get_unmapped_area() | Mark Brown |
2024-09-09 | mm: make arch_get_unmapped_area() take vm_flags by default | Mark Brown |
2024-09-05 | powerpc/64s: Make mmu_hash_ops __ro_after_init | Michael Ellerman |
2024-09-01 | mm/powerpc: add missing pud helpers | Peter Xu |
2024-07-21 | Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-07-12 | powerpc/64s: use contiguous PMD/PUD instead of HUGEPD | Christophe Leroy |
2024-07-04 | powerpc/64s/radix/kfence: map __kfence_pool at page granularity | Hari Bathini |
2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-05-07 | mm: fix race between __split_huge_pmd_locked() and GUP-fast | Ryan Roberts |
2024-05-07 | powerpc/Makefile: Remove bits related to the previous use of -mcmodel=large | Naveen N Rao |
2024-04-25 | powerpc: use initializer for struct vm_unmapped_area_info | Rick Edgecombe |
2024-03-15 | Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2024-03-06 | mm/treewide: replace pud_large() with pud_leaf() | Peter Xu |
2024-03-06 | mm/treewide: replace pmd_large() with pmd_leaf() | Peter Xu |
2024-03-06 | mm/powerpc: replace pXd_is_leaf() with pXd_leaf() | Peter Xu |
2024-03-03 | powerpc/mm: Code cleanup for __hash_page_thp | Kunwu Chan |
2024-03-03 | powerpc: Don't ignore errors from set_memory_{n}p() in __kernel_map_pages() | Christophe Leroy |
2024-03-03 | powerpc: Refactor __kernel_map_pages() | Christophe Leroy |
2024-01-09 | Merge tag 'mm-stable-2024-01-08-15-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds |
2024-01-08 | mm, treewide: rename MAX_ORDER to MAX_PAGE_ORDER | Kirill A. Shutemov |
2023-12-07 | powerpc/book3s/hash: Drop _PAGE_PRIVILEGED from PAGE_NONE | Aneesh Kumar K.V (IBM) |
2023-12-01 | powerpc: Add PVN support for HeXin C2000 processor | Zhao Ke |
2023-11-27 | powerpc: pmd_move_must_withdraw() is only needed for CONFIG_TRANSPARENT_HUGEPAGE | Stephen Rothwell |
2023-11-03 | Merge tag 'powerpc-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2023-10-21 | Merge tag 'powerpc-6.6-5' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2023-10-19 | powerpc: Support execute-only on all powerpc | Christophe Leroy |
2023-10-18 | powerpc/64s/radix: Don't warn on copros in radix__tlb_flush() | Michael Ellerman |
2023-09-29 | mm: hugetlb: add huge page size param to set_huge_pte_at() | Ryan Roberts |
2023-08-31 | Merge tag 'powerpc-6.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po... | Linus Torvalds |
2023-08-24 | powerpc: implement the new page table range API | Matthew Wilcox (Oracle) |
2023-08-24 | powerpc: Don't include lppaca.h in paca.h | Michael Ellerman |
2023-08-21 | merge mm-hotfixes-stable into mm-stable to pick up depended-upon changes | Andrew Morton |