summaryrefslogtreecommitdiff
path: root/arch/powerpc/include/asm/book3s/64/pgtable.h
AgeCommit message (Expand)Author
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-01powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()Aneesh Kumar K.V
2016-05-01powerpc/mm: Abstraction for vmemmap and map_kernel_page()Aneesh Kumar K.V
2016-05-01powerpc/mm: Move hugetlb and THP related pmd accessors to pgtable.hAneesh Kumar K.V
2016-05-01powerpc/mm: Add radix callbacks to pte accessorsAneesh Kumar K.V
2016-05-01powerpc/mm/radix: Add radix pte #definesAneesh Kumar K.V
2016-05-01powerpc/mm: Move pte related functions togetherAneesh Kumar K.V
2016-05-01powerpc/mm: Move page table index and and vaddr to pgtable.hAneesh Kumar K.V
2016-05-01powerpc/mm: Make page table size a variableAneesh Kumar K.V
2016-05-01powerpc/mm: Move pte accessors that operate on common pte bits to pgtable.hAneesh Kumar K.V
2016-05-01powerpc/mm: Move common pte bits and accessors to book3s/64/pgtable.hAneesh Kumar K.V
2016-05-01powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V
2016-05-01powerpc/mm: Use generic version of pmdp_clear_flush_young()Aneesh 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 pte_user() instead of open codingAneesh Kumar K.V
2016-03-03powerpc/mm: Switch book3s 64 with 64K page size to 4 level page tableAneesh Kumar K.V
2016-03-03powerpc/mm: Don't have conditional defines for real_pte_tAneesh Kumar K.V
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-21powerpc: Remove newly added extra definition of pmd_dirtyStephen Rothwell
2016-01-15arch/powerpc/include/asm/pgtable-ppc64.h: add pmd_[dirty|mkclean] for THPMinchan Kim
2016-01-15powerpc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov
2016-01-12powerpc/mm: fix _PAGE_SWP_SOFT_DIRTY breaking swapoffHugh Dickins
2016-01-12powerpc/mm: Fix _PAGE_PTE breaking swapoffAneesh Kumar K.V
2015-12-17powerpc/mm: Add page soft dirty trackingLaurent Dufour
2015-12-14powerpc/mm: Don't hardcode the hash pte slot shiftAneesh Kumar K.V
2015-12-14powerpc/mm: Add a _PAGE_PTE bitAneesh Kumar K.V
2015-12-14powerpc/mm: Move PTE bits from generic functions to hash64 functions.Aneesh Kumar K.V
2015-12-14powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.hAneesh Kumar K.V
2015-12-14powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalueAneesh Kumar K.V
2015-12-14powerpc/mm: Drop pte-common.h from BOOK3S 64Aneesh Kumar K.V
2015-12-14powerpc/mm: Delete booke bits from book3sAneesh Kumar K.V
2015-12-14powerpc/mm: Move hash specific pte width and other defines to book3sAneesh Kumar K.V
2015-12-14powerpc/mm: make a separate copy for book3sAneesh Kumar K.V