1. 640e922 powerpc: fix exception clearing in e500 SPE float emulation by Joseph Myers · 11 years ago
  2. 3bab0bf Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  3. 6d888d1 powerpc: Only print PACATMSCRATCH in oops when TM is active by Anton Blanchard · 11 years ago
  4. 9db8bcf powerpc: Remove a few lines of oops output by Anton Blanchard · 11 years ago
  5. c540064 powerpc: Print DAR and DSISR on machine check oopses by Anton Blanchard · 11 years ago
  6. 94af3ab powerpc: ELF2 binaries launched directly. by Rusty Russell · 11 years ago
  7. 7ba5fef powerpc/tm: Remove interrupt disable in __switch_to() by Michael Neuling · 11 years ago
  8. 3743c9b powerpc: export debug registers save function for KVM by Bharat Bhushan · 12 years ago
  9. 51ae8d4 powerpc: move debug registers in a structure by Bharat Bhushan · 12 years ago
  10. 660970f powerpc: remove unnecessary line continuations by Bharat Bhushan · 12 years ago
  11. 1846196 powerpc: Provide for giveup_fpu/altivec to save state in alternate location by Paul Mackerras · 11 years ago
  12. de79f7b powerpc: Put FP/VSX and VR state into structures by Paul Mackerras · 11 years ago
  13. cbc9565 powerpc: Remove ksp_limit on ppc64 by Benjamin Herrenschmidt · 11 years ago
  14. 3f1f431 Merge branch 'merge' into next by Benjamin Herrenschmidt · 11 years ago
  15. 037f0ee powerpc: Make flush_fp_to_thread() nop when CONFIG_PPC_FPU is disabled by Kevin Hao · 11 years ago
  16. c2d5264 powerpc: Save the TAR register earlier by Michael Neuling · 11 years ago
  17. 24a72ac Merge tag 'v3.10' into next by Benjamin Herrenschmidt · 12 years ago
  18. 330a1eb powerpc/perf: Core EBB support for 64-bit book3s by Michael Ellerman · 12 years ago
  19. 0e37739 powerpc: Fix stack overflow crash in resume_kernel when ftracing by Michael Ellerman · 12 years ago
  20. 82a9f16 powerpc/hw_breakpoints: Add DABRX cpu feature to fix 32-bit regression by Michael Neuling · 12 years ago
  21. 6cecf76 powerpc/booke64: Fix kernel hangs at kernel_dbg_exc by Scott Wood · 12 years ago
  22. af945cf powerpc: Fix MAX_STACK_TRACE_ENTRIES too low warning again by Li Zhong · 12 years ago
  23. 5a148af Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  24. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 12 years ago
  25. 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 12 years ago
  26. 234d15d Merge remote-tracking branch 'origin/master' into next by Benjamin Herrenschmidt · 12 years ago
  27. 28d170a ptrace/powerpc: Don't flush_ptrace_hw_breakpoint() on fork() by Oleg Nesterov · 12 years ago
  28. f110c0c powerpc: fix compiling CONFIG_PPC_TRANSACTIONAL_MEM when CONFIG_ALTIVEC=n by Michael Neuling · 12 years ago
  29. bc2a940 powerpc: Hook in new transactional memory code by Michael Neuling · 12 years ago
  30. fb09692 powerpc: Add reclaim and recheckpoint functions for context switching transactional memory processes by Michael Neuling · 12 years ago
  31. afc0770 powerpc: Add transactional memory paca scratch register to show_regs by Michael Neuling · 12 years ago
  32. 8b3c34c powerpc: New macros for transactional memory support by Michael Neuling · 12 years ago
  33. 05d694e powerpc: Add length setting to set_dawr by Michael Neuling · 12 years ago
  34. b9818c3 powerpc: Rename set_break to avoid naming conflict by Michael Neuling · 12 years ago
  35. bf99de3 powerpc: Add the DAWR support to the set_break() by Michael Neuling · 12 years ago
  36. 9422de3 powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers by Michael Neuling · 12 years ago
  37. 9277924 powerpc: Define ppr in thread_struct by Haren Myneni · 12 years ago
  38. afa86fc flagday: don't pass regs to copy_thread() by Al Viro · 12 years ago
  39. 0bcfe54 powerpc: switch to generic fork/clone/vfork by Al Viro · 12 years ago
  40. ab75819 powerpc: make fork_idle() take the common "kernel thread" path in copy_thread() by Al Viro · 12 years ago
  41. ea516b1 powerpc: put the "zero usp means using parent's stack pointer" to copy_thread() by Al Viro · 12 years ago
  42. 64c2f65 powerpc: don't bother with CHECK_FULL_REGS in sys_fork() et.al. by Al Viro · 12 years ago
  43. 9d40127 powerpc: don't bother with zero-extending arguments in sys_clone() by Al Viro · 12 years ago
  44. 53b50f94 powerpc: take dereferencing to ret_from_kernel_thread() by Al Viro · 12 years ago
  45. 4079210 powerpc: don't mess with r2 in copy_thread() and friends by Al Viro · 12 years ago
  46. 138d1ce powerpc: switch to saner kernel_execve() semantics by Al Viro · 12 years ago
  47. 8213a2f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  48. 5f3d2f2 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 12 years ago
  49. 0b981cb Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  50. be6abfa powerpc: switch to generic sys_execve()/kernel_execve() by Al Viro · 12 years ago
  51. 58254e1 powerpc: split ret_from_fork by Al Viro · 12 years ago
  52. 4474ef0 powerpc: Rework set_dabr so it can take a DABRX value as well by Michael Neuling · 12 years ago
  53. fff34b3 Merge branch 'merge' into next by Benjamin Herrenschmidt · 12 years ago
  54. 1021cb2 powerpc: Fix DSCR inheritance in copy_thread() by Anton Blanchard · 12 years ago
  55. 41ab526 powerpc: Add trap_nr to thread_struct by Ananth N Mavinakayanahalli · 12 years ago
  56. baa3604 cputime: Consolidate vtime handling on context switch by Frederic Weisbecker · 13 years ago
  57. ec0d7f1 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 13 years ago
  58. 6f73b36 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  59. 55ccf3f fork: move the real prepare_to_copy() users to arch_dup_task_struct() by Suresh Siddha · 13 years ago
  60. 96c9511 powerpc: Use common threadinfo allocator by Thomas Gleixner · 13 years ago
  61. 3500087 powerpc: Optimise enable_kernel_altivec by Anton Blanchard · 13 years ago
  62. fae2e0f powerpc: Fix typo in runlatch code by Benjamin Herrenschmidt · 13 years ago
  63. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 13 years ago
  64. 7230c56 powerpc: Rework lazy-interrupt handling by Benjamin Herrenschmidt · 13 years ago
  65. fe1952f powerpc: Rework runlatch code by Benjamin Herrenschmidt · 13 years ago
  66. 40c8cef powerpc: Fix kernel log of oops/panic instruction dump by Ira Snyder · 13 years ago
  67. 3bfd0c9c powerpc: Decode correct MSR bits in oops output by Anton Blanchard · 13 years ago
  68. 187b9f2 powerpc/book3e-64: Fix debug support for userspace by Kumar Gala · 13 years ago
  69. ba28c9a powerpc: Revert show_regs() define for readability by Kumar Gala · 13 years ago
  70. 4b16f8e powerpc: various straight conversions from module.h --> export.h by Paul Gortmaker · 13 years ago
  71. 1844750 Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 13 years ago
  72. 5115a02 powerpc: Add CFAR to oops output by Michael Neuling · 13 years ago
  73. 0e0ebdb powerpc: Remove redundant set_fs(USER_DS) by Mathias Krause · 14 years ago
  74. de56a94 KVM: PPC: Add support for Book3S processors in hypervisor mode by Paul Mackerras · 14 years ago
  75. 685659e powerpc/e500: Save SPEFCSR in flush_spe_to_thread() by yu liu · 14 years ago
  76. d6bf29b powerpc: mmu_gather rework by Peter Zijlstra · 14 years ago
  77. 44ae3ab powerpc: Free up some CPU feature bits by moving out MMU-related features by Matt Evans · 14 years ago
  78. efcac65 powerpc: Per process DSCR + some fixes (try#4) by Alexey Kardashevskiy · 14 years ago
  79. b6a8401 mm: NUMA aware alloc_thread_info_node() by Eric Dumazet · 14 years ago
  80. e0780b7 powerpc: Fix call to flush_ptrace_hw_breakpoint() by K.Prasad · 14 years ago
  81. 7071854 powerpc: Print 32 bits of DSISR in show_regs by Anton Blanchard · 14 years ago
  82. cf9efce powerpc: Account time using timebase rather than PURR by Paul Mackerras · 14 years ago
  83. e1f0ece powerpc: Move arch_sd_sibling_asym_packing() to smp.c by Michael Neuling · 14 years ago
  84. 4138d65 powerpc: Inline ppc64_runlatch_off by Anton Blanchard · 14 years ago
  85. 9904b00 powerpc: Use is_32bit_task() helper to test 32 bit binary by Denis Kirjanov · 14 years ago
  86. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  87. c788732 Mark arguments to certain syscalls as being const by David Howells · 14 years ago
  88. c4efd6b Merge branch 'sched-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 14 years ago
  89. dca45ad Merge branch 'linus' into sched/core by Ingo Molnar · 14 years ago
  90. a2e1981 powerpc/book3e: Hack to get gdb moving along on Book3E 64-bit by Benjamin Herrenschmidt · 15 years ago
  91. 5f07aa7 Merge commit 'paulus-perf/master' into next by Benjamin Herrenschmidt · 15 years ago
  92. 2ec57d4 sched: Fix spelling of sibling by Michael Neuling · 15 years ago
  93. 5aae8a5 powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processors by K.Prasad · 15 years ago
  94. f1ba9a5 powerpc: Unconditionally enabled irq stacks by Christoph Hellwig · 15 years ago
  95. 89275d5 powerpc: Exclude arch_sd_sibiling_asym_packing() on UP by Peter Zijlstra · 15 years ago
  96. 76cbd8a powerpc: Enable asymmetric SMT scheduling on POWER7 by Michael Neuling · 15 years ago
  97. 221c185 powerpc/476: Add isync after loading mmu and debug spr's by Dave Kleikamp · 15 years ago
  98. 3bffb65 powerpc/booke: Add support for advanced debug registers by Dave Kleikamp · 15 years ago
  99. 172ae2e powerpc/booke: Introduce new CONFIG options for advanced debug registers by Dave Kleikamp · 15 years ago
  100. 94f28da powerpc: TIF_ABI_PENDING bit removal by Andreas Schwab · 15 years ago