开源镜像站
帮助
动态
GitHub
index
:
lwn.git
alabaster
automarkup
doc/4.4
doc/4.8-fixes
doc/4.9
doc/asciidoc
doc/sphinx
docs-fixes
docs-mw
docs-next
docs-next-merge
header-removal
master
next
Linux kernel documentation tree maintained by Jonathan Corbet
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
include
/
asm
/
pgalloc.h
Age
Commit message (
Expand
)
Author
2023-10-06
mm: add statistics for PUD level pagetable
Baolin Wang
2023-08-21
mips: convert various functions to use ptdescs
Vishal Moola (Oracle)
2022-12-11
MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()
Feiyang Chen
2022-07-17
mips: rename PGD_ORDER to PGD_TABLE_ORDER
Mike Rapoport
2022-07-17
mips: rename PUD_ORDER to PUD_TABLE_ORDER
Mike Rapoport
2022-07-17
mips: rename PMD_ORDER to PMD_TABLE_ORDER
Matthew Wilcox (Oracle)
2022-03-14
MIPS: pgalloc: fix memory leak caused by pgd_free()
Yaliang Wang
2021-08-05
MIPS: check return value of pgtable_pmd_page_ctor
Huang Pei
2021-07-02
Merge branch 'akpm' (patches from Andrew)
Linus Torvalds
2021-07-01
mm/thp: define default pmd_pgtable()
Anshuman Khandual
2021-06-21
MIPS: add PMD table accounting into MIPS'pmd_alloc_one
Huang Pei
2020-08-07
asm-generic: pgalloc: provide generic pgd_free()
Mike Rapoport
2020-08-07
asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()
Mike Rapoport
2020-08-07
asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()
Mike Rapoport
2019-11-22
mips: add support for folded p4d page tables
Mike Rapoport
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
mips: switch to generic version of pte allocation
Mike Rapoport
2019-01-04
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
2017-07-12
MIPS: do not use __GFP_REPEAT for order-0 request
Michal Hocko
2017-04-10
MIPS: Add 48-bit VA space (and 4-level page tables) for 4K pages.
Alex Belits
2017-02-02
MIPS: Move pgd_alloc() out of header
James Hogan
2016-10-04
MIPS: Squash lines for simple wrapper functions
Masahiro Yamada
2016-06-24
mips: get rid of superfluous __GFP_REPEAT
Michal Hocko
2013-11-15
mips: handle pgtable_page_ctor() fail
Kirill A. Shutemov
2010-02-27
MIPS: Two-level pagetables for 64-bit kernels with 64KB pages.
David Daney
2009-07-27
mm: Remove duplicate definitions in MIPS and SH
Benjamin Herrenschmidt
2009-07-27
mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()
Benjamin Herrenschmidt
2008-10-11
MIPS: Move headfiles to new location below arch/mips/include
Ralf Baechle