summaryrefslogtreecommitdiff
path: root/arch
AgeCommit message (Expand)AuthorFilesLines
2017-11-06powerpc/64s/idle: avoid POWER9 DD1 and DD2.0 PMU workaround on DD2.1Nicholas Piggin1-12/+19
2017-11-06powerpc/64s/idle: avoid POWER9 DD1 and DD2.0 ERAT workaround on DD2.1Nicholas Piggin1-0/+2
2017-11-06powerpc: add POWER9_DD20 featureNicholas Piggin3-1/+26
2017-11-06powerpc: Remove facility loadups on transactional {fp, vec, vsx} unavailableCyril Bur1-30/+0
2017-11-06powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur6-81/+35
2017-11-06powerpc: Force reload for recheckpoint during tm {fp, vec, vsx} unavailable e...Cyril Bur2-7/+19
2017-11-06powerpc: Don't enable FP/Altivec if not checkpointedCyril Bur2-6/+20
2017-11-06powerpc/powernv: Add OPAL_BUSY to opal_error_code()Cyril Bur1-0/+2
2017-11-06powerpc/opal: Add opal_async_wait_response_interruptible() to opal-asyncCyril Bur2-4/+82
2017-11-06powernv/opal-sensor: remove not needed lockStewart Smith1-13/+4
2017-11-06powerpc/opal: Rework the opal-async interfaceCyril Bur1-41/+51
2017-11-06powerpc/opal: Make __opal_async_{get, release}_token() staticCyril Bur2-9/+3
2017-11-06powerpc/opal: Fix EBUSY bug in acquiring tokensWilliam A. Kennington III1-3/+3
2017-11-06powerpc/eeh: Stop using do_gettimeofday()Arnd Bergmann3-6/+6
2017-11-06bpf: take advantage of stack_depth tracking in powerpc JITSandipan Das2-9/+14
2017-11-06powerpc/tm: Don't check for WARN in TM Bad Thing handlingMichael Ellerman1-7/+2
2017-11-06powerpc/mm: Add a CONFIG option to choose if radix is used by defaultMichael Ellerman2-2/+24
2017-11-06powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman26-72/+68
2017-11-06powerpc/64: Free up CPU_FTR_ICSWXMichael Ellerman2-4/+4
2017-11-06powerpc/mm/hash: Add pr_fmt() to hash_utils64.cAneesh Kumar K.V1-0/+1
2017-11-06powerpc/ipic: Fix status get and status clearChristophe Leroy1-2/+2
2017-11-06powerpc/powernv: Reserve a hole which appears after enabling IOVAlexey Kardashevskiy2-3/+22
2017-11-06powerpc/pseries/vio: Dispose of virq mapping on vdevice unregisterTyrel Datwyler1-0/+2
2017-11-06powerpc/64s/radix: Fix process table entry cache invalidationNicholas Piggin3-6/+29
2017-11-06powerpc/64s/radix: Improve preempt handling in TLB codeNicholas Piggin1-25/+23
2017-11-06powerpc/powernv: Use FIXUP_ENDIAN_HV in OPAL returnNicholas Piggin1-2/+2
2017-11-06powerpc/book3s: Add an HV variant of FIXUP_ENDIAN that is recoverableNicholas Piggin1-0/+22
2017-11-06powerpc/book3s: Use label for FIXUP_ENDIAN macro branchNicholas Piggin1-2/+3
2017-11-06powerpc/64: Fix latency tracing for lazy irq replayNicholas Piggin1-0/+9
2017-11-06KVM: PPC: Book3S HV: Handle host system reset in guest modeNicholas Piggin4-2/+11
2017-10-22powerpc/pseries: Cleanup error handling in iommu_pseries_alloc_group()Markus Elfring1-10/+9
2017-10-22powerpc-opal: Fix a typo in a comment line of two file headersMarkus Elfring2-2/+2
2017-10-22powerpc/axonram: Drop unnecessary variable initialisationMarkus Elfring1-1/+1
2017-10-22powerpc: dts: acadia: DT fix s/#interrupts-parent/#interrupt-parent/Geert Uytterhoeven1-1/+1
2017-10-22powerpc/perf/hv-24x7: Fix incorrect comparison in memordMichael Ellerman1-1/+1
2017-10-22powerpc: Disable the fast-endian switch syscall by defaultMichael Ellerman2-0/+11
2017-10-22powerpc/64s: Move the two FAST_ENDIAN macros next to each otherMichael Ellerman1-6/+6
2017-10-22powerpc/xmon: Add kstack base to paca dumpMichael Ellerman1-0/+1
2017-10-22powerpc/configs: Enable I2C_CHARDEV for pseries and powernvAndrew Donnellan2-0/+2
2017-10-22powerpc/mm/radix: Drop unneeded NULL checkMichael Ellerman2-18/+10
2017-10-22powerpc/xmon: Check before calling xive functionsBreno Leitao1-0/+5
2017-10-21powerpc/tm: P9 disable transactionally suspended sigcontextsMichael Neuling3-0/+11
2017-10-21powerpc/powernv: Enable TM without suspend if possibleMichael Ellerman6-0/+42
2017-10-20powerpc: Add PPC_FEATURE2_HTM_NO_SUSPENDMichael Ellerman1-0/+1
2017-10-20powerpc/tm: Add commandline option to disable hardware transactional memoryCyril Bur1-0/+31
2017-10-20Merge branch 'topic/ppc-kvm' into nextMichael Ellerman5-50/+14
2017-10-20KVM: PPC: Tie KVM_CAP_PPC_HTM to the user-visible TM featureMichael Ellerman1-2/+2
2017-10-19Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread managem...Paul Mackerras4-48/+12
2017-10-16powerpc/vphn: Fix numa update end-loop bugMichael Bringmann1-2/+8
2017-10-16powerpc/hotplug: Improve responsiveness of hotplug changeMichael Bringmann3-1/+32