aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/powerpc/include/asm/nohash (follow)
AgeCommit message (Expand)AuthorFilesLines
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/powerpc/linuxLinus 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-03powerpc/32: make KVIRT_TOP dependent on FIXMAP_STARTChristophe Leroy1-3/+10
2019-05-03powerpc/mm: refactor pgd_alloc() and pgd_free() on nohashChristophe Leroy3-22/+12
2019-05-03powerpc/mm: refactor pmd_pgtable()Christophe Leroy2-4/+0
2019-05-03powerpc/mm: refactor pgtable freeing functions on nohashChristophe Leroy3-86/+44
2019-05-03powerpc/mm: Only keep one version of pmd_populate() functions on nohash/32Christophe Leroy1-20/+8
2019-05-03powerpc/mm: refactor definition of pgtable_cache[]Christophe Leroy2-43/+0
2019-05-03powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy2-50/+0
2019-05-03powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy1-3/+12
2019-05-03powerpc/mm: get rid of nohash/32/mmu.h and nohash/64/mmu.hChristophe Leroy4-33/+14
2019-05-03powerpc/mm: move pgtable_t in asm/mmu.hChristophe Leroy2-12/+0
2019-05-03powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy2-22/+15
2019-05-03powerpc/mm: drop __bad_pte()Christophe Leroy1-2/+0
2019-05-03powerpc/mm: cleanup ifdef mess in add_huge_page_size()Christophe Leroy2-0/+13
2019-05-03powerpc/mm: add a helper to populate hugepdChristophe Leroy2-0/+14
2019-05-03powerpc/mm: split asm/hugetlb.h into dedicated subarch filesChristophe Leroy2-0/+62
2019-05-03powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGESChristophe Leroy3-12/+0
2019-05-03powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy1-0/+2
2019-05-03powerpc/8xx: get rid of #ifdef CONFIG_HUGETLB_PAGE for slicesChristophe Leroy1-4/+1
2019-05-03powerpc/mm: get rid of mm_ctx_slice_mask_xxx()Christophe Leroy1-17/+0
2019-05-03powerpc/mm: move slice_mask_for_size() into mmu.hChristophe Leroy1-13/+29
2019-05-03powerpc/mm: no slice for nohash/64Christophe Leroy1-12/+0
2019-05-02powerpc/nohash64: clean pgtable.hChristophe Leroy1-5/+0
2019-04-21powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V1-0/+50
2019-04-21powerpc/mm: Fix build error with FLATMEM book3s64 configAneesh Kumar K.V1-0/+2
2019-04-21powerpc/8xx: Add Kernel Userspace Access ProtectionChristophe Leroy2-0/+65
2019-04-21powerpc/8xx: Add Kernel Userspace Execution PreventionChristophe Leroy1-0/+7
2019-04-21powerpc/8xx: Only define APG0 and APG1Christophe Leroy1-6/+6
2019-04-20powerpc/mm: Silence unused-but-set-variable warningsQian Cai1-1/+2
2019-02-23powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy1-1/+2
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2-7/+5
2018-12-19powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy1-0/+3
2018-12-04powerpc/8xx: reintroduce 16K pages with HW assistanceChristophe Leroy3-1/+15
2018-12-04powerpc/mm: enable the use of page table cache of order 0Christophe Leroy2-8/+2
2018-12-04powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy3-15/+18