summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64/pgalloc.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm/book3s/radix: Add mapping statisticsAneesh Kumar K.V2018-08-131-0/+7
* powerpc/mm: Don't report PUDs as memory leaks when using kmemleakMichael Ellerman2018-07-301-2/+21
* powerpc/mm: Use page fragments for allocation page table at PMD levelAneesh Kumar K.V2018-05-151-5/+3
* powerpc/mm: Implement helpers for pagetable fragment support at PMD levelAneesh Kumar K.V2018-05-151-0/+2
* powerpc/book3s64/mm: Simplify the rcu callback for page table freeAneesh Kumar K.V2018-05-151-5/+5
* powerpc/mm/book3s64/4k: Switch 4k pagesize config to use pagetable fragmentAneesh Kumar K.V2018-05-151-26/+0
* powerpc/mm/hash: Don't memset pgd table if not neededAneesh Kumar K.V2018-03-311-1/+11
* powerpc/mm/hash64: Zero PGD pages on allocationAneesh Kumar K.V2018-02-131-2/+8
* powerpc/mm: Fix crashes with 16G huge pagesAneesh Kumar K.V2018-02-131-3/+3
* powerpc/mm/nohash: Move definition of PGALLOC_GFP to fix build errorsMichael Ellerman2017-08-151-2/+0
* mm, tree wide: replace __GFP_REPEAT by __GFP_RETRY_MAYFAIL with more useful s...Michal Hocko2017-07-121-1/+1
* powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh2017-06-051-6/+10
* Merge tag 'powerpc-4.7-4' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-06-251-1/+15
|\
| * powerpc/mm/radix: Flush page walk cache when freeing page tableAneesh Kumar K.V2016-06-101-1/+15
* | powerpc: get rid of superfluous __GFP_REPEATMichal Hocko2016-06-241-6/+4
* | tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-1/+1
|/
* powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V2016-05-111-4/+30
* powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V2016-05-111-108/+39
* powerpc/mm: Rename function to indicate we are allocating fragmentsAneesh Kumar K.V2016-05-111-6/+6
* powerpc/mm: Simplify the code dropping 4-level table #ifdefAneesh Kumar K.V2016-05-111-39/+18
* powerpc/mm: Copy pgalloc (part 2)Aneesh Kumar K.V2016-05-111-6/+11
* powerpc/mm: Make a copy of pgalloc.h for 32 and 64 book3sAneesh Kumar K.V2016-05-111-0/+266