1. 16e919d powerpc/lib/sstep: fix 'ptesync' build error by Anders Roxell · 3 years, 1 month ago
  2. b0490a0 powerpc/lib/sstep: Fix count leading zeros instructions by Sandipan Das · 7 years ago
  3. 1575fe0 powerpc/sstep: mullw should calculate a 64 bit signed result by Anton Blanchard · 7 years ago
  4. 5bcaa4c powerpc/sstep: Fix issues with mcrf by Anton Blanchard · 7 years ago
  5. ad47ff3 powerpc/sstep: Fix issues with set_cr0() by Anton Blanchard · 7 years ago
  6. 3b79b26 powerpc/sstep: Avoid used uninitialized error by Michael Ellerman · 8 years ago
  7. 45f6215 powerpc: Wrap register number correctly for string load/store instructions by Paul Mackerras · 8 years ago
  8. d2b65ac powerpc: Emulate load/store floating point as integer word instructions by Paul Mackerras · 8 years ago
  9. a53d518 powerpc: Separate out load/store emulation into its own function by Paul Mackerras · 8 years ago
  10. d955189 powerpc: Handle opposite-endian processes in emulation code by Paul Mackerras · 8 years ago
  11. b9da9c8 powerpc: Set regs->dar if memory access fails in emulate_step() by Paul Mackerras · 8 years ago
  12. b2543f7 powerpc: Emulate the dcbz instruction by Paul Mackerras · 8 years ago
  13. 1f41fb7 powerpc: Emulate load/store floating double pair instructions by Paul Mackerras · 8 years ago
  14. e61ccc7 powerpc: Emulate vector element load/store instructions by Paul Mackerras · 8 years ago
  15. c22435a5 powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not live by Paul Mackerras · 8 years ago
  16. e0a0986 powerpc: Make load/store emulation use larger memory accesses by Paul Mackerras · 8 years ago
  17. 958465e powerpc: Add emulation for the addpcis instruction by Paul Mackerras · 8 years ago
  18. 5762e08 powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructions by Paul Mackerras · 8 years ago
  19. f1bbb99 powerpc: Fix emulation of the isel instruction by Paul Mackerras · 8 years ago
  20. d120cdb powerpc/64: Fix update forms of loads and stores to write 64-bit EA by Paul Mackerras · 8 years ago
  21. 350779a powerpc: Handle most loads and stores in instruction emulation code by Paul Mackerras · 8 years ago
  22. ee0a54d powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr() by Paul Mackerras · 8 years ago
  23. 3cdfcbf powerpc: Change analyse_instr so it doesn't modify *regs by Paul Mackerras · 8 years ago
  24. e27f71e powerpc/lib/sstep: Add isel instruction emulation by Matt Brown · 8 years ago
  25. 2c979c4 powerpc/lib/sstep: Add prty instruction emulation by Matt Brown · 8 years ago
  26. f312793 powerpc/lib/sstep: Add bpermd instruction emulation by Matt Brown · 8 years ago
  27. dcbd19b powerpc/lib/sstep: Add popcnt instruction emulation by Matt Brown · 8 years ago
  28. 02c0f62 powerpc/lib/sstep: Add cmpb instruction emulation by Matt Brown · 8 years ago
  29. 64e756c powerpc: Fix emulation of mfocrf in emulate_step() by Anton Blanchard · 8 years ago
  30. 87c4b83e powerpc: Fix emulation of mcrf in emulate_step() by Anton Blanchard · 8 years ago
  31. 71f6e58 powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL() by Naveen N. Rao · 8 years ago
  32. e148bd1 powerpc: Emulation support for load/store instructions on LE by Ravi Bangoria · 8 years ago
  33. 3c4b66a powerpc/sstep: Return directly after a failed address_ok() in emulate_step() by Markus Elfring · 8 years ago
  34. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  35. 5e9d0e3 powerpc/lib: Fix randconfig build failure in sstep.c by Michael Ellerman · 8 years ago
  36. 24bfa6a powerpc: EX_TABLE macro for exception tables by Nicholas Piggin · 8 years ago
  37. 6670783 powerpc/sstep: Fix emulation fall-through by Oliver O'Halloran · 9 years ago
  38. dd21731 powerpc/sstep: Fix sstep.c compile on powerpcspe by Lennart Sorensen · 9 years ago
  39. 7048c84 powerpc: Fix compilation of emulate_step() by Paul Mackerras · 10 years ago
  40. c9f6f4e powerpc: Implement emulation of string loads and stores by Paul Mackerras · 11 years ago
  41. cf87c3f powerpc: Emulate icbi, mcrf and conditional-trap instructions by Paul Mackerras · 11 years ago
  42. be96f63 powerpc: Split out instruction analysis part of emulate_step() by Paul Mackerras · 11 years ago
  43. e698b96 powerpc: Fix bugs in emulate_step() by Paul Mackerras · 11 years ago
  44. b69a1da powerpc: fix typo 'CONFIG_PPC_CPU' by Paul Bolle · 11 years ago
  45. dbc2fbd powerpc: Fix Unaligned LE Floating Point Loads and Stores by Tom Musta · 11 years ago
  46. 6506b47 powerpc: Fix Unaligned Loads and Stores by Tom Musta · 11 years ago
  47. cbc9565 powerpc: Remove ksp_limit on ppc64 by Benjamin Herrenschmidt · 11 years ago
  48. 17e8de7 powerpc: Unaligned stores and stmw are broken in emulation code by Tom Musta · 12 years ago
  49. 70a54a4 powerpc: Fix single step emulation of 32bit overflowed branches by Michael Neuling · 12 years ago
  50. 8e9f693 powerpc/kprobe: Don't emulate store when kprobe stwu r1 by Tiejun Chen · 12 years ago
  51. 82aff10 Merge branch 'merge' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 14 years ago
  52. 268bb0c sanitize <linux/prefetch.h> usage by Linus Torvalds · 14 years ago
  53. b91e136 powerpc: Use MSR_64BIT in sstep.c, fix kprobes on BOOK3E by Michael Ellerman · 14 years ago
  54. cd64d16 powerpc: mtmsrd not defined by Sean MacLennan · 15 years ago
  55. 0016a4c powerpc: Emulate most Book I instructions in emulate_step() by Paul Mackerras · 15 years ago
  56. eef3361 powerpc: Don't emulate mr. instructions by Ananth N Mavinakayanahalli · 16 years ago
  57. 6888199 [POWERPC] Emulate more instructions in software by Ananth N Mavinakayanahalli · 18 years ago
  58. 0d69a05 [POWERPC] Disallow kprobes on emulate_step and branch_taken by Gui,Jian · 18 years ago
  59. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 19 years ago
  60. af30837 [PATCH] powerpc: fix various sparse warnings by Stephen Rothwell · 19 years ago
  61. c032524 powerpc: Make single-stepping emulation (mostly) usable on 32-bit by Paul Mackerras · 19 years ago
  62. 14cf11a powerpc: Merge enough to start building in arch/powerpc. by Paul Mackerras · 19 years ago