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