1. c545b9f powerpc/inst: Define ppc_inst_t by Christophe Leroy · 3 years, 2 months ago
  2. cbe654c powerpc: warn on emulation of dcbz instruction in kernel mode by Christophe Leroy · 3 years, 4 months ago
  3. 41d6cf6 powerpc: Rename probe_kernel_read_inst() by Christophe Leroy · 3 years, 9 months ago
  4. 8dc7f02 powerpc: remove partial register save logic by Nicholas Piggin · 3 years, 10 months ago
  5. 111631b powerpc/align: Don't use __get_user_instr() on kernel addresses by Christophe Leroy · 3 years, 10 months ago
  6. 3fa3db3 powerpc/align: Convert emulate_spe() to user_access_begin by Christophe Leroy · 3 years, 10 months ago
  7. 5e66a0c powerpc: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 6 months ago
  8. 5249385 powerpc: Define and use get_user_instr() et. al. by Jordan Niethe · 4 years, 8 months ago
  9. 94afd06 powerpc: Use a datatype for instructions by Jordan Niethe · 4 years, 8 months ago
  10. aabd223 powerpc: Use a function for byte swapping instructions by Jordan Niethe · 4 years, 8 months ago
  11. 8094892 powerpc: Use a function for getting the instruction op code by Jordan Niethe · 4 years, 8 months ago
  12. 777e26f powerpc: Use an accessor for instructions by Jordan Niethe · 4 years, 8 months ago
  13. 7534625 powerpc: Use a macro for creating instructions from u32s by Jordan Niethe · 4 years, 8 months ago
  14. 7db57e7 powerpc/spe: Mark expected switch fall-throughs by Michael Ellerman · 5 years ago
  15. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  16. 96d4f26 Remove 'type' argument from access_ok() function by Linus Torvalds · 6 years ago
  17. e6684d0 powerpc/sstep: Introduce GETTYPE macro by Ravi Bangoria · 7 years ago
  18. 158f196 powerpc: Fix check for copy/paste instructions in alignment handler by Paul Mackerras · 7 years ago
  19. 1bc944c powerpc: Fix handling of alignment interrupt on dcbz instruction by Paul Mackerras · 7 years ago
  20. 31bfdb0 powerpc: Use instruction emulation infrastructure to handle alignment faults by Paul Mackerras · 7 years ago
  21. f9effe9 powerpc: Fix DAR reporting when alignment handler faults by Michael Ellerman · 7 years ago
  22. 48fe9e9 powerpc: Don't try to fix up misaligned load-with-reservation instructions by Paul Mackerras · 8 years ago
  23. e2827fe powerpc/64: Clean up ppc64_caches using a struct per cache by Benjamin Herrenschmidt · 8 years ago
  24. bd067f8 powerpc/64: Fix naming of cache block vs. cache line by Benjamin Herrenschmidt · 8 years ago
  25. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  26. b92a226 powerpc: Move cpu_has_feature() to a separate file by Kevin Hao · 8 years ago
  27. ae26b36 powerpc: Send SIGBUS on unaligned copy and paste by Chris Smart · 9 years ago
  28. a9650e9 powerpc/align: Use #ifdef __BIG_ENDIAN__ #else for REG_BYTE by Daniel Axtens · 9 years ago
  29. dc4fbba powerpc: Create disable_kernel_{fp,altivec,vsx,spe}() by Anton Blanchard · 9 years ago
  30. 6f791be powerpc: Remove double braces in alignment code. by Anton Blanchard · 10 years ago
  31. ddca156 KVM: PPC: BOOK3S: Remove open coded make_dsisr in alignment handler by Aneesh Kumar K.V · 11 years ago
  32. f83319d powerpc: Add lq/stq emulation by Anton Blanchard · 11 years ago
  33. 630c8a5 powerpc: Enable Little Endian Alignment Handler for Float Pair Instructions by Tom Musta · 11 years ago
  34. 075f631 powerpc: Fix Handler of Unaligned Load/Store Strings by Tom Musta · 11 years ago
  35. 3ad26e5 Merge branch 'for-kvm' into next by Benjamin Herrenschmidt · 11 years ago
  36. de79f7b powerpc: Put FP/VSX and VR state into structures by Paul Mackerras · 11 years ago
  37. 52055d0 powerpc: Handle VSX alignment faults in little endian mode by Anton Blanchard · 11 years ago
  38. 835e206a powerpc: Add little endian support to alignment handler by Anton Blanchard · 11 years ago
  39. a5841a4 powerpc: Alignment handler shouldn't access VSX registers with TS_FPR by Anton Blanchard · 11 years ago
  40. c324496 powerpc: Remove hard coded FP offsets in alignment handler by Anton Blanchard · 11 years ago
  41. f626190 powerpc: Remove open coded byte swap macro in alignment handler by Anton Blanchard · 11 years ago
  42. 5c2e082 powerpc: Never handle VSX alignment exceptions from kernel by Anton Blanchard · 11 years ago
  43. 230aef7 powerpc: Handle unaligned ldbrx/stdbrx by Anton Blanchard · 11 years ago
  44. ae3a197 Disintegrate asm/system.h for PowerPC by David Howells · 13 years ago
  45. 05d77ac powerpc: Remove fpscr use from [kvm_]cvt_{fd,df} by Andreas Schwab · 14 years ago
  46. bb7f20b powerpc: Handle VSX alignment faults correctly in little-endian mode by Neil Campbell · 15 years ago
  47. eecff81 powerpc: Create PPC_WARN_ALIGNMENT to match PPC_WARN_EMULATED by Anton Blanchard · 15 years ago
  48. 80947e7 powerpc: Keep track of emulated instructions by Geert Uytterhoeven · 16 years ago
  49. 553631e powerpc: Fix load/store float double alignment handler by Michael Neuling · 16 years ago
  50. 545bba1 powerpc: Add alignment handler for new lfiwzx instruction by Michael Neuling · 16 years ago
  51. 26456dc powerpc/vsx: Fix VSX alignment handler for regs 32-63 by Michael Neuling · 16 years ago
  52. 78fbc82 powerpc: Fix uninitialised variable in VSX alignment code by Michael Neuling · 16 years ago
  53. cd6f37b powerpc: Add VSX load/store alignment exception handler by Michael Neuling · 17 years ago
  54. b887ec6 powerpc: remove unused variable in emulate_fp_pair by Michael Neuling · 17 years ago
  55. 9c75a31 powerpc: Add macros to access floating point registers in thread_struct. by Michael Neuling · 17 years ago
  56. 26caeb2 [POWERPC] Handle alignment faults on SPE load/store instructions by Kumar Gala · 17 years ago
  57. c6d4267 [POWERPC] Handle alignment faults on new FP load/store instructions by Paul Mackerras · 17 years ago
  58. e4ee3891 [POWERPC] Alignment exception uses __get/put_user_inatomic by Benjamin Herrenschmidt · 18 years ago
  59. fab5db9 [PATCH] powerpc: Implement support for setting little-endian mode via prctl by Paul Mackerras · 19 years ago
  60. 5daf907 [PATCH] powerpc: merge align.c by Benjamin Herrenschmidt · 19 years ago