summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
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
2021-11-16powerpc/book3e: Fix TLBCAM preset at bootChristophe Leroy2-3/+3
2021-11-15powerpc/pseries: Fix numa FORM2 parsing fallback codeNicholas Piggin1-16/+12
2021-11-15powerpc/pseries: rename numa_dist_table to form2_distancesNicholas Piggin1-9/+9
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-5/+2
2021-11-09powerpc/mm: use core_kernel_text() helperKefeng Wang1-5/+2
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+7
2021-11-06hugetlbfs: extend the definition of hugepages parameter to support node alloc...Zhenguo Yao1-2/+7
2021-10-29powerpc: Don't provide __kernel_map_pages() without ARCH_SUPPORTS_DEBUG_PAGEA...Christophe Leroy1-1/+1
2021-10-28powerpc/fsl_booke: Fix setting of exec flag when setting TLBCAMsChristophe Leroy1-1/+2
2021-10-28powerpc/book3e: Fix set_memory_x() and set_memory_nx()Christophe Leroy1-4/+4
2021-10-22powerpc/32: Don't use a struct based type for pte_tChristophe Leroy1-1/+1
2021-10-22powerpc/8xx: Simplify TLB handlingChristophe Leroy1-0/+2
2021-10-22powerpc/fsl_booke: Update of TLBCAMs after initChristophe Leroy2-5/+29
2021-10-22powerpc/fsl_booke: Allocate separate TLBCAMs for readonly memoryChristophe Leroy1-3/+22
2021-10-22powerpc/fsl_booke: Tell map_mem_in_cams() if init is doneChristophe Leroy4-10/+10
2021-10-22powerpc/fsl_booke: Enable reloading of TLBCAM without switching to AS1Christophe Leroy1-2/+6
2021-10-22powerpc/fsl_booke: Take exec flag into account when setting TLBCAMsChristophe Leroy1-4/+6
2021-10-22powerpc/fsl_booke: Rename fsl_booke.c to fsl_book3e.cChristophe Leroy2-2/+2
2021-10-22powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOCJoel Stanley2-1/+8
2021-10-13powerpc: Set max_mapnr correctlyChristophe Leroy1-1/+1
2021-10-09powerpc/mem: Fix arch/powerpc/mm/mem.c:53:12: error: no previous prototype fo...Christophe Leroy1-1/+1
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+1
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand1-2/+1
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds19-325/+506
2021-09-03Merge branch 'fixes' into nextMichael Ellerman1-13/+10