aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2018-12-04powerpc/mm: Move pgtable_t into platform headersChristophe Leroy2-0/+8
2018-12-04powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy7-0/+825
2018-12-04powerpc/8xx: Remove PTE_ATOMIC_UPDATESChristophe Leroy1-3/+0
2018-11-25powerpc: Typo s/use use/use/Geert Uytterhoeven1-1/+1
2018-10-28Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-3/+1
2018-10-26Merge branch 'akpm' (patches from Andrew)Linus Torvalds2-6/+1
2018-10-26hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2-6/+1
2018-10-19powerpc/book3e: redefine pte_mkprivileged() and pte_mkuser()Christophe Leroy1-0/+16
2018-10-19powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V6-26/+0
2018-10-14powerpc/8xx: change name of a few page flags to avoid confusionChristophe Leroy1-14/+14
2018-10-14powerpc/mm: Get rid of pte-common.hChristophe Leroy1-2/+24
2018-10-14powerpc/mm: Define platform default caches related flagsChristophe Leroy2-0/+7
2018-10-14powerpc/mm: Allow platforms to redefine some helpersChristophe Leroy5-20/+91
2018-10-14powerpc/nohash/64: do not include pte-common.hChristophe Leroy2-1/+44
2018-10-14powerpc/mm: Distribute platform specific PAGE and PMD flags and definitionsChristophe Leroy5-0/+159
2018-10-14powerpc/mm: Move pte_user() into nohash/pgtable.hChristophe Leroy1-0/+10
2018-10-14powerpc/mm: use pte helpers in generic codeChristophe Leroy2-6/+9
2018-10-14powerpc/mm: add pte helpers to query and change pte flagsChristophe Leroy3-0/+38
2018-10-14powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.hChristophe Leroy3-28/+48
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2-3/+2
2018-10-14powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy1-0/+2
2018-09-29xarray: Replace exceptional entriesMatthew Wilcox1-3/+1
2018-08-23powerpc/nohash: fix pte_access_permitted()Christophe Leroy1-6/+3
2018-07-30powerpc: split asm/tlbflush.hChristophe Leroy1-0/+53
2018-07-30powerpc/nohash: fix hash related comments in pgtable.hChristophe Leroy2-18/+4
2018-07-30powerpc/book3s: Remove PPC_PIN_SIZEChristophe Leroy1-1/+1
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy1-0/+1
2018-07-30powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy1-0/+1
2018-06-26powerpc/mm/32: Fix pgtable_page_dtor callAneesh Kumar K.V1-1/+0
2018-06-20powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Aneesh Kumar K.V2-0/+2
2018-06-03powerpc/mm/radix: Change pte relax sequence to handle nest MMU hangAneesh Kumar K.V2-0/+4
2018-06-03powerpc/mm: Change function prototypeAneesh Kumar K.V2-4/+6
2018-06-02powerpc/mm: Fix kernel crash on page table freeAneesh Kumar K.V2-1/+2
2018-05-18powerpc: get rid of PMD_PAGE_SIZE() and _PMD_SIZEChristophe Leroy1-3/+0
2018-05-15powerpc/mm/nohash: Remove pte fragment dependency from nohashAneesh Kumar K.V1-12/+45
2018-05-15powerpc/mm/book3e/64: Remove unsupported 64Kpage size from 64bit bookeAneesh Kumar K.V3-121/+4
2018-05-07powerpc/nohash: Use IS_ENABLED() to simplify __set_pte_at()Christophe Leroy1-15/+8
2018-05-07powerpc/nohash: Remove _PAGE_BUSYChristophe Leroy2-12/+3
2018-05-07powerpc/nohash: Remove hash related code from nohash headers.Christophe Leroy4-75/+20
2018-03-06powerpc/8xx: Increase number of slices to 64Christophe Leroy1-1/+1
2018-03-06powerpc/mm/slice: Enhance for supporting PPC32Christophe Leroy1-0/+18
2018-03-06powerpc/mm/slice: create header files dedicated to slicesChristophe Leroy1-0/+12
2018-02-13powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V2-0/+2
2018-01-16powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy3-6/+13