summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/kernel/hw_breakpoint.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-56/+0
|\
| * powerpc: Fix compile issue with force DAWRMichael Neuling2019-07-031-61/+0
| * powerpc: silence a -Wcast-function-type warning in dawr_write_file_boolMathieu Malaterre2019-07-031-1/+6
* | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 156Thomas Gleixner2019-05-301-15/+1
|/
* powerpc: Add force enable of DAWR on P9 optionMichael Neuling2019-04-201-1/+61
* perf/arch/powerpc: Implement hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-20/+21
* perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker2018-06-261-4/+2
* powerpc/ptrace: Fix enforcement of DAWR constraintsMichael Neuling2018-05-211-2/+2
* powerpc: Update ptrace to use ppc_breakpoint_available()Michael Neuling2018-03-271-0/+3
* Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/scottwoo...Michael Ellerman2017-02-181-1/+5
|\
| * powerpc/8xx: Implement hw_breakpointChristophe Leroy2017-01-251-1/+5
* | powerpc/xmon: Fix data-breakpointRavi Bangoria2017-02-151-1/+3
|/
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* perf/powerpc: Don't call perf_event_disable() from atomic contextJiri Olsa2016-10-281-1/+1
* powerpc: Use kprobe blacklist for exception handlersNicholas Piggin2016-09-191-3/+6
* powerpc/hw_breakpoint: Fix oops when destroying hw_breakpoint eventRavi Bangoria2016-03-031-1/+2
* powerpc: Replace __get_cpu_var usesChristoph Lameter2014-11-031-3/+3
* powerpc: Make a bunch of things staticAnton Blanchard2014-09-251-1/+1
* powerpc: Fix smp_processor_id() in preemptible splat in set_breakpointPaul Gortmaker2014-05-201-4/+4
* powerpc: Delete non-required instances of include <linux/init.h>Paul Gortmaker2014-01-151-1/+0
* powerpc/hw_brk: Fix off by one error when validating DAWR region endMichael Neuling2013-07-021-1/+1
* powerpc/hw_brk: Fix clearing of extraneous IRQMichael Neuling2013-06-251-0/+1
* powerpc: Change hardware breakpoint to allow longer rangesMichael Neuling2013-01-291-2/+10
* powerpc: Rename set_break to avoid naming conflictMichael Neuling2013-01-161-4/+4
* powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling2013-01-101-42/+30
* powerpc: Dynamically calculate the dabrx based on kernel/user/hypervisorMichael Neuling2012-09-101-4/+11
* powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling2012-09-101-6/+6
* powerpc: Use consistent name info for arch_hw_breakpointMichael Neuling2012-09-071-4/+4
* powerpc: Fix null pointer deref in perf hardware breakpointsMichael Neuling2012-08-241-1/+1
* powerpc/hw_breakpoints: Fix incorrect pointer accessNaveen N. Rao2012-07-111-1/+1
* powerpc: remove non-required uses of include <linux/module.h>Paul Gortmaker2011-10-311-1/+0
* powerpc, hw_breakpoint: Tell generic code we have no instruction breakpointsPaul Mackerras2010-06-301-0/+10
* powerpc, hw_breakpoint: Cooperate better with other single-steppersPaul Mackerras2010-06-231-6/+7
* powerpc, hw_breakpoint: Fix off-by-one in checking access addressPaul Mackerras2010-06-231-16/+7
* powerpc, hw_breakpoint: Discard extraneous interrupt due to accesses outside ...K.Prasad2010-06-221-2/+21
* powerpc, hw_breakpoint: Enable hw-breakpoints while handling intervening signalsK.Prasad2010-06-221-0/+18
* powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processorsK.Prasad2010-06-221-0/+325