summaryrefslogtreecommitdiff
path: root/arch/mips/include/asm/pgalloc.h
AgeCommit message (Expand)Author
2023-10-06mm: add statistics for PUD level pagetableBaolin Wang
2023-08-21mips: convert various functions to use ptdescsVishal Moola (Oracle)
2022-12-11MIPS&LoongArch&NIOS2: adjust prototypes of p?d_init()Feiyang Chen
2022-07-17mips: rename PGD_ORDER to PGD_TABLE_ORDERMike Rapoport
2022-07-17mips: rename PUD_ORDER to PUD_TABLE_ORDERMike Rapoport
2022-07-17mips: rename PMD_ORDER to PMD_TABLE_ORDERMatthew Wilcox (Oracle)
2022-03-14MIPS: pgalloc: fix memory leak caused by pgd_free()Yaliang Wang
2021-08-05MIPS: check return value of pgtable_pmd_page_ctorHuang Pei
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01mm/thp: define default pmd_pgtable()Anshuman Khandual
2021-06-21MIPS: add PMD table accounting into MIPS'pmd_alloc_oneHuang Pei
2020-08-07asm-generic: pgalloc: provide generic pgd_free()Mike Rapoport
2020-08-07asm-generic: pgalloc: provide generic pud_alloc_one() and pud_free_one()Mike Rapoport
2020-08-07asm-generic: pgalloc: provide generic pmd_alloc_one() and pmd_free_one()Mike Rapoport
2019-11-22mips: add support for folded p4d page tablesMike Rapoport
2019-09-26mm: treewide: clarify pgtable_page_{ctor,dtor}() namingMark Rutland
2019-09-24mm: remove quicklist page table cachesNicholas Piggin
2019-07-12mips: switch to generic version of pte allocationMike Rapoport
2019-01-04mm: treewide: remove unused address argument from pte_alloc functionsJoel Fernandes (Google)
2017-07-12MIPS: do not use __GFP_REPEAT for order-0 requestMichal Hocko
2017-04-10MIPS: Add 48-bit VA space (and 4-level page tables) for 4K pages.Alex Belits
2017-02-02MIPS: Move pgd_alloc() out of headerJames Hogan
2016-10-04MIPS: Squash lines for simple wrapper functionsMasahiro Yamada
2016-06-24mips: get rid of superfluous __GFP_REPEATMichal Hocko
2013-11-15mips: handle pgtable_page_ctor() failKirill A. Shutemov
2010-02-27MIPS: Two-level pagetables for 64-bit kernels with 64KB pages.David Daney
2009-07-27mm: Remove duplicate definitions in MIPS and SHBenjamin Herrenschmidt
2009-07-27mm: Pass virtual address to [__]p{te,ud,md}_free_tlb()Benjamin Herrenschmidt
2008-10-11MIPS: Move headfiles to new location below arch/mips/includeRalf Baechle