summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/nohash
AgeCommit message (Expand)AuthorFilesLines
2022-01-14Merge tag 'powerpc-5.17-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds9-75/+97
2022-01-13Merge tag 'devicetree-for-5.17' of git://git.kernel.org/pub/scm/linux/kernel/...Linus 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-17of/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-27powerpc/fsl_booke: Fix setting of exec flag when setting TLBCAMsChristophe Leroy1-1/+2
2021-10-27powerpc/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
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-09-03Merge tag 'powerpc-5.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-2/+2
2021-08-25powerpc/booke: Avoid link stack corruption in several placesChristophe Leroy1-2/+2
2021-07-21Revert "mm/pgtable: add stubs for {pmd/pub}_{set/clear}_huge"Jonathan Marek1-0/+10
2021-06-30powerpc/4xx: Fix setup_kuep() on SMPChristophe Leroy1-1/+5
2021-06-16powerpc/nohash: Remove DEBUG_HARDERChristophe Leroy1-32/+0
2021-06-16powerpc/nohash: Remove DEBUG_CLAMP_LAST_CONTEXTChristophe Leroy1-4/+1
2021-06-16powerpc/nohash: Remove DEBUG_MAP_CONSISTENCYChristophe Leroy1-46/+1
2021-06-16powerpc/nohash: Remove CONFIG_SMP #ifdefery in mmu_context.hChristophe Leroy1-42/+24
2021-06-16powerpc/nohash: Convert set_context() to CChristophe Leroy3-30/+27
2021-06-16powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()Christophe Leroy3-14/+8
2021-06-16powerpc/8xx: Allow disabling KUAP at boot timeChristophe Leroy1-3/+8
2021-06-16powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)Christophe Leroy1-0/+13
2021-03-24powerpc: Enable KFENCE for PPC32Christophe Leroy1-2/+2
2020-12-09powerpc/8xx: Always pin kernel text TLBChristophe Leroy1-2/+1
2020-12-05powerpc: Retire e200 core (mpc555x processor)Christophe Leroy1-9/+3
2020-12-03powerpc/44x: Don't support 47x code and non 47x code at the same timeChristophe Leroy1-22/+7
2020-09-15powerpc/8xx: Support 16k hugepages with 4k pagesChristophe Leroy1-4/+0
2020-09-02powerpc: Remove flush_instruction_cache() on 8xxChristophe Leroy1-7/+0
2020-09-02powerpc: Rewrite FSL_BOOKE flush_cache_instruction() in CChristophe Leroy1-0/+16
2020-08-07Merge branch 'akpm' (patches from Andrew)Linus Torvalds5-4/+1
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport5-4/+1
2020-07-29powerpc/64e: Drop dead BOOK3E_MMU_TLB_STATS codeMichael Ellerman1-44/+3
2020-06-22powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASEArseny Solokha1-0/+1
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2-3/+3
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1