1. 66632fd powerpc/lib/sstep: Fix build errors with newer binutils by Anders Roxell · 3 years ago
  2. aebe042 powerpc/lib/sstep: Fix 'sthcx' instruction by Anders Roxell · 3 years ago
  3. 16e919d powerpc/lib/sstep: fix 'ptesync' build error by Anders Roxell · 3 years, 1 month ago
  4. 2a70d9a powerpc/32: Fix boot failure with GCC latent entropy plugin by Christophe Leroy · 3 years, 3 months ago
  5. c52dd3b powerpc/lib: Add helper to check if offset is within conditional branch range by Naveen N. Rao · 3 years, 4 months ago
  6. ee4b7aa powerpc/64s: Fix crashes when toggling entry flush barrier by Michael Ellerman · 3 years, 10 months ago
  7. 9955671 powerpc/64s: Fix crashes when toggling stf barrier by Michael Ellerman · 3 years, 10 months ago
  8. a1fe396 powerpc/64s: flush L1D after user accesses by Nicholas Piggin · 4 years, 4 months ago
  9. 6f830a3 powerpc: Fix __clear_user() with KUAP enabled by Andrew Donnellan · 4 years, 4 months ago
  10. b076736 powerpc: Add a framework for user access tracking by Christophe Leroy · 4 years, 4 months ago
  11. db01cad powerpc/64s: flush L1D on kernel entry by Nicholas Piggin · 4 years, 4 months ago
  12. 5558913 powerpc/fsl: Add infrastructure to fixup branch predictor flush by Diana Craciun · 6 years ago
  13. ef7c2ea powerpc/asm: Add a patch_site macro & helpers for patching instructions by Michael Ellerman · 6 years ago
  14. fd4856a powerpc/fsl: Add barrier_nospec implementation for NXP PowerPC Book3E by Diana Craciun · 6 years ago
  15. 56fe5a9 powerpc/64: Add CONFIG_PPC_BARRIER_NOSPEC by Michael Ellerman · 6 years ago
  16. 31c3a1e powerpc/64s: Patch barrier_nospec in modules by Michal Suchanek · 6 years ago
  17. f1a6390 powerpc/64s: Add support for ori barrier_nospec patching by Michal Suchanek · 6 years ago
  18. e261faa powerpc/lib/feature-fixups: use raw_patch_instruction() by Christophe Leroy · 7 years ago
  19. af1a810 powerpc/lib: fix book3s/32 boot failure due to code patching by Christophe Leroy · 6 years ago
  20. 609fbed powerpc: Avoid code patching freed init sections by Michael Neuling · 6 years ago
  21. 4e43fbc powerpc/lib/code-patching: refactor patch_instruction() by Christophe Leroy · 7 years ago
  22. 47b3561 powerpc/lib: Adjust .balign inside string functions for PPC32 by Christophe Leroy · 7 years ago
  23. 3084902 powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit by Nicholas Piggin · 7 years ago
  24. 123f6d5 powerpc/rfi-flush: Differentiate enabled and patched flush types by Mauricio Faria de Oliveira · 7 years ago
  25. f868151 powerpc/lib: Fix off-by-one in alternate feature patching by Michael Ellerman · 7 years ago
  26. d744153 powerpc/modules: Don't try to restore r2 after a sibling call by Josh Poimboeuf · 7 years ago
  27. b434c15 powerpc/64s: Add support for RFI flush of L1-D cache by Michael Ellerman · 7 years ago
  28. df4d69f powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX by Christophe Leroy · 7 years ago
  29. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  30. b0490a0 powerpc/lib/sstep: Fix count leading zeros instructions by Sandipan Das · 7 years ago
  31. 1575fe0 powerpc/sstep: mullw should calculate a 64 bit signed result by Anton Blanchard · 7 years ago
  32. 5bcaa4c powerpc/sstep: Fix issues with mcrf by Anton Blanchard · 7 years ago
  33. ad47ff3 powerpc/sstep: Fix issues with set_cr0() by Anton Blanchard · 7 years ago
  34. 4716e48 powerpc: Fix kernel crash in emulation of vector loads and stores by Paul Mackerras · 8 years ago
  35. 3b79b26 powerpc/sstep: Avoid used uninitialized error by Michael Ellerman · 8 years ago
  36. ad1b012 powerpc/32: remove a NOP from memset() by Christophe Leroy · 8 years ago
  37. 7bf6057 powerpc/32: optimise memset() by Christophe Leroy · 8 years ago
  38. c062216 powerpc: fix location of two EXPORT_SYMBOL by Christophe Leroy · 8 years ago
  39. da74f65 powerpc/32: add memset16() by Christophe Leroy · 8 years ago
  40. 45f6215 powerpc: Wrap register number correctly for string load/store instructions by Paul Mackerras · 8 years ago
  41. d2b65ac powerpc: Emulate load/store floating point as integer word instructions by Paul Mackerras · 8 years ago
  42. 31bfdb0 powerpc: Use instruction emulation infrastructure to handle alignment faults by Paul Mackerras · 8 years ago
  43. a53d518 powerpc: Separate out load/store emulation into its own function by Paul Mackerras · 8 years ago
  44. d955189 powerpc: Handle opposite-endian processes in emulation code by Paul Mackerras · 8 years ago
  45. b9da9c8 powerpc: Set regs->dar if memory access fails in emulate_step() by Paul Mackerras · 8 years ago
  46. b2543f7 powerpc: Emulate the dcbz instruction by Paul Mackerras · 8 years ago
  47. 1f41fb7 powerpc: Emulate load/store floating double pair instructions by Paul Mackerras · 8 years ago
  48. e61ccc7 powerpc: Emulate vector element load/store instructions by Paul Mackerras · 8 years ago
  49. c22435a5 powerpc: Emulate FP/vector/VSX loads/stores correctly when regs not live by Paul Mackerras · 8 years ago
  50. e0a0986 powerpc: Make load/store emulation use larger memory accesses by Paul Mackerras · 8 years ago
  51. 958465e powerpc: Add emulation for the addpcis instruction by Paul Mackerras · 8 years ago
  52. 5762e08 powerpc: Don't update CR0 in emulation of popcnt, prty, bpermd instructions by Paul Mackerras · 8 years ago
  53. f1bbb99 powerpc: Fix emulation of the isel instruction by Paul Mackerras · 8 years ago
  54. d120cdb powerpc/64: Fix update forms of loads and stores to write 64-bit EA by Paul Mackerras · 8 years ago
  55. 350779a powerpc: Handle most loads and stores in instruction emulation code by Paul Mackerras · 8 years ago
  56. ee0a54d powerpc: Don't check MSR FP/VMX/VSX enable bits in analyse_instr() by Paul Mackerras · 8 years ago
  57. 3cdfcbf powerpc: Change analyse_instr so it doesn't modify *regs by Paul Mackerras · 8 years ago
  58. 694fc88 powerpc/string: Implement optimized memset variants by Naveen N. Rao · 8 years ago
  59. e27f71e powerpc/lib/sstep: Add isel instruction emulation by Matt Brown · 8 years ago
  60. 2c979c4 powerpc/lib/sstep: Add prty instruction emulation by Matt Brown · 8 years ago
  61. f312793 powerpc/lib/sstep: Add bpermd instruction emulation by Matt Brown · 8 years ago
  62. dcbd19b powerpc/lib/sstep: Add popcnt instruction emulation by Matt Brown · 8 years ago
  63. 02c0f62 powerpc/lib/sstep: Add cmpb instruction emulation by Matt Brown · 8 years ago
  64. 8a583c0 powerpc: Fix invalid use of register expressions by Andreas Schwab · 8 years ago
  65. deed9de Merge tag 'powerpc-4.13-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  66. c69a48c powerpc: make feature-fixup tests fortify-safe by Daniel Axtens · 8 years ago
  67. 64e756c powerpc: Fix emulation of mfocrf in emulate_step() by Anton Blanchard · 8 years ago
  68. 87c4b83e powerpc: Fix emulation of mcrf in emulate_step() by Anton Blanchard · 8 years ago
  69. 37bc3e5 powerpc/lib/code-patching: Use alternate map for patch_instruction() by Balbir Singh · 8 years ago
  70. f718d42 powerpc/lib/xor_vmx: Ensure no altivec code executes before enable_kernel_altivec() by Matt Brown · 8 years ago
  71. efe0160 powerpc/64: Linker on-demand sfpr functions for modules by Nicholas Piggin · 8 years ago
  72. cde9f2f powerpc/64: Do not create new section for save/restore functions by Nicholas Piggin · 8 years ago
  73. baa25b5 powerpc/64: Do not link crtsavres.o in vmlinux by Nicholas Piggin · 8 years ago
  74. a3f952d powerpc: Tweak copy selection parameter in __copy_tofrom_user_power7() by Andrew Jeffery · 8 years ago
  75. 7246f60 Merge tag 'powerpc-4.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  76. 71f6e58 powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL() by Naveen N. Rao · 8 years ago
  77. 3448890 powerpc: get rid of zeroing, switch to RAW_COPY_USER by Al Viro · 8 years ago
  78. f2ed8be Merge commit 'a7d2475af7aedcb9b5c6343989a8bfadbf84429b' into uaccess.powerpc by Al Viro · 8 years ago
  79. f7d6a72 Merge tag 'powerpc-4.11-3' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  80. 4ceae13 powerpc: emulate_step() tests for load/store instructions by Ravi Bangoria · 8 years ago
  81. e148bd1 powerpc: Emulation support for load/store instructions on LE by Ravi Bangoria · 8 years ago
  82. 589ee62 sched/headers: Prepare to remove the <linux/mm_types.h> dependency from <linux/sched.h> by Ingo Molnar · 8 years ago
  83. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  84. 51c9c08 powerpc/kprobes: Implement Optprobes by Anju T · 8 years ago
  85. ebfa50d powerpc: Add helper to check if offset is within relative branch range by Anju T · 8 years ago
  86. bd067f8 powerpc/64: Fix naming of cache block vs. cache line by Benjamin Herrenschmidt · 8 years ago
  87. 3c4b66a powerpc/sstep: Return directly after a failed address_ok() in emulate_step() by Markus Elfring · 8 years ago
  88. d4fde56 powerpc/64: Use optimized checksum routines on little-endian by Paul Mackerras · 8 years ago
  89. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  90. 5e9d0e3 powerpc/lib: Fix randconfig build failure in sstep.c by Michael Ellerman · 8 years ago
  91. 24bfa6a powerpc: EX_TABLE macro for exception tables by Nicholas Piggin · 8 years ago
  92. 84d6984 Merge branch 'kbuild' of git://git.kernel.org/pub/scm/linux/kernel/git/mmarek/kbuild by Linus Torvalds · 8 years ago
  93. d8bfb96 Merge tag 'powerpc-4.9-2' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  94. 1a34439 powerpc/64: Fix incorrect return value from __copy_tofrom_user by Paul Mackerras · 8 years ago
  95. 07021b4 Merge tag 'powerpc-4.9-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 8 years ago
  96. 12ab11a powerpc/64: Align hot loops of memset() and backwards_memcpy() by Anton Blanchard · 9 years ago
  97. 68201fb powerpc/Makefile: Drop CONFIG_WORD_SIZE for BITS by Michael Ellerman · 9 years ago
  98. 8540571 powerpc/32: Fix again csum_partial_copy_generic() by Christophe Leroy · 9 years ago
  99. 97f6e0c powerpc/32: Fix crash during static key init by Benjamin Herrenschmidt · 9 years ago
  100. 1bc8b81 powerpc/32: Fix csum_partial_copy_generic() by Christophe Leroy · 9 years ago