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