summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-161-0/+8
|\
| * powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR configurationAneesh Kumar K.V2019-03-051-0/+8
* | Merge tag 'powerpc-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-03-077-35/+66
|\|
| * powerpc: Avoid circular header inclusion in mmu-hash.hChristophe Leroy2019-02-231-1/+1
| * powerpc/mm/32s: Use BATs for STRICT_KERNEL_RWXChristophe Leroy2019-02-231-0/+11
| * powerpc/mm/32s: add setibat() clearibat() and update_bats()Christophe Leroy2019-02-231-0/+2
| * Revert "powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handling"Michael Ellerman2019-02-231-4/+4
| * powerpc/book3s32: Reorder _PAGE_XXX flags to simplify TLB handlingChristophe Leroy2019-02-211-4/+4
| * powerpc/book3s: Remove pgd/pud/pmd_set() interfacesAneesh Kumar K.V2019-02-212-18/+4Star
| * powerpc/mm/hash: Increase vmalloc space to 512T with hash MMUMichael Ellerman2019-02-211-9/+23
| * Merge branch 'fixes' into nextMichael Ellerman2019-02-191-17/+9Star
| |\
| * | powerpc/mm: Add _PAGE_SAO to _PAGE_CACHE_CTL maskReza Arbab2019-01-301-1/+1
| * | powerpc/mm: Fix compile when CONFIG_PPC_RADIX_MMU is not definedAlexey Kardashevskiy2019-01-151-6/+24
* | | arch/powerpc/mm/hugetlb: NestMMU workaround for hugetlb mprotect RW upgradeAneesh Kumar K.V2019-03-061-0/+12
* | | arch/powerpc/mm: Nest MMU workaround for mprotect RW upgradeAneesh Kumar K.V2019-03-062-0/+22
| |/ |/|
* | powerpc/64s: Fix possible corruption on big endian due to pgd/pud_present()Michael Ellerman2019-02-171-2/+2
* | powerpc/radix: Fix kernel crash with mremap()Aneesh Kumar K.V2019-01-311-15/+7Star
|/
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-042-10/+8Star
* powerpc/mm: Remove very old comment in hash-4k.hMichael Ellerman2018-12-221-5/+1Star
* powerpc/mm: add exec protection on powerpc 603Christophe Leroy2018-12-192-9/+10
* powerpc/book3s/32: Use patch_site to patch hash functionsChristophe Leroy2018-12-191-0/+6
* powerpc/mm: dump block address translation on book3s/32Christophe Leroy2018-12-041-0/+4
* 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-11/+16
* powerpc/mm: Move pgtable_t into platform headersChristophe Leroy2018-12-042-0/+11
* powerpc/mm: Move pte_fragment_alloc() to a common locationChristophe Leroy2018-12-041-0/+1
* powerpc/book3s32: Remove CONFIG_BOOKE dependent codeChristophe Leroy2018-12-042-32/+0Star
* powerpc/32: Remove #ifdef CONFIG_PPC_STD_MMU_32 in asm/book3s/32/pgtable.hChristophe Leroy2018-11-261-6/+3Star
* powerpc/mm: remove const type qualifier from function ‘pud_pfn’Mathieu Malaterre2018-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
* | | Merge tag 'powerpc-4.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-10-268-123/+325
|\ \ \ | |/ / |/| |
| * | powerpc/mm: Make pte_pgprot return all pte bitsAneesh Kumar K.V2018-10-182-14/+0Star
| * | powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V2018-10-141-25/+57
| * | powerpc/mm/hash: Rename get_ea_context to get_user_contextAneesh Kumar K.V2018-10-141-2/+2
| * | powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin2018-10-141-1/+1
| * | powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin2018-10-141-0/+2
| * | powerpc/book3s64: Avoid multiple endian conversion in pte helpersChristophe Leroy2018-10-141-39/+32Star
| * | powerpc/book3s/32: do not include pte-common.hChristophe Leroy2018-10-141-4/+98
| * | powerpc/mm: move __P and __S tables in the common pgtable.hChristophe Leroy2018-10-141-20/+0Star
| * | powerpc/mm: drop unused page flagsChristophe Leroy2018-10-141-9/+1Star
| * | powerpc/mm: use pte helpers in generic codeChristophe Leroy2018-10-141-6/+3Star
| * | powerpc/mm: add pte helpers to query and change pte flagsChristophe Leroy2018-10-142-0/+76
| * | powerpc/mm: don't use _PAGE_EXEC in book3s/32Christophe Leroy2018-10-141-1/+1
| * | powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-143-7/+5Star
| * | powerpc/mm:book3s: Enable THP migration supportAneesh Kumar K.V2018-10-031-0/+8
| * | powerpc/mm/thp: update pmd_trans_huge to check for pmd_presentAneesh Kumar K.V2018-10-032-0/+21
| * | powerpc/mm/hugetlb/book3s: add _PAGE_PRESENT to hugepd pointer.Aneesh Kumar K.V2018-10-032-1/+4