aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2026-03-12powerpc/mem: Move CMA reservations to arch_mm_preinitRitesh Harjani (IBM)1-0/+14
2026-02-21Convert more 'alloc_obj' cases to default GFP_KERNEL argumentsLinus Torvalds1-4/+2
2026-02-21Convert 'alloc_obj' family to use the new default GFP_KERNEL argumentLinus Torvalds4-6/+6
2026-02-21treewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook5-12/+10
2026-02-12Merge tag 'mm-stable-2026-02-11-19-22' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds9-46/+62
2026-01-26powerpc/mm: support page table checkRohan McLure4-6/+24
2026-01-26powerpc/mm: use set_pte_at_unchecked() for internal usagesRohan McLure3-6/+14
2026-01-26mm, arch: consolidate hugetlb CMA reservationMike Rapoport (Microsoft)1-7/+4
2026-01-26arch, mm: consolidate initialization of SPARSE memory modelMike Rapoport (Microsoft)2-7/+0
2026-01-26arch, mm: consolidate initialization of nodes, zones and memory mapMike Rapoport (Microsoft)1-4/+0
2026-01-26powerpc: introduce arch_zone_limits_init()Mike Rapoport (Microsoft)1-10/+12
2026-01-20mm: add basic tests for lazy_mmuKevin Brodsky1-1/+3
2026-01-20powerpc/mm: replace batch->active with is_lazy_mmu_mode_active()Kevin Brodsky1-1/+1
2026-01-20mm: introduce generic lazy_mmu helpersKevin Brodsky2-6/+6
2026-01-07powerpc/32: Automatically adapt TASK_SIZE based on constraintsChristophe Leroy3-6/+0
2026-01-07powerpc/32s: Fix segments setup when TASK_SIZE is not a multiple of 256MChristophe Leroy2-2/+2
2025-11-18powerpc/64s/slb: Add no_slb_preload early cmdline paramRitesh Harjani (IBM)3-0/+25
2025-11-18powerpc/64s/slb: Make preload_add return type as voidRitesh Harjani (IBM)1-4/+2
2025-11-18powerpc/ptdump: Dump PXX level info for kernel_page_tablesRitesh Harjani (IBM)5-0/+17
2025-11-18powerpc/64s/pgtable: Enable directMap counters in meminfo for HashRitesh Harjani (IBM)1-11/+12
2025-11-18powerpc/64s/hash: Update directMap page counters for HashRitesh Harjani (IBM)1-0/+14
2025-11-18powerpc/64s/hash: Hash hpt_order should be only available with Hash MMURitesh Harjani (IBM)1-0/+2
2025-11-18powerpc/64s/hash: Improve hash mmu printk messagesRitesh Harjani (IBM)1-4/+4
2025-11-18powerpc/64s/hash: Fix phys_addr_t printf format in htab_initialize()Ritesh Harjani (IBM)1-2/+2
2025-11-18powerpc/64s/ptdump: Fix kernel_hash_pagetable dump for ISA v3.00 HPTE formatRitesh Harjani (IBM)1-0/+6
2025-11-18powerpc/64s/hash: Restrict stress_hpt_struct memblock region to within RMA limitRitesh Harjani (IBM)1-4/+6
2025-11-18powerpc/64s/slb: Fix SLB multihit issue during SLB preloadDonet Tom3-92/+0
2025-11-18powerpc, mm: Fix mprotect on book3s 32-bitDave Vasilevsky1-0/+9
2025-10-02Merge tag 'mm-stable-2025-10-01-19-00' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds10-21/+17
2025-09-21powerpc: stop calling page_address() in free_pages()Vishal Moola (Oracle)1-1/+1
2025-09-21kasan: introduce ARCH_DEFER_KASAN and unify static key across modesSabyrzhan Tasbolatov3-7/+3
2025-09-16powerpc/32: Remove PAGE_KERNEL_TEXT to fix startup failureChristophe Leroy2-3/+3
2025-09-13mm: introduce memdesc_flags_tMatthew Wilcox (Oracle)2-8/+8
2025-09-13powerpc/ptdump: rename "struct pgtable_level" to "struct ptdump_pg_level"David Hildenbrand4-5/+5
2025-09-06powerpc/8xx: Remove offset in SPRN_M_TWBChristophe Leroy1-9/+1
2025-08-03Merge tag 'mm-nonmm-stable-2025-08-03-12-47' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-1/+1
2025-07-31Merge tag 'mm-stable-2025-07-30-15-25' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds6-15/+11
2025-07-29Merge tag 'powerpc-6.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-12/+19
2025-07-21powerpc/mm/book3s64: Move kfence and debug_pagealloc related calls to __init sectionRitesh Harjani (IBM)2-5/+5
2025-07-19Add a new optional ",cma" suffix to the crashkernel= command line optionJiri Bohac1-1/+1
2025-07-09powerpc: remove checks for devmap pages and PMDs/PUDsAlistair Popple6-14/+10
2025-07-09mm: change vm_get_page_prot() to accept vm_flags_t argumentLorenzo Stoakes1-1/+1
2025-06-23book3s64/radix : Optimize vmemmap start alignmentDonet Tom1-11/+18
2025-06-23book3s64/radix : Handle error conditions properly in radix_vmemmap_populateDonet Tom1-1/+1
2025-05-31Merge tag 'mm-stable-2025-05-31-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-25/+58
2025-05-26Merge tag 'powerpc-6.16-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-17/+20
2025-05-15powerpc/mm/fault: Use str_write_read() helper functionThorsten Blum1-2/+3
2025-05-12powerpc/8xx: Reduce alignment constraint for kernel memoryChristophe Leroy1-15/+17
2025-05-11powerpc: mm: call ctor/dtor for kernel PTEsKevin Brodsky1-17/+13
2025-05-11mm: pass mm down to pagetable_{pte,pmd}_ctorKevin Brodsky2-2/+2