1. e28d0b6 powerpc/lib/sstep: Don't use __{get/put}_user() on kernel addresses by Christophe Leroy · 3 years, 3 months ago
  2. 59dc5bf powerpc/64s: avoid reloading (H)SRR registers if they are still valid by Nicholas Piggin · 3 years, 6 months ago
  3. 5b75bd7 powerpc/sstep: Add emulation support for ‘setb’ instruction by Sathvika Vasireddy · 3 years, 8 months ago
  4. 8dc7f02 powerpc: remove partial register save logic by Nicholas Piggin · 3 years, 10 months ago
  5. 5747230 powerpc/32: Remove ksp_limit by Christophe Leroy · 3 years, 10 months ago
  6. 5c88a17 powerpc/sstep: Fix VSX instruction emulation by Jordan Niethe · 3 years, 10 months ago
  7. b12b472 Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 10 months ago
  8. 22b89ba powerpc/sstep: Fix darn emulation by Sandipan Das · 3 years, 11 months ago
  9. bbda4b6 powerpc/sstep: Fix load-store and update emulation by Sandipan Das · 3 years, 11 months ago
  10. 344717a powerpc/sstep: Fix array out of bound warning by Ravi Bangoria · 4 years ago
  11. 718aae9 powerpc/sstep: Fix incorrect return from analyze_instr() by Ananth N Mavinakayanahalli · 4 years ago
  12. 8813ff4 powerpc/sstep: Check instruction validity against ISA version before emulation by Ananth N Mavinakayanahalli · 4 years ago
  13. af99da7 powerpc/sstep: Support VSX vector paired storage access instructions by Balamuruhan S · 4 years, 3 months ago
  14. 1817de2 powerpc/sstep: Cover new VSX instructions under CONFIG_VSX by Ravi Bangoria · 4 years, 3 months ago
  15. ef6879f powerpc/sstep: Emulate prefixed instructions only when CPU_FTR_ARCH_31 is set by Balamuruhan S · 4 years, 3 months ago
  16. f56e65d Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 2 months ago
  17. 5ab187e powerpc/sstep: Remove empty if statement checking for invalid form by Cédric Le Goater · 4 years, 3 months ago
  18. 5ae4998 powerpc: remove address space overrides using set_fs() by Christoph Hellwig · 4 years, 4 months ago
  19. 151c32b powerpc/sstep: Add support for divde[.] and divdeu[.] instructions by Balamuruhan S · 4 years, 5 months ago
  20. 826b07b powerpc/sstep: Fix incorrect CONFIG symbol in scv handling by Michael Ellerman · 4 years, 5 months ago
  21. 335aca5 Merge branch 'scv' support into next by Michael Ellerman · 4 years, 5 months ago
  22. 68a180a powerpc/sstep: Introduce macros to retrieve Prefix instruction operands by Balamuruhan S · 4 years, 6 months ago
  23. 7fa95f9 powerpc/64s: system call support for scv/rfscv instructions by Nicholas Piggin · 4 years, 7 months ago
  24. 3920742 powerpc sstep: Add support for prefixed fixed-point arithmetic by Jordan Niethe · 4 years, 8 months ago
  25. 50b80a1 powerpc sstep: Add support for prefixed load/stores by Jordan Niethe · 4 years, 8 months ago
  26. 650b55b powerpc: Add prefixed instructions to instruction data type by Jordan Niethe · 4 years, 8 months ago
  27. 94afd06 powerpc: Use a datatype for instructions by Jordan Niethe · 4 years, 8 months ago
  28. 8094892 powerpc: Use a function for getting the instruction op code by Jordan Niethe · 4 years, 8 months ago
  29. 777e26f powerpc: Use an accessor for instructions by Jordan Niethe · 4 years, 8 months ago
  30. f14f8a2 powerpc/64/sstep: Ifdef the deprecated fast endian switch syscall by Nicholas Piggin · 4 years, 10 months ago
  31. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  32. 6324320 powerpc sstep: Add support for modsd, modud instructions by Sandipan Das · 6 years ago
  33. 6c18007 powerpc sstep: Add support for modsw, moduw instructions by PrasannaKumar Muralidharan · 6 years ago
  34. 3e751ac powerpc sstep: Add support for extswsli instruction by Sandipan Das · 6 years ago
  35. 32628b5 powerpc sstep: Add support for cnttzw, cnttzd instructions by Sandipan Das · 6 years ago
  36. a23987e powerpc: sstep: Add support for darn instruction by Sandipan Das · 6 years ago
  37. 930d628 powerpc: sstep: Add support for maddhd, maddhdu, maddld instructions by Sandipan Das · 6 years ago
  38. 83afab4 powerpc/sstep: Fix kernel crash if VSX is not present by Ravi Bangoria · 7 years ago
  39. e6684d0 powerpc/sstep: Introduce GETTYPE macro by Ravi Bangoria · 7 years ago
  40. 20acf7f powerpc/lib: Fix "integer constant is too large" build failure by Finn Thain · 7 years ago
  41. 174b701 powerpc/32: Move the inline keyword at the beginning of function declaration by Mathieu Malaterre · 7 years ago
  42. 67ac0bf powerpc/kprobes: Blacklist emulate_update_regs() from kprobes by Naveen N. Rao · 7 years ago
  43. a54c61f Merge branch 'fixes' into next by Michael Ellerman · 7 years ago
  44. b0490a0 powerpc/lib/sstep: Fix count leading zeros instructions by Sandipan Das · 7 years ago
  45. 0a75aff powerpc/lib/sstep: Fix fixed-point shift instructions that set CA32 by Sandipan Das · 7 years ago
  46. dc39c1d powerpc/lib/sstep: Fix fixed-point arithmetic instructions that set CA32 by Sandipan Das · 7 years ago
  47. 924c8fe powerpc/lib/sstep: Add XER bits introduced in POWER ISA v3.0 by Sandipan Das · 7 years ago
  48. 1575fe0 powerpc/sstep: mullw should calculate a 64 bit signed result by Anton Blanchard · 7 years ago
  49. 5bcaa4c powerpc/sstep: Fix issues with mcrf by Anton Blanchard · 7 years ago
  50. ad47ff3e powerpc/sstep: Fix issues with set_cr0() by Anton Blanchard · 7 years ago
  51. 3b79b26 powerpc/sstep: Avoid used uninitialized error by Michael Ellerman · 7 years ago
  52. 45f6215 powerpc: Wrap register number correctly for string load/store instructions by Paul Mackerras · 7 years ago
  53. d2b65ac powerpc: Emulate load/store floating point as integer word instructions by Paul Mackerras · 7 years ago
  54. a53d518 powerpc: Separate out load/store emulation into its own function by Paul Mackerras · 7 years ago
  55. d955189 powerpc: Handle opposite-endian processes in emulation code by Paul Mackerras · 7 years ago
  56. b9da9c8 powerpc: Set regs->dar if memory access fails in emulate_step() by Paul Mackerras · 7 years ago
  57. b2543f7 powerpc: Emulate the dcbz instruction by Paul Mackerras · 7 years ago
  58. 1f41fb7 powerpc: Emulate load/store floating double pair instructions by Paul Mackerras · 7 years ago
  59. e61ccc7 powerpc: Emulate vector element load/store instructions by Paul Mackerras · 7 years ago
  60. c22435a5 powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not live by Paul Mackerras · 7 years ago
  61. e0a0986 powerpc: Make load/store emulation use larger memory accesses by Paul Mackerras · 7 years ago
  62. 958465e powerpc: Add emulation for the addpcis instruction by Paul Mackerras · 7 years ago
  63. 5762e08 powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructions by Paul Mackerras · 7 years ago
  64. f1bbb99 powerpc: Fix emulation of the isel instruction by Paul Mackerras · 7 years ago
  65. d120cdb powerpc/64: Fix update forms of loads and stores to write 64-bit EA by Paul Mackerras · 7 years ago
  66. 350779a powerpc: Handle most loads and stores in instruction emulation code by Paul Mackerras · 7 years ago
  67. ee0a54d powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr() by Paul Mackerras · 7 years ago
  68. 3cdfcbf powerpc: Change analyse_instr so it doesn't modify *regs by Paul Mackerras · 7 years ago
  69. e27f71e powerpc/lib/sstep: Add isel instruction emulation by Matt Brown · 7 years ago
  70. 2c979c4 powerpc/lib/sstep: Add prty instruction emulation by Matt Brown · 7 years ago
  71. f312793 powerpc/lib/sstep: Add bpermd instruction emulation by Matt Brown · 7 years ago
  72. dcbd19b powerpc/lib/sstep: Add popcnt instruction emulation by Matt Brown · 7 years ago
  73. 02c0f62 powerpc/lib/sstep: Add cmpb instruction emulation by Matt Brown · 7 years ago
  74. 64e756c powerpc: Fix emulation of mfocrf in emulate_step() by Anton Blanchard · 8 years ago
  75. 87c4b83e powerpc: Fix emulation of mcrf in emulate_step() by Anton Blanchard · 8 years ago
  76. 71f6e58 powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL() by Naveen N. Rao · 8 years ago
  77. e148bd1 powerpc: Emulation support for load/store instructions on LE by Ravi Bangoria · 8 years ago
  78. 3c4b66a powerpc/sstep: Return directly after a failed address_ok() in emulate_step() by Markus Elfring · 8 years ago
  79. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  80. 5e9d0e3 powerpc/lib: Fix randconfig build failure in sstep.c by Michael Ellerman · 8 years ago
  81. 24bfa6a powerpc: EX_TABLE macro for exception tables by Nicholas Piggin · 8 years ago
  82. 6670783 powerpc/sstep: Fix emulation fall-through by Oliver O'Halloran · 9 years ago
  83. dd21731 powerpc/sstep: Fix sstep.c compile on powerpcspe by Lennart Sorensen · 9 years ago
  84. 7048c84 powerpc: Fix compilation of emulate_step() by Paul Mackerras · 10 years ago
  85. c9f6f4e powerpc: Implement emulation of string loads and stores by Paul Mackerras · 10 years ago
  86. cf87c3f powerpc: Emulate icbi, mcrf and conditional-trap instructions by Paul Mackerras · 10 years ago
  87. be96f63 powerpc: Split out instruction analysis part of emulate_step() by Paul Mackerras · 10 years ago
  88. e698b96 powerpc: Fix bugs in emulate_step() by Paul Mackerras · 10 years ago
  89. b69a1da powerpc: fix typo 'CONFIG_PPC_CPU' by Paul Bolle · 11 years ago
  90. dbc2fbd powerpc: Fix Unaligned LE Floating Point Loads and Stores by Tom Musta · 11 years ago
  91. 6506b47 powerpc: Fix Unaligned Loads and Stores by Tom Musta · 11 years ago
  92. cbc9565 powerpc: Remove ksp_limit on ppc64 by Benjamin Herrenschmidt · 11 years ago
  93. 17e8de7 powerpc: Unaligned stores and stmw are broken in emulation code by Tom Musta · 11 years ago
  94. 70a54a4 powerpc: Fix single step emulation of 32bit overflowed branches by Michael Neuling · 12 years ago
  95. 8e9f693 powerpc/kprobe: Don't emulate store when kprobe stwu r1 by Tiejun Chen · 12 years ago
  96. 82aff10 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  97. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 14 years ago
  98. b91e136 powerpc: Use MSR_64BIT in sstep.c, fix kprobes on BOOK3E by Michael Ellerman · 14 years ago
  99. cd64d16 powerpc: mtmsrd not defined by Sean MacLennan · 14 years ago
  100. 0016a4c powerpc: Emulate most Book I instructions in emulate_step() by Paul Mackerras · 15 years ago