summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/book3s/64/pgtable.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2016-12-161-5/+13
|\
| * Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2016-12-161-3/+0
| |\
| | * powerpc: port 64 bits pgtable_cache to 32 bitsChristophe Leroy2016-12-091-3/+0
| * | powerpc/mm: update radix__ptep_set_access_flag to not do full mm tlb flushAneesh Kumar K.V2016-11-281-2/+3
| * | powerpc/mm: Introduce _PAGE_LARGE software pte bitsAneesh Kumar K.V2016-11-281-0/+10
| |/
* | mm: THP page cache support for ppc64Aneesh Kumar K.V2016-12-121-0/+10
* | mm: move vma_is_anonymous check within pmd_move_must_withdrawAneesh Kumar K.V2016-12-121-1/+2
|/
* powerpc: Fix usage of _PAGE_RO in hugepageChristophe Leroy2016-09-231-0/+2
* powerpc/mm/radix: Use different pte update sequence for different POWER9 revsAneesh Kumar K.V2016-09-131-2/+3
* powerpc/mm: use _raw variant of page table accessorsAneesh Kumar K.V2016-07-171-29/+70
* powerpc: Initialise pci_io_base as early as possibleDarren Stevens2016-06-301-0/+1
* Merge tag 'powerpc-4.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-05-201-79/+739
|\
| * powerpc/mm/radix: Document software bits for radixAneesh Kumar K.V2016-05-111-2/+6
| * powerpc/mm/radix: Add THP support for 4K linux page sizeAneesh Kumar K.V2016-05-111-0/+22
| * powerpc/mm/radix: Add radix THP callbacksAneesh Kumar K.V2016-05-111-0/+16
| * powerpc/mm/thp: Abstraction for THP functionsAneesh Kumar K.V2016-05-111-13/+70
| * powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V2016-05-111-13/+11
| * powerpc/mm: pte_frag abstractionAneesh Kumar K.V2016-05-111-0/+6
| * powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V2016-05-111-3/+12
| * powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V2016-05-111-2/+8
| * powerpc/mm/radix: Add radix callbacks for vmemmap and map_kernel page()Aneesh Kumar K.V2016-05-011-0/+12
| * powerpc/mm: Abstraction for vmemmap and map_kernel_page()Aneesh Kumar K.V2016-05-011-0/+20
| * powerpc/mm: Move hugetlb and THP related pmd accessors to pgtable.hAneesh Kumar K.V2016-05-011-0/+7
| * powerpc/mm: Add radix callbacks to pte accessorsAneesh Kumar K.V2016-05-011-0/+64
| * powerpc/mm/radix: Add radix pte #definesAneesh Kumar K.V2016-05-011-0/+1
| * powerpc/mm: Move pte related functions togetherAneesh Kumar K.V2016-05-011-71/+71
| * powerpc/mm: Move page table index and and vaddr to pgtable.hAneesh Kumar K.V2016-05-011-0/+12
| * powerpc/mm: Make page table size a variableAneesh Kumar K.V2016-05-011-0/+60
| * powerpc/mm: Move pte accessors that operate on common pte bits to pgtable.hAneesh Kumar K.V2016-05-011-0/+209
| * powerpc/mm: Move common pte bits and accessors to book3s/64/pgtable.hAneesh Kumar K.V2016-05-011-2/+141
| * powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V2016-05-011-2/+2
| * powerpc/mm: Use generic version of pmdp_clear_flush_young()Aneesh Kumar K.V2016-05-011-3/+0
| * powerpc/mm: Remove RPN_SHIFT and RPN_SIZEAneesh Kumar K.V2016-05-011-2/+2
| * powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V2016-05-011-1/+17
| * powerpc/mm: Use pte_user() instead of open codingAneesh Kumar K.V2016-05-011-0/+5
* | arch: fix has_transparent_hugepage()Hugh Dickins2016-05-191-0/+1
|/
* powerpc/mm: Switch book3s 64 with 64K page size to 4 level page tableAneesh Kumar K.V2016-03-031-1/+24
* powerpc/mm: Don't have conditional defines for real_pte_tAneesh Kumar K.V2016-03-031-5/+0
* powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTEPaul Mackerras2016-02-271-3/+3
* powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V2016-02-151-0/+4
* powerpc: Remove newly added extra definition of pmd_dirtyStephen Rothwell2016-01-211-1/+0
* arch/powerpc/include/asm/pgtable-ppc64.h: add pmd_[dirty|mkclean] for THPMinchan Kim2016-01-151-0/+2
* powerpc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-4/+0
* powerpc/mm: fix _PAGE_SWP_SOFT_DIRTY breaking swapoffHugh Dickins2016-01-121-3/+6
* powerpc/mm: Fix _PAGE_PTE breaking swapoffAneesh Kumar K.V2016-01-121-3/+8
* powerpc/mm: Add page soft dirty trackingLaurent Dufour2015-12-171-0/+26
* powerpc/mm: Don't hardcode the hash pte slot shiftAneesh Kumar K.V2015-12-141-1/+1
* powerpc/mm: Add a _PAGE_PTE bitAneesh Kumar K.V2015-12-141-2/+1
* powerpc/mm: Move PTE bits from generic functions to hash64 functions.Aneesh Kumar K.V2015-12-141-0/+6
* powerpc/mm: Move hash64 PTE bits from book3s/64/pgtable.h to hash.hAneesh Kumar K.V2015-12-141-442/+3
OpenPOWER on IntegriCloud