summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/nohash
Commit message (Expand)AuthorAgeFilesLines
* 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
* powerpc/nohash: Remove CONFIG_SMP #ifdefery in mmu_context.hChristophe Leroy2021-06-171-42/+24
* powerpc/nohash: Convert set_context() to CChristophe Leroy2021-06-173-30/+27
* powerpc/nohash: Refactor update of BDI2000 pointers in switch_mmu_context()Christophe Leroy2021-06-173-14/+8
* powerpc/8xx: Allow disabling KUAP at boot timeChristophe Leroy2021-06-171-3/+8
* powerpc/44x: Implement Kernel Userspace Exec Protection (KUEP)Christophe Leroy2021-06-171-0/+13
* powerpc: Enable KFENCE for PPC32Christophe Leroy2021-03-241-2/+2
* powerpc/8xx: Always pin kernel text TLBChristophe Leroy2020-12-091-2/+1
* powerpc: Retire e200 core (mpc555x processor)Christophe Leroy2020-12-051-9/+3
* powerpc/44x: Don't support 47x code and non 47x code at the same timeChristophe Leroy2020-12-041-22/+7
* powerpc/8xx: Support 16k hugepages with 4k pagesChristophe Leroy2020-09-151-4/+0
* powerpc: Remove flush_instruction_cache() on 8xxChristophe Leroy2020-09-021-7/+0
* powerpc: Rewrite FSL_BOOKE flush_cache_instruction() in CChristophe Leroy2020-09-021-0/+16
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-08-075-4/+1
|\
| * mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-075-4/+1
* | powerpc/64e: Drop dead BOOK3E_MMU_TLB_STATS codeMichael Ellerman2020-07-291-44/+3
|/
* powerpc/fsl_booke/32: Fix build with CONFIG_RANDOMIZE_BASEArseny Solokha2020-06-221-0/+1
* mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport2020-06-092-3/+3
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-091-1/+1
* mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2020-06-092-2/+0
* Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2020-06-052-119/+112
|\
| * powerpc/40x: Rework 40x PTE access and TLB missChristophe Leroy2020-05-281-2/+2
| * powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOCChristophe Leroy2020-05-261-3/+8
| * powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLBChristophe Leroy2020-05-261-2/+7
| * powerpc/8xx: Map linear memory with huge pagesChristophe Leroy2020-05-261-1/+49
| * powerpc/8xx: Map IMMR with a huge pageChristophe Leroy2020-05-261-6/+2
| * powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy2020-05-261-0/+52
| * powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB han...Christophe Leroy2020-05-261-102/+1
| * powerpc/8xx: Always pin TLBs at startup.Christophe Leroy2020-05-261-18/+1
| * powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy2020-05-261-4/+11
| * powerpc: Use a macro for creating instructions from u32sJordan Niethe2020-05-191-2/+3
* | powerpc: add support for folded p4d page tablesMike Rapoport2020-06-041-7/+8
* | powerpc/8xx: Fix STRICT_KERNEL_RWX startup test failureChristophe Leroy2020-04-221-0/+3
|/