index
:
pm24.git
master
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
/
parisc
/
include
/
asm
/
pgalloc.h
Age
Commit message (
Expand
)
Author
2022-07-17
parisc: rename PGD_ORDER to PGD_TABLE_ORDER
Mike Rapoport
2021-08-30
parisc: Rename PMD_ORDER to PMD_TABLE_ORDER
Matthew Wilcox (Oracle)
2021-07-01
mm/thp: define default pmd_pgtable()
Anshuman Khandual
2021-02-12
parisc: Optimize per-pagetable spinlocks
Helge Deller
2020-08-16
parisc: fix PMD pages allocation by restoring pmd_alloc_one()
Mike Rapoport
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-12-04
parisc: use pgtable-nopXd instead of 4level-fixup
Mike Rapoport
2019-09-24
mm: remove quicklist page table caches
Nicholas Piggin
2019-07-12
parisc: switch to generic version of pte allocation
Mike Rapoport
2019-05-03
parisc: Use per-pagetable spinlock
Mikulas Patocka
2019-01-04
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2016-06-24
parisc: get rid of superfluous __GFP_REPEAT
Michal Hocko
2016-06-24
tree wide: get rid of __GFP_REPEAT for order-0 allocations part I
Michal Hocko
2015-11-20
parisc: Fix wrong comment regarding first pmd entry flags
Helge Deller
2015-07-19
parisc: mm: Fix a memory leak related to pmd not attached to the pgd
Christophe Jaillet
2015-04-21
parisc: Replace PT_NLEVELS with CONFIG_PGTABLE_LEVELS
Guenter Roeck
2015-04-14
parisc: expose number of page table levels on Kconfig level
Kirill A. Shutemov
2015-03-23
parisc: Fix pmd code to depend on PT_NLEVELS value, not on CONFIG_64BIT
Helge Deller
2015-03-23
parisc: mm: don't count preallocated pmds
Mikulas Patocka
2013-11-15
parisc: handle pgtable_page_ctor() fail
Kirill A. Shutemov
2008-10-10
parisc: move include/asm-parisc to arch/parisc/include/asm
Kyle McMartin