summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64e: KASAN Full support for BOOK3E/64Christophe Leroy2022-06-293-0/+136
* powerpc/64e: Move virtual memory closer to linear memoryChristophe Leroy2022-06-291-27/+37
* powerpc/64e: Remove MMU_FTR_USE_TLBRSRV and MMU_FTR_USE_PAIRED_MASChristophe Leroy2022-06-292-88/+8
* powerpc/64e: Fix early TLB miss with KUAPChristophe Leroy2022-06-291-9/+8
* powerpc/ptdump: Fix display of RW pages on FSL_BOOK3EChristophe Leroy2022-06-291-3/+3
* powerpc/32: Remove __map_without_ltlbsChristophe Leroy2022-06-292-25/+7
* powerpc/32: Remove 'noltlbs' kernel parameterChristophe Leroy2022-06-292-12/+0
* powerpc/32: Remove the 'nobats' kernel parameterChristophe Leroy2022-06-293-13/+1
* powerpc: Include asm/firmware.h in all users of firmware_has_feature()Christophe Leroy2022-06-293-0/+3
* powerpc: Don't include asm/setup.h in asm/machdep.hChristophe Leroy2022-06-201-0/+1
* powerpc/book3e: get rid of #include <generated/compile.h>Masahiro Yamada2022-06-061-6/+2
* Merge tag 'powerpc-5.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-05-2835-520/+245
|\
| * powerpc/fsl_book3e: Don't set rodata RO too earlyChristophe Leroy2022-05-221-9/+6
| * powerpc: Fix all occurences of "the the"Michael Ellerman2022-05-222-2/+2
| * powerpc/numa: Associate numa node to its cpu earlierOscar Salvador2022-05-221-24/+8
| * powerpc/kaslr_booke: Fix build errorYueHaibing2022-05-221-0/+2
| * powerpc/book3e: Fix build errorYueHaibing2022-05-221-0/+1
| * powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens2022-05-224-1/+114
| * powerpc/mm/kasan: rename kasan_init_32.c to init_32.cDaniel Axtens2022-05-222-1/+1
| * powerpc/ftrace: Remove ftrace init tramp once kernel init is completeNaveen N. Rao2022-05-221-0/+2
| * Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2022-05-192-68/+3
| |\
| | * KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy2022-05-181-68/+0
| | * KVM: PPC: Book3S HV: Update LPID allocator init for POWER9, NestedNicholas Piggin2022-05-131-0/+3
| * | powerpc/code-patching: Use jump_label for testing freed initmemChristophe Leroy2022-05-111-0/+2
| * | powerpc: align address to page boundary in change_page_attr()Christophe Leroy2022-05-081-0/+1
| * | powerpc/8xx: Simplify flush_tlb_kernel_range()Christophe Leroy2022-05-081-0/+2
| * | powerpc: Add missing headersChristophe Leroy2022-05-082-2/+2
| * | powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-087-7/+0
| * | powerpc: fix typos in commentsJulia Lawall2022-05-0510-13/+13
| * | powerpc: Simplify and move arch_randomize_brk()Christophe Leroy2022-05-051-0/+19
| * | powerpc/mm: Convert to default topdown mmap layoutChristophe Leroy2022-05-052-106/+1
| * | powerpc/mm: Enable full randomisation of memory mappingsChristophe Leroy2022-05-052-12/+8
| * | powerpc/mm: Move get_unmapped_area functions to slice.cChristophe Leroy2022-05-053-57/+42
| * | powerpc/mm: Use generic_hugetlb_get_unmapped_area()Christophe Leroy2022-05-052-58/+1
| * | powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmappe...Christophe Leroy2022-05-051-121/+6
| * | powerpc/mm: Remove CONFIG_PPC_MM_SLICESChristophe Leroy2022-05-054-19/+4
| * | powerpc/mm: Make slice specific to book3s/64Christophe Leroy2022-05-055-16/+1
| * | powerpc/mm: Move vma_mmu_pagesize()Christophe Leroy2022-05-052-11/+9
| * | powerpc/book3e: Fix sparse report in mm/nohash/fsl_book3e.cChristophe Leroy2022-05-042-3/+6
| * | powerpc/mm: Switch from __FUNCTION__ to __func__Dwaipayan Ray2022-05-041-2/+1
| |/
* | Merge tag 'mm-stable-2022-05-25' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-05-261-0/+17
|\ \
| * | powerpc/mm: enable ARCH_HAS_VM_GET_PAGE_PROTAnshuman Khandual2022-04-291-0/+17
| |/
* | swiotlb: add a SWIOTLB_ANY flag to lift the low memory restrictionChristoph Hellwig2022-04-181-4/+1
* | swiotlb: make the swiotlb_init interface more usefulChristoph Hellwig2022-04-181-1/+2
|/
* Revert "powerpc: Set max_mapnr correctly"Kefeng Wang2022-04-071-1/+1
* powerpc/numa: Handle partially initialized numa nodesSrikar Dronamraju2022-03-311-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2022-03-251-1/+0
|\
| * mm/migration: add trace events for THP migrationsAnshuman Khandual2022-03-251-1/+0
* | Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-03-2511-126/+65
|\ \ | |/ |/|
| * powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy2022-03-082-2/+0