summaryrefslogtreecommitdiffstats
path: root/arch/powerpc (follow)
Commit message (Expand)AuthorAgeFilesLines
* powerpc: Redefine TIF_32BITS thread flagBreno Leitao2018-10-032-2/+2
* powerpc/64: add stack protector supportChristophe Leroy2018-10-036-1/+23
* powerpc/32: add stack protector supportChristophe Leroy2018-10-036-0/+51
* powerpc/xive: Move a dereference below a NULL testzhong jiang2018-10-031-3/+4
* powerpc/pseries: Fix how we iterate over the DTL entriesNaveen N. Rao2018-10-031-1/+1
* powerpc/pseries: Fix DTL buffer registrationNaveen N. Rao2018-10-031-1/+1
* powerpc/traps: merge unrecoverable_exception() and nonrecoverable_exception()Christophe Leroy2018-10-033-13/+4
* powerpc: Convert to using %pOFn instead of device_node.nameRob Herring2018-10-039-40/+40
* powerpc/pseries: Use of_irq_get helper() in request_event_sources_irqs()Rob Herring2018-10-031-27/+13
* powerpc/cell: Use irq_of_parse_and_map() helperRob Herring2018-10-031-17/+4
* powerpc/mm:book3s: Enable THP migration supportAneesh Kumar K.V2018-10-032-0/+9
* powerpc/mm/thp: update pmd_trans_huge to check for pmd_presentAneesh Kumar K.V2018-10-032-0/+21
* 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-033-2/+5
* powerpc/mm/book3s: Update pmd_present to look at _PAGE_PRESENT bitAneesh Kumar K.V2018-10-035-12/+28
* powerpc/powernv: Make possible for user to force a full ipl cec rebootVaibhav Jain2018-10-032-6/+31
* powerpc/perf: Add missing break in power7_marked_instr_event()Michael Ellerman2018-10-031-0/+1
* Revert "convert SLB miss handlers to C" and subsequent commitsMichael Ellerman2018-10-0319-457/+766
* powerpc/fadump: re-register firmware-assisted dump if already registeredHari Bathini2018-09-191-2/+2
* powerpc/pseries: Remove VLA from lparcfg_write()Suraj Jitindar Singh2018-09-191-3/+2
* powerpc/prom: Remove VLA in prom_check_platform_support()Suraj Jitindar Singh2018-09-191-2/+5
* powerpc: Fix duplicate const clang warning in user access codeAnton Blanchard2018-09-191-3/+3
* powerpc/boot: Ensure _zimage_start is a weak symbolJoel Stanley2018-09-191-1/+3
* powerpc/configs: Update skiroot defconfigJoel Stanley2018-09-191-46/+108
* powerpc/pseries: Disable CPU hotplug across migrationsNathan Fontenot2018-09-191-0/+2
* powerpc/pseries: Remove unneeded uses of dlpar work queueNathan Fontenot2018-09-194-43/+19
* powerpc/pseries: Remove prrn_work workqueueNathan Fontenot2018-09-191-14/+3
* powerpc/pseries/memory-hotplug: Only update DT once per memory DLPAR requestNathan Fontenot2018-09-192-39/+21
* powerpc: avoid -mno-sched-epilog on GCC 4.9 and newerNicholas Piggin2018-09-191-2/+6
* powerpc: consolidate -mno-sched-epilog into FTRACE flagsNicholas Piggin2018-09-195-13/+13
* powerpc: remove old GCC version checksNicholas Piggin2018-09-191-29/+2
* powerpc/64s/hash: Add a SLB preload cacheNicholas Piggin2018-09-195-39/+142
* powerpc/64s/hash: provide arch_setup_exec hooks for hash slice setupNicholas Piggin2018-09-196-0/+37
* powerpc/64s: xmon do not dump hash fields when using radix modeNicholas Piggin2018-09-191-19/+21
* powerpc/64s/hash: SLB allocation status bitmapsNicholas Piggin2018-09-194-17/+59
* powerpc/64s/hash: remove user SLB data from the pacaNicholas Piggin2018-09-198-103/+40
* powerpc/64s/hash: convert SLB miss handlers to CNicholas Piggin2018-09-196-624/+196
* powerpc/64s/hash: Use POWER9 SLBIA IH=3 variant in switch_slbNicholas Piggin2018-09-192-40/+56
* 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-192-19/+6
* 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-192-3/+7
* powerpc/64s/hash: Fix stab_rr off by one initializationNicholas Piggin2018-09-191-1/+1
* powernv/pseries: consolidate code for mce early handling.Mahesh Salgaonkar2018-09-191-127/+28
* powerpc/pseries: Dump the SLB contents on SLB MCE errors.Mahesh Salgaonkar2018-09-195-1/+112
* powerpc/pseries: Display machine check error details.Mahesh Salgaonkar2018-09-192-0/+138
* powerpc/pseries: Flush SLB contents on SLB MCE errors.Mahesh Salgaonkar2018-09-1910-6/+213
* powerpc/pseries: Define MCE error event section.Mahesh Salgaonkar2018-09-192-0/+103
* powerpc/iommu: Avoid derefence before pointer checkBreno Leitao2018-09-191-1/+1