summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-09-215-30/+38
|\
| * mm: pass vm_flags to generic_get_unmapped_area()Mark Brown2024-09-091-2/+2
| * mm: make arch_get_unmapped_area() take vm_flags by defaultMark Brown2024-09-091-2/+4
| * mm: remove PageActiveMatthew Wilcox (Oracle)2024-09-031-3/+3
| * arch, mm: pull out allocation of NODE_DATA to generic codeMike Rapoport (Microsoft)2024-09-031-21/+3
| * arch, mm: move definition of node_data to generic codeMike Rapoport (Microsoft)2024-09-031-2/+0
| * mm/powerpc: add missing pud helpersPeter Xu2024-09-011-0/+20
| * powerpc/8xx: document and enforce that split PT locks are not usedDavid Hildenbrand2024-09-011-0/+6
* | Merge tag 'dma-mapping-6.12-2024-09-19' of git://git.infradead.org/users/hch/...Linus Torvalds2024-09-191-1/+4
|\ \
| * | dma-mapping: replace zone_dma_bits by zone_dma_limitCatalin Marinas2024-08-221-1/+4
| |/
* | Merge tag 'powerpc-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-09-194-4/+23
|\ \
| * | powerpc/64s: Make mmu_hash_ops __ro_after_initMichael Ellerman2024-09-051-1/+1
| * | powerpc/603: Copy kernel PGD entries into all PGDIRs and preallocate execmem ...Christophe Leroy2024-08-301-1/+1
| * | powerpc/32s: Reduce default size of module/execmem areaChristophe Leroy2024-08-301-0/+2
| * | powerpc/8xx: Preallocate execmem page tablesChristophe Leroy2024-08-301-0/+14
| * | powerpc/8xx: Reduce default size of module/execmem areaChristophe Leroy2024-08-301-0/+2
| * | Revert "powerpc/8xx: Always pin kernel text TLB"Christophe Leroy2024-08-301-1/+2
| * | powerpc/8xx: Fix initial memory mappingChristophe Leroy2024-08-301-2/+2
* | | powerpc/64e: Define mmu_pte_psize staticChristophe Leroy2024-08-221-1/+1
| |/ |/|
* | powerpc/mm: Fix boot warning with hugepages and CONFIG_DEBUG_VIRTUALChristophe Leroy2024-08-121-2/+0
* | powerpc/mm: Fix size of allocated PGDIRChristophe Leroy2024-08-121-2/+2
|/
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-2114-1351/+460
|\
| * powerpc/mm: remove hugepd leftoversChristophe Leroy2024-07-123-445/+3
| * powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy2024-07-125-43/+18
| * powerpc/e500: use contiguous PMD instead of hugepdChristophe Leroy2024-07-123-8/+32
| * powerpc/e500: remove enc and ind fields from struct mmu_psize_defChristophe Leroy2024-07-123-11/+4
| * powerpc/8xx: rework support for 8M pages using contiguous PTE entriesChristophe Leroy2024-07-125-47/+64
| * powerpc/8xx: fix size given to set_huge_pte_at()Christophe Leroy2024-07-121-1/+2
| * powerpc/mm: allow hugepages without hugepdChristophe Leroy2024-07-122-0/+35
| * powerpc/mm: fix __find_linux_pte() on 32 bits with PMD leaf entriesChristophe Leroy2024-07-121-1/+10
| * powerpc/64e: drop unused TLB miss handlersMichael Ellerman2024-07-122-230/+0
| * powerpc/64e: consolidate TLB miss handler patchingMichael Ellerman2024-07-121-23/+15
| * powerpc/64e: drop MMU_FTR_TYPE_FSL_E checks in 64-bit codeMichael Ellerman2024-07-121-60/+37
| * powerpc/64e: drop E500 ifdefs in 64-bit codeMichael Ellerman2024-07-121-12/+0
| * powerpc/64e: split out nohash Book3E 64-bit codeMichael Ellerman2024-07-123-343/+363
| * powerpc/64e: remove unused IBM HTW codeMichael Ellerman2024-07-122-251/+1
* | powerpc/64s/radix/kfence: map __kfence_pool at page granularityHari Bathini2024-07-042-4/+83
* | powerpc: Replace CONFIG_4xx with CONFIG_44xMichael Ellerman2024-06-282-3/+3
* | powerpc/4xx: Remove CONFIG_BOOKE_OR_40xMichael Ellerman2024-06-282-2/+2
* | powerpc: Remove core support for 40xChristophe Leroy2024-06-286-197/+5
* | powerpc/mm/drmem: Silence drmem_init() early returnNathan Lynch2024-06-041-3/+1
* | powerpc/numa: Online a node if PHB is attached.Nilay Shroff2024-06-041-1/+13
|/
* Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-05-195-27/+34
|\
| * mm: fix race between __split_huge_pmd_locked() and GUP-fastRyan Roberts2024-05-071-0/+1
| * powerpc: mm: accelerate pagefault when badaccessKefeng Wang2024-04-251-13/+20
| * powerpc: use initializer for struct vm_unmapped_area_infoRick Edgecombe2024-04-251-11/+9
| * fix missing vmalloc.h includesKent Overstreet2024-04-251-0/+1
| * mm/treewide: replace pXd_huge() with pXd_leaf()Peter Xu2024-04-251-3/+3
* | Merge tag 'powerpc-6.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2024-05-179-12/+6
|\ \
| * | powerpc64/kasan: Pass virtual addresses to kasan_init_phys_region()Benjamin Gray2024-05-082-2/+2