1. 4ebbbaa powerpc: Only build restart_table.c for 64s by Michael Ellerman · 3 years, 6 months ago
  2. 325678f powerpc/64s: add a table of implicit soft-masked addresses by Nicholas Piggin · 3 years, 6 months ago
  3. 1379974 powerpc/64: use interrupt restart table to speed up return from interrupt by Nicholas Piggin · 3 years, 7 months ago
  4. f23699c powerpc/64: allow alternate return locations for soft-masked interrupts by Nicholas Piggin · 3 years, 7 months ago
  5. 59dc5bf powerpc/64s: avoid reloading (H)SRR registers if they are still valid by Nicholas Piggin · 3 years, 7 months ago
  6. 71a5b3d powerpc/lib/code-patching: Set up Strict RWX patching earlier by Jordan Niethe · 3 years, 7 months ago
  7. 69d4d6e powerpc: Don't use 'struct ppc_inst' to reference instruction location by Christophe Leroy · 3 years, 8 months ago
  8. e90a21e powerpc/lib/code-patching: Don't use struct 'ppc_inst' for runnable code in tests. by Christophe Leroy · 3 years, 8 months ago
  9. 6c0d181 powerpc/lib/code-patching: Make instr_is_branch_to_addr() static by Christophe Leroy · 3 years, 8 months ago
  10. 18c8596 powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching, feature-fixups) by Christophe Leroy · 3 years, 8 months ago
  11. f30becb powerpc: Replace PPC_INST_NOP by PPC_RAW_NOP() by Christophe Leroy · 3 years, 8 months ago
  12. ef909ba powerpc/lib/feature-fixups: Use PPC_RAW_xxx() macros by Christophe Leroy · 3 years, 8 months ago
  13. 148a047 powerpc: Rework PPC_RAW_xxx() macros for prefixed instructions by Christophe Leroy · 3 years, 8 months ago
  14. 60060d7 powerpc/sstep: Add tests for setb instruction by Sathvika Vasireddy · 3 years, 8 months ago
  15. 5b75bd7 powerpc/sstep: Add emulation support for ‘setb’ instruction by Sathvika Vasireddy · 3 years, 8 months ago
  16. 5b48ba2 powerpc/64s: Fix stf mitigation patching w/strict RWX & hash by Michael Ellerman · 3 years, 8 months ago
  17. 49b39ec24 powerpc/64s: Fix entry flush patching w/strict RWX & hash by Michael Ellerman · 3 years, 8 months ago
  18. aec86b0 powerpc/64s: Fix crashes when toggling entry flush barrier by Michael Ellerman · 3 years, 8 months ago
  19. 8ec7791 powerpc/64s: Fix crashes when toggling stf barrier by Michael Ellerman · 3 years, 8 months ago
  20. f566826 powerpc/32: Fix boot failure with CONFIG_STACKPROTECTOR by Christophe Leroy · 3 years, 8 months ago
  21. 3935243 powerpc: Move copy_inst_from_kernel_nofault() by Christophe Leroy · 3 years, 9 months ago
  22. 41d6cf6 powerpc: Rename probe_kernel_read_inst() by Christophe Leroy · 3 years, 9 months ago
  23. 6449078 powerpc: Make probe_kernel_read_inst() common to PPC32 and PPC64 by Christophe Leroy · 3 years, 9 months ago
  24. 6ac7897 powerpc: Remove probe_user_read_inst() by Christophe Leroy · 3 years, 9 months ago
  25. 693557e powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong() by Christophe Leroy · 3 years, 9 months ago
  26. 8dc7f02 powerpc: remove partial register save logic by Nicholas Piggin · 3 years, 10 months ago
  27. 5747230 powerpc/32: Remove ksp_limit by Christophe Leroy · 3 years, 10 months ago
  28. 164dc6c powerpc/net: Switch csum_and_copy_{to/from}_user to user_access block by Christophe Leroy · 3 years, 10 months ago
  29. e63ceeb powerpc/lib: Don't use __put_user_asm_goto() outside of uaccess.h by Christophe Leroy · 3 years, 10 months ago
  30. 5c88a17 powerpc/sstep: Fix VSX instruction emulation by Jordan Niethe · 3 years, 10 months ago
  31. 6fbd6cf Merge tag 'kbuild-v5.12' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuild by Linus Torvalds · 3 years, 10 months ago
  32. b12b472 Merge tag 'powerpc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 3 years, 11 months ago
  33. 052c805 kbuild: LD_VERSION redenomination by Masahiro Yamada · 4 years, 1 month ago
  34. 22b89ba powerpc/sstep: Fix darn emulation by Sandipan Das · 4 years ago
  35. bbda4b6 powerpc/sstep: Fix load-store and update emulation by Sandipan Das · 4 years ago
  36. 344717a powerpc/sstep: Fix array out of bound warning by Ravi Bangoria · 4 years ago
  37. 718aae9 powerpc/sstep: Fix incorrect return from analyze_instr() by Ananth N Mavinakayanahalli · 4 years ago
  38. 8813ff4 powerpc/sstep: Check instruction validity against ISA version before emulation by Ananth N Mavinakayanahalli · 4 years ago
  39. d03f210 powerpc/pmem: Include pmem prototypes by Cédric Le Goater · 4 years ago
  40. 08685be powerpc/64s: fix scv entry fallback flush vs interrupt by Nicholas Piggin · 4 years ago
  41. 35785b2 powerpc/sstep: Add testcases for VSX vector paired load/store instructions by Balamuruhan S · 4 years, 3 months ago
  42. af99da7 powerpc/sstep: Support VSX vector paired storage access instructions by Balamuruhan S · 4 years, 3 months ago
  43. 1817de2 powerpc/sstep: Cover new VSX instructions under CONFIG_VSX by Ravi Bangoria · 4 years, 3 months ago
  44. ef6879f powerpc/sstep: Emulate prefixed instructions only when CPU_FTR_ARCH_31 is set by Balamuruhan S · 4 years, 3 months ago
  45. 1fc0c27 powerpc/feature-fixups: use a semicolon rather than a comma by Daniel Axtens · 4 years, 1 month ago
  46. 9a32a7e powerpc/64s: flush L1D after user accesses by Nicholas Piggin · 4 years, 2 months ago
  47. f796437 powerpc/64s: flush L1D on kernel entry by Nicholas Piggin · 4 years, 2 months ago
  48. 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
  49. 96685f8 Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 3 months ago
  50. e6037a7 powerpc32: don't adjust unmoved stack pointer in csum_partial_copy_generic() epilogue by Jason A. Donenfeld · 4 years, 3 months ago
  51. c905783 Merge branch 'work.csum_and_copy' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 3 months ago
  52. ec6347b x86, powerpc: Rename memcpy_mcsafe() to copy_mc_to_{user, kernel}() by Dan Williams · 4 years, 3 months ago
  53. 5ab187e powerpc/sstep: Remove empty if statement checking for invalid form by Cédric Le Goater · 4 years, 4 months ago
  54. e64ac41 powerpc/uaccess: Switch __patch_instruction() to __put_user_asm_goto() by Christophe Leroy · 4 years, 4 months ago
  55. 5ae4998 powerpc: remove address space overrides using set_fs() by Christoph Hellwig · 4 years, 4 months ago
  56. 70d65cd ppc: propagate the calling conventions change down to csum_partial_copy_generic() by Al Viro · 4 years, 6 months ago
  57. c693cc4 saner calling conventions for csum_and_copy_..._user() by Al Viro · 4 years, 6 months ago
  58. b859c95 powerpc/test_emulate_step: Add testcases for divde[.] and divdeu[.] instructions by Balamuruhan S · 4 years, 5 months ago
  59. 151c32b powerpc/sstep: Add support for divde[.] and divdeu[.] instructions by Balamuruhan S · 4 years, 5 months ago
  60. e280261 powerpc/lib: remove memcpy_flushcache redundant return by Li RongQing · 6 years ago
  61. ccc8fcf powerpc/lib: Prepare code-patching for modules allocated outside vmalloc space by Christophe Leroy · 4 years, 6 months ago
  62. aa65ff6 powerpc/64s: Implement queued spinlocks and rwlocks by Nicholas Piggin · 4 years, 5 months ago
  63. 20d444d powerpc/pseries: Move some PAPR paravirt functions to their own file by Nicholas Piggin · 4 years, 5 months ago
  64. 826b07b powerpc/sstep: Fix incorrect CONFIG symbol in scv handling by Michael Ellerman · 4 years, 5 months ago
  65. 70cc062 powerpc/test_emulate_sstep: Fix build error by Michael Ellerman · 4 years, 6 months ago
  66. 335aca5 Merge branch 'scv' support into next by Michael Ellerman · 4 years, 6 months ago
  67. e93ad65 powerpc/test_emulate_step: Move extern declaration to sstep.h by Balamuruhan S · 4 years, 6 months ago
  68. 68a180a powerpc/sstep: Introduce macros to retrieve Prefix instruction operands by Balamuruhan S · 4 years, 6 months ago
  69. 7e67c73b powerpc/test_emulate_step: Add negative tests for prefixed addi by Balamuruhan S · 4 years, 6 months ago
  70. 93c3a0b powerpc/test_emulate_step: Enhancement to test negative scenarios by Balamuruhan S · 4 years, 6 months ago
  71. 50428fd powerpc: Add a ppc_inst_as_str() helper by Jordan Niethe · 4 years, 7 months ago
  72. 4f82590 powerpc/sstep: Add tests for Prefixed Add Immediate by Jordan Niethe · 4 years, 8 months ago
  73. 301ebf7 powerpc/sstep: Let compute tests specify a required cpu feature by Jordan Niethe · 4 years, 8 months ago
  74. 1c89cf7 powerpc/sstep: Set NIP in instruction emulation tests by Jordan Niethe · 4 years, 8 months ago
  75. 0396de6 powerpc/sstep: Add tests for prefixed floating-point load/stores by Jordan Niethe · 4 years, 8 months ago
  76. b6b54b4 powerpc/sstep: Add tests for prefixed integer load/stores by Jordan Niethe · 4 years, 8 months ago
  77. 7fa95f9 powerpc/64s: system call support for scv/rfscv instructions by Nicholas Piggin · 4 years, 7 months ago
  78. 1d33dd8 powerpc/ppc-opcode: Move ppc instruction encoding from test_emulate_step by Balamuruhan S · 4 years, 6 months ago
  79. 436499a powerpc/pmem: Avoid the barrier in flush routines by Aneesh Kumar K.V · 4 years, 6 months ago
  80. d358042 powerpc/pmem: Add flush routines using new pmem store and sync instruction by Aneesh Kumar K.V · 4 years, 6 months ago
  81. c0ee37e maccess: rename probe_user_{read,write} to copy_{from,to}_user_nofault by Christoph Hellwig · 4 years, 7 months ago
  82. fe55731 maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault by Christoph Hellwig · 4 years, 7 months ago
  83. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  84. 7ae7715 Merge tag 'powerpc-5.8-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 4 years, 7 months ago
  85. 2fb4706 powerpc: add support for folded p4d page tables by Mike Rapoport · 4 years, 7 months ago
  86. 16ef976 powerpc: Add ppc_inst_as_u64() by Michael Ellerman · 4 years, 7 months ago
  87. c5ff46d powerpc: Add ppc_inst_next() by Michael Ellerman · 4 years, 8 months ago
  88. 3920742 powerpc sstep: Add support for prefixed fixed-point arithmetic by Jordan Niethe · 4 years, 8 months ago
  89. 50b80a1 powerpc sstep: Add support for prefixed load/stores by Jordan Niethe · 4 years, 8 months ago
  90. 785b79d powerpc: Test prefixed instructions in feature fixups by Jordan Niethe · 4 years, 8 months ago
  91. f77f8ff powerpc: Test prefixed code patching by Jordan Niethe · 4 years, 8 months ago
  92. 650b55b powerpc: Add prefixed instructions to instruction data type by Jordan Niethe · 4 years, 8 months ago
  93. 0b582db powerpc: Make test_translate_branch() independent of instruction length by Jordan Niethe · 4 years, 8 months ago
  94. 622cf6f powerpc: Introduce a function for reporting instruction length by Jordan Niethe · 4 years, 8 months ago
  95. 95b980a powerpc: Add a probe_kernel_read_inst() function by Jordan Niethe · 4 years, 8 months ago
  96. 7ba68b2 powerpc: Add a probe_user_read_inst() function by Jordan Niethe · 4 years, 8 months ago
  97. f8faaff powerpc: Use a function for reading instructions by Jordan Niethe · 4 years, 8 months ago
  98. 94afd06 powerpc: Use a datatype for instructions by Jordan Niethe · 4 years, 8 months ago
  99. 217862d powerpc: Introduce functions for instruction equality by Jordan Niethe · 4 years, 8 months ago
  100. 8094892 powerpc: Use a function for getting the instruction op code by Jordan Niethe · 4 years, 8 months ago