aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/hw_breakpoint.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-02-24powerpc/watchpoint: Don't call dar_within_range() for Book3SRavi Bangoria1-5/+7
2020-01-23powerpc/hw_breakpoints: Rewrite 8xx breakpoints to allow any address range size.Christophe Leroy1-7/+8
2019-11-13powerpc/watchpoint: Don't ignore extraneous exceptions blindlyRavi Bangoria1-21/+31
2019-11-13powerpc/watchpoint: Fix length calculation for unaligned targetRavi Bangoria1-20/+47
2019-11-13powerpc/watchpoint: Introduce macros for watchpoint lengthRavi Bangoria1-2/+2
2019-09-12powerpc/watchpoint: Disable watchpoint hit by larx/stcx instructionsRavi Bangoria1-16/+33
2019-08-20powerpc/hw_breakpoint: move instruction stepping out of hw_breakpoint_handler()Christophe Leroy1-27/+33
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-56/+0
2019-07-03powerpc: Fix compile issue with force DAWRMichael Neuling1-61/+0
2019-07-03powerpc: silence a -Wcast-function-type warning in dawr_write_file_boolMathieu Malaterre1-1/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner1-15/+1
2019-04-20powerpc: Add force enable of DAWR on P9 optionMichael Neuling1-1/+61
2018-06-26perf/arch/powerpc: Implement hw_breakpoint_arch_parse()Frederic Weisbecker1-20/+21
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace()Frederic Weisbecker1-4/+2
2018-05-21powerpc/ptrace: Fix enforcement of DAWR constraintsMichael Neuling1-2/+2
2018-03-27powerpc: Update ptrace to use ppc_breakpoint_available()Michael Neuling1-0/+3
2017-02-18Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwood/linux into nextMichael Ellerman1-1/+5
2017-02-15powerpc/xmon: Fix data-breakpointRavi Bangoria1-1/+3
2017-01-25powerpc/8xx: Implement hw_breakpointChristophe Leroy1-1/+5
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-10-28perf/powerpc: Don't call perf_event_disable() from atomic contextJiri Olsa1-1/+1
2016-09-19powerpc: Use kprobe blacklist for exception handlersNicholas Piggin1-3/+6
2016-03-03powerpc/hw_breakpoint: Fix oops when destroying hw_breakpoint eventRavi Bangoria1-1/+2
2014-11-03powerpc: Replace __get_cpu_var usesChristoph Lameter1-3/+3
2014-09-25powerpc: Make a bunch of things staticAnton Blanchard1-1/+1
2014-05-20powerpc: Fix smp_processor_id() in preemptible splat in set_breakpointPaul Gortmaker1-4/+4
2014-01-15powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-07-02powerpc/hw_brk: Fix off by one error when validating DAWR region endMichael Neuling1-1/+1
2013-06-25powerpc/hw_brk: Fix clearing of extraneous IRQMichael Neuling1-0/+1
2013-01-29powerpc: Change hardware breakpoint to allow longer rangesMichael Neuling1-2/+10
2013-01-16powerpc: Rename set_break to avoid naming conflictMichael Neuling1-4/+4
2013-01-10powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling1-42/+30
2012-09-10powerpc: Dynamically calculate the dabrx based on kernel/user/hypervisorMichael Neuling1-4/+11
2012-09-10powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling1-6/+6
2012-09-07powerpc: Use consistent name info for arch_hw_breakpointMichael Neuling1-4/+4
2012-08-24powerpc: Fix null pointer deref in perf hardware breakpointsMichael Neuling1-1/+1
2012-07-11powerpc/hw_breakpoints: Fix incorrect pointer accessNaveen N. Rao1-1/+1
2011-10-31powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker1-1/+0
2010-06-30powerpc, hw_breakpoint: Tell generic code we have no instruction breakpointsPaul Mackerras1-0/+10
2010-06-23powerpc, hw_breakpoint: Cooperate better with other single-steppersPaul Mackerras1-6/+7
2010-06-23powerpc, hw_breakpoint: Fix off-by-one in checking access addressPaul Mackerras1-16/+7
2010-06-22powerpc, hw_breakpoint: Discard extraneous interrupt due to accesses outside symbol lengthK.Prasad1-2/+21
2010-06-22powerpc, hw_breakpoint: Enable hw-breakpoints while handling intervening signalsK.Prasad1-0/+18
2010-06-22powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processorsK.Prasad1-0/+325