1. c545b9f powerpc/inst: Define ppc_inst_t by Christophe Leroy · 3 years, 2 months ago
  2. dbf77fed powerpc: rename powerpc_debugfs_root to arch_debugfs_dir by Aneesh Kumar K.V · 3 years, 5 months ago
  3. 59dc5bf powerpc/64s: avoid reloading (H)SRR registers if they are still valid by Nicholas Piggin · 3 years, 7 months ago
  4. 3d2ffcd powerpc/watchpoint: Workaround P10 DD1 issue with VSX-32 byte instructions by Ravi Bangoria · 4 years, 2 months ago
  5. edc8dd9 powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.c by Ravi Bangoria · 4 years, 4 months ago
  6. 4441eb0 powerpc/watchpoint: Fix handling of vector instructions by Ravi Bangoria · 4 years, 4 months ago
  7. 4759c11 powerpc/watchpoint: Fix quadword instruction handling on p10 predecessors by Ravi Bangoria · 4 years, 4 months ago
  8. 3f31e49 powerpc/watchpoint: Remove 512 byte boundary by Ravi Bangoria · 4 years, 6 months ago
  9. f3c832f powerpc/watchpoint: Fix DAWR exception for CACHEOP by Ravi Bangoria · 4 years, 6 months ago
  10. f6780ce powerpc/watchpoint: Fix DAWR exception constraint by Ravi Bangoria · 4 years, 6 months ago
  11. 3190ecb powerpc/watchpoint: Fix 512 byte boundary limit by Ravi Bangoria · 4 years, 6 months ago
  12. 29da4f9 powerpc/watchpoint: Don't allow concurrent perf and ptrace events by Ravi Bangoria · 4 years, 8 months ago
  13. 74c6881 powerpc/watchpoint: Prepare handler to handle more than one watchpoint by Ravi Bangoria · 4 years, 8 months ago
  14. e68ef12 powerpc/watchpoint: Use builtin ALIGN*() macros by Ravi Bangoria · 4 years, 8 months ago
  15. c9e82ae powerpc/watchpoint: Introduce is_ptrace_bp() function by Ravi Bangoria · 4 years, 8 months ago
  16. 6b424ef powerpc/watchpoint: Use loop for thread_struct->ptrace_bps by Ravi Bangoria · 4 years, 8 months ago
  17. 4a8a937 powerpc/watchpoint: Provide DAWR number to __set_breakpoint by Ravi Bangoria · 4 years, 8 months ago
  18. a6ba44e powerpc/watchpoint: Introduce function to get nr watchpoints dynamically by Ravi Bangoria · 4 years, 8 months ago
  19. 5249385 powerpc: Define and use get_user_instr() et. al. by Jordan Niethe · 4 years, 8 months ago
  20. 94afd06 powerpc: Use a datatype for instructions by Jordan Niethe · 4 years, 8 months ago
  21. 7534625 powerpc: Use a macro for creating instructions from u32s by Jordan Niethe · 4 years, 8 months ago
  22. ccbed90b powerpc/ptrace: move ptrace_triggered() into hw_breakpoint.c by Christophe Leroy · 4 years, 11 months ago
  23. e08658a powerpc/watchpoint: Don't call dar_within_range() for Book3S by Ravi Bangoria · 5 years ago
  24. 39413ae powerpc/hw_breakpoints: Rewrite 8xx breakpoints to allow any address range size. by Christophe Leroy · 5 years ago
  25. 27985b2 powerpc/watchpoint: Don't ignore extraneous exceptions blindly by Ravi Bangoria · 5 years ago
  26. b57aeab powerpc/watchpoint: Fix length calculation for unaligned target by Ravi Bangoria · 5 years ago
  27. b811be6 powerpc/watchpoint: Introduce macros for watchpoint length by Ravi Bangoria · 5 years ago
  28. bc01bdf powerpc/watchpoint: Disable watchpoint hit by larx/stcx instructions by Ravi Bangoria · 5 years ago
  29. 658d029 powerpc/hw_breakpoint: move instruction stepping out of hw_breakpoint_handler() by Christophe Leroy · 6 years ago
  30. 192f0f8 Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux by Linus Torvalds · 6 years ago
  31. a278e7e powerpc: Fix compile issue with force DAWR by Michael Neuling · 6 years ago
  32. 548c54a powerpc: silence a -Wcast-function-type warning in dawr_write_file_bool by Mathieu Malaterre · 6 years ago
  33. 1a59d1b8 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156 by Thomas Gleixner · 6 years ago
  34. c1fe190 powerpc: Add force enable of DAWR on P9 option by Michael Neuling · 6 years ago
  35. 5d5176b perf/arch/powerpc: Implement hw_breakpoint_arch_parse() by Frederic Weisbecker · 7 years ago
  36. 8e983ff perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace() by Frederic Weisbecker · 7 years ago
  37. cd6ef7e powerpc/ptrace: Fix enforcement of DAWR constraints by Michael Neuling · 7 years ago
  38. 85ce9a5 powerpc: Update ptrace to use ppc_breakpoint_available() by Michael Neuling · 7 years ago
  39. 6c8f9ad Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into next by Michael Ellerman · 8 years ago
  40. c21a493 powerpc/xmon: Fix data-breakpoint by Ravi Bangoria · 8 years ago
  41. 4ad8622 powerpc/8xx: Implement hw_breakpoint by Christophe Leroy · 8 years ago
  42. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  43. 5aab90c perf/powerpc: Don't call perf_event_disable() from atomic context by Jiri Olsa · 8 years ago
  44. 03465f8 powerpc: Use kprobe blacklist for exception handlers by Nicholas Piggin · 8 years ago
  45. fb822e6 powerpc/hw_breakpoint: Fix oops when destroying hw_breakpoint event by Ravi Bangoria · 9 years ago
  46. 69111ba powerpc: Replace __get_cpu_var uses by Christoph Lameter · 10 years ago
  47. e51df2c powerpc: Make a bunch of things static by Anton Blanchard · 10 years ago
  48. 21f5850 powerpc: Fix smp_processor_id() in preemptible splat in set_breakpoint by Paul Gortmaker · 11 years ago
  49. c141611 powerpc: Delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  50. e2a800b powerpc/hw_brk: Fix off by one error when validating DAWR region end by Michael Neuling · 12 years ago
  51. 540e07c powerpc/hw_brk: Fix clearing of extraneous IRQ by Michael Neuling · 12 years ago
  52. 4ae7ebe powerpc: Change hardware breakpoint to allow longer ranges by Michael Neuling · 12 years ago
  53. b9818c3 powerpc: Rename set_break to avoid naming conflict by Michael Neuling · 12 years ago
  54. 9422de3 powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registers by Michael Neuling · 12 years ago
  55. cd14457 powerpc: Dynamically calculate the dabrx based on kernel/user/hypervisor by Michael Neuling · 12 years ago
  56. 4474ef0 powerpc: Rework set_dabr so it can take a DABRX value as well by Michael Neuling · 12 years ago
  57. 3f4693e powerpc: Use consistent name info for arch_hw_breakpoint by Michael Neuling · 12 years ago
  58. 6d9c00c powerpc: Fix null pointer deref in perf hardware breakpoints by Michael Neuling · 12 years ago
  59. ac84aa2 powerpc/hw_breakpoints: Fix incorrect pointer access by Naveen N. Rao · 13 years ago
  60. ead53f2 powerpc: remove non-required uses of include <linux/module.h> by Paul Gortmaker · 13 years ago
  61. d09ec73 powerpc, hw_breakpoint: Tell generic code we have no instruction breakpoints by Paul Mackerras · 15 years ago
  62. 76b0f13 powerpc, hw_breakpoint: Cooperate better with other single-steppers by Paul Mackerras · 15 years ago
  63. 574cb24 powerpc, hw_breakpoint: Fix off-by-one in checking access address by Paul Mackerras · 15 years ago
  64. e3e9408 powerpc, hw_breakpoint: Discard extraneous interrupt due to accesses outside symbol length by K.Prasad · 15 years ago
  65. 06532a6 powerpc, hw_breakpoint: Enable hw-breakpoints while handling intervening signals by K.Prasad · 15 years ago
  66. 5aae8a5 powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processors by K.Prasad · 15 years ago