aboutsummaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2022-05-19Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2-68/+3
2022-05-19KVM: PPC: Book3s: Retire H_PUT_TCE/etc real mode handlersAlexey Kardashevskiy1-68/+0
2022-05-13KVM: PPC: Book3S HV: Update LPID allocator init for POWER9, NestedNicholas Piggin1-0/+3
2022-05-11powerpc/code-patching: Use jump_label for testing freed initmemChristophe Leroy1-0/+2
2022-05-08powerpc: align address to page boundary in change_page_attr()Christophe Leroy1-0/+1
2022-05-08powerpc/8xx: Simplify flush_tlb_kernel_range()Christophe Leroy1-0/+2
2022-05-08powerpc: Add missing headersChristophe Leroy2-2/+2
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy7-7/+0
2022-05-05powerpc: fix typos in commentsJulia Lawall10-13/+13
2022-05-05powerpc: Simplify and move arch_randomize_brk()Christophe Leroy1-0/+19
2022-05-05powerpc/mm: Convert to default topdown mmap layoutChristophe Leroy2-106/+1
2022-05-05powerpc/mm: Enable full randomisation of memory mappingsChristophe Leroy2-12/+8
2022-05-05powerpc/mm: Move get_unmapped_area functions to slice.cChristophe Leroy3-57/+42
2022-05-05powerpc/mm: Use generic_hugetlb_get_unmapped_area()Christophe Leroy2-58/+1
2022-05-05powerpc/mm: Use generic_get_unmapped_area() and call it from arch_get_unmappe...Christophe Leroy1-121/+6
2022-05-05powerpc/mm: Remove CONFIG_PPC_MM_SLICESChristophe Leroy4-19/+4
2022-05-05powerpc/mm: Make slice specific to book3s/64Christophe Leroy5-16/+1
2022-05-05powerpc/mm: Move vma_mmu_pagesize()Christophe Leroy2-11/+9
2022-05-04powerpc/book3e: Fix sparse report in mm/nohash/fsl_book3e.cChristophe Leroy2-3/+6
2022-05-04powerpc/mm: Switch from __FUNCTION__ to __func__Dwaipayan Ray1-2/+1
2022-04-07Revert "powerpc: Set max_mapnr correctly"Kefeng Wang1-1/+1
2022-03-31powerpc/numa: Handle partially initialized numa nodesSrikar Dronamraju1-1/+1
2022-03-25Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-1/+0
2022-03-25Merge tag 'powerpc-5.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds11-126/+65
2022-03-24mm/migration: add trace events for THP migrationsAnshuman Khandual1-1/+0
2022-03-08powerpc: Move C prototypes out of asm-prototypes.hChristophe Leroy2-2/+0
2022-03-08powerpc/64s: Don't use DSISR for SLB faultsMichael Ellerman1-4/+10
2022-03-03mm: don't include <linux/memremap.h> in <linux/mm.h>Christoph Hellwig1-0/+1
2022-03-01powerpc/mm/numa: skip NUMA_NO_NODE onlining in parse_numa_properties()Daniel Henrique Barboza1-1/+3
2022-02-24powerpc/64s/hash: Make hash faults work in NMI contextNicholas Piggin1-46/+8
2022-02-12powerpc/mm: Update default hugetlb size earlyAneesh Kumar K.V3-5/+6
2022-02-12powerpc/32s: Enable STRICT_MODULE_RWX for the 603 coreChristophe Leroy1-0/+3
2022-02-12powerpc: Add set_memory_{p/np}() and remove set_memory_attr()Christophe Leroy2-46/+17
2022-02-12powerpc/set_memory: Avoid spinlock recursion in change_page_attr()Christophe Leroy1-19/+13
2022-02-03powerpc/kasan: Fix early region not updated correctlyChen Jingwen1-2/+1
2022-02-02powerpc/ptdump: Fix sparse warning in hashpagetable.cMichael Ellerman1-1/+4
2022-01-24powerpc/fixmap: Fix VM debug warning on unmapChristophe Leroy1-0/+9
2022-01-23Merge tag 'powerpc-5.17-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2-33/+36
2022-01-16powerpc/32s: Fix kasan_init_region() for KASANChristophe Leroy2-33/+36
2022-01-15Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-4/+2
2022-01-15mm: remove redundant check about FAULT_FLAG_ALLOW_RETRY bitQi Zheng1-4/+2
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds42-383/+490
2022-01-12Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-3/+1
2021-12-23powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy1-0/+15
2021-12-23powerpc/code-patching: Remove init_mem_is_freeChristophe Leroy1-2/+0
2021-12-23powerpc/mm/book3s64/hash: Switch pre 2.06 tlbiel to .longAlexey Kardashevskiy1-2/+2
2021-12-23powerpc/mm: Switch obsolete dssall to .longAlexey Kardashevskiy1-1/+1
2021-12-23powerpc/mm: Add __init attribute to eligible functionsNick Child11-18/+18
2021-12-21powerpc/ptdump: Fix DEBUG_WX since generic ptdump conversionMichael Ellerman1-1/+1
2021-12-20powerpc/64s/radix: Fix huge vmap false positiveNicholas Piggin2-5/+13