aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2018-10-03macintosh: Convert to using %pOFn instead of device_node.nameRob Herring3-6/+14
2018-10-03powerpc/pseries: Use of_irq_get helper() in request_event_sources_irqs()Rob Herring1-27/+13
2018-10-03powerpc/cell: Use irq_of_parse_and_map() helperRob Herring1-17/+4
2018-10-03powerpc/mm:book3s: Enable THP migration supportAneesh Kumar K.V2-0/+9
2018-10-03powerpc/mm/thp: update pmd_trans_huge to check for pmd_presentAneesh Kumar K.V2-0/+21
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.V3-2/+5
2018-10-03powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bitAneesh Kumar K.V5-12/+28
2018-10-03powerpc/powernv: Make possible for user to force a full ipl cec rebootVaibhav Jain2-6/+31
2018-10-03powerpc/perf: Add missing break in power7_marked_instr_event()Michael Ellerman1-0/+1
2018-10-03Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman19-457/+766
2018-09-19powerpc/fadump: re-register firmware-assisted dump if already registeredHari Bathini1-2/+2
2018-09-19powerpc/pseries: Remove VLA from lparcfg_write()Suraj Jitindar Singh1-3/+2
2018-09-19powerpc/prom: Remove VLA in prom_check_platform_support()Suraj Jitindar Singh1-2/+5
2018-09-19powerpc: Fix duplicate const clang warning in user access codeAnton Blanchard1-3/+3
2018-09-19powerpc/boot: Ensure _zimage_start is a weak symbolJoel Stanley1-1/+3
2018-09-19powerpc/configs: Update skiroot defconfigJoel Stanley1-46/+108
2018-09-19powerpc/pseries: Disable CPU hotplug across migrationsNathan Fontenot1-0/+2
2018-09-19powerpc/pseries: Remove unneeded uses of dlpar work queueNathan Fontenot4-43/+19
2018-09-19powerpc/pseries: Remove prrn_work workqueueNathan Fontenot1-14/+3
2018-09-19powerpc/pseries/memory-hotplug: Only update DT once per memory DLPAR requestNathan Fontenot2-39/+21
2018-09-19powerpc: avoid -mno-sched-epilog on GCC 4.9 and newerNicholas Piggin1-2/+6
2018-09-19powerpc: consolidate -mno-sched-epilog into FTRACE flagsNicholas Piggin5-13/+13
2018-09-19powerpc: remove old GCC version checksNicholas Piggin1-29/+2
2018-09-19powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin5-39/+142
2018-09-19powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setupNicholas Piggin6-0/+37
2018-09-19powerpc/64s: xmon do not dump hash fields when using radix modeNicholas Piggin1-19/+21
2018-09-19powerpc/64s/hash: SLB allocation status bitmapsNicholas Piggin4-17/+59
2018-09-19powerpc/64s/hash: remove user SLB data from the pacaNicholas Piggin8-103/+40
2018-09-19powerpc/64s/hash: convert SLB miss handlers to CNicholas Piggin6-624/+196
2018-09-19powerpc/64s/hash: Use POWER9 SLBIA IH=3 variant in switch_slbNicholas Piggin2-40/+56
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 Piggin2-19/+6
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 Piggin2-3/+7
2018-09-19powerpc/64s/hash: Fix stab_rr off by one initializationNicholas Piggin1-1/+1
2018-09-19powernv/pseries: consolidate code for mce early handling.Mahesh Salgaonkar1-127/+28
2018-09-19powerpc/pseries: Dump the SLB contents on SLB MCE errors.Mahesh Salgaonkar5-1/+112
2018-09-19powerpc/pseries: Display machine check error details.Mahesh Salgaonkar2-0/+138
2018-09-19powerpc/pseries: Flush SLB contents on SLB MCE errors.Mahesh Salgaonkar10-6/+213
2018-09-19powerpc/pseries: Define MCE error event section.Mahesh Salgaonkar2-0/+103
2018-09-19selftests/powerpc: Do not fail with rescheduleBreno Leitao2-3/+15
2018-09-19powerpc/iommu: Avoid derefence before pointer checkBreno Leitao1-1/+1
2018-09-19powerpc/xive: Use xive_cpu->chip_id instead of looking it up againBreno Leitao1-10/+1
2018-09-19ocxl: Fix access to the AFU Descriptor DataChristophe Lombard1-1/+3
2018-09-19powerpc/memtrace: Remove memory in chunksRashmica Gupta1-5/+16
2018-09-17powerpc/64: Remove static branch hints from memset()Anton Blanchard1-2/+2
2018-09-17powerpc/pseries/mm: call H_BLOCK_REMOVELaurent Dufour2-8/+207
2018-09-17powerpc/pseries/mm: factorize PTE slot computationLaurent Dufour1-7/+20