- 371b8044 powerpc/64s: Initialize ISAv3 MMU registers before setting partition table by Nicholas Piggin · 7 years ago
- ab9dbf7 Revert "powerpc: Do not call ppc_md.panic in fadump panic notifier" by David Gibson · 7 years ago
- a0651c7 Merge tag 'powerpc-4.15-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
- 7e4d423 powerpc: Do not assign thread.tidr if already assigned by Vaibhav Jain · 7 years ago
- aca7573f powerpc: Avoid signed to unsigned conversion in set_thread_tidr() by Vaibhav Jain · 7 years ago
- 844056f Merge branch 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 83ada03 Merge tag 'powerpc-4.15-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
- 2621e94 powerpc/kexec: Fix kexec/kdump in P9 guest kernels by Michael Ellerman · 7 years ago
- 4d6c51b powerpc/64s: Fix Power9 DD2.1 logic in DT CPU features by Michael Ellerman · 7 years ago
- e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
- 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
- 974aa56 Merge tag 'kvm-4.15-1' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 7 years ago
- 5b0e2cb Merge tag 'powerpc-4.15-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
- e60e1ee Merge tag 'drm-for-v4.15' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 7 years ago
- 1b6115f Merge tag 'pci-v4.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 7 years ago
- 3ffa9d9 powerpc/64s: Fix Power9 DD2.0 workarounds by adding DD2.1 feature by Michael Ellerman · 7 years ago
- 475b581 powerpc/64s: Fix masking of SRR1 bits on instruction fault by Michael Ellerman · 7 years ago
- 2bcc673 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- d6ec9d9 Merge branch 'x86-asm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 4722476 powerpc/64s: mm_context.addr_limit is only used on hash by Nicholas Piggin · 7 years ago
- f23ab3ef powerpc: Fix DABR match on hash based systems by Benjamin Herrenschmidt · 7 years ago
- 46725b17 powerpc/signal: Properly handle return value from uprobe_deny_signal() by Naveen N. Rao · 8 years ago
- dcdc4679 powerpc/fadump: use kstrtoint to handle sysfs store by Michal Suchanek · 8 years ago
- acdfe93 powerpc/kprobes: refactor kprobe_lookup_name for safer string operations by Naveen N. Rao · 7 years ago
- f72180c powerpc/kprobes: Do not disable interrupts for optprobes and kprobes_on_ftrace by Naveen N. Rao · 7 years ago
- 8a2d71a powerpc/kprobes: Disable preemption before invoking probe handler for optprobes by Naveen N. Rao · 7 years ago
- fc2a5a6 powerpc/64s: ppc_save_regs is now needed for all 64s builds by Stephen Rothwell · 7 years ago
- 9d2a4d7 powerpc: Define set_thread_uses_vas() by Sukadev Bhattiprolu · 7 years ago
- ec233ed powerpc: Add support for setting SPRN_TIDR by Sukadev Bhattiprolu · 7 years ago
- 1696d0f powerpc/64: Set DSCR default initially from SPR by Nicholas Piggin · 7 years ago
- 339a329 powerpc/powernv: Avoid waiting for secondary hold spinloop with OPAL by Nicholas Piggin · 7 years ago
- a54c61f4 Merge branch 'fixes' into next by Michael Ellerman · 7 years ago
- 1d2e733 resource: Provide resource struct in resource walk callback by Tom Lendacky · 7 years ago
- 8c5db92 Merge branch 'linus' into locking/core, to resolve conflicts by Ingo Molnar · 7 years ago
- e364633 powerpc/64s/idle: avoid POWER9 DD1 and DD2.0 PMU workaround on DD2.1 by Nicholas Piggin · 7 years ago
- 9d2f510 powerpc/64s/idle: avoid POWER9 DD1 and DD2.0 ERAT workaround on DD2.1 by Nicholas Piggin · 7 years ago
- b6b3755 powerpc: add POWER9_DD20 feature by Nicholas Piggin · 7 years ago
- 6f700d3 powerpc: Remove facility loadups on transactional {fp, vec, vsx} unavailable by Cyril Bur · 7 years ago
- eb5c3f1 powerpc: Always save/restore checkpointed regs during treclaim/trecheckpoint by Cyril Bur · 7 years ago
- 91381b9 powerpc: Force reload for recheckpoint during tm {fp, vec, vsx} unavailable exception by Cyril Bur · 7 years ago
- a777117 powerpc: Don't enable FP/Altivec if not checkpointed by Cyril Bur · 7 years ago
- edfd17f powerpc/eeh: Stop using do_gettimeofday() by Arnd Bergmann · 7 years ago
- 632f0574 powerpc/tm: Don't check for WARN in TM Bad Thing handling by Michael Ellerman · 7 years ago
- 4e00374 powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64 by Michael Ellerman · 7 years ago
- c1807e3 powerpc/64: Free up CPU_FTR_ICSWX by Michael Ellerman · 7 years ago
- ff96790 powerpc/64: Fix latency tracing for lazy irq replay by Nicholas Piggin · 7 years ago
- 6de6638 KVM: PPC: Book3S HV: Handle host system reset in guest mode by Nicholas Piggin · 7 years ago
- 866ba84 Merge tag 'powerpc-4.14-6' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
- 5943cf4 powerpc/watchdog: Convert timers to use timer_setup() by Kees Cook · 7 years ago
- b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
- 7a88cbd Backmerge tag 'v4.14-rc7' into drm-next by Dave Airlie · 7 years ago
- e6c4dcb powerpc/kprobes: Dereference function pointers only if the address does not belong to kernel text by Naveen N. Rao · 7 years ago
- c010150 KVM: PPC: Book3S HV: Run HPT guests on POWER9 radix hosts by Paul Mackerras · 7 years ago
- 3e8f150a Merge remote-tracking branch 'remotes/powerpc/topic/ppc-kvm' into kvm-ppc-next by Paul Mackerras · 7 years ago
- 158f196 powerpc: Fix check for copy/paste instructions in alignment handler by Paul Mackerras · 7 years ago
- 9babb09 Merge tag 'v4.14-rc6' into locking/core, to pick up fixes by Ingo Molnar · 7 years ago
- 727f1361 powerpc: Disable the fast-endian switch syscall by default by Michael Ellerman · 7 years ago
- 5c2511b powerpc/64s: Move the two FAST_ENDIAN macros next to each other by Michael Ellerman · 7 years ago
- 92fb869 powerpc/tm: P9 disable transactionally suspended sigcontexts by Michael Neuling · 7 years ago
- 5482053 powerpc/powernv: Enable TM without suspend if possible by Michael Ellerman · 7 years ago
- 07fd176 powerpc/tm: Add commandline option to disable hardware transactional memory by Cyril Bur · 7 years ago
- ddd46ed Merge branch 'topic/ppc-kvm' into next by Michael Ellerman · 7 years ago
- 31a4d44 Revert "KVM: PPC: Book3S HV: POWER9 does not require secondary thread management" by Paul Mackerras · 7 years ago
- 58788a9 locking/arch, powerpc/rtas: Use arch_spin_lock() instead of arch_spin_lock_flags() by Will Deacon · 7 years ago
- a37c0f4 vgaarb: Select a default VGA device even if there's no legacy VGA by Bjorn Helgaas · 7 years ago
- 733e4a4 powerpc/mce: hookup memory_failure for UE errors by Balbir Singh · 7 years ago
- 01eaac2 powerpc/mce: Hookup ierror (instruction) UE errors by Balbir Singh · 7 years ago
- ba41e1e powerpc/mce: Hookup derror (load/store) UE errors by Balbir Singh · 7 years ago
- 81b61fa powerpc/mce: Align the print of physical address better by Balbir Singh · 7 years ago
- 73e341eb powerpc/mce: Remove unused function get_mce_fault_addr() by Balbir Singh · 7 years ago
- e18e884 Merge tag 'powerpc-4.14-5' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
- 1c0437a powerpc/modules: Use WARN_ON() in stub_for_addr() by Kamalesh Babulal · 7 years ago
- e36a82e powerpc/livepatch: Fix livepatch stack access by Kamalesh Babulal · 7 years ago
- 529a86e Merge branch 'ppc-bundle' (bundle from Michael Ellerman) by Linus Torvalds · 7 years ago
- 1249b57 Merge tag 'powerpc-4.14-4' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 7 years ago
- 27efed3 Merge branch 'core-watchdog-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 7 years ago
- 044215d powerpc/tm: Fix illegal TM state in signal handler by Gustavo Romero · 8 years ago
- 265e60a powerpc/64s: Use emergency stack for kernel TM Bad Thing program checks by Cyril Bur · 8 years ago
- 4ca360f powerpc: get_wchan(): solve possible race scenario due to parallel wakeup by Kautuk Consul · 9 years ago
- 753f612 PCI: Remove reset argument from pci_iov_{add,remove}_virtfn() by Jan H. Schönherr · 7 years ago
- 3368f56 powerpc/jprobes: Validate break handler invocation as being due to a jprobe_return() by Naveen N. Rao · 7 years ago
- 6baea433 powerpc/jprobes: Disable preemption when triggered through ftrace by Naveen N. Rao · 7 years ago
- c179ea2 powerpc/kprobes: Fix warnings from __this_cpu_read() on preempt kernels by Naveen N. Rao · 7 years ago
- bf3a912 powerpc/kprobes: Clean up jprobe detection in livepatch handler by Naveen N. Rao · 7 years ago
- a7b4403 powerpc/kprobes: Do not suppress instruction emulation if a single run failed by Naveen N. Rao · 7 years ago
- 2208533 powerpc/kprobes: Some cosmetic updates to try_to_emulate() by Naveen N. Rao · 7 years ago
- 34ddaa3 powerpc/watchdog: Make use of watchdog_nmi_probe() by Thomas Gleixner · 7 years ago
- e31d688 watchdog/core, powerpc: Lock cpus across reconfiguration by Thomas Gleixner · 7 years ago
- 6b9dc48 watchdog/core, powerpc: Replace watchdog_nmi_reconfigure() by Thomas Gleixner · 7 years ago
- 8d6b1bf powerpc/6xx: Use setup_timer() helper by Allen Pais · 7 years ago
- 969a86a powerpc/powernv: Use early_radix_enabled in POWER9 tlb flush by Nicholas Piggin · 7 years ago
- 78adf6c powerpc/64s: Implement system reset idle wakeup reason by Nicholas Piggin · 7 years ago
- 80e4d70 powerpc/watchdog: Do not trigger SMP crash from touch_nmi_watchdog by Nicholas Piggin · 7 years ago
- d58fdd9 powerpc/watchdog: Do not backtrace locked CPUs twice if allcpus backtrace is enabled by Nicholas Piggin · 7 years ago
- 842dc1d powerpc/watchdog: Do not panic from locked CPU's IPI handler by Nicholas Piggin · 7 years ago
- 070e004 powerpc/4xx: Fix compile error with 64K pages on 40x, 44x by Christian Lamparter · 7 years ago
- 3b7af5c0 powerpc: Fix action argument for cpufeatures-based TLB flush by Jeremy Kerr · 7 years ago
- bca73f5 powerpc: Fix workaround for spurious MCE on POWER9 by Michael Neuling · 7 years ago
- 5080332 powerpc/64s: Add workaround for P9 vector CI load issue by Michael Neuling · 7 years ago
- d8bd9f3 powerpc: Handle MCE on POWER9 with only DSISR bit 30 set by Michael Neuling · 7 years ago