summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang6-33/+11
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng3-4/+4
2024-11-23Merge tag 'powerpc-6.13-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds5-106/+294
2024-11-07asm-generic: introduce text-patching.hMike Rapoport (Microsoft)9-9/+9
2024-11-06mm: drop hugetlb_get_unmapped_area{_*} functionsOscar Salvador1-10/+0
2024-11-06arch/powerpc: teach book3s64 arch_get_unmapped_area{_topdown} to handle huget...Oscar Salvador1-10/+30
2024-11-05powerpc: assert_pte_locked() use pte_offset_map_ro_nolock()Qi Zheng1-1/+1
2024-10-23book3s64/hash: Early detect debug_pagealloc size requirementRitesh Harjani (IBM)1-12/+13
2024-10-23book3s64/hash: Disable kfence if not early initRitesh Harjani (IBM)1-1/+3
2024-10-23book3s64/radix: Refactoring common kfence related functionsRitesh Harjani (IBM)3-12/+14
2024-10-23book3s64/hash: Add kfence functionalityRitesh Harjani (IBM)1-13/+149
2024-10-23book3s64/hash: Disable debug_pagealloc if it requires more memoryRitesh Harjani (IBM)1-1/+14
2024-10-23book3s64/hash: Make kernel_map_linear_page() genericRitesh Harjani (IBM)1-22/+25
2024-10-23book3s64/hash: Refactor hash__kernel_map_pages() functionRitesh Harjani (IBM)1-1/+8
2024-10-23book3s64/hash: Add hash_debug_pagealloc_alloc_slots() functionRitesh Harjani (IBM)1-12/+17
2024-10-23book3s64/hash: Add hash_debug_pagealloc_add_slot() functionRitesh Harjani (IBM)1-3/+10
2024-10-23book3s64/hash: Refactor kernel linear map related callsRitesh Harjani (IBM)1-82/+82
2024-10-23book3s64/hash: Remove kfence support temporarilyRitesh Harjani (IBM)1-5/+11
2024-10-23powerpc/mm/fault: Fix kfence page fault reportingRitesh Harjani (IBM)1-2/+8
2024-09-21Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-30/+38
2024-09-19Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds1-1/+4
2024-09-19Merge tag 'powerpc-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-4/+23
2024-09-09mm: pass vm_flags to generic_get_unmapped_area()Mark Brown1-2/+2
2024-09-09mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown1-2/+4
2024-09-05powerpc/64s: Make mmu_hash_ops __ro_after_initMichael Ellerman1-1/+1
2024-09-03mm: remove PageActiveMatthew Wilcox (Oracle)1-3/+3
2024-09-03arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)1-21/+3
2024-09-03arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)1-2/+0
2024-09-01mm/powerpc: add missing pud helpersPeter Xu1-0/+20
2024-09-01powerpc/8xx: document and enforce that split PT locks are not usedDavid Hildenbrand1-0/+6
2024-08-30powerpc/603: Copy kernel PGD entries into all PGDIRs and preallocate execmem ...Christophe Leroy1-1/+1
2024-08-30powerpc/32s: Reduce default size of module/execmem areaChristophe Leroy1-0/+2
2024-08-30powerpc/8xx: Preallocate execmem page tablesChristophe Leroy1-0/+14
2024-08-30powerpc/8xx: Reduce default size of module/execmem areaChristophe Leroy1-0/+2
2024-08-30Revert "powerpc/8xx: Always pin kernel text TLB"Christophe Leroy1-1/+2
2024-08-30powerpc/8xx: Fix initial memory mappingChristophe Leroy1-2/+2
2024-08-22powerpc/64e: Define mmu_pte_psize staticChristophe Leroy1-1/+1
2024-08-22dma-mapping: replace zone_dma_bits by zone_dma_limitCatalin Marinas1-1/+4
2024-08-12powerpc/mm: Fix boot warning with hugepages and CONFIG_DEBUG_VIRTUALChristophe Leroy1-2/+0
2024-08-12powerpc/mm: Fix size of allocated PGDIRChristophe Leroy1-2/+2
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds14-1351/+460
2024-07-12powerpc/mm: remove hugepd leftoversChristophe Leroy3-445/+3
2024-07-12powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy5-43/+18
2024-07-12powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy3-8/+32
2024-07-12powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy3-11/+4
2024-07-12powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy5-47/+64
2024-07-12powerpc/8xx: fix size given to set_huge_pte_at()Christophe Leroy1-1/+2
2024-07-12powerpc/mm: allow hugepages without hugepdChristophe Leroy2-0/+35
2024-07-12powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entriesChristophe Leroy1-1/+10
2024-07-12powerpc/64e: drop unused TLB miss handlersMichael Ellerman2-230/+0