summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash
AgeCommit message (Expand)AuthorLines
2019-08-28powerpc: use the generic dma coherent remap allocatorChristoph Hellwig-9/+3
2019-08-27powerpc/mm: refactor ioremap vm area setup.Christophe Leroy-0/+5
2019-08-27powerpc/mm: make ioremap_bot common to allChristophe Leroy-2/+0
2019-08-20powerpc/mm: define empty update_mmu_cache() as static inlineChristophe Leroy-0/+13
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner-4/+1
2019-05-03powerpc/32: make KVIRT_TOP dependent on FIXMAP_STARTChristophe Leroy-3/+10
2019-05-03powerpc/mm: refactor pgd_alloc() and pgd_free() on nohashChristophe Leroy-22/+12
2019-05-03powerpc/mm: refactor pmd_pgtable()Christophe Leroy-4/+0
2019-05-03powerpc/mm: refactor pgtable freeing functions on nohashChristophe Leroy-86/+44
2019-05-03powerpc/mm: Only keep one version of pmd_populate() functions on nohash/32Christophe Leroy-20/+8
2019-05-03powerpc/mm: refactor definition of pgtable_cache[]Christophe Leroy-43/+0
2019-05-03powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.Christophe Leroy-50/+0
2019-05-03powerpc/mm: inline pte_alloc_one_kernel() and pte_alloc_one() on PPC32Christophe Leroy-3/+12
2019-05-03powerpc/mm: get rid of nohash/32/mmu.h and nohash/64/mmu.hChristophe Leroy-33/+14
2019-05-03powerpc/mm: move pgtable_t in asm/mmu.hChristophe Leroy-12/+0
2019-05-03powerpc/mm: convert Book3E 64 to pte_fragmentChristophe Leroy-22/+15
2019-05-03powerpc/mm: drop __bad_pte()Christophe Leroy-2/+0
2019-05-03powerpc/mm: cleanup ifdef mess in add_huge_page_size()Christophe Leroy-0/+13
2019-05-03powerpc/mm: add a helper to populate hugepdChristophe Leroy-0/+14
2019-05-03powerpc/mm: split asm/hugetlb.h into dedicated subarch filesChristophe Leroy-0/+62
2019-05-03powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGESChristophe Leroy-12/+0
2019-05-03powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy-0/+2
2019-05-03powerpc/8xx: get rid of #ifdef CONFIG_HUGETLB_PAGE for slicesChristophe Leroy-4/+1
2019-05-03powerpc/mm: get rid of mm_ctx_slice_mask_xxx()Christophe Leroy-17/+0
2019-05-03powerpc/mm: move slice_mask_for_size() into mmu.hChristophe Leroy-13/+29
2019-05-03powerpc/mm: no slice for nohash/64Christophe Leroy-12/+0
2019-05-02powerpc/nohash64: clean pgtable.hChristophe Leroy-5/+0
2019-04-21powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V-0/+50
2019-04-21powerpc/mm: Fix build error with FLATMEM book3s64 configAneesh Kumar K.V-0/+2
2019-04-21powerpc/8xx: Add Kernel Userspace Access ProtectionChristophe Leroy-0/+65
2019-04-21powerpc/8xx: Add Kernel Userspace Execution PreventionChristophe Leroy-0/+7
2019-04-21powerpc/8xx: Only define APG0 and APG1Christophe Leroy-6/+6
2019-04-20powerpc/mm: Silence unused-but-set-variable warningsQian Cai-1/+2
2019-02-23powerpc/8xx: don't disable large TLBs with CONFIG_STRICT_KERNEL_RWXChristophe Leroy-1/+2
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)-7/+5
2018-12-19powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy-0/+3
2018-12-04powerpc/8xx: reintroduce 16K pages with HW assistanceChristophe Leroy-1/+15
2018-12-04powerpc/mm: enable the use of page table cache of order 0Christophe Leroy-8/+2
2018-12-04powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy-15/+18
2018-12-04powerpc/mm: Move pgtable_t into platform headersChristophe Leroy-0/+8
2018-12-04powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy-0/+825
2018-12-04powerpc/8xx: Remove PTE_ATOMIC_UPDATESChristophe Leroy-3/+0
2018-11-25powerpc: Typo s/use use/use/Geert Uytterhoeven-1/+1
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds-3/+1
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds-6/+1
2018-10-26hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti-6/+1
2018-10-19powerpc/book3e: redefine pte_mkprivileged() and pte_mkuser()Christophe Leroy-0/+16
2018-10-19powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V-26/+0
2018-10-14powerpc/8xx: change name of a few page flags to avoid confusionChristophe Leroy-14/+14
2018-10-14powerpc/mm: Get rid of pte-common.hChristophe Leroy-2/+24