summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm/pgtable_64.c
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Flush radix process translations when setting MMU typeAlexey Kardashevskiy2018-02-221-0/+2
* powerpc/mm/book3s64: Make KERN_IO_START a variableMichael Ellerman2017-08-081-0/+2
* powerpc/mm: Mark __init memory no-execute when STRICT_KERNEL_RWX=yMichael Ellerman2017-07-181-0/+8
* powerpc/mm/radix: Implement STRICT_RWX/mark_rodata_ro() for RadixBalbir Singh2017-07-041-1/+3
* powerpc/mm/hash: Implement mark_rodata_ro() for hashBalbir Singh2017-07-041-0/+13
* powerpc/mm: Add devmap support for ppc64Oliver O'Halloran2017-07-021-1/+1
* powerpc/mm: Trace tlbie(l) instructionsBalbir Singh2017-06-231-2/+6
* powerpc/mm/book(e)(3s)/64: Add page table accountingBalbir Singh2017-06-051-6/+14
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-02-141-3/+13
|\
| * powerpc/64: Make type of partition table flush depend on partition typePaul Mackerras2017-01-311-3/+13
* | powerpc/powernv: Initialise nest mmuAlistair Popple2017-01-301-1/+5
|/
* powerpc/64: Provide functions for accessing POWER9 partition tablePaul Mackerras2016-11-231-0/+34
* tree wide: get rid of __GFP_REPEAT for order-0 allocations part IMichal Hocko2016-06-241-2/+1
* powerpc/mm: THP is only available on hash64 as of nowAneesh Kumar K.V2016-05-111-359/+0
* powerpc/mm: pte_frag abstractionAneesh Kumar K.V2016-05-111-0/+4
* powerpc/mm: vmalloc abstraction in preparation for radixAneesh Kumar K.V2016-05-111-2/+13
* powerpc/mm: Add radix pgalloc detailsAneesh Kumar K.V2016-05-111-0/+6
* powerpc/mm: Make 4K and 64K use pte_t for pgtable_tAneesh Kumar K.V2016-05-111-1/+1
* powerpc/mm: Rename function to indicate we are allocating fragmentsAneesh Kumar K.V2016-05-111-17/+4
* powerpc/mm: Make page table size a variableAneesh Kumar K.V2016-05-011-11/+22
* powerpc/mm/book3s: Rename hash specific PTE bits to carry H_ prefixAneesh Kumar K.V2016-05-011-4/+4
* powerpc/mm: Move hash and no hash code to separate filesAneesh Kumar K.V2016-05-011-83/+0
* powerpc/mm/hash: Add support for Power9 HashAneesh Kumar K.V2016-05-011-0/+7
* powerpc/mm: Use generic version of pmdp_clear_flush_young()Aneesh Kumar K.V2016-05-011-10/+3
* powerpc/mm: Drop WIMG in favour of new constantsAneesh Kumar K.V2016-05-011-4/+0
* powerpc/mm: Use a helper for finding pte bits mapping I/O areaAneesh Kumar K.V2016-05-011-2/+2
* powerpc/mm: Remove RPN_SHIFT and RPN_SIZEAneesh Kumar K.V2016-05-011-1/+1
* powerpc/mm: Replace _PAGE_USER with _PAGE_PRIVILEGEDAneesh Kumar K.V2016-05-011-3/+12
* powerpc/mm: Use _PAGE_READ to indicate Read accessAneesh Kumar K.V2016-05-011-3/+2
* powerpc/mm: Use big endian Linux page tables for book3s 64Aneesh Kumar K.V2016-05-011-4/+8
* powerpc/mm: Drop PTE_ATOMIC_UPDATES from pmd_hugepage_update()Aneesh Kumar K.V2016-05-011-5/+1
* Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2016-03-191-2/+9
|\
| * mm: Some arch may want to use HPAGE_PMD related values as variablesKirill A. Shutemov2016-03-031-0/+7
| * powerpc/mm/book3s-64: Move _PAGE_PRESENT to the most significant bitPaul Mackerras2016-02-291-1/+1
| * powerpc/mm/book3s-64: Free up 7 high-order bits in the Linux PTEPaul Mackerras2016-02-271-1/+1
* | mm: introduce page reference manipulation functionsJoonsoo Kim2016-03-171-1/+1
|/
* powerpc/mm: Fix Multi hit ERAT cause by recent THP updateAneesh Kumar K.V2016-02-151-0/+32
* powerpc, thp: remove infrastructure for handling splitting PMDsKirill A. Shutemov2016-01-151-49/+0
* powerpc/mm: Add a _PAGE_PTE bitAneesh Kumar K.V2015-12-141-6/+1
* powerpc/mm: Move THP headers aroundAneesh Kumar K.V2015-12-141-1/+1
* powerpc/mm: Don't track subpage valid bit in pte_tAneesh Kumar K.V2015-12-141-1/+1
* powerpc/mm: Don't use pmd_val, pud_val and pgd_val as lvalueAneesh Kumar K.V2015-12-141-10/+9
* powerpc/booke64: Move mb() to __set_pte_at() with kernel-addr testScott Wood2015-08-071-10/+0
* mm: clarify that the function operates on hugepage pteAneesh Kumar K.V2015-06-241-2/+2
* powerpc/mm: use generic version of pmdp_clear_flush()Aneesh Kumar K.V2015-06-241-11/+0
* mm/thp: split out pmd collapse flush into separate functionsAneesh Kumar K.V2015-06-241-35/+41
* powerpc/thp: Serialize pmd clear against a linux page table walk.Aneesh Kumar K.V2015-05-121-0/+11
* powerpc: Replace mem_init_done with slab_is_available()Michael Ellerman2015-04-101-2/+2
* powerpc: Fix compile errors with STRICT_MM_TYPECHECKS enabledMichael Ellerman2015-04-101-1/+1
* powerpc: drop _PAGE_FILE and pte_file()-related helpersKirill A. Shutemov2015-02-161-1/+1