summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/book3s64/hash_utils.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-11powerpc/mm: thread pgprot_t through create_section_mapping()Logan Gunthorpe1-2/+3
2020-03-04powerpc/mm: book3s64: hash_utils: no need to check return value of debugfs_cr...Greg Kroah-Hartman1-5/+2
2020-01-16powerpc/book3s64/hash: Disable 16M linear mapping size if not alignedRussell Currey1-1/+10
2019-11-05powerpc/book3s64/hash: Add cond_resched to avoid soft lockup warningAneesh Kumar K.V1-0/+1
2019-10-28powerpc/book3s64/hash: Use secondary hash for bolted mapping if the primary i...Aneesh Kumar K.V1-1/+12
2019-10-28powerpc/pseries: Don't fail hash page table insert for bolted mappingAneesh Kumar K.V1-1/+8
2019-09-25thp: update split_huge_page_pmd() commentKefeng Wang1-1/+1
2019-09-13powerpc/64s: Remove overlaps_kvm_tmp()Michael Ellerman1-4/+0
2019-09-05powerpc/64s: remove unnecessary translation cache flushes at bootNicholas Piggin1-1/+1
2019-09-05powerpc/64s: make mmu_partition_table_set_entry TLB flush optionalNicholas Piggin1-1/+1
2019-09-05powerpc/64s: remove register_process_table callbackNicholas Piggin1-6/+0
2019-08-30powerpc/64s/exception: reduce page fault unnecessary loadsNicholas Piggin1-2/+2
2019-08-30Merge branch 'topic/ppc-kvm' into nextMichael Ellerman1-2/+3
2019-08-30powerpc/mm: Write to PTCR only if ultravisor disabledClaudio Carvalho1-2/+3
2019-08-20powerpc/mm: move update_mmu_cache() into book3s hash utils.Christophe Leroy1-2/+53
2019-08-19powerpc/pseries: Fix cpu_hotplug_lock acquisition in resize_hpt()Gautham R. Shenoy1-1/+8
2019-08-15powerpc/64s: Make boot look nice(r)Nicholas Piggin1-3/+0
2019-07-15powerpc/mm: Limit rma_size to 1TB when running without HV modeSuraj Jitindar Singh1-0/+9
2019-07-14Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-4/+2
2019-07-04powerpc/mm/hash/4k: Don't use 64K page size for vmemmap with 4K pagesizeAneesh Kumar K.V1-3/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-5/+1
2019-05-28powerpc/mm: Make some symbols static that can beYueHaibing1-1/+1
2019-05-02powerpc/mm: print hash info in a helperChristophe Leroy1-0/+13
2019-05-02powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy1-0/+1
2019-05-02powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy1-1/+1
2019-05-02powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy1-0/+1946