summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/nohash
AgeCommit message (Expand)AuthorFilesLines
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
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: don't include asm/pgtable.h if linux/mm.h is already includedMike Rapoport2-2/+0
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-119/+112
2020-06-05powerpc: add support for folded p4d page tablesMike Rapoport1-7/+8
2020-05-28powerpc/40x: Rework 40x PTE access and TLB missChristophe Leroy1-2/+2
2020-05-26powerpc/8xx: Allow large TLBs with DEBUG_PAGEALLOCChristophe Leroy1-3/+8
2020-05-26powerpc/8xx: Allow STRICT_KERNEL_RwX with pinned TLBChristophe Leroy1-2/+7
2020-05-26powerpc/8xx: Map linear memory with huge pagesChristophe Leroy1-1/+49
2020-05-26powerpc/8xx: Map IMMR with a huge pageChristophe Leroy1-6/+2
2020-05-26powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy1-0/+52
2020-05-26powerpc/8xx: Drop special handling of Linear and IMMR mappings in I/D TLB han...Christophe Leroy1-102/+1
2020-05-26powerpc/8xx: Always pin TLBs at startup.Christophe Leroy1-18/+1
2020-05-26powerpc/8xx: Don't set IMMR map anymore at bootChristophe Leroy1-4/+11
2020-05-18powerpc: Use a macro for creating instructions from u32sJordan Niethe1-2/+3
2020-04-22powerpc/8xx: Fix STRICT_KERNEL_RWX startup test failureChristophe Leroy1-0/+3
2020-03-17powerpc/fsl_booke: Avoid creating duplicate tlb1 entryLaurentiu Tudor1-1/+11
2020-02-26powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Christophe Leroy1-2/+2
2020-01-23powerpc/8xx: Fix permanently mapped IMMR region.Christophe Leroy1-6/+7
2019-12-16powerpc/8xx: fix bogus __init on mmu_mapin_ram_chunk()Christophe Leroy1-1/+1
2019-11-18powerpc/32: Don't populate page tables for block mapped pages except on the 8xx.Christophe Leroy1-3/+49
2019-11-13powerpc/fsl_booke/kaslr: support nokaslr cmdline parameterJason Yan1-0/+7
2019-11-13powerpc/fsl_booke/kaslr: clear the original kernel if randomizedJason Yan2-0/+12
2019-11-13powerpc/fsl_booke/32: randomize the kernel image offsetJason Yan1-2/+323
2019-11-13powerpc/fsl_booke/32: implement KASLR infrastructureJason Yan3-2/+68
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy1-0/+2
2019-08-20powerpc/mm: move FSL_BOOK3 version of update_mmu_cache()Christophe Leroy1-2/+14
2019-08-12powerpc/64e: Drop stale call to smp_processor_id() which hangs SMP startupChristophe Leroy1-1/+0