summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
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-05powerpc/64s: Make mmu_hash_ops __ro_after_initMichael Ellerman1-1/+1
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-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds14-1351/+460
2024-07-13powerpc/mm: remove hugepd leftoversChristophe Leroy3-445/+3
2024-07-13powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy5-43/+18
2024-07-13powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy3-8/+32
2024-07-13powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy3-11/+4
2024-07-13powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy5-47/+64
2024-07-13powerpc/8xx: fix size given to set_huge_pte_at()Christophe Leroy1-1/+2
2024-07-13powerpc/mm: allow hugepages without hugepdChristophe Leroy2-0/+35
2024-07-13powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entriesChristophe Leroy1-1/+10
2024-07-13powerpc/64e: drop unused TLB miss handlersMichael Ellerman2-230/+0
2024-07-13powerpc/64e: consolidate TLB miss handler patchingMichael Ellerman1-23/+15
2024-07-13powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit codeMichael Ellerman1-60/+37
2024-07-13powerpc/64e: drop E500 ifdefs in 64-bit codeMichael Ellerman1-12/+0
2024-07-13powerpc/64e: split out nohash Book3E 64-bit codeMichael Ellerman3-343/+363
2024-07-13powerpc/64e: remove unused IBM HTW codeMichael Ellerman2-251/+1
2024-07-04powerpc/64s/radix/kfence: map __kfence_pool at page granularityHari Bathini2-4/+83
2024-06-28powerpc: Replace CONFIG_4xx with CONFIG_44xMichael Ellerman2-3/+3
2024-06-28powerpc/4xx: Remove CONFIG_BOOKE_OR_40xMichael Ellerman2-2/+2
2024-06-28powerpc: Remove core support for 40xChristophe Leroy6-197/+5
2024-06-04powerpc/mm/drmem: Silence drmem_init() early returnNathan Lynch1-3/+1
2024-06-04powerpc/numa: Online a node if PHB is attached.Nilay Shroff1-1/+13
2024-05-19Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds5-27/+34
2024-05-17Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds9-12/+6
2024-05-14powerpc: use CONFIG_EXECMEM instead of CONFIG_MODULES where appropriateMike Rapoport (IBM)1-1/+1
2024-05-14arch: make execmem setup available regardless of CONFIG_MODULESMike Rapoport (IBM)1-0/+64
2024-05-07mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts1-0/+1
2024-05-07powerpc64/kasan: Pass virtual addresses to kasan_init_phys_region()Benjamin Gray2-2/+2
2024-05-07powerpc: Fix typosBjorn Helgaas2-2/+2
2024-05-07powerpc/Makefile: Remove bits related to the previous use of -mcmodel=largeNaveen N Rao3-6/+0
2024-04-30powerpc: Mark memory_limit as initdataMichael Ellerman1-1/+1
2024-04-26powerpc: mm: accelerate pagefault when badaccessKefeng Wang1-13/+20
2024-04-26powerpc: use initializer for struct vm_unmapped_area_infoRick Edgecombe1-11/+9
2024-04-26fix missing vmalloc.h includesKent Overstreet1-0/+1
2024-04-26mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu1-3/+3
2024-04-18powerpc/ptdump: Fix walk_vmemmap() to also print first vmemmap entryRitesh Harjani (IBM)1-1/+1
2024-03-17powerpc: Handle error in mark_rodata_ro() and mark_initmem_nx()Christophe Leroy5-31/+65
2024-03-16Merge tag 'powerpc-6.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds8-46/+47