summaryrefslogtreecommitdiff
path: root/arch/powerpc/kernel
AgeCommit message (Expand)Author
2017-10-22powerpc: Disable the fast-endian switch syscall by defaultMichael Ellerman
2017-10-22powerpc/64s: Move the two FAST_ENDIAN macros next to each otherMichael Ellerman
2017-10-21powerpc/tm: P9 disable transactionally suspended sigcontextsMichael Neuling
2017-10-21powerpc/powernv: Enable TM without suspend if possibleMichael Ellerman
2017-10-20powerpc/tm: Add commandline option to disable hardware transactional memoryCyril Bur
2017-10-20Merge branch 'topic/ppc-kvm' into nextMichael Ellerman
2017-10-19Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread managem...Paul Mackerras
2017-10-18locking/arch, powerpc/rtas: Use arch_spin_lock() instead of arch_spin_lock_fl...Will Deacon
2017-10-18vgaarb: Select a default VGA device even if there's no legacy VGABjorn Helgaas
2017-10-16powerpc/mce: hookup memory_failure for UE errorsBalbir Singh
2017-10-16powerpc/mce: Hookup ierror (instruction) UE errorsBalbir Singh
2017-10-16powerpc/mce: Hookup derror (load/store) UE errorsBalbir Singh
2017-10-16powerpc/mce: Align the print of physical address betterBalbir Singh
2017-10-16powerpc/mce: Remove unused function get_mce_fault_addr()Balbir Singh
2017-10-13Merge tag 'powerpc-4.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-10-13powerpc/modules: Use WARN_ON() in stub_for_addr()Kamalesh Babulal
2017-10-10powerpc/livepatch: Fix livepatch stack accessKamalesh Babulal
2017-10-09Merge branch 'ppc-bundle' (bundle from Michael Ellerman)Linus Torvalds
2017-10-06Merge tag 'powerpc-4.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2017-10-06Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2017-10-06powerpc/tm: Fix illegal TM state in signal handlerGustavo Romero
2017-10-06powerpc/64s: Use emergency stack for kernel TM Bad Thing program checksCyril Bur
2017-10-06powerpc: get_wchan(): solve possible race scenario due to parallel wakeupKautuk Consul
2017-10-05PCI: Remove reset argument from pci_iov_{add,remove}_virtfn()Jan H. Schönherr
2017-10-05powerpc/jprobes: Validate break handler invocation as being due to a jprobe_r...Naveen N. Rao
2017-10-05powerpc/jprobes: Disable preemption when triggered through ftraceNaveen N. Rao
2017-10-04powerpc/kprobes: Fix warnings from __this_cpu_read() on preempt kernelsNaveen N. Rao
2017-10-04powerpc/kprobes: Clean up jprobe detection in livepatch handlerNaveen N. Rao
2017-10-04powerpc/kprobes: Do not suppress instruction emulation if a single run failedNaveen N. Rao
2017-10-04powerpc/kprobes: Some cosmetic updates to try_to_emulate()Naveen N. Rao
2017-10-04powerpc/watchdog: Make use of watchdog_nmi_probe()Thomas Gleixner
2017-10-04watchdog/core, powerpc: Lock cpus across reconfigurationThomas Gleixner
2017-10-04watchdog/core, powerpc: Replace watchdog_nmi_reconfigure()Thomas Gleixner
2017-10-04powerpc/6xx: Use setup_timer() helperAllen Pais
2017-10-04powerpc/powernv: Use early_radix_enabled in POWER9 tlb flushNicholas Piggin
2017-10-04powerpc/64s: Implement system reset idle wakeup reasonNicholas Piggin
2017-10-04powerpc/watchdog: Do not trigger SMP crash from touch_nmi_watchdogNicholas Piggin
2017-10-04powerpc/watchdog: Do not backtrace locked CPUs twice if allcpus backtrace is ...Nicholas Piggin
2017-10-04powerpc/watchdog: Do not panic from locked CPU's IPI handlerNicholas Piggin
2017-10-03powerpc/4xx: Fix compile error with 64K pages on 40x, 44xChristian Lamparter
2017-10-03powerpc: Fix action argument for cpufeatures-based TLB flushJeremy Kerr
2017-09-29powerpc: Fix workaround for spurious MCE on POWER9Michael Neuling
2017-09-27powerpc/64s: Add workaround for P9 vector CI load issueMichael Neuling
2017-09-26powerpc: Handle MCE on POWER9 with only DSISR bit 30 setMichael Neuling
2017-09-26powerpc/powernv: Rework EEH initialization on powernvBenjamin Herrenschmidt
2017-09-21powerpc/eeh: Create PHB PEs after EEH is initializedBenjamin Herrenschmidt
2017-09-20powerpc/kprobes: Update optprobes to use emulate_update_regs()Naveen N. Rao
2017-09-20Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman
2017-09-20powerpc/tm: Flush TM only if CPU has TM featureGustavo Romero
2017-09-19ppc: switch to {get,put}_compat_sigset()Al Viro