summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
AgeCommit message (Expand)AuthorFilesLines
2018-10-14powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V1-5/+15
2018-10-14powerpc/mm/hash: Rename get_ea_context to get_user_contextAneesh Kumar K.V1-1/+1
2018-10-14powerpc/64s/hash: Add some SLB debugging testsNicholas Piggin1-3/+50
2018-10-14powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin3-33/+19
2018-10-14powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin2-44/+168
2018-10-14powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin2-0/+19
2018-10-14powerpc/64s/hash: Add SLB allocation status bitmapsNicholas Piggin1-13/+51
2018-10-14powerpc/64s/hash: Convert SLB miss handlers to CNicholas Piggin3-458/+170
2018-10-14powerpc/8xx: change name of a few page flags to avoid confusionChristophe Leroy2-2/+2
2018-10-14powerpc/mm: Split dump_pagelinuxtables flag_array tableChristophe Leroy6-153/+307
2018-10-14powerpc/mm: use pte helpers in generic codeChristophe Leroy3-28/+22
2018-10-14powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()Christophe Leroy5-8/+10
2018-10-14powerpc/mm: don't use _PAGE_EXEC in book3s/32Christophe Leroy1-3/+3
2018-10-14powerpc: handover page flags with a pgprot_t parameterChristophe Leroy7-54/+45
2018-10-14powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy2-23/+15
2018-10-13powerpc/32: Add ioremap_wt() and ioremap_coherent()Christophe Leroy2-0/+26
2018-10-13powerpc/pseries/mobility: Extend start/stop topology update scopeMichael Bringmann1-0/+6
2018-10-09Merge branch 'fixes' into nextMichael Ellerman3-5/+11
2018-10-05powerpc/numa: Skip onlining a offline node in kdump pathSrikar Dronamraju1-2/+3
2018-10-04powerpc/64s/radix: Explicitly flush ERAT with local LPID invalidationNicholas Piggin1-0/+1
2018-10-04powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9Nicholas Piggin1-2/+2
2018-10-04powerpc/nohash: fix undefined behaviour when testing page size supportDaniel Axtens1-0/+3
2018-10-03powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleakChristophe Leroy1-0/+3
2018-10-03arch/powerpc/mm/hash: validate the pte entries before handling the hash faultAneesh Kumar K.V2-0/+10
2018-10-03powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_hugeAneesh Kumar K.V3-4/+8
2018-10-03powerpc/mm/hugetlb/book3s: add _PAGE_PRESENT to hugepd pointer.Aneesh Kumar K.V1-1/+1
2018-10-03powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bitAneesh Kumar K.V3-9/+12
2018-10-03Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman7-373/+550
2018-09-25powerpc/numa: Use associativity if VPHN hcall is successfulSrikar Dronamraju1-1/+3
2018-09-24powerpc/pseries: Fix unitialized timer reset on migrationMichael Bringmann1-1/+2
2018-09-20powerpc/pkeys: Fix reading of ibm, processor-storage-keys propertyThiago Jung Bauermann1-1/+1
2018-09-19powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin2-39/+129
2018-09-19powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setupNicholas Piggin2-0/+19
2018-09-19powerpc/64s/hash: SLB allocation status bitmapsNicholas Piggin1-13/+51
2018-09-19powerpc/64s/hash: remove user SLB data from the pacaNicholas Piggin4-59/+39
2018-09-19powerpc/64s/hash: convert SLB miss handlers to CNicholas Piggin3-456/+152
2018-09-19powerpc/64s/hash: Use POWER9 SLBIA IH=3 variant in switch_slbNicholas Piggin1-36/+49
2018-09-19powerpc/64s/hash: Use POWER6 SLBIA IH=1 variant in switch_slbNicholas Piggin1-15/+23
2018-09-19powerpc/64s/hash: remove the vmalloc segment from the bolted SLBNicholas Piggin1-18/+5
2018-09-19powerpc/64s/hash: move POWER5 < DD2.1 slbie workaround where it is neededNicholas Piggin1-7/+7
2018-09-19powerpc/64s/hash: avoid the POWER5 < DD2.1 slb invalidate workaround on POWER8/9Nicholas Piggin1-3/+5
2018-09-19powerpc/64s/hash: Fix stab_rr off by one initializationNicholas Piggin1-1/+1
2018-09-19powerpc/pseries: Dump the SLB contents on SLB MCE errors.Mahesh Salgaonkar1-0/+70
2018-09-18powerpc: Avoid code patching freed init sectionsMichael Neuling1-0/+2
2018-08-26Merge branch 'ida-4.19' of git://git.infradead.org/users/willy/linux-daxLinus Torvalds1-40/+4
2018-08-24Merge tag 'powerpc-4.19-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds4-21/+26
2018-08-23powerpc/mce: Fix SLB rebolting during MCE recovery path.Mahesh Salgaonkar1-1/+1
2018-08-23KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pagesPaul Mackerras1-7/+10
2018-08-23powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transitionAneesh Kumar K.V1-3/+5
2018-08-21ppc: Convert mmu context allocation to new IDA APIMatthew Wilcox1-40/+4