summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm
AgeCommit message (Expand)Author
2021-12-02powerpc/64s: move THP trace point creation out of hash specific fileNicholas Piggin
2021-12-02powerpc/64s: Move and rename do_bad_slb_fault as it is not hash specificNicholas Piggin
2021-12-02powerpc/pseries: Stop selecting PPC_HASH_MMU_NATIVENicholas Piggin
2021-12-02powerpc: Rename PPC_NATIVE to PPC_HASH_MMU_NATIVENicholas Piggin
2021-11-30powerpc/32s: Fix shift-out-of-bounds in KASAN initChristophe Leroy
2021-11-30powerpc/64s: Get LPID bit width from device treeNicholas Piggin
2021-11-29powerpc/ptdump: Fix display a BAT's size unitChristophe Leroy
2021-11-29powerpc/mm: Move tlbcam_sz() and make it staticMichael Ellerman
2021-11-29Revert "powerpc/code-patching: Improve verification of patchability"Michael Ellerman
2021-11-25powerpc/code-patching: Improve verification of patchabilityChristophe Leroy
2021-11-24powerpc/64s: Keep AMOR SPR a constant ~0 at runtimeNicholas Piggin
2021-11-16powerpc/book3e: Fix TLBCAM preset at bootChristophe Leroy
2021-11-15powerpc/pseries: Fix numa FORM2 parsing fallback codeNicholas Piggin
2021-11-15powerpc/pseries: rename numa_dist_table to form2_distancesNicholas Piggin
2021-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-09powerpc/mm: use core_kernel_text() helperKefeng Wang
2021-11-06Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-11-06hugetlbfs: extend the definition of hugepages parameter to support node alloc...Zhenguo Yao
2021-10-29powerpc: Don't provide __kernel_map_pages() without ARCH_SUPPORTS_DEBUG_PAGEA...Christophe Leroy
2021-10-28powerpc/fsl_booke: Fix setting of exec flag when setting TLBCAMsChristophe Leroy
2021-10-28powerpc/book3e: Fix set_memory_x() and set_memory_nx()Christophe Leroy
2021-10-22powerpc/32: Don't use a struct based type for pte_tChristophe Leroy
2021-10-22powerpc/8xx: Simplify TLB handlingChristophe Leroy
2021-10-22powerpc/fsl_booke: Update of TLBCAMs after initChristophe Leroy
2021-10-22powerpc/fsl_booke: Allocate separate TLBCAMs for readonly memoryChristophe Leroy
2021-10-22powerpc/fsl_booke: Tell map_mem_in_cams() if init is doneChristophe Leroy
2021-10-22powerpc/fsl_booke: Enable reloading of TLBCAM without switching to AS1Christophe Leroy
2021-10-22powerpc/fsl_booke: Take exec flag into account when setting TLBCAMsChristophe Leroy
2021-10-22powerpc/fsl_booke: Rename fsl_booke.c to fsl_book3e.cChristophe Leroy
2021-10-22powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOCJoel Stanley
2021-10-13powerpc: Set max_mapnr correctlyChristophe Leroy
2021-10-09powerpc/mem: Fix arch/powerpc/mm/mem.c:53:12: error: no previous prototype fo...Christophe Leroy
2021-09-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-08mm/memory_hotplug: remove nid parameter from arch_remove_memory()David Hildenbrand
2021-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-09-03Merge branch 'fixes' into nextMichael Ellerman
2021-09-01powerpc/ptdump: Fix generic ptdump for 64-bitMichael Ellerman
2021-08-27powerpc/numa: Update cpu_cpu_map on CPU online/offlineSrikar Dronamraju
2021-08-27powerpc/numa: Print debug statements only when requiredSrikar Dronamraju
2021-08-27powerpc/numa: convert printk to pr_xxxSrikar Dronamraju
2021-08-27powerpc/numa: Drop dbg in favour of pr_debugSrikar Dronamraju
2021-08-26powerpc: Refactor verification of MSR_RIChristophe Leroy
2021-08-25powerpc/ptdump: Convert powerpc to GENERIC_PTDUMPChristophe Leroy
2021-08-25powerpc/ptdump: Reduce level numbers by 1 in note_page() and add p4d levelChristophe Leroy
2021-08-25powerpc/ptdump: Remove unused 'page_size' parameterChristophe Leroy
2021-08-25powerpc/ptdump: Use DEFINE_SHOW_ATTRIBUTE()Christophe Leroy
2021-08-25powerpc/booke: Avoid link stack corruption in several placesChristophe Leroy
2021-08-22Merge tag 'powerpc-5.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2021-08-19powerpc/mm: Fix set_memory_*() against concurrent accessesMichael Ellerman
2021-08-13powerpc/pseries: Add support for FORM2 associativityAneesh Kumar K.V