index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
nohash
/
64
/
pgalloc.h
Age
Commit message (
Expand
)
Author
2022-06-29
powerpc/64e: Rewrite p4d_populate() as a static inline function
Christophe Leroy
2020-06-04
powerpc: add support for folded p4d page tables
Mike Rapoport
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-03
powerpc/mm: refactor pgd_alloc() and pgd_free() on nohash
Christophe Leroy
2019-05-03
powerpc/mm: refactor pmd_pgtable()
Christophe Leroy
2019-05-03
powerpc/mm: refactor pgtable freeing functions on nohash
Christophe Leroy
2019-05-03
powerpc/mm: refactor definition of pgtable_cache[]
Christophe Leroy
2019-05-03
powerpc/mm: refactor pte_alloc_one() and pte_free() families definition.
Christophe Leroy
2019-05-03
powerpc/mm: convert Book3E 64 to pte_fragment
Christophe Leroy
2019-05-03
powerpc/64: only book3s/64 supports CONFIG_PPC_64K_PAGES
Christophe Leroy
2019-01-04
mm: treewide: remove unused address argument from pte_alloc functions
Joel Fernandes (Google)
2018-12-04
powerpc/mm: enable the use of page table cache of order 0
Christophe Leroy
2018-06-20
powerpc/mm/hash/4k: Free hugetlb page table caches correctly.
Aneesh Kumar K.V
2018-06-02
powerpc/mm: Fix kernel crash on page table free
Aneesh Kumar K.V
2018-05-15
powerpc/mm/nohash: Remove pte fragment dependency from nohash
Aneesh Kumar K.V
2018-05-15
powerpc/mm/book3e/64: Remove unsupported 64Kpage size from 64bit booke
Aneesh Kumar K.V
2017-06-05
powerpc/mm/book(e)(3s)/64: Add page table accounting
Balbir Singh
2016-06-24
powerpc: 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
2016-06-10
powerpc/nohash: Fix build break with 64K pages
Michael Ellerman
2016-05-11
powerpc/mm: Make 4K and 64K use pte_t for pgtable_t
Aneesh Kumar K.V
2016-05-11
powerpc/mm: Rename function to indicate we are allocating fragments
Aneesh Kumar K.V
2016-05-11
powerpc/mm: Revert changes made to nohash pgalloc-64.h
Aneesh Kumar K.V
2016-05-11
powerpc/mm: Copy pgalloc (part 2)
Aneesh Kumar K.V