summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/book3s32/tlb.c
AgeCommit message (Expand)AuthorFilesLines
2022-09-27powerpc: remove mmap linked list walksMatthew Wilcox (Oracle)1-5/+6
2020-12-09powerpc/32s: Move early_mmu_init() into mmu.cChristophe Leroy1-4/+0
2020-12-09powerpc/32s: Inline flush_hash_entry()Christophe Leroy1-14/+0
2020-12-09powerpc/32s: Inline tlb_flush()Christophe Leroy1-15/+0
2020-12-09powerpc/32s: Split and inline flush_range()Christophe Leroy1-10/+3
2020-12-09powerpc/32s: Inline flush_tlb_range() and flush_tlb_kernel_range()Christophe Leroy1-23/+7
2020-12-09powerpc/32s: Split and inline flush_tlb_mm() and flush_tlb_page()Christophe Leroy1-13/+4
2020-12-09powerpc/32s: Use mmu_has_feature(MMU_FTR_HPTE_TABLE) instead of checking Hash...Christophe Leroy1-5/+5
2020-06-09mmap locking API: convert mmap_sem commentsMichel Lespinasse1-1/+1
2020-06-09mm: pgtable: add shortcuts for accessing kernel PMD and PTEMike Rapoport1-2/+2
2020-02-26powerpc/32: refactor pmd_offset(pud_offset(pgd_offset...Christophe Leroy1-2/+2
2020-02-19powerpc/32s: Don't flush all TLBs when flushing one pageChristophe Leroy1-2/+5
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2019-05-02powerpc/mm: Move book3s32 specifics in subdirectory mm/book3s64Christophe Leroy1-0/+173