aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash/pgtable.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-07-27powerpc/44x: Fix build failure with GCC 12 (unrecognized opcode: `wrteei')Christophe Leroy1-1/+1
2020-12-04powerpc: Fix incorrect stw{, ux, u, x} instructions in __set_pte_atMathieu Desnoyers1-2/+2
2020-10-16powerpc/mm: move setting pte specific flags to pfn_pteAneesh Kumar K.V1-5/+0
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-05-28powerpc/40x: Rework 40x PTE access and TLB missChristophe Leroy1-2/+0
2020-05-26powerpc/8xx: Manage 512k huge pages as standard pages.Christophe Leroy1-1/+1
2019-08-20powerpc/mm: define empty update_mmu_cache() as static inlineChristophe Leroy1-0/+13
2018-12-04powerpc/8xx: reintroduce 16K pages with HW assistanceChristophe Leroy1-0/+4
2018-10-19powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V1-1/+0
2018-10-14powerpc/mm: Allow platforms to redefine some helpersChristophe Leroy1-6/+18
2018-10-14powerpc/nohash/64: do not include pte-common.hChristophe Leroy1-0/+28
2018-10-14powerpc/mm: Move pte_user() into nohash/pgtable.hChristophe Leroy1-0/+10
2018-10-14powerpc/mm: use pte helpers in generic codeChristophe Leroy1-2/+1
2018-10-14powerpc/mm: add pte helpers to query and change pte flagsChristophe Leroy1-0/+28
2018-10-14powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.hChristophe Leroy1-28/+0
2018-10-14powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy1-0/+2
2018-08-23powerpc/nohash: fix pte_access_permitted()Christophe Leroy1-6/+3
2018-05-07powerpc/nohash: Use IS_ENABLED() to simplify __set_pte_at()Christophe Leroy1-15/+8
2018-05-07powerpc/nohash: Remove hash related code from nohash headers.Christophe Leroy1-35/+4
2018-01-16powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy1-1/+1
2018-01-16powerpc/8xx: remove unused _PAGE_WRITETHRUChristophe Leroy1-0/+2
2017-12-22powerpc/mm: Add proper pte access check helper for other platformsAneesh Kumar K.V1-0/+23
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-15powerpc/hugetlb: fix page rights verification in gup_hugepte()Christophe Leroy1-0/+1
2017-03-03powerpc/booke: Fix boot crash due to null hugepdLaurentiu Tudor1-1/+1
2017-01-18powerpc/mm: Fix little-endian 4K hugetlbAneesh Kumar K.V1-2/+3
2016-12-09powerpc/8xx: Implement support of hugepagesChristophe Leroy1-0/+4
2015-12-14powerpc/mm: Move hugetlb related headersAneesh Kumar K.V1-0/+25
2015-12-14powerpc/booke: Move nohash headersAneesh Kumar K.V1-0/+227