summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
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-13Merge 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
2021-12-17of/fdt: Rework early_init_dt_scan_chosen() to call directlyRob Herring1-3/+1
2021-12-09powerpc/inst: Optimise copy_inst_from_kernel_nofault()Christophe Leroy1-17/+0
2021-12-09powerpc/inst: Define ppc_inst_tChristophe Leroy1-1/+1
2021-12-09powerpc/32s: Allocate one 256k IBAT instead of two consecutives 128k IBATsChristophe Leroy1-3/+2
2021-12-09powerpc/kuap: Wire-up KUAP on book3e/64Christophe Leroy1-6/+34
2021-12-09powerpc/kuap: Wire-up KUAP on 40xChristophe Leroy1-0/+2
2021-12-09powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy2-1/+11
2021-12-09powerpc/nohash: Move setup_kuap out of 8xx.cChristophe Leroy3-22/+32
2021-12-09powerpc/kuep: Remove 'nosmep' boot time parameter except for book3s/64Christophe Leroy5-31/+15
2021-12-09powerpc/32s: Save content of sr0 to avoid 'mfsr'Christophe Leroy4-9/+15
2021-12-09powerpc/32s: Do kuep_lock() and kuep_unlock() in assemblyChristophe Leroy1-2/+0
2021-12-09powerpc/32s: Remove capability to disable KUEP at boottimeChristophe Leroy1-8/+2
2021-12-09powerpc/44x: Activate KUEP at all timeChristophe Leroy1-7/+1
2021-12-09powerpc/8xx: Activate KUEP at all timeChristophe Leroy1-5/+0
2021-12-09Revert "powerpc: Inline setup_kup()"Christophe Leroy2-2/+8
2021-12-09powerpc/64s: Move hash MMU support code under CONFIG_PPC_64S_HASH_MMUNicholas Piggin7-15/+44
2021-12-09powerpc/64s: Make hash MMU support configurableNicholas Piggin1-2/+11
2021-12-09powerpc/64s: Always define arch unmapped area callsNicholas Piggin3-31/+45
2021-12-09powerpc/64s: Fix radix MMU when MMU_FTR_HPTE_TABLE is clearNicholas Piggin1-3/+6
2021-12-09powerpc/64e: remove mmu_linear_psizeNicholas Piggin1-9/+0
2021-12-02powerpc: make memremap_compat_align 64s-onlyNicholas Piggin2-20/+20
2021-12-02powerpc/64s: Rename hash_hugetlbpage.c to hugetlbpage.cNicholas Piggin2-1/+1
2021-12-02powerpc/64s: move page size definitions from hash specific fileNicholas Piggin2-5/+7
2021-12-02powerpc/64s: move THP trace point creation out of hash specific fileNicholas Piggin3-2/+9
2021-12-02powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specificNicholas Piggin2-16/+24
2021-12-02powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVENicholas Piggin2-104/+104
2021-12-02powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVENicholas Piggin2-2/+2
2021-11-30powerpc/32s: Fix shift-out-of-bounds in KASAN initChristophe Leroy1-1/+2
2021-11-30powerpc/64s: Get LPID bit width from device treeNicholas Piggin3-18/+46
2021-11-29powerpc/ptdump: Fix display a BAT's size unitChristophe Leroy1-2/+2
2021-11-29powerpc/mm: Move tlbcam_sz() and make it staticMichael Ellerman1-5/+5
2021-11-29Revert "powerpc/code-patching: Improve verification of patchability"Michael Ellerman1-0/+2
2021-11-25powerpc/code-patching: Improve verification of patchabilityChristophe Leroy1-2/+0
2021-11-24powerpc/64s: Keep AMOR SPR a constant ~0 at runtimeNicholas Piggin1-15/+0