1. 0c93069 powerpc: Fix error return in rtas_flash module init by Anton Blanchard · 11 years ago
  2. 28ea3c7 powerpc: Export flush_icache_range by Jeff Mahoney · 11 years ago
  3. 140ab64 powerpc/PCI: Fix NULL dereference in sys_pciconfig_iobase() list traversal by Mike Qiu · 11 years ago
  4. 18aa0da powerpc: Don't try to set LPCR unless we're in hypervisor mode by Paul Mackerras · 11 years ago
  5. 042f7b7 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  6. f83319d powerpc: Add lq/stq emulation by Anton Blanchard · 11 years ago
  7. fa5c11b powerpc: Remove dead code in sycall entry by Michael Neuling · 11 years ago
  8. 467a9e1 Merge tag 'cpu-hotplug-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  9. 8f619b54 powerpc/ppc64: Do not turn AIL (reloc-on interrupts) too early by Benjamin Herrenschmidt · 11 years ago
  10. a944a9c powerpc/ppc64: Gracefully handle early interrupts by Benjamin Herrenschmidt · 11 years ago
  11. 7222f77 powerpc/prom: early_init_dt_scan_cpus() updates cpu features only once by Benjamin Herrenschmidt · 11 years ago
  12. 36ae37e powerpc: Make boot_cpuid common between 32 and 64-bit by Benjamin Herrenschmidt · 11 years ago
  13. 4a85b31 powerpc: Adjust CPU_FTR_SMT on all platforms by Benjamin Herrenschmidt · 11 years ago
  14. e6b8fd0 powerpc/tm: Disable IRQ in tm_recheckpoint by Michael Neuling · 11 years ago
  15. a08a53ea powerpc/le: Enable RTAS events support by Greg Kurz · 11 years ago
  16. 68114e5 Merge tag 'trace-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 11 years ago
  17. b9f2b21 Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux by Linus Torvalds · 11 years ago
  18. e6d9bfc Merge branch 'powernv-cpuidle' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  19. 235c7b9 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  20. 4b1779c Merge tag 'pci-v3.15-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  21. d88cf7d Merge remote-tracking branch 'robh/for-next' into devicetree/next by Grant Likely · 11 years ago
  22. cd42748 Merge remote-tracking branch 'scott/next' into next by Benjamin Herrenschmidt · 11 years ago
  23. d410ae2 powerpc/book3s: Fix CFAR clobbering issue in machine check handler. by Mahesh Salgaonkar · 11 years ago
  24. 599d287 powerpc/le: Big endian arguments for ppc_rtas() by Greg Kurz · 11 years ago
  25. ee4ed6f powerpc: Rate-limit users spamming kernel log buffer by Michael Neuling · 11 years ago
  26. 68f2f0d powerpc: Add a cpu feature CPU_FTR_PMAO_BUG by Michael Ellerman · 11 years ago
  27. d1a5511 powerpc, sysfs: Fix CPU hotplug callback registration by Srivatsa S. Bhat · 11 years ago
  28. 609af38 powerpc/booke64: Critical and machine check exception support by Scott Wood · 11 years ago
  29. 31f7124 powerpc/booke64: Add crit/mc/debug support to EXCEPTION_COMMON by Scott Wood · 11 years ago
  30. 28a3ded powerpc/booke64: Remove ints from EXCEPTION_COMMON by Scott Wood · 11 years ago
  31. 9d378df powerpc/booke64: Use SPRG7 for VDSO by Scott Wood · 11 years ago
  32. 82d86de powerpc/e6500: Make TLB lock recursive by Scott Wood · 11 years ago
  33. c4787d1 powerpc/booke64: Fix exception numbers by Scott Wood · 11 years ago
  34. 19007b3 powerpc/book3e: store crit/mc/dbg exception thread info by Tiejun Chen · 11 years ago
  35. 160c732 powerpc/book3e: initialize crit/mc/dbg kernel stack pointers by Tiejun Chen · 11 years ago
  36. 708b7ee powerpc: add support for reserved memory defined by device tree by Marek Szyprowski · 11 years ago
  37. ffb12cf Merge branch 'irq/for-gpio' into irq/core by Thomas Gleixner · 11 years ago
  38. 3a36cb1 ftrace: Do not pass data to ftrace_dyn_arch_init by Jiri Slaby · 11 years ago
  39. af64a7c ftrace: Pass retval through return in ftrace_dyn_arch_init() by Jiri Slaby · 11 years ago
  40. 6b36ba8 powerpc/pseries: Update dynamic cache nodes for suspend/resume operation by Haren Myneni · 11 years ago
  41. 55672ec powerpc/book3s: Recover from MC in sapphire on SCOM read via MMIO. by Mahesh Salgaonkar · 11 years ago
  42. 10862a0 powerpc: Revert c6102609 and replace it with the correct fix for vio dma mask setting by Li Zhong · 11 years ago
  43. a5b2cf5 powerpc: Align p_dyn, p_rela and p_st symbols by Anton Blanchard · 11 years ago
  44. 621b506 powerpc/tm: Fix crash when forking inside a transaction by Michael Neuling · 11 years ago
  45. 0d94873 cpuidle/powernv: Add "Fast-Sleep" CPU idle state by Preeti U Murthy · 11 years ago
  46. 97eb001f powerpc/powernv: Add OPAL call to resync timebase on wakeup by Vaidyanathan Srinivasan · 11 years ago
  47. aca79d2 powerpc/powernv: Add context management for Fast Sleep by Vaidyanathan Srinivasan · 11 years ago
  48. 1b78395 powerpc: Split timer_interrupt() into timer handling and interrupt handling routines by Preeti U Murthy · 11 years ago
  49. 1b67bee powerpc: Implement tick broadcast IPI as a fixed IPI message by Srivatsa S. Bhat · 11 years ago
  50. 402d9a1 powerpc: Free up the slot of PPC_MSG_CALL_FUNC_SINGLE IPI message by Srivatsa S. Bhat · 11 years ago
  51. 57310c3 powerpc: eeh: Fixup the brown paperbag fallout of the "cleanup" by Thomas Gleixner · 11 years ago
  52. b8a9a11 powerpc: Eeh: Kill another abuse of irq_desc by Thomas Gleixner · 11 years ago
  53. a4e04c9 powerpc: Irq: Use generic_handle_irq by Thomas Gleixner · 11 years ago
  54. 573ebfa powerpc: Increase stack redzone for 64-bit userspace to 512 bytes by Paul Mackerras · 11 years ago
  55. a95fc58 powerpc/ftrace: bugfix for test_24bit_addr by Liu Ping Fan · 11 years ago
  56. f5295bd powerpc/crashdump : Fix page frame number check in copy_oldmem_page by Laurent Dufour · 11 years ago
  57. 66f9af83 powerpc/eeh: Disable EEH on reboot by Gavin Shan · 11 years ago
  58. 2ec5a0a powerpc/eeh: Cleanup on eeh_subsystem_enabled by Gavin Shan · 11 years ago
  59. 24b659a powerpc: Use unstripped VDSO image for more accurate profiling data by Anton Blanchard · 11 years ago
  60. 1a18a66 powerpc: Set the correct ksp_limit on ppc32 when switching to irq stack by Kevin Hao · 11 years ago
  61. 3bc9559 powerpc/PCI: Use list_for_each_entry() for bus traversal by Yijing Wang · 11 years ago
  62. cd15b04 powerpc/powernv: Add iommu DMA bypass support for IODA2 by Benjamin Herrenschmidt · 11 years ago
  63. ea961a8 powerpc: Fix endian issues in kexec and crash dump code by Anton Blanchard · 11 years ago
  64. 04a3411 powerpc/ppc32: Fix the bug in the init of non-base exception stack for UP by Kevin Hao · 11 years ago
  65. 3b830c8 powerpc/relocate fix relocate processing in LE mode by Laurent Dufour · 11 years ago
  66. 8cc6b6c powerpc/eeh: Drop taken reference to driver on eeh_rmv_device by Thadeu Lima de Souza Cascardo · 11 years ago
  67. e2a0f81 Merge tag 'for-linus' of git://git.kernel.org/pub/scm/virt/kvm/kvm by Linus Torvalds · 11 years ago
  68. b73117c Merge branch 'kvm-ppc-next' of git://github.com/agraf/linux-2.6 into kvm-queue by Paolo Bonzini · 11 years ago
  69. 91b973f powerpc: Make sure "cache" directory is removed when offlining cpu by Paul Mackerras · 11 years ago
  70. 3fa8cad8 powerpc/pseries/cpuidle: smt-snooze-delay cleanup. by Deepthi Dharwar · 11 years ago
  71. d765ff2 powerpc: Fix 32-bit frames for signals delivered when transactional by Paul Mackerras · 11 years ago
  72. 1c430c0 powerpc: Fix hw breakpoints on !HAVE_HW_BREAKPOINT configurations by Andreas Schwab · 11 years ago
  73. e9a3711 Merge remote-tracking branch 'agust/next' into next by Benjamin Herrenschmidt · 11 years ago
  74. 1b17366 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  75. 7b49041 KVM: PPC: Book3S HV: Add new state for transactional memory by Michael Neuling · 11 years ago
  76. d682916 KVM: PPC: Book3S HV: Basic little-endian guest support by Anton Blanchard · 11 years ago
  77. 8563bf5 KVM: PPC: Book3S HV: Add support for DABRX register on POWER7 by Paul Mackerras · 11 years ago
  78. b005255e KVM: PPC: Book3S HV: Context-switch new POWER8 SPRs by Michael Neuling · 11 years ago
  79. e0b7ec0 KVM: PPC: Book3S HV: Align physical and virtual CPU thread numbers by Paul Mackerras · 11 years ago
  80. e1ba845 Merge tag 'pci-v3.14-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pci by Linus Torvalds · 11 years ago
  81. 9326657 Merge branch 'perf-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  82. 897aea3 Merge branch 'core-debug-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 11 years ago
  83. 860fc2f Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 11 years ago
  84. 1c2042c powerpc/eeh: Use global PCI rescan-remove locking by Rafael J. Wysocki · 11 years ago
  85. 7e4e786 powerpc/eeh: Handle multiple EEH errors by Gavin Shan · 11 years ago
  86. fac515db Merge remote-tracking branch 'scott/next' into next by Benjamin Herrenschmidt · 11 years ago
  87. 3ac8ff1 powerpc: Fix transactional FP/VMX/VSX unavailable handlers by Paul Mackerras · 11 years ago
  88. d31626f powerpc: Don't corrupt transactional state when using FP/VMX in kernel by Paul Mackerras · 11 years ago
  89. 0215f7d powerpc: Fix races with irq_work by Benjamin Herrenschmidt · 11 years ago
  90. 30c8263 Move precessing of MCE queued event out from syscall exit path. by Mahesh Salgaonkar · 11 years ago
  91. 0c4b9e2 powerpc/iommu: Don't detach device without IOMMU group by Gavin Shan · 11 years ago
  92. f26c7a0 powerpc/eeh: Hotplug improvement by Gavin Shan · 11 years ago
  93. 1d35054 powerpc/eeh: Add restore_config operation by Gavin Shan · 11 years ago
  94. c141611 powerpc: Delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  95. a6da83f9 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  96. 10348f5 powerpc: Check return value of instance-to-package OF call by Benjamin Herrenschmidt · 11 years ago
  97. 7d71d5b clk: mpc5xxx: switch to COMMON_CLK, retire PPC_CLOCK by Gerhard Sittig · 11 years ago
  98. ed2ddc5 powerpc: Replaced tlbilx with tlbwe in the initialization code by Diana Craciun · 12 years ago
  99. 28efc35 powerpc/e6500: TLB miss handler with hardware tablewalk support by Scott Wood · 11 years ago
  100. 0be7d969b powerpc/fsl_booke: smp support for booting a relocatable kernel above 64M by Kevin Hao · 11 years ago