summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/book3s64
AgeCommit message (Expand)Author
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook
2026-01-26powerpc/mm: support page table checkRohan McLure
2026-01-26powerpc/mm: use set_pte_at_unchecked() for internal usagesRohan McLure
2026-01-20mm: add basic tests for lazy_mmuKevin Brodsky
2026-01-20powerpc/mm: replace batch->active with is_lazy_mmu_mode_active()Kevin Brodsky
2026-01-20mm: introduce generic lazy_mmu helpersKevin Brodsky
2025-11-18powerpc/64s/slb: Add no_slb_preload early cmdline paramRitesh Harjani (IBM)
2025-11-18powerpc/64s/slb: Make preload_add return type as voidRitesh Harjani (IBM)
2025-11-18powerpc/64s/pgtable: Enable directMap counters in meminfo for HashRitesh Harjani (IBM)
2025-11-18powerpc/64s/hash: Update directMap page counters for HashRitesh Harjani (IBM)
2025-11-18powerpc/64s/hash: Hash hpt_order should be only available with Hash MMURitesh Harjani (IBM)
2025-11-18powerpc/64s/hash: Improve hash mmu printk messagesRitesh Harjani (IBM)
2025-11-18powerpc/64s/hash: Fix phys_addr_t printf format in htab_initialize()Ritesh Harjani (IBM)
2025-11-18powerpc/64s/hash: Restrict stress_hpt_struct memblock region to within RMA limitRitesh Harjani (IBM)
2025-11-18powerpc/64s/slb: Fix SLB multihit issue during SLB preloadDonet Tom
2025-09-21powerpc: stop calling page_address() in free_pages()Vishal Moola (Oracle)
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2025-07-29Merge tag 'powerpc-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2025-07-21powerpc/mm/book3s64: Move kfence and debug_pagealloc related calls to __init ...Ritesh Harjani (IBM)
2025-07-09powerpc: remove checks for devmap pages and PMDs/PUDsAlistair Popple
2025-07-09mm: change vm_get_page_prot() to accept vm_flags_t argumentLorenzo Stoakes
2025-06-23book3s64/radix : Optimize vmemmap start alignmentDonet Tom
2025-06-23book3s64/radix : Handle error conditions properly in radix_vmemmap_populateDonet Tom
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky
2025-05-11arch: remove mk_pmd()Matthew Wilcox (Oracle)
2025-04-15book3s64/radix : Align section vmemmap start address to PAGE_SIZEDonet Tom
2025-04-15book3s64/radix: Fix compile errors when CONFIG_ARCH_WANT_OPTIMIZE_DAX_VMEMMAP=nRitesh Harjani (IBM)
2025-04-02Merge branch 'topic/cxl' into nextMichael Ellerman
2025-03-16cxl: Remove driverAndrew Donnellan
2025-02-26powerpc: Define config option for processors with broadcast TLBIEPaul Mackerras
2025-02-26powerpc: Remove some Cell leftoversMichael Ellerman
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng
2024-11-23Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)
2024-11-06mm: drop hugetlb_get_unmapped_area{_*} functionsOscar Salvador
2024-11-06arch/powerpc: teach book3s64 arch_get_unmapped_area{_topdown} to handle huget...Oscar Salvador
2024-10-23book3s64/hash: Early detect debug_pagealloc size requirementRitesh Harjani (IBM)
2024-10-23book3s64/hash: Disable kfence if not early initRitesh Harjani (IBM)
2024-10-23book3s64/radix: Refactoring common kfence related functionsRitesh Harjani (IBM)
2024-10-23book3s64/hash: Add kfence functionalityRitesh Harjani (IBM)
2024-10-23book3s64/hash: Disable debug_pagealloc if it requires more memoryRitesh Harjani (IBM)
2024-10-23book3s64/hash: Make kernel_map_linear_page() genericRitesh Harjani (IBM)
2024-10-23book3s64/hash: Refactor hash__kernel_map_pages() functionRitesh Harjani (IBM)
2024-10-23book3s64/hash: Add hash_debug_pagealloc_alloc_slots() functionRitesh Harjani (IBM)
2024-10-23book3s64/hash: Add hash_debug_pagealloc_add_slot() functionRitesh Harjani (IBM)
2024-10-23book3s64/hash: Refactor kernel linear map related callsRitesh Harjani (IBM)