aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2026-08-20Merge tag 'mm-stable-2026-08-18-18-39' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-16/+10
2026-08-20Merge tag 'net-next-7.3' of git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-6/+0
2026-08-18Merge tag 'powerpc-7.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-7/+19
2026-08-06mm: update generic_get_unmapped_area[_topdown]() to use vma_flags_tLorenzo Stoakes1-2/+4
2026-08-06powerpc: Add Power12 raw modeNicholas Piggin2-7/+19
2026-07-28mm/hugetlb: refactor early boot gigantic hugepage allocationMuchun Song1-8/+5
2026-07-28powerpc/mm: fix wrong addr_pfn tracking in compound vmemmap populationMuchun Song1-6/+1
2026-07-02powerpc: remove ehea driver referencesDavid Christensen1-6/+0
2026-07-01powerpc64/kasan: Remove unreachable invalid range check in kasan_init_phys_region()Sang-Heon Jeon2-6/+0
2026-06-19Merge tag 'mm-stable-2026-06-18-09-26' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds2-10/+3
2026-06-02powerpc/mm: remove CONFIG_HAVE_BOOTMEM_INFO_NODEDavid Hildenbrand (Arm)1-8/+0
2026-06-02powerpc: Use cpumask_next_wrap insteadShrikanth Hegde1-3/+1
2026-05-28mm/sparse-vmemmap: pass @pgmap argument to memory deactivation pathsMuchun Song1-2/+3
2026-04-15Merge tag 'mm-stable-2026-04-13-21-45' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds3-9/+5
2026-04-05mm: change to return bool for pudp_test_and_clear_young()Baolin Wang1-2/+2
2026-04-05mm: change to return bool for pmdp_test_and_clear_young()Baolin Wang1-2/+2
2026-04-05arch, mm: consolidate empty_zero_pageMike Rapoport (Microsoft)1-3/+0
2026-04-05mm/pkeys: remove unused tsk parameter from arch_set_user_pkey_access()Seongsu Park1-2/+1
2026-03-17powerpc/64s: Make use of H_RPTI_TYPE_ALL macroRitesh Harjani (IBM)1-6/+3
2026-03-17powerpc/64s: Rename tlbie_lpid_va to tlbie_va_lpidRitesh Harjani (IBM)1-9/+9
2026-03-17powerpc/64s: Rename tlbie_va_lpid to tlbie_va_pid_lpidRitesh Harjani (IBM)1-10/+10
2026-03-17powerpc/64s: Kill the unused argument of exit_lazy_flush_tlbRitesh Harjani (IBM)3-13/+5
2026-03-17powerpc/64s: Move serialize_against_pte_lookup() to hash_pgtable.cRitesh Harjani (IBM)2-25/+21
2026-03-17powerpc/64s: Fix unmap race with PMD migration entriesRitesh Harjani (IBM)1-4/+9
2026-03-17powerpc/pgtable-frag: Fix bad page state in pte_frag_destroyRitesh Harjani (IBM)1-0/+1
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