index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
mips
/
include
/
asm
/
pgalloc.h
Age
Commit message (
Expand
)
Author
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