summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/nohash
Commit message (Expand)AuthorAgeFilesLines
* powerpc/nohash: Fix build with llvm-asMichael Ellerman2023-02-161-1/+1
* powerpc/nohash: Fix build error with binutils >= 2.38Michael Ellerman2023-02-161-1/+4
* powerpc/tlb: Add local flush for page given mm_struct and psizeBenjamin Gray2022-11-301-0/+8
* powerpc/book3e: remove #include <generated/utsrelease.h>Thomas Weißschuh2022-11-301-1/+0
* powerpc/64e: provide an addressing macro for use with TOC in alternate registerNicholas Piggin2022-09-281-1/+1
* powerpc/64: provide a helper macro to load r2 with the kernel TOCNicholas Piggin2022-09-281-1/+1
* powerpc: Remove impossible mmu_psize_defs[] on nohashChristophe Leroy2022-09-261-49/+15
* powerpc: Remove CONFIG_PPC_BOOK3E_MMUChristophe Leroy2022-09-261-2/+2
* powerpc: Remove CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-265-12/+12
* powerpc: Remove CONFIG_PPC_BOOK3EChristophe Leroy2022-09-261-1/+1
* powerpc: Remove CONFIG_FSL_BOOKEChristophe Leroy2022-09-263-3/+3
* powerpc/64e: Remove unnecessary #ifdef CONFIG_PPC_FSL_BOOK3EChristophe Leroy2022-09-261-6/+0
* powerpc/fsl_booke: Make calc_cam_sz() staticChristophe Leroy2022-08-261-2/+2
* powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy2022-07-271-2/+2
* powerpc/32: Call mmu_mark_initmem_nx() regardless of data block mapping.Christophe Leroy2022-07-271-2/+2
* Merge branch 'fixes' into nextMichael Ellerman2022-07-091-3/+3
|\
| * powerpc/book3e: Fix PUD allocation size in map_kernel_page()Christophe Leroy2022-06-241-3/+3
* | powerpc/64e: Move virtual memory closer to linear memoryChristophe Leroy2022-06-291-27/+37
* | powerpc/64e: Remove MMU_FTR_USE_TLBRSRV and MMU_FTR_USE_PAIRED_MASChristophe Leroy2022-06-292-88/+8
* | powerpc/64e: Fix early TLB miss with KUAPChristophe Leroy2022-06-291-9/+8
* | powerpc/32: Remove __map_without_ltlbsChristophe Leroy2022-06-291-2/+7
* | powerpc/32: Remove 'noltlbs' kernel parameterChristophe Leroy2022-06-291-9/+0
|/
* powerpc/book3e: get rid of #include <generated/compile.h>Masahiro Yamada2022-06-061-6/+2
* powerpc/fsl_book3e: Don't set rodata RO too earlyChristophe Leroy2022-05-221-9/+6
* powerpc/kaslr_booke: Fix build errorYueHaibing2022-05-221-0/+2
* powerpc/book3e: Fix build errorYueHaibing2022-05-221-0/+1
* powerpc/8xx: Simplify flush_tlb_kernel_range()Christophe Leroy2022-05-081-0/+2
* powerpc: Remove asm/prom.h from all files that don't need itChristophe Leroy2022-05-083-3/+0
* powerpc: fix typos in commentsJulia Lawall2022-05-052-2/+2
* powerpc/mm: Make slice specific to book3s/64Christophe Leroy2022-05-052-13/+0
* powerpc/book3e: Fix sparse report in mm/nohash/fsl_book3e.cChristophe Leroy2022-05-041-3/+2
* Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2022-01-149-75/+97
|\
| * powerpc/code-patching: Move patch_exception() outside code-patching.cChristophe Leroy2021-12-231-0/+15
| * powerpc/mm: Add __init attribute to eligible functionsNick Child2021-12-233-5/+5
| * powerpc/kuap: Wire-up KUAP on book3e/64Christophe Leroy2021-12-091-6/+34
| * powerpc/kuap: Wire-up KUAP on 40xChristophe Leroy2021-12-091-0/+2
| * powerpc: Add KUAP support for BOOKE and 40xChristophe Leroy2021-12-091-1/+5
| * powerpc/nohash: Move setup_kuap out of 8xx.cChristophe Leroy2021-12-093-22/+32
| * powerpc/kuep: Remove 'nosmep' boot time parameter except for book3s/64Christophe Leroy2021-12-092-17/+0
| * powerpc/44x: Activate KUEP at all timeChristophe Leroy2021-12-091-7/+1
| * powerpc/8xx: Activate KUEP at all timeChristophe Leroy2021-12-091-5/+0
| * Revert "powerpc: Inline setup_kup()"Christophe Leroy2021-12-091-2/+2
| * powerpc/64e: remove mmu_linear_psizeNicholas Piggin2021-12-091-9/+0
| * powerpc/mm: Move tlbcam_sz() and make it staticMichael Ellerman2021-11-291-5/+5
* | Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2022-01-121-3/+1
|\ \ | |/ |/|
| * of/fdt: Rework early_init_dt_scan_chosen() to call directlyRob Herring2021-12-161-3/+1
* | powerpc/book3e: Fix TLBCAM preset at bootChristophe Leroy2021-11-162-3/+3
|/
* powerpc/fsl_booke: Fix setting of exec flag when setting TLBCAMsChristophe Leroy2021-10-281-1/+2
* powerpc/book3e: Fix set_memory_x() and set_memory_nx()Christophe Leroy2021-10-281-4/+4
* powerpc/8xx: Simplify TLB handlingChristophe Leroy2021-10-221-0/+2