summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash
Commit message (Expand)AuthorAgeFilesLines
* powerpc/44x: use patch_sites for TLB handlers patchingChristophe Leroy2018-12-191-0/+3
* powerpc/8xx: reintroduce 16K pages with HW assistanceChristophe Leroy2018-12-043-1/+15
* powerpc/mm: enable the use of page table cache of order 0Christophe Leroy2018-12-042-8/+2Star
* powerpc/mm: Extend pte_fragment functionality to PPC32Christophe Leroy2018-12-043-15/+18
* powerpc/mm: Move pgtable_t into platform headersChristophe Leroy2018-12-042-0/+8
* powerpc/mm: move platform specific mmu-xxx.h in platform directoriesChristophe Leroy2018-12-047-0/+825
* powerpc/8xx: Remove PTE_ATOMIC_UPDATESChristophe Leroy2018-12-041-3/+0Star
* powerpc: Typo s/use use/use/Geert Uytterhoeven2018-11-251-1/+1
* Merge branch 'xarray' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds2018-10-281-3/+1Star
|\
| * xarray: Replace exceptional entriesMatthew Wilcox2018-09-301-3/+1Star
* | Merge branch 'akpm' (patches from Andrew)Linus Torvalds2018-10-272-6/+1Star
|\ \
| * | hugetlb: introduce generic version of huge_ptep_set_wrprotect()Alexandre Ghiti2018-10-272-6/+1Star
| |/
* | powerpc/book3e: redefine pte_mkprivileged() and pte_mkuser()Christophe Leroy2018-10-181-0/+16
* | powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V2018-10-186-26/+0Star
* | powerpc/8xx: change name of a few page flags to avoid confusionChristophe Leroy2018-10-141-14/+14
* | powerpc/mm: Get rid of pte-common.hChristophe Leroy2018-10-141-2/+24
* | powerpc/mm: Define platform default caches related flagsChristophe Leroy2018-10-142-0/+7
* | powerpc/mm: Allow platforms to redefine some helpersChristophe Leroy2018-10-145-20/+91
* | powerpc/nohash/64: do not include pte-common.hChristophe Leroy2018-10-142-1/+44
* | powerpc/mm: Distribute platform specific PAGE and PMD flags and definitionsChristophe Leroy2018-10-145-0/+159
* | powerpc/mm: Move pte_user() into nohash/pgtable.hChristophe Leroy2018-10-141-0/+10
* | powerpc/mm: use pte helpers in generic codeChristophe Leroy2018-10-142-6/+9
* | powerpc/mm: add pte helpers to query and change pte flagsChristophe Leroy2018-10-143-0/+38
* | powerpc/mm: move some nohash pte helpers in nohash/[32:64]/pgtable.hChristophe Leroy2018-10-143-28/+48
* | powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-142-3/+2Star
* | powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy2018-10-141-0/+2
|/
* powerpc/nohash: fix pte_access_permitted()Christophe Leroy2018-08-231-6/+3Star
* powerpc: split asm/tlbflush.hChristophe Leroy2018-07-301-0/+53
* powerpc/nohash: fix hash related comments in pgtable.hChristophe Leroy2018-07-302-18/+4Star
* powerpc/book3s: Remove PPC_PIN_SIZEChristophe Leroy2018-07-301-1/+1
* powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-301-0/+1
* powerpc/405: move PPC405_ERR77 in asm-405.hChristophe Leroy2018-07-301-0/+1
* powerpc/mm/32: Fix pgtable_page_dtor callAneesh Kumar K.V2018-06-261-1/+0Star
* powerpc/mm/hash/4k: Free hugetlb page table caches correctly.Aneesh Kumar K.V2018-06-202-0/+2
* powerpc/mm/radix: Change pte relax sequence to handle nest MMU hangAneesh Kumar K.V2018-06-032-0/+4
* powerpc/mm: Change function prototypeAneesh Kumar K.V2018-06-032-4/+6
* powerpc/mm: Fix kernel crash on page table freeAneesh Kumar K.V2018-06-012-1/+2
* powerpc: get rid of PMD_PAGE_SIZE() and _PMD_SIZEChristophe Leroy2018-05-171-3/+0Star
* powerpc/mm/nohash: Remove pte fragment dependency from nohashAneesh Kumar K.V2018-05-151-12/+45
* powerpc/mm/book3e/64: Remove unsupported 64Kpage size from 64bit bookeAneesh Kumar K.V2018-05-153-121/+4Star
* powerpc/nohash: Use IS_ENABLED() to simplify __set_pte_at()Christophe Leroy2018-05-071-15/+8Star
* powerpc/nohash: Remove _PAGE_BUSYChristophe Leroy2018-05-072-12/+3Star
* powerpc/nohash: Remove hash related code from nohash headers.Christophe Leroy2018-05-074-75/+20Star
* powerpc/8xx: Increase number of slices to 64Christophe Leroy2018-03-051-1/+1
* powerpc/mm/slice: Enhance for supporting PPC32Christophe Leroy2018-03-051-0/+18
* powerpc/mm/slice: create header files dedicated to slicesChristophe Leroy2018-03-051-0/+12
* powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V2018-02-132-0/+2
* powerpc/8xx: Remove _PAGE_USER and handle user access at PMD levelChristophe Leroy2018-01-163-6/+13
* powerpc/mm: Introduce _PAGE_NAChristophe Leroy2018-01-161-1/+1
* powerpc/mm: extend _PAGE_PRIVILEGED to all CPUsChristophe Leroy2018-01-162-9/+2Star