summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s
Commit message (Expand)AuthorAgeFilesLines
...
* powerpc/mm: drop __bad_pte()Christophe Leroy2019-05-031-2/+0
* powerpc/mm: cleanup ifdef mess in add_huge_page_size()Christophe Leroy2019-05-031-0/+27
* powerpc/mm: add a helper to populate hugepdChristophe Leroy2019-05-031-0/+5
* powerpc/mm: split asm/hugetlb.h into dedicated subarch filesChristophe Leroy2019-05-031-0/+40
* powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy2019-05-031-0/+2
* powerpc/mm: get rid of mm_ctx_slice_mask_xxx()Christophe Leroy2019-05-031-28/+4
* powerpc/mm: move slice_mask_for_size() into mmu.hChristophe Leroy2019-05-031-0/+17
* powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_IDAneesh Kumar K.V2019-04-212-3/+3
* powerpc/mm/hash: Simplify the region id calculation.Aneesh Kumar K.V2019-04-214-18/+20
* powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2019-04-216-73/+119
* powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V2019-04-213-4/+8
* powerc/mm/hash: Reduce hash_mm_context sizeAneesh Kumar K.V2019-04-212-4/+2
* powerpc/mm: Reduce memory usage for mm_context_t for radixAneesh Kumar K.V2019-04-212-38/+44
* powerpc/mm: Add helpers for accessing hash translation related variablesAneesh Kumar K.V2019-04-212-3/+64
* powerpc/mm: Remove PPC_MM_SLICES #ifdef for book3s64Aneesh Kumar K.V2019-04-212-17/+0
* powerpc/mm: Fix build error with FLATMEM book3s64 configAneesh Kumar K.V2019-04-211-0/+15
* powerpc/32s: Implement Kernel Userspace Access ProtectionChristophe Leroy2019-04-211-0/+103
* powerpc/32s: Prepare Kernel Userspace Access ProtectionChristophe Leroy2019-04-211-0/+2
* powerpc/32s: Implement Kernel Userspace Execution Prevention.Christophe Leroy2019-04-212-0/+45
* powerpc/mm: Detect bad KUAP faultsMichael Ellerman2019-04-211-0/+6
* powerpc/64s: Implement KUAP for Radix MMUMichael Ellerman2019-04-211-0/+102
* powerpc/mm: Silence unused-but-set-variable warningsQian Cai2019-04-201-1/+2
* powerpc/mm/64: Document the sizes of/sizes mapped by Pxx_INDEX_SIZEMichael Ellerman2019-04-204-16/+18
* 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-221-4/+4
| * powerpc/book3s: Remove pgd/pud/pmd_set() interfacesAneesh Kumar K.V2019-02-222-18/+4
| * powerpc/mm/hash: Increase vmalloc space to 512T with hash MMUMichael Ellerman2019-02-221-9/+23
| * Merge branch 'fixes' into nextMichael Ellerman2019-02-191-17/+9
| |\
| * | powerpc/mm: Add _PAGE_SAO to _PAGE_CACHE_CTL maskReza Arbab2019-01-311-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-051-0/+12
* | | arch/powerpc/mm: Nest MMU workaround for mprotect RW upgradeAneesh Kumar K.V2019-03-052-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/+7
|/
* mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)2019-01-042-10/+8
* powerpc/mm: Remove very old comment in hash-4k.hMichael Ellerman2018-12-221-5/+1
* 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/+2
* 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/+0
OpenPOWER on IntegriCloud