index
:
pm24.git
cpufreq-rust
master
more-events
perf-mon
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
riscv
/
include
/
asm
/
pgalloc.h
Age
Commit message (
Expand
)
Author
2025-01-25
asm-generic: pgalloc: provide generic __pgd_{alloc,free}
Kevin Brodsky
2025-01-25
riscv: pgtable: move pagetable_dtor() to __tlb_remove_table()
Qi Zheng
2025-01-25
mm: pgtable: introduce pagetable_dtor()
Qi Zheng
2025-01-25
mm: pgtable: add statistics for P4D level page table
Qi Zheng
2025-01-25
asm-generic: pgalloc: provide generic p4d_{alloc_one,free}
Kevin Brodsky
2025-01-25
riscv: mm: skip pgtable level check in {pud,p4d}_alloc_one
Kevin Brodsky
2024-04-29
riscv: Use IPIs for remote cache/TLB flushes by default
Samuel Holland
2024-04-29
riscv: Factor out page table TLB synchronization
Samuel Holland
2024-01-24
riscv: enable MMU_GATHER_RCU_TABLE_FREE for SMP && MMU
Jisheng Zhang
2024-01-24
riscv: tlb: convert __p*d_free_tlb() to inline functions
Jisheng Zhang
2024-01-24
riscv: tlb: fix __p*d_free_tlb()
Jisheng Zhang
2023-08-21
riscv: convert alloc_{pmd, pte}_late() to use ptdescs
Vishal Moola (Oracle)
2022-11-28
riscv: Sync efi page table's kernel mappings before switching
Alexandre Ghiti
2022-02-14
riscv: mm: Control p4d's folding by pgtable_l5_enabled
Qinglin Pan
2022-01-19
riscv: Implement sv48 support
Alexandre Ghiti
2021-07-01
mm/thp: define default pmd_pgtable()
Anshuman Khandual
2020-08-07
asm-generic: pgalloc: provide generic pgd_free()
Mike Rapoport
2020-08-07
asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
Mike Rapoport
2019-11-17
riscv: add nommu support
Christoph Hellwig
2019-09-26
mm: treewide: clarify pgtable_page_{ctor,dtor}() naming
Mark Rutland
2019-09-24
mm: remove quicklist page table caches
Nicholas Piggin
2019-07-12
riscv: switch to generic version of pte allocation
Mike Rapoport
2019-06-05
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 286
Thomas Gleixner
2019-01-04
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
2017-09-26
RISC-V: Paging and MMU
Palmer Dabbelt