aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64/hash.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-05-22powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens1-0/+4
2021-12-09powerpc/64s: Always define arch unmapped area callsNicholas Piggin1-4/+0
2021-10-22powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOCJoel Stanley1-0/+2
2020-12-04powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translationAneesh Kumar K.V1-1/+1
2020-06-04powerpc: add support for folded p4d page tablesMike Rapoport1-2/+2
2020-04-10powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe1-1/+2
2019-05-17powerpc/mm/hash: Fix get_region_id() for invalid addressesAneesh Kumar K.V1-0/+4
2019-05-17powerpc/mm: Drop VM_BUG_ON in get_region_id()Aneesh Kumar K.V1-2/+0
2019-04-21powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_IDAneesh Kumar K.V1-2/+2
2019-04-21powerpc/mm/hash: Simplify the region id calculation.Aneesh Kumar K.V1-16/+15
2019-04-21powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V1-34/+61
2019-04-21powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V1-1/+2
2019-02-22powerpc/mm/hash: Increase vmalloc space to 512T with hash MMUMichael Ellerman1-9/+23
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy1-2/+1
2018-10-03powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bitAneesh Kumar K.V1-0/+5
2018-07-30powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy1-0/+2
2018-05-15powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V1-10/+0
2018-03-31Merge branch 'topic/paca' into nextMichael Ellerman1-1/+1
2018-03-31powerpc/mm: Pass node id into create_section_mappingNicholas Piggin1-1/+1
2018-02-13powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabledAneesh Kumar K.V1-1/+2
2018-02-13powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V1-0/+10
2017-12-20powerpc: Swizzle around 4K PTE bits to free up bit 5 and bit 6Ram Pai1-1/+0
2017-12-20powerpc: Free up four 64K PTE bits in 64K backed HPTE pagesRam Pai1-3/+0
2017-12-20powerpc: Free up four 64K PTE bits in 4K backed HPTE pagesRam Pai1-1/+0
2017-12-20powerpc: introduce pte_get_hash_gslot() helperRam Pai1-0/+3
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-08-08powerpc/mm/hash64: Make vmalloc 56T on hashMichael Ellerman1-2/+2
2017-08-08powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman1-0/+2
2017-07-18powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman1-0/+1
2017-07-04powerpc/mm/hash: Implement mark_rodata_ro() for hashBalbir Singh1-0/+3
2017-03-31powerpc/mm: Move hash specific pte bits to be top bits of RPNAneesh Kumar K.V1-12/+5
2017-03-31powerpc/mm: Cleanup bits definition between hash and radix.Aneesh Kumar K.V1-4/+5
2017-01-23powerpc/mm/4k: don't allocate larger pmd page table for 4kAneesh Kumar K.V1-2/+2
2017-01-17powerpc/mm: Fix memory hotplug BUG() on radixReza Arbab1-0/+4
2016-05-11powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V1-7/+7
2016-05-01powerpc/mm: Abstraction for vmemmap and map_kernel_page()Aneesh Kumar K.V1-0/+8
2016-05-01powerpc/mm: Add radix callbacks to pte accessorsAneesh Kumar K.V1-21/+20
2016-05-01powerpc/mm: Move page table index and and vaddr to pgtable.hAneesh Kumar K.V1-16/+0
2016-05-01powerpc/mm: Make page table size a variableAneesh Kumar K.V1-5/+9
2016-05-01powerpc/mm: Move pte accessors that operate on common pte bits to pgtable.hAneesh Kumar K.V1-205/+0
2016-05-01powerpc/mm: Move common pte bits and accessors to book3s/64/pgtable.hAneesh Kumar K.V1-136/+0
2016-05-01powerpc/mm: Handle _PTE_NONE_MASKAneesh Kumar K.V1-4/+2
2016-05-01powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V1-20/+18
2016-05-01powerpc/mm: Use generic version of ptep_clear_flush_young()Aneesh Kumar K.V1-16/+7
2016-05-01powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V1-39/+31
2016-05-01powerpc/mm: Update _PAGE_KERNEL_ROAneesh Kumar K.V1-2/+2
2016-05-01powerpc/mm: Remove RPN_SHIFT and RPN_SIZEAneesh Kumar K.V1-8/+7
2016-05-01powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V1-17/+17
2016-05-01powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V1-14/+21
2016-05-01powerpc/mm: Use pte_raw() in pte_same()/pmd_same()Michael Ellerman1-1/+5