aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/nohash (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-28powerpc/64e: provide an addressing macro for use with TOC in alternate registerNicholas Piggin1-1/+1
2022-09-28powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin1-1/+1
2022-09-26powerpc: Remove impossible mmu_psize_defs[] on nohashChristophe Leroy1-49/+15
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy1-2/+2
2022-09-26powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy5-12/+12
2022-09-26powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy1-1/+1
2022-09-26powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy3-3/+3
2022-09-26powerpc/64e: Remove unnecessary #ifdef CONFIG_PPC_FSL_BOOK3EChristophe Leroy1-6/+0
2022-08-26powerpc/fsl_booke: Make calc_cam_sz() staticChristophe Leroy1-2/+2
2022-07-27powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy1-2/+2
2022-07-27powerpc/32: Call mmu_mark_initmem_nx() regardless of data block mapping.Christophe Leroy1-2/+2
2022-07-09Merge branch 'fixes' into nextMichael Ellerman1-3/+3
2022-06-29powerpc/64e: Move virtual memory closer to linear memoryChristophe Leroy1-27/+37
2022-06-29powerpc/64e: Remove MMU_FTR_USE_TLBRSRV and MMU_FTR_USE_PAIRED_MASChristophe Leroy2-88/+8
2022-06-29powerpc/64e: Fix early TLB miss with KUAPChristophe Leroy1-9/+8
2022-06-29powerpc/32: Remove __map_without_ltlbsChristophe Leroy1-2/+7
2022-06-29powerpc/32: Remove 'noltlbs' kernel parameterChristophe Leroy1-9/+0
2022-06-24powerpc/book3e: Fix PUD allocation size in map_kernel_page()Christophe Leroy1-3/+3
2022-06-06powerpc/book3e: get rid of #include <generated/compile.h>Masahiro Yamada1-6/+2
2022-05-22powerpc/fsl_book3e: Don't set rodata RO too earlyChristophe Leroy1-9/+6
2022-05-22powerpc/kaslr_booke: Fix build errorYueHaibing1-0/+2
2022-05-22powerpc/book3e: Fix build errorYueHaibing1-0/+1
2022-05-08powerpc/8xx: Simplify flush_tlb_kernel_range()Christophe Leroy1-0/+2
2022-05-08powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy3-3/+0
2022-05-05powerpc: fix typos in commentsJulia Lawall2-2/+2
2022-05-05powerpc/mm: Make slice specific to book3s/64Christophe Leroy2-13/+0
2022-05-04powerpc/book3e: Fix sparse report in mm/nohash/fsl_book3e.cChristophe Leroy1-3/+2
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds9-75/+97
2022-01-12Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/git/robh/linuxLinus Torvalds1-3/+1
2021-12-23powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy1-0/+15
2021-12-23powerpc/mm: Add __init attribute to eligible functionsNick Child3-5/+5
2021-12-16of/fdt: Rework early_init_dt_scan_chosen() to call directlyRob Herring1-3/+1
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 Leroy1-1/+5
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 Leroy2-17/+0
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 Leroy1-2/+2
2021-12-09powerpc/64e: remove mmu_linear_psizeNicholas Piggin1-9/+0
2021-11-29powerpc/mm: Move tlbcam_sz() and make it staticMichael Ellerman1-5/+5
2021-11-16powerpc/book3e: Fix TLBCAM preset at bootChristophe Leroy2-3/+3
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/8xx: Simplify TLB handlingChristophe Leroy1-0/+2
2021-10-22powerpc/fsl_booke: Update of TLBCAMs after initChristophe Leroy1-4/+28
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 Leroy3-9/+9
2021-10-22powerpc/fsl_booke: Enable reloading of TLBCAM without switching to AS1Christophe Leroy1-2/+6