summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel
Commit message (Expand)AuthorAgeFilesLines
* powerpc/64s/idle: avoid POWER9 DD1 and DD2.0 PMU workaround on DD2.1Nicholas Piggin2017-11-061-12/+19
* powerpc/64s/idle: avoid POWER9 DD1 and DD2.0 ERAT workaround on DD2.1Nicholas Piggin2017-11-061-0/+2
* powerpc: add POWER9_DD20 featureNicholas Piggin2017-11-062-0/+22
* powerpc: Remove facility loadups on transactional {fp, vec, vsx} unavailableCyril Bur2017-11-061-30/+0Star
* powerpc: Always save/restore checkpointed regs during treclaim/trecheckpointCyril Bur2017-11-065-78/+33Star
* powerpc: Force reload for recheckpoint during tm {fp, vec, vsx} unavailable e...Cyril Bur2017-11-062-7/+19
* powerpc: Don't enable FP/Altivec if not checkpointedCyril Bur2017-11-062-6/+20
* powerpc/eeh: Stop using do_gettimeofday()Arnd Bergmann2017-11-062-5/+5
* powerpc/tm: Don't check for WARN in TM Bad Thing handlingMichael Ellerman2017-11-061-7/+2Star
* powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64Michael Ellerman2017-11-0610-29/+29
* powerpc/64: Free up CPU_FTR_ICSWXMichael Ellerman2017-11-061-1/+1
* powerpc/64: Fix latency tracing for lazy irq replayNicholas Piggin2017-11-061-0/+9
* KVM: PPC: Book3S HV: Handle host system reset in guest modeNicholas Piggin2017-11-062-1/+4
* powerpc: Disable the fast-endian switch syscall by defaultMichael Ellerman2017-10-221-0/+5
* powerpc/64s: Move the two FAST_ENDIAN macros next to each otherMichael Ellerman2017-10-221-6/+6
* powerpc/tm: P9 disable transactionally suspended sigcontextsMichael Neuling2017-10-213-0/+11
* powerpc/powernv: Enable TM without suspend if possibleMichael Ellerman2017-10-212-0/+11
* powerpc/tm: Add commandline option to disable hardware transactional memoryCyril Bur2017-10-201-0/+31
* Merge branch 'topic/ppc-kvm' into nextMichael Ellerman2017-10-201-24/+11Star
|\
| * Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread managem...Paul Mackerras2017-10-191-24/+11Star
* | powerpc/mce: hookup memory_failure for UE errorsBalbir Singh2017-10-161-3/+67
* | powerpc/mce: Hookup ierror (instruction) UE errorsBalbir Singh2017-10-161-3/+19
* | powerpc/mce: Hookup derror (load/store) UE errorsBalbir Singh2017-10-163-7/+88
* | powerpc/mce: Align the print of physical address betterBalbir Singh2017-10-161-1/+1
* | powerpc/mce: Remove unused function get_mce_fault_addr()Balbir Singh2017-10-161-39/+0Star
* | powerpc/modules: Use WARN_ON() in stub_for_addr()Kamalesh Babulal2017-10-131-1/+2
* | powerpc: get_wchan(): solve possible race scenario due to parallel wakeupKautuk Consul2017-10-061-1/+2
* | powerpc/jprobes: Validate break handler invocation as being due to a jprobe_r...Naveen N. Rao2017-10-051-11/+9Star
* | powerpc/jprobes: Disable preemption when triggered through ftraceNaveen N. Rao2017-10-051-4/+11
* | powerpc/kprobes: Fix warnings from __this_cpu_read() on preempt kernelsNaveen N. Rao2017-10-041-2/+6
* | powerpc/kprobes: Clean up jprobe detection in livepatch handlerNaveen N. Rao2017-10-043-8/+13
* | powerpc/kprobes: Do not suppress instruction emulation if a single run failedNaveen N. Rao2017-10-041-3/+14
* | powerpc/kprobes: Some cosmetic updates to try_to_emulate()Naveen N. Rao2017-10-041-2/+2
* | powerpc/6xx: Use setup_timer() helperAllen Pais2017-10-041-2/+1Star
* | powerpc/powernv: Use early_radix_enabled in POWER9 tlb flushNicholas Piggin2017-10-041-1/+1
* | powerpc/64s: Implement system reset idle wakeup reasonNicholas Piggin2017-10-041-3/+38
* | powerpc/watchdog: Do not trigger SMP crash from touch_nmi_watchdogNicholas Piggin2017-10-041-2/+5
* | powerpc/watchdog: Do not backtrace locked CPUs twice if allcpus backtrace is ...Nicholas Piggin2017-10-041-8/+11
* | powerpc/watchdog: Do not panic from locked CPU's IPI handlerNicholas Piggin2017-10-041-2/+1Star
* | powerpc/64s: Add workaround for P9 vector CI load issueMichael Neuling2017-09-273-5/+242
* | powerpc/powernv: Rework EEH initialization on powernvBenjamin Herrenschmidt2017-09-261-32/+14Star
|/
* powerpc/eeh: Create PHB PEs after EEH is initializedBenjamin Herrenschmidt2017-09-212-18/+4Star
* powerpc/kprobes: Update optprobes to use emulate_update_regs()Naveen N. Rao2017-09-201-1/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2017-09-201-2/+10
|\
| * powerpc/e6500: Update machine check for L1D cache errMatt Weber2017-08-291-2/+10
* | powerpc/tm: Flush TM only if CPU has TM featureGustavo Romero2017-09-201-1/+1
* | Merge tag 'powerpc-4.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2017-09-151-1/+1
|\ \
| * | powerpc: Fix handling of alignment interrupt on dcbz instructionPaul Mackerras2017-09-151-1/+1
* | | mm: treewide: remove GFP_TEMPORARY allocation flagMichal Hocko2017-09-141-2/+2
* | | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2017-09-121-11/+9Star
|\ \ \