summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/nohash/32
AgeCommit message (Expand)AuthorFilesLines
2020-05-28powerpc/40x: Rework 40x PTE access and TLB missChristophe Leroy1-20/+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 Leroy2-4/+10
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 Leroy1-17/+0
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-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-08-28powerpc: use the generic dma coherent remap allocatorChristoph Hellwig1-9/+3
2019-08-27powerpc/mm: refactor ioremap vm area setup.Christophe Leroy1-0/+4
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy1-2/+0
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 Leroy1-11/+0
2019-05-02powerpc/mm: refactor pmd_pgtable()Christophe Leroy1-2/+0
2019-05-02powerpc/mm: refactor pgtable freeing functions on nohashChristophe Leroy1-43/+0
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 Leroy1-21/+0
2019-05-02powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy1-25/+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 Leroy1-19/+0
2019-05-02powerpc/mm: move pgtable_t in asm/mmu.hChristophe Leroy1-6/+0
2019-05-02powerpc/mm: drop __bad_pte()Christophe Leroy1-2/+0
2019-05-02powerpc/mm: cleanup ifdef mess in add_huge_page_size()Christophe Leroy1-0/+5
2019-05-02powerpc/mm: add a helper to populate hugepdChristophe Leroy1-0/+8
2019-05-02powerpc/mm: split asm/hugetlb.h into dedicated subarch filesChristophe Leroy1-0/+31
2019-05-02powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy1-0/+2
2019-05-02powerpc/8xx: get rid of #ifdef CONFIG_HUGETLB_PAGE for slicesChristophe Leroy1-4/+1
2019-05-02powerpc/mm: get rid of mm_ctx_slice_mask_xxx()Christophe Leroy1-17/+0
2019-05-02powerpc/mm: move slice_mask_for_size() into mmu.hChristophe Leroy1-13/+29
2019-04-21powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V1-0/+50
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-02-23powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy1-1/+2