aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/nohash (follow)
AgeCommit message (Expand)AuthorFilesLines
2017-08-15powerpc/hugetlb: fix page rights verification in gup_hugepte()Christophe Leroy1-0/+1
2017-08-15powerpc/mm: declare some local functions staticChristophe Leroy1-3/+0
2017-08-10powerpc/8xx: Getting rid of remaining use of CONFIG_8xxChristophe Leroy1-1/+1
2017-06-05powerpc/mm: Rename map_page() to map_kernel_page() on 32-bitChristophe Leroy1-0/+2
2017-06-05powerpc/mm/book(e)(3s)/32: Add page table accountingBalbir Singh1-1/+2
2017-06-05powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh1-4/+7
2017-03-31powerpc/mm/nohash: MM_SLICE is only used by book3s 64Aneesh Kumar K.V1-5/+0
2017-03-09arch, mm: convert all architectures to use 5level-fixup.hKirill A. Shutemov3-0/+5
2017-03-03powerpc/booke: Fix boot crash due to null hugepdLaurentiu Tudor1-1/+1
2017-01-18powerpc/mm: Fix little-endian 4K hugetlbAneesh Kumar K.V1-2/+3
2016-12-16Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman5-30/+63
2016-12-09powerpc/8xx: Implement support of hugepagesChristophe Leroy2-0/+5
2016-12-09powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy3-30/+58
2016-11-28powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flushAneesh Kumar K.V2-2/+4
2016-11-18powerpc/64: get rid of MIN_HUGEPTE_SHIFTChristophe Leroy2-6/+0
2016-11-14powerpc: Remove suspect CONFIG_PPC_BOOK3E #ifdefs in nohash/64/pgtable.hRui Teng1-13/+1
2016-09-13powerpc/mm/radix: Use different pte update sequence for different POWER9 revsAneesh Kumar K.V2-2/+4
2016-07-30Merge tag 'powerpc-4.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds2-1/+2
2016-07-07powerpc/mm: Fix build of Book3E/64 with 64K pagesBenjamin Herrenschmidt1-0/+1
2016-06-24powerpc: get rid of superfluous __GFP_REPEATMichal Hocko1-4/+2
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko1-1/+1
2016-06-14powerpc: Various typo fixesMichael Ellerman1-1/+1
2016-06-10powerpc/nohash: Fix build break with 64K pagesMichael Ellerman1-1/+1
2016-05-11powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V1-35/+3
2016-05-11powerpc/mm: Rename function to indicate we are allocating fragmentsAneesh Kumar K.V1-6/+6
2016-05-11powerpc/mm: Revert changes made to nohash pgalloc-64.hAneesh Kumar K.V2-35/+10
2016-05-11powerpc/mm: Copy pgalloc (part 2)Aneesh Kumar K.V3-0/+398
2016-05-01powerpc/mm: Abstraction for vmemmap and map_kernel_page()Aneesh Kumar K.V1-0/+7
2016-03-11powerpc32: remove ioremap_baseChristophe Leroy1-1/+1
2016-03-11powerpc32: Fix pte_offset_kernel() to return NULL for bad pagesChristophe Leroy1-1/+2
2016-02-29powerpc/mm/book3s-64: Use physical addresses in upper page table tree levelsPaul Mackerras1-0/+3
2015-12-14powerpc/nohash: we don't use real_pte_t for nohashAneesh Kumar K.V1-33/+0
2015-12-14powerpc/nohash: Update 64K nohash config to have 32 pte fragementAneesh Kumar K.V1-3/+3
2015-12-14powerpc/mm: Don't hardcode the hash pte slot shiftAneesh Kumar K.V1-1/+1
2015-12-14powerpc/mm: Don't hardcode page table sizeAneesh Kumar K.V1-4/+17
2015-12-14powerpc/mm: Move THP headers aroundAneesh Kumar K.V1-248/+5
2015-12-14powerpc/mm: Move hugetlb related headersAneesh Kumar K.V1-0/+25
2015-12-14powerpc/booke: Move nohash headersAneesh Kumar K.V10-0/+1699