aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/hw_breakpoint.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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