1. aca7573f powerpc: Avoid signed to unsigned conversion in set_thread_tidr() by Vaibhav Jain · 7 years ago
  2. 9d2a4d7 powerpc: Define set_thread_uses_vas() by Sukadev Bhattiprolu · 7 years ago
  3. ec233ed powerpc: Add support for setting SPRN_TIDR by Sukadev Bhattiprolu · 7 years ago
  4. eb5c3f1 powerpc: Always save/restore checkpointed regs during treclaim/trecheckpoint by Cyril Bur · 7 years ago
  5. 91381b9 powerpc: Force reload for recheckpoint during tm {fp, vec, vsx} unavailable exception by Cyril Bur · 7 years ago
  6. a777117 powerpc: Don't enable FP/Altivec if not checkpointed by Cyril Bur · 7 years ago
  7. 4e00374 powerpc/64s: Replace CONFIG_PPC_STD_MMU_64 with CONFIG_PPC_BOOK3S_64 by Michael Ellerman · 7 years ago
  8. 92fb869 powerpc/tm: P9 disable transactionally suspended sigcontexts by Michael Neuling · 7 years ago
  9. 5482053 powerpc/powernv: Enable TM without suspend if possible by Michael Ellerman · 7 years ago
  10. 4ca360f powerpc: get_wchan(): solve possible race scenario due to parallel wakeup by Kautuk Consul · 9 years ago
  11. a603610 powerpc/oops: Line up NIP & MSR with other rows by Michael Ellerman · 7 years ago
  12. f6fc73f powerpc/oops: Print CR/XER on same line as MSR by Michael Ellerman · 7 years ago
  13. d1d0d5f powerpc/64: Optimise set/clear of CTRL[RUN] (runlatch) by Nicholas Piggin · 7 years ago
  14. 15c659ff Merge branch 'fixes' into next by Michael Ellerman · 7 years ago
  15. 96c79b6 powerpc: Remove more redundant VSX save/tests by Benjamin Herrenschmidt · 7 years ago
  16. dc80108 powerpc: Remove redundant clear of MSR_VSX in __giveup_vsx() by Benjamin Herrenschmidt · 7 years ago
  17. 746874d powerpc: Remove redundant FP/Altivec giveup code by Benjamin Herrenschmidt · 7 years ago
  18. 6a30383 powerpc: Fix missing newline before { by Benjamin Herrenschmidt · 7 years ago
  19. 5a69aec powerpc: Fix VSX enabling/flushing to also test MSR_FP and MSR_VEC by Benjamin Herrenschmidt · 7 years ago
  20. 44a1280 Revert "powerpc/64: Avoid restore_math call if possible in syscall exit" by Michael Ellerman · 7 years ago
  21. 218ea31 Merge branch 'fixes' into next by Michael Ellerman · 8 years ago
  22. 07d2a62 powerpc/64s: Avoid cpabort in context switch when possible by Nicholas Piggin · 8 years ago
  23. e4c0fc5 powerpc/64s: Leave interrupts hard enabled in context switch for radix by Nicholas Piggin · 8 years ago
  24. bc4f65e powerpc/64: Avoid restore_math call if possible in syscall exit by Nicholas Piggin · 8 years ago
  25. 7f22ced powerpc/kernel: Initialize load_tm on task creation by Breno Leitao · 8 years ago
  26. 1195892 powerpc/kernel: Fix FP and vector register restoration by Breno Leitao · 8 years ago
  27. f48e91e powerpc/tm: Fix FP and VMX register corruption by Michael Neuling · 8 years ago
  28. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  29. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  30. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  31. b286ced Merge tag 'powerpc-4.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  32. 4ad8622 powerpc/8xx: Implement hw_breakpoint by Christophe Leroy · 8 years ago
  33. f257403 powerpc: Revert the initial stack protector support by Michael Ellerman · 8 years ago
  34. de39981 Merge tag 'powerpc-4.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  35. 6533b7c powerpc: Initial stack protector (-fstack-protector) support by Christophe Leroy · 8 years ago
  36. 29a969b powerpc: Revert Load Monitor Register Support by Michael Neuling · 8 years ago
  37. 2ffd04d powerpc/oops: Fix missing pr_cont()s in instruction dump by Andrew Donnellan · 8 years ago
  38. 7dae865 powerpc/oops: Fix missing pr_cont()s in show_regs() by Michael Ellerman · 8 years ago
  39. db5ba5a powerpc/oops: Fix missing pr_cont()s in print_msr_bits() et. al. by Michael Ellerman · 8 years ago
  40. 9a1f490 powerpc/oops: Fix missing pr_cont()s in show_stack() by Michael Ellerman · 8 years ago
  41. 39715bf powerpc/process: Fix CONFIG_ALIVEC typo in restore_tm_state() by Valentin Rothberg · 8 years ago
  42. 5d176f7 powerpc: tm: Enable transactional memory (TM) lazily for userspace by Cyril Bur · 8 years ago
  43. 000ec28 powerpc: tm: Rename transct_(*) to ck(\1)_state by Cyril Bur · 8 years ago
  44. dc31066 powerpc: tm: Always use fp_state and vr_state to store live registers by Cyril Bur · 8 years ago
  45. e909fb8 powerpc: Never giveup a reclaimed thread when enabling kernel {fp, altivec, vsx} by Cyril Bur · 8 years ago
  46. 3cee070 powerpc: Return the new MSR from msr_check_and_set() by Cyril Bur · 8 years ago
  47. b0f16b4 powerpc: Add check_if_tm_restore_required() to giveup_all() by Cyril Bur · 8 years ago
  48. dc16b55 powerpc: Always restore FPU/VEC/VSX if hardware transactional memory in use by Cyril Bur · 8 years ago
  49. 0545d54 powerpc/sparse: Add more assembler prototypes by Daniel Axtens · 8 years ago
  50. c7a318b powerpc/ptrace: Fix coredump since ptrace TM changes by Cyril Bur · 8 years ago
  51. 8d460f6 powerpc/process: Add the function flush_tmregs_to_thread by Anshuman Khandual · 8 years ago
  52. b92a226 powerpc: Move cpu_has_feature() to a separate file by Kevin Hao · 8 years ago
  53. b5f1bf4 Merge tag 'powerpc-4.7-5' into next by Michael Ellerman · 9 years ago
  54. 8e96a87 powerpc/tm: Always reclaim in start_thread() for exec() class syscalls by Cyril Bur · 9 years ago
  55. bd3ea31 powerpc: Load Monitor Register Support by Jack Miller · 9 years ago
  56. b57bd2d powerpc: Improve FSCR init and context switching by Michael Neuling · 9 years ago
  57. 027dfac powerpc: Various typo fixes by Michael Ellerman · 9 years ago
  58. 8eb9803 powerpc: Avoid load hit store in __giveup_fpu() and __giveup_altivec() by Anton Blanchard · 9 years ago
  59. 5f56a5d exit_thread: remove empty bodies by Jiri Slaby · 9 years ago
  60. caca285 powerpc/mm/radix: Use STD_MMU_64 to properly isolate hash related code by Aneesh Kumar K.V · 9 years ago
  61. 8404410 Merge branch 'topic/livepatch' into next by Michael Ellerman · 9 years ago
  62. 5d31a96 powerpc/livepatch: Add livepatch stack to struct thread_info by Michael Ellerman · 9 years ago
  63. 7f92bc5 powerpc: sparse: Include headers for __weak symbols by Daniel Axtens · 9 years ago
  64. 01d7c2a2 powerpc/process: Fix altivec SPR not being saved by Oliver O'Halloran · 9 years ago
  65. d5e2d00 Merge tag 'powerpc-4.6-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  66. bf6a4d5 powerpc: Add the ability to save VSX without giving it up by Cyril Bur · 9 years ago
  67. 6f515d8 powerpc: Add the ability to save Altivec without giving it up by Cyril Bur · 9 years ago
  68. 8792468 powerpc: Add the ability to save FPU without giving it up by Cyril Bur · 9 years ago
  69. de2a20a powerpc: Prepare for splitting giveup_{fpu, altivec, vsx} in two by Cyril Bur · 9 years ago
  70. 70fe3d9 powerpc: Restore FPU/VEC/VSX if previously used by Cyril Bur · 9 years ago
  71. d272f66 powerpc: Explicitly disable math features when copying thread by Cyril Bur · 9 years ago
  72. 5ef11c3 mm: ASLR: use get_random_long() by Daniel Cashman · 9 years ago
  73. 1901d8b Merge tag 'powerpc-4.4-3' into next by Michael Ellerman · 9 years ago
  74. 801c0b2 powerpc: Print MSR TM bits in oops messages by Michael Neuling · 9 years ago
  75. db1231dc powerpc: Fix DSCR inheritance over fork() by Anton Blanchard · 9 years ago
  76. 20dbe67 powerpc: Call restore_sprs() before _switch() by Anton Blanchard · 9 years ago
  77. d64d02c powerpc: Call check_if_tm_restore_required() in enable_kernel_*() by Anton Blanchard · 9 years ago
  78. d1e1cf2 powerpc: clean up asm/switch_to.h by Anton Blanchard · 9 years ago
  79. f3d885c powerpc: Rearrange __switch_to() by Anton Blanchard · 9 years ago
  80. 579e633 powerpc: create flush_all_to_thread() by Anton Blanchard · 9 years ago
  81. c208505 powerpc: create giveup_all() by Anton Blanchard · 9 years ago
  82. 1f2e25b powerpc: Remove fp_enable() and vec_enable(), use msr_check_and_{set, clear}() by Anton Blanchard · 9 years ago
  83. 3eb5d58 powerpc: Add ppc_strict_facility_enable boot option by Anton Blanchard · 9 years ago
  84. a0e72cf powerpc: Create msr_check_and_{set,clear}() by Anton Blanchard · 9 years ago
  85. a7d623d powerpc: Move part of giveup_vsx into c by Anton Blanchard · 9 years ago
  86. 98da581 powerpc: Move part of giveup_fpu,altivec,spe into c by Anton Blanchard · 9 years ago
  87. 611b0e5 powerpc: Create mtmsrd_isync() by Anton Blanchard · 9 years ago
  88. b86fd2b powerpc: Simplify TM restore checks by Anton Blanchard · 9 years ago
  89. af1bbc3 powerpc: Remove UP only lazy floating point and vector optimisations by Anton Blanchard · 9 years ago
  90. 152d523 powerpc: Create context switch helpers save_sprs() and restore_sprs() by Anton Blanchard · 9 years ago
  91. 7f821fc powerpc/tm: Check for already reclaimed tasks by Michael Neuling · 9 years ago
  92. ff474e8 Merge tag 'powerpc-4.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 9 years ago
  93. 829023d powerpc/tm: Drop tm_orig_msr from thread_struct by Anshuman Khandual · 10 years ago
  94. 72cd7b4 powerpc: Uncomment and make enable_kernel_vsx() routine available by Leonidas Da Silva Barbosa · 10 years ago
  95. 280e109 powerpc/kernel: Remove the unused extern dscr_default by Anshuman Khandual · 10 years ago
  96. 6eca893 powerpc/kernel: Rename copy_thread() 'arg' argument to 'kthread_arg' by Alex Dowad · 10 years ago
  97. 59994fb powerpc: Use generic PIE randomization by Vineeth Vijayan · 10 years ago
  98. 7d56c65 powerpc/ftrace: Remove mod_return_to_handler by Anton Blanchard · 10 years ago
  99. 7b051f6 powerpc: Use probe_kernel_address in show_instructions by Anton Blanchard · 10 years ago
  100. 69111ba powerpc: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago