summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/memhotplug: Add add_pages override for PPCAneesh Kumar K.V2022-06-291-1/+32
* powerpc/book3e: Fix PUD allocation size in map_kernel_page()Christophe Leroy2022-06-241-3/+3
* 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-191-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-281-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-241-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
| * powerpc/64s: Don't use DSISR for SLB faultsMichael Ellerman2022-03-081-4/+10
| * powerpc/mm/numa: skip NUMA_NO_NODE onlining in parse_numa_properties()Daniel Henrique Barboza2022-03-011-1/+3
| * powerpc/64s/hash: Make hash faults work in NMI contextNicholas Piggin2022-02-241-46/+8
| * powerpc/mm: Update default hugetlb size earlyAneesh Kumar K.V2022-02-123-5/+6
| * powerpc/32s: Enable STRICT_MODULE_RWX for the 603 coreChristophe Leroy2022-02-121-0/+3
| * powerpc: Add set_memory_{p/np}() and remove set_memory_attr()Christophe Leroy2022-02-122-46/+17
| * powerpc/set_memory: Avoid spinlock recursion in change_page_attr()Christophe Leroy2022-02-121-19/+13
| * powerpc/kasan: Fix early region not updated correctlyChen Jingwen2022-02-031-2/+1