index
:
linux.git
bh1745
master
multitile
next/stmfts-20170210
next/vr-20170117
tizen/tizen
tizen/vr
vm-bind
Linux Kernel
Andi Shyti
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
powerpc
/
include
/
asm
/
book3s
/
64
/
pgalloc.h
Age
Commit message (
Expand
)
Author
2022-09-28
powerpc/64s: Enable KFENCE on book3s64
Nicholas Miehlbradt
2020-07-20
powerpc/mm/radix: Fix PTE/PMD fragment count for early page table mappings
Aneesh Kumar K.V
2020-06-04
powerpc: add support for folded p4d page tables
Mike Rapoport
2020-02-04
powerpc/mmu_gather: enable RCU_TABLE_FREE even for !SMP case
Aneesh Kumar K.V
2019-11-05
powerpc/mm/book3s64/radix: Use freed_tables instead of need_flush_all
Aneesh Kumar K.V
2019-05-30
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152
Thomas Gleixner
2019-05-07
powerpc/book3s/64: check for NULL pointer in pgd_alloc()
Rick Lindsley
2019-05-03
powerpc/mm: refactor pmd_pgtable()
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-02-22
powerpc/book3s: Remove pgd/pud/pmd_set() interfaces
Aneesh Kumar K.V
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-12-04
powerpc/mm: Move pte_fragment_alloc() to a common location
Christophe Leroy
2018-08-13
powerpc/mm/book3s/radix: Add mapping statistics
Aneesh Kumar K.V
2018-07-30
powerpc/mm: Don't report PUDs as memory leaks when using kmemleak
Michael Ellerman
2018-05-15
powerpc/mm: Use page fragments for allocation page table at PMD level
Aneesh Kumar K.V
2018-05-15
powerpc/mm: Implement helpers for pagetable fragment support at PMD level
Aneesh Kumar K.V
2018-05-15
powerpc/book3s64/mm: Simplify the rcu callback for page table free
Aneesh Kumar K.V
2018-05-15
powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragment
Aneesh Kumar K.V
2018-03-31
powerpc/mm/hash: Don't memset pgd table if not needed
Aneesh Kumar K.V
2018-02-13
powerpc/mm/hash64: Zero PGD pages on allocation
Aneesh Kumar K.V
2018-02-13
powerpc/mm: Fix crashes with 16G huge pages
Aneesh Kumar K.V
2017-08-15
powerpc/mm/nohash: Move definition of PGALLOC_GFP to fix build errors
Michael Ellerman
2017-07-12
mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...
Michal Hocko
2017-06-05
powerpc/mm/book(e)(3s)/64: Add page table accounting
Balbir Singh
2016-06-25
Merge tag 'powerpc-4.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...
Linus Torvalds
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/mm/radix: Flush page walk cache when freeing page table
Aneesh Kumar K.V
2016-05-11
powerpc/mm: Add radix pgalloc details
Aneesh Kumar K.V
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: Simplify the code dropping 4-level table #ifdef
Aneesh Kumar K.V
2016-05-11
powerpc/mm: Copy pgalloc (part 2)
Aneesh Kumar K.V
2016-05-11
powerpc/mm: Make a copy of pgalloc.h for 32 and 64 book3s
Aneesh Kumar K.V