summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/mm
Commit message (Expand)AuthorAgeFilesLines
* powerpc/mm: Fix WARN_ON with THP NUMA migrationAneesh Kumar K.V2018-10-202-2/+3
* powerpc/mm: fix always true/false warning in slice.cChristophe Leroy2018-10-201-7/+14
* powerpc/mm: fix missing prototypes in slice.cChristophe Leroy2018-10-201-0/+1
* powerpc/mm: Trace tlbia instructionChristophe Leroy2018-10-201-0/+2
* powerpc/mm: Add missing tracepoint for tlbieChristophe Leroy2018-10-201-0/+2
* powerpc/book3s64: fix dump_linuxpagetables "present" flagChristophe Leroy2018-10-201-2/+7
* powerpc: Add -Werror at arch/powerpc levelMichael Ellerman2018-10-191-2/+0
* powerpc/mm: Increase the max addressable memory to 2PBAneesh Kumar K.V2018-10-141-5/+15
* powerpc/mm/hash: Rename get_ea_context to get_user_contextAneesh Kumar K.V2018-10-141-1/+1
* powerpc/64s/hash: Add some SLB debugging testsNicholas Piggin2018-10-141-3/+50
* powerpc/64s/hash: Simplify slb_flush_and_rebolt()Nicholas Piggin2018-10-143-33/+19
* powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin2018-10-142-44/+168
* powerpc/64s/hash: Provide arch_setup_exec() hooks for hash slice setupNicholas Piggin2018-10-142-0/+19
* powerpc/64s/hash: Add SLB allocation status bitmapsNicholas Piggin2018-10-141-13/+51
* powerpc/64s/hash: Convert SLB miss handlers to CNicholas Piggin2018-10-143-458/+170
* powerpc/8xx: change name of a few page flags to avoid confusionChristophe Leroy2018-10-142-2/+2
* powerpc/mm: Split dump_pagelinuxtables flag_array tableChristophe Leroy2018-10-146-153/+307
* powerpc/mm: use pte helpers in generic codeChristophe Leroy2018-10-143-28/+22
* powerpc/mm: don't use _PAGE_EXEC for calling hash_preload()Christophe Leroy2018-10-145-8/+10
* powerpc/mm: don't use _PAGE_EXEC in book3s/32Christophe Leroy2018-10-141-3/+3
* powerpc: handover page flags with a pgprot_t parameterChristophe Leroy2018-10-147-54/+45
* powerpc/mm: properly set PAGE_KERNEL flags in ioremap()Christophe Leroy2018-10-142-23/+15
* powerpc/32: Add ioremap_wt() and ioremap_coherent()Christophe Leroy2018-10-132-0/+26
* powerpc/pseries/mobility: Extend start/stop topology update scopeMichael Bringmann2018-10-131-0/+6
* Merge branch 'fixes' into nextMichael Ellerman2018-10-093-5/+11
|\
| * powerpc/numa: Skip onlining a offline node in kdump pathSrikar Dronamraju2018-10-051-2/+3
| * powerpc/numa: Use associativity if VPHN hcall is successfulSrikar Dronamraju2018-09-251-1/+3
| * powerpc/pseries: Fix unitialized timer reset on migrationMichael Bringmann2018-09-241-1/+2
| * powerpc/pkeys: Fix reading of ibm, processor-storage-keys propertyThiago Jung Bauermann2018-09-201-1/+1
| * powerpc: Avoid code patching freed init sectionsMichael Neuling2018-09-181-0/+2
* | powerpc/64s/radix: Explicitly flush ERAT with local LPID invalidationNicholas Piggin2018-10-041-0/+1
* | powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9Nicholas Piggin2018-10-041-2/+2
* | powerpc/nohash: fix undefined behaviour when testing page size supportDaniel Axtens2018-10-041-0/+3
* | powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleakChristophe Leroy2018-10-031-0/+3
* | arch/powerpc/mm/hash: validate the pte entries before handling the hash faultAneesh Kumar K.V2018-10-032-0/+10
* | powerpc/mm/book3s: Check for pmd_large instead of pmd_trans_hugeAneesh Kumar K.V2018-10-033-4/+8
* | powerpc/mm/hugetlb/book3s: add _PAGE_PRESENT to hugepd pointer.Aneesh Kumar K.V2018-10-031-1/+1
* | powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bitAneesh Kumar K.V2018-10-033-9/+12
* | Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman2018-10-037-373/+550
* | powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin2018-09-192-39/+129
* | powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setupNicholas Piggin2018-09-192-0/+19
* | powerpc/64s/hash: SLB allocation status bitmapsNicholas Piggin2018-09-191-13/+51
* | powerpc/64s/hash: remove user SLB data from the pacaNicholas Piggin2018-09-194-59/+39
* | powerpc/64s/hash: convert SLB miss handlers to CNicholas Piggin2018-09-193-456/+152
* | powerpc/64s/hash: Use POWER9 SLBIA IH=3 variant in switch_slbNicholas Piggin2018-09-191-36/+49
* | powerpc/64s/hash: Use POWER6 SLBIA IH=1 variant in switch_slbNicholas Piggin2018-09-191-15/+23
* | powerpc/64s/hash: remove the vmalloc segment from the bolted SLBNicholas Piggin2018-09-191-18/+5
* | powerpc/64s/hash: move POWER5 < DD2.1 slbie workaround where it is neededNicholas Piggin2018-09-191-7/+7
* | powerpc/64s/hash: avoid the POWER5 < DD2.1 slb invalidate workaround on POWER8/9Nicholas Piggin2018-09-191-3/+5
* | powerpc/64s/hash: Fix stab_rr off by one initializationNicholas Piggin2018-09-191-1/+1
OpenPOWER on IntegriCloud