summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/nohash
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc/fsl_booke: Update of TLBCAMs after initChristophe Leroy2021-10-221-4/+28
* powerpc/fsl_booke: Allocate separate TLBCAMs for readonly memoryChristophe Leroy2021-10-221-3/+22
* powerpc/fsl_booke: Tell map_mem_in_cams() if init is doneChristophe Leroy2021-10-223-9/+9
* powerpc/fsl_booke: Enable reloading of TLBCAM without switching to AS1Christophe Leroy2021-10-221-2/+6
* powerpc/fsl_booke: Take exec flag into account when setting TLBCAMsChristophe Leroy2021-10-221-4/+6
* powerpc/fsl_booke: Rename fsl_booke.c to fsl_book3e.cChristophe Leroy2021-10-222-2/+2
* Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2021-09-031-2/+2
|\
| * powerpc/booke: Avoid link stack corruption in several placesChristophe Leroy2021-08-251-2/+2
* | Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek2021-07-211-0/+10
|/
* powerpc/4xx: Fix setup_kuep() on SMPChristophe Leroy2021-06-301-1/+5
* powerpc/nohash: Remove DEBUG_HARDERChristophe Leroy2021-06-171-32/+0
* powerpc/nohash: Remove DEBUG_CLAMP_LAST_CONTEXTChristophe Leroy2021-06-171-4/+1
* powerpc/nohash: Remove DEBUG_MAP_CONSISTENCYChristophe Leroy2021-06-171-46/+1