summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64/hash.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s: use contiguous PMD/PUD instead of HUGEPDChristophe Leroy2024-07-121-7/+33
* powerpc: Refactor __kernel_map_pages()Christophe Leroy2024-03-031-2/+0
* powerpc/book3s64/mm: enable transparent pud hugepageAneesh Kumar K.V2023-08-181-0/+9
* powerpc/mm/book3s64/hash/4k: Add pmd_same callback for 4K page sizeAneesh Kumar K.V2023-07-101-0/+5
* powerpc: Book3S 64-bit outline-only KASAN supportDaniel Axtens2022-05-221-0/+4
* powerpc/64s: Always define arch unmapped area callsNicholas Piggin2021-12-091-4/+0
* powerpc/s64: Clarify that radix lacks DEBUG_PAGEALLOCJoel Stanley2021-10-221-0/+2
* powerpc/book3s64/kuap: Use Key 3 for kernel mapping with hash translationAneesh Kumar K.V2020-12-041-1/+1
* powerpc: add support for folded p4d page tablesMike Rapoport2020-06-041-2/+2
* powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe2020-04-101-1/+2
* powerpc/mm/hash: Fix get_region_id() for invalid addressesAneesh Kumar K.V2019-05-171-0/+4
* powerpc/mm: Drop VM_BUG_ON in get_region_id()Aneesh Kumar K.V2019-05-171-2/+0
* powerpc/mm/hash: Rename KERNEL_REGION_ID to LINEAR_MAP_REGION_IDAneesh Kumar K.V2019-04-211-2/+2
* powerpc/mm/hash: Simplify the region id calculation.Aneesh Kumar K.V2019-04-211-16/+15
* powerpc/mm/hash64: Map all the kernel regions in the same 0xc rangeAneesh Kumar K.V2019-04-211-34/+61
* powerpc/mm/hash64: Add a variable to track the end of IO mappingAneesh Kumar K.V2019-04-211-1/+2
* powerpc/mm/hash: Increase vmalloc space to 512T with hash MMUMichael Ellerman2019-02-221-9/+23
* powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-141-2/+1
* powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bitAneesh Kumar K.V2018-10-031-0/+5
* powerpc: move ASM_CONST and stringify_in_c() into asm-const.hChristophe Leroy2018-07-301-0/+2
* powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V2018-05-151-10/+0
* Merge branch 'topic/paca' into nextMichael Ellerman2018-03-311-1/+1
|\
| * powerpc/mm: Pass node id into create_section_mappingNicholas Piggin2018-03-311-1/+1
* | powerpc/mm/hash64: Allocate larger PMD table if hugetlb config is enabledAneesh Kumar K.V2018-02-131-1/+2
* | powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V2018-02-131-0/+10
|/
* powerpc: Swizzle around 4K PTE bits to free up bit 5 and bit 6Ram Pai2017-12-201-1/+0
* powerpc: Free up four 64K PTE bits in 64K backed HPTE pagesRam Pai2017-12-201-3/+0
* powerpc: Free up four 64K PTE bits in 4K backed HPTE pagesRam Pai2017-12-201-1/+0
* powerpc: introduce pte_get_hash_gslot() helperRam Pai2017-12-201-0/+3
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* powerpc/mm/hash64: Make vmalloc 56T on hashMichael Ellerman2017-08-081-2/+2
* powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman2017-08-081-0/+2
* powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman2017-07-181-0/+1
* powerpc/mm/hash: Implement mark_rodata_ro() for hashBalbir Singh2017-07-041-0/+3
* powerpc/mm: Move hash specific pte bits to be top bits of RPNAneesh Kumar K.V2017-03-311-12/+5
* powerpc/mm: Cleanup bits definition between hash and radix.Aneesh Kumar K.V2017-03-311-4/+5
* powerpc/mm/4k: don't allocate larger pmd page table for 4kAneesh Kumar K.V2017-01-231-2/+2
* powerpc/mm: Fix memory hotplug BUG() on radixReza Arbab2017-01-171-0/+4
* powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V2016-05-111-7/+7
* powerpc/mm: Abstraction for vmemmap and map_kernel_page()Aneesh Kumar K.V2016-05-011-0/+8
* powerpc/mm: Add radix callbacks to pte accessorsAneesh Kumar K.V2016-05-011-21/+20
* powerpc/mm: Move page table index and and vaddr to pgtable.hAneesh Kumar K.V2016-05-011-16/+0
* powerpc/mm: Make page table size a variableAneesh Kumar K.V2016-05-011-5/+9
* powerpc/mm: Move pte accessors that operate on common pte bits to pgtable.hAneesh Kumar K.V2016-05-011-205/+0
* powerpc/mm: Move common pte bits and accessors to book3s/64/pgtable.hAneesh Kumar K.V2016-05-011-136/+0
* powerpc/mm: Handle _PTE_NONE_MASKAneesh Kumar K.V2016-05-011-4/+2
* powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V2016-05-011-20/+18
* powerpc/mm: Use generic version of ptep_clear_flush_young()Aneesh Kumar K.V2016-05-011-16/+7
* powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V2016-05-011-39/+31
* powerpc/mm: Update _PAGE_KERNEL_ROAneesh Kumar K.V2016-05-011-2/+2