summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/book3s64/hash_utils.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-07Merge tag 'powerpc-5.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-11/+14
2020-07-29powerpc/mm: Limit resize_hpt_for_hotplug() call to hash guests onlyBharata B Rao1-1/+7
2020-07-27powerpc/64s/hash: Fix hash_preload running with interrupts enabledNicholas Piggin1-0/+25
2020-07-23powerpc/mm/hash64: Remove comment that is no longer validSantosh Sivaraj1-4/+0
2020-07-22powerpc/64s: Remove PROT_SAO supportNicholas Piggin1-2/+0
2020-07-20powerpc/book3s64/kuap: Move UAMOR setup to key init functionAneesh Kumar K.V1-0/+4
2020-06-22powerpc/mm/book3s64: Skip 16G page reservation with radixAneesh Kumar K.V1-1/+1
2020-06-22powerpc/mm: Fix typo in IS_ENABLED()Joe Perches1-3/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport1-1/+1
2020-05-28powerpc/64s/radix: Don't prefetch DAR in update_mmu_cacheNicholas Piggin1-3/+1
2020-05-20powerpc/64s/hash: Add stress_slb kernel boot option to increase SLB faultsNicholas Piggin1-0/+6
2020-05-05powerpc/book3s64/hash: Use the pte_t address from the callerAneesh Kumar K.V1-22/+5
2020-05-05powerpc/mm/hash64: use _PAGE_PTE when checking for pte_presentAneesh Kumar K.V1-2/+9
2020-05-05powerpc/pkeys: Avoid using lockless page table walkAneesh Kumar K.V1-24/+0
2020-04-10powerpc/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-24thp: update split_huge_page_pmd() commentKefeng Wang1-1/+1
2019-09-14powerpc/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-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds1-4/+2
2019-07-05powerpc/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-03powerpc/mm: print hash info in a helperChristophe Leroy1-0/+13
2019-05-03powerpc/mm: move hugetlb_disabled into asm/hugetlb.hChristophe Leroy1-0/+1
2019-05-03powerpc/mm: define subarch SLB_ADDR_LIMIT_DEFAULTChristophe Leroy1-1/+1
2019-05-03powerpc/mm: Move book3s64 specifics in subdirectory mm/book3s64Christophe Leroy1-0/+1946