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