summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/nohash
AgeCommit message (Expand)AuthorFilesLines
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-06-05Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds8-227/+94
2020-06-05powerpc: add support for folded p4d page tablesMike Rapoport4-21/+20
2020-06-02powerpc/8xx: Reduce time spent in allow_user_access() and friendsChristophe Leroy1-8/+8
2020-05-28powerpc: Remove IBM405 Erratum #77Christophe Leroy1-1/+0
2020-05-28powerpc/pgtable: Drop PTE_ATOMIC_UPDATESChristophe Leroy1-15/+0
2020-05-28powerpc/40x: Rework 40x PTE access and TLB missChristophe Leroy2-22/+3
2020-05-26powerpc/8xx: Add a function to early map kernel via huge pagesChristophe Leroy1-0/+5
2020-05-26powerpc/8xx: Remove now unused TLB miss functionsChristophe Leroy1-7/+1
2020-05-26powerpc/8xx: Add function to set pinned TLBsChristophe Leroy1-0/+2
2020-05-26powerpc/8xx: MM_SLICE is not needed anymoreChristophe Leroy2-84/+0
2020-05-26powerpc/8xx: Only 8M pages are hugepte pages nowChristophe Leroy1-4/+3
2020-05-26powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy3-5/+11
2020-05-26powerpc/8xx: Prepare handlers for _PAGE_HUGE for 512k pages.Christophe Leroy1-7/+6
2020-05-26powerpc/8xx: Drop CONFIG_8xx_COPYBACK optionChristophe Leroy1-2/+0
2020-05-26powerpc/mm: Reduce hugepd size for 8M hugepages on 8xxChristophe Leroy2-1/+22
2020-05-26powerpc/mm: Create a dedicated pte_update() for 8xxChristophe Leroy1-4/+25
2020-05-26powerpc/mm: Standardise pte_update() prototype between PPC32 and PPC64Christophe Leroy1-6/+7
2020-05-26powerpc/mm: Standardise __ptep_test_and_clear_young() params between PPC32 an...Christophe Leroy1-2/+3
2020-05-26powerpc/mm: Refactor pte_update() on nohash/32Christophe Leroy1-22/+4
2020-05-26powerpc/mm: PTE_ATOMIC_UPDATES is only for 40xChristophe Leroy2-44/+1
2020-05-11powerpc: Replace _ALIGN() by ALIGN()Christophe Leroy1-1/+1
2020-05-11powerpc: Replace _ALIGN_DOWN() by ALIGN_DOWN()Christophe Leroy1-1/+1
2020-03-04powerpc/mm: Don't kmap_atomic() in pte_offset_map() on PPC32Christophe Leroy1-4/+2
2020-02-04Merge tag 'powerpc-5.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2-3/+23
2020-02-04powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP caseAneesh Kumar K.V1-8/+0
2020-02-01Merge branch 'topic/user-access-begin' into nextMichael Ellerman1-3/+18
2020-01-28powerpc: Implement user_access_save() and user_access_restore()Christophe Leroy1-0/+14
2020-01-28powerpc/kuap: Fix set direction in allow/prevent_user_access()Christophe Leroy1-2/+2
2020-01-28powerpc/32s: Fix bad_kuap_fault()Christophe Leroy1-1/+2
2020-01-27powerpc/32: Add support of KASAN_VMALLOCChristophe Leroy1-0/+5
2019-11-18powerpc: permanently include 8xx registers in reg.hChristophe Leroy1-0/+1
2019-11-13powerpc/fsl_booke/32: implement KASLR infrastructureJason Yan1-1/+0
2019-11-13powerpc: unify definition of M_IF_NEEDEDJason Yan1-0/+10
2019-08-28powerpc: use the generic dma coherent remap allocatorChristoph Hellwig1-9/+3
2019-08-27powerpc/mm: refactor ioremap vm area setup.Christophe Leroy2-0/+5
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy1-2/+0
2019-08-20powerpc/mm: define empty update_mmu_cache() as static inlineChristophe Leroy1-0/+13
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-4/+1
2019-05-02powerpc/32: make KVIRT_TOP dependent on FIXMAP_STARTChristophe Leroy1-3/+10
2019-05-02powerpc/mm: refactor pgd_alloc() and pgd_free() on nohashChristophe Leroy3-22/+12
2019-05-02powerpc/mm: refactor pmd_pgtable()Christophe Leroy2-4/+0
2019-05-02powerpc/mm: refactor pgtable freeing functions on nohashChristophe Leroy3-86/+44
2019-05-02powerpc/mm: Only keep one version of pmd_populate() functions on nohash/32Christophe Leroy1-20/+8
2019-05-02powerpc/mm: refactor definition of pgtable_cache[]Christophe Leroy2-43/+0
2019-05-02powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy2-50/+0
2019-05-02powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy1-3/+12
2019-05-02powerpc/mm: get rid of nohash/32/mmu.h and nohash/64/mmu.hChristophe Leroy4-33/+14
2019-05-02powerpc/mm: move pgtable_t in asm/mmu.hChristophe Leroy2-12/+0
2019-05-02powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy2-22/+15