aboutsummaryrefslogtreecommitdiffstats
path: root/arch/riscv/include/asm/pgalloc.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-04-01riscv: pgtable: unconditionally use tlb_remove_ptdesc()Qi Zheng1-22/+4
2025-01-25asm-generic: pgalloc: provide generic __pgd_{alloc,free}Kevin Brodsky1-2/+1
2025-01-25riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()Qi Zheng1-21/+17
2025-01-25mm: pgtable: introduce pagetable_dtor()Qi Zheng1-4/+4
2025-01-25mm: pgtable: add statistics for P4D level page tableQi Zheng1-1/+5
2025-01-25asm-generic: pgalloc: provide generic p4d_{alloc_one,free}Kevin Brodsky1-23/+0
2025-01-25riscv: mm: skip pgtable level check in {pud,p4d}_alloc_oneKevin Brodsky1-18/+4
2024-04-29riscv: Use IPIs for remote cache/TLB flushes by defaultSamuel Holland1-3/+4
2024-04-29riscv: Factor out page table TLB synchronizationSamuel Holland1-18/+13
2024-01-24riscv: enable MMU_GATHER_RCU_TABLE_FREE for SMP && MMUJisheng Zhang1-5/+18
2024-01-24riscv: tlb: convert __p*d_free_tlb() to inline functionsJisheng Zhang1-22/+32
2024-01-24riscv: tlb: fix __p*d_free_tlb()Jisheng Zhang1-3/+17
2023-08-21riscv: convert alloc_{pmd, pte}_late() to use ptdescsVishal Moola (Oracle)1-4/+4
2022-11-28riscv: Sync efi page table's kernel mappings before switchingAlexandre Ghiti1-3/+8
2022-02-14riscv: mm: Control p4d's folding by pgtable_l5_enabledQinglin Pan1-0/+49
2022-01-19riscv: Implement sv48 supportAlexandre Ghiti1-0/+40
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual1-2/+0
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport1-5/+0
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport1-12/+1
2019-11-17riscv: add nommu supportChristoph Hellwig1-0/+2
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland1-1/+1
2019-09-24mm: remove quicklist page table cachesNicholas Piggin1-4/+0
2019-07-12riscv: switch to generic version of pte allocationMike Rapoport1-27/+2
2019-06-05treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286Thomas Gleixner1-9/+1
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)1-4/+2
2017-09-26RISC-V: Paging and MMUPalmer Dabbelt1-0/+124