summaryrefslogtreecommitdiff
path: root/arch/powerpc/mm/pgtable_64.c
AgeCommit message (Expand)Author
2016-06-24tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko
2016-05-11powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V
2016-05-11powerpc/mm: pte_frag abstractionAneesh Kumar K.V
2016-05-11powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V
2016-05-11powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V
2016-05-11powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V
2016-05-11powerpc/mm: Rename function to indicate we are allocating fragmentsAneesh Kumar K.V
2016-05-01powerpc/mm: Make page table size a variableAneesh Kumar K.V
2016-05-01powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V
2016-05-01powerpc/mm: Move hash and no hash code to separate filesAneesh Kumar K.V
2016-05-01powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V
2016-05-01powerpc/mm: Use generic version of pmdp_clear_flush_young()Aneesh Kumar K.V
2016-05-01powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V
2016-05-01powerpc/mm: Use a helper for finding pte bits mapping I/O areaAneesh Kumar K.V
2016-05-01powerpc/mm: Remove RPN_SHIFT and RPN_SIZEAneesh Kumar K.V
2016-05-01powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V
2016-05-01powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V
2016-05-01powerpc/mm: Use big endian Linux page tables for book3s 64Aneesh Kumar K.V
2016-05-01powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update()Aneesh Kumar K.V
2016-03-19Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds
2016-03-17mm: introduce page reference manipulation functionsJoonsoo Kim
2016-03-03mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov
2016-02-29powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bitPaul Mackerras
2016-02-27powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTEPaul Mackerras
2016-02-15powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V
2016-01-15powerpc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2015-12-14powerpc/mm: Add a _PAGE_PTE bitAneesh Kumar K.V
2015-12-14powerpc/mm: Move THP headers aroundAneesh Kumar K.V
2015-12-14powerpc/mm: Don't track subpage valid bit in pte_tAneesh Kumar K.V
2015-12-14powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalueAneesh Kumar K.V
2015-08-07powerpc/booke64: Move mb() to __set_pte_at() with kernel-addr testScott Wood
2015-06-24mm: clarify that the function operates on hugepage pteAneesh Kumar K.V
2015-06-24powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V
2015-06-24mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V
2015-05-12powerpc/thp: Serialize pmd clear against a linux page table walk.Aneesh Kumar K.V
2015-04-10powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman
2015-04-10powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabledMichael Ellerman
2015-02-16powerpc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov
2015-02-12mm: convert p[te|md]_numa users to p[te|md]_protnone_numaMel Gorman
2014-12-05powerpc/mm: don't do tlbie for updatepp request with NO HPTE faultAneesh Kumar K.V
2014-12-02powerpc/mm/thp: Use tlbiel if possibleAneesh Kumar K.V
2014-12-02powerpc/mm/thp: Remove code duplicationAneesh Kumar K.V
2014-11-14powerpc/mm: Add missing pmd accessorsAneesh Kumar K.V
2014-11-10powerpc: Remove superfluous bootmem includesAnton Blanchard
2014-11-10powerpc: Remove some old bootmem related commentsAnton Blanchard
2014-11-10powerpc: Remove bootmem allocatorAnton Blanchard
2014-08-13powerpc/thp: Add tracepoints to track hugepage invalidateAneesh Kumar K.V
2014-08-13powerpc/thp: Handle combo pages in invalidateAneesh Kumar K.V
2014-08-13powerpc/thp: Don't recompute vsid and ssize in loop on invalidateAneesh Kumar K.V
2014-08-05powerpc/64e: Add __ref to early_alloc_pgtable()Scott Wood