1. 4549c3e powerpc/lib: Add helper to check if offset is within conditional branch range by Naveen N. Rao · 3 years, 3 months ago
  2. 71a5b3d powerpc/lib/code-patching: Set up Strict RWX patching earlier by Jordan Niethe · 3 years, 7 months ago
  3. 69d4d6e powerpc: Don't use 'struct ppc_inst' to reference instruction location by Christophe Leroy · 3 years, 8 months ago
  4. e90a21e powerpc/lib/code-patching: Don't use struct 'ppc_inst' for runnable code in tests. by Christophe Leroy · 3 years, 8 months ago
  5. 6c0d181 powerpc/lib/code-patching: Make instr_is_branch_to_addr() static by Christophe Leroy · 3 years, 8 months ago
  6. 18c8596 powerpc: Do not dereference code as 'struct ppc_inst' (uprobe, code-patching, feature-fixups) by Christophe Leroy · 3 years, 8 months ago
  7. 693557e powerpc/inst: ppc_inst_as_u64() becomes ppc_inst_as_ulong() by Christophe Leroy · 3 years, 9 months ago
  8. e63ceeb powerpc/lib: Don't use __put_user_asm_goto() outside of uaccess.h by Christophe Leroy · 3 years, 10 months ago
  9. e64ac41 powerpc/uaccess: Switch __patch_instruction() to __put_user_asm_goto() by Christophe Leroy · 4 years, 4 months ago
  10. ccc8fcf powerpc/lib: Prepare code-patching for modules allocated outside vmalloc space by Christophe Leroy · 4 years, 7 months ago
  11. e31cf2f mm: don't include asm/pgtable.h if linux/mm.h is already included by Mike Rapoport · 4 years, 7 months ago
  12. 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
  13. 2fb4706 powerpc: add support for folded p4d page tables by Mike Rapoport · 4 years, 7 months ago
  14. 16ef976 powerpc: Add ppc_inst_as_u64() by Michael Ellerman · 4 years, 8 months ago
  15. f77f8ff powerpc: Test prefixed code patching by Jordan Niethe · 4 years, 8 months ago
  16. 650b55b powerpc: Add prefixed instructions to instruction data type by Jordan Niethe · 4 years, 8 months ago
  17. 0b582db powerpc: Make test_translate_branch() independent of instruction length by Jordan Niethe · 4 years, 8 months ago
  18. f8faaff powerpc: Use a function for reading instructions by Jordan Niethe · 4 years, 8 months ago
  19. 94afd06 powerpc: Use a datatype for instructions by Jordan Niethe · 4 years, 8 months ago
  20. 217862d powerpc: Introduce functions for instruction equality by Jordan Niethe · 4 years, 8 months ago
  21. 8094892 powerpc: Use a function for getting the instruction op code by Jordan Niethe · 4 years, 8 months ago
  22. 777e26f powerpc: Use an accessor for instructions by Jordan Niethe · 4 years, 8 months ago
  23. 7534625 powerpc: Use a macro for creating instructions from u32s by Jordan Niethe · 4 years, 8 months ago
  24. 7c95d88 powerpc: Change calling convention for create_branch() et. al. by Jordan Niethe · 4 years, 8 months ago
  25. 2874c5f treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152 by Thomas Gleixner · 6 years ago
  26. ef29672 powerpc/lib: Refactor __patch_instruction() to use __put_user_asm() by Russell Currey · 6 years ago
  27. 6917735 powerpc: Remove duplicate headers by Jagadeesh Pagadala · 6 years ago
  28. 45090c2 powerpc: simplify patch_instruction_site() and patch_branch_site() by Christophe Leroy · 6 years ago
  29. c766ee7 powerpc: handover page flags with a pgprot_t parameter by Christophe Leroy · 6 years ago
  30. b45ba4a powerpc/lib: fix book3s/32 boot failure due to code patching by Christophe Leroy · 6 years ago
  31. 51c3c62 powerpc: Avoid code patching freed init sections by Michael Neuling · 6 years ago
  32. 06d0bbc powerpc/asm: Add a patch_site macro & helpers for patching instructions by Michael Ellerman · 6 years ago
  33. 8183d99 powerpc/lib/feature-fixups: use raw_patch_instruction() by Christophe Leroy · 7 years ago
  34. 8cf4c05 powerpc/lib/code-patching: refactor patch_instruction() by Christophe Leroy · 7 years ago
  35. b9eab08 powerpc/modules: Don't try to restore r2 after a sibling call by Josh Poimboeuf · 7 years ago
  36. 252eb55 powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX by Christophe Leroy · 7 years ago
  37. 37bc3e5 powerpc/lib/code-patching: Use alternate map for patch_instruction() by Balbir Singh · 8 years ago
  38. 71f6e58 powerpc/kprobes: Convert __kprobes to NOKPROBE_SYMBOL() by Naveen N. Rao · 8 years ago
  39. 7d134b2 kprobes: move kprobe declarations to asm-generic/kprobes.h by Luis R. Rodriguez · 8 years ago
  40. 51c9c08 powerpc/kprobes: Implement Optprobes by Anju T · 8 years ago
  41. ebfa50d powerpc: Add helper to check if offset is within relative branch range by Anju T · 8 years ago
  42. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  43. 1e8341a powerpc: Move the patch_exception to a common place by Kevin Hao · 12 years ago
  44. 636802e powerpc: Don't use __put_user() in patch_instruction by Benjamin Herrenschmidt · 12 years ago
  45. b6e3796 powerpc: Have patch_instruction detect faults by Steven Rostedt · 13 years ago
  46. 27ac792 PAGE_ALIGN(): correctly handle 64-bit values on 32-bit architectures by Andrea Righi · 16 years ago
  47. ae0dc73 powerpc: Add tests of the code patching routines by Michael Ellerman · 17 years ago
  48. 411781a powerpc: Add new code patching routines by Michael Ellerman · 17 years ago
  49. 053a858e powerpc: Make create_branch() return errors if the branch target is too large by Michael Ellerman · 17 years ago
  50. e7a57273 powerpc: Allow create_branch() to return errors by Michael Ellerman · 17 years ago
  51. aaddd3e powerpc: Move code patching code into arch/powerpc/lib/code-patching.c by Michael Ellerman · 17 years ago