summaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/hw_breakpoint.h
Commit message (Expand)AuthorAgeFilesLines
* powerpc/watchpoints: Track perf single step directly on the breakpointBenjamin Gray2023-08-161-0/+1
* powerpc/inst: Move ppc_inst_t definition in asm/reg.hChristophe Leroy2021-12-091-1/+0
* powerpc/inst: Define ppc_inst_tChristophe Leroy2021-12-091-2/+2
* powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=NRavi Bangoria2020-09-151-0/+3
* powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.cRavi Bangoria2020-09-151-0/+8
* powerpc/watchpoint: Fix quadword instruction handling on p10 predecessorsRavi Bangoria2020-09-151-0/+1
* powerpc/hw_breakpoint.h: delete duplicated wordRandy Dunlap2020-07-271-1/+1
* powerpc/watchpoint: Return available watchpoints dynamicallyRavi Bangoria2020-07-261-1/+3
* hw-breakpoints: Fix build warnings with clangRavi Bangoria2020-06-021-3/+0
* powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsRavi Bangoria2020-05-191-0/+2
* powerpc/watchpoint: Use builtin ALIGN*() macrosRavi Bangoria2020-05-191-2/+3
* powerpc/watchpoint: Get watchpoint count dynamically while disabling themRavi Bangoria2020-05-191-8/+8
* powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria2020-05-191-1/+1
* powerpc/watchpoint: Provide DAWR number to set_dawrRavi Bangoria2020-05-191-2/+2
* powerpc/watchpoint: Introduce function to get nr watchpoints dynamicallyRavi Bangoria2020-05-191-0/+5
* powerpc/hw_breakpoints: Rewrite 8xx breakpoints to allow any address range size.Christophe Leroy2020-01-231-0/+4
* powerpc/watchpoint: Fix ptrace code that muck around with address/lenRavi Bangoria2019-11-131-2/+2
* powerpc/watchpoint: Fix length calculation for unaligned targetRavi Bangoria2019-11-131-0/+2
* powerpc/watchpoint: Introduce macros for watchpoint lengthRavi Bangoria2019-11-131-0/+3
* Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds2019-07-131-7/+14
|\
| * powerpc: Fix compile issue with force DAWRMichael Neuling2019-07-031-7/+14
* | 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-0/+8
* Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2018-08-171-0/+1
|\
| * powerpc: fix includes in asm/processor.hChristophe Leroy2018-07-301-0/+1
* | perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-1/+0
* | perf/arch/powerpc: Implement hw_breakpoint_arch_parse()Frederic Weisbecker2018-06-261-1/+5
* | perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker2018-06-261-1/+1
|/
* powerpc/hw_breakpoint: Only disable hw breakpoint if cpu supports itNaveen N. Rao2018-04-041-1/+2
* powerpc: Add missing prototypes for hw_breakpoint_handler() & arch_unregister...Mathieu Malaterre2018-03-131-0/+2
* powerpc: Fix smp_processor_id() in preemptible splat in set_breakpointPaul Gortmaker2014-05-201-1/+1
* powerpc: Change hardware breakpoint to allow longer rangesMichael Neuling2013-01-291-2/+0
* powerpc: Rename set_break to avoid naming conflictMichael Neuling2013-01-161-1/+1
* powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling2013-01-101-7/+26
* powerpc: Dynamically calculate the dabrx based on kernel/user/hypervisorMichael Neuling2012-09-101-0/+1
* powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling2012-09-101-1/+1
* powerpc: Pack arch_hw_breakpoint to avoid holes in structMichael Neuling2012-09-071-3/+3
* Disintegrate asm/system.h for PowerPCDavid Howells2012-03-281-1/+1
* perf, powerpc: Fix build borkagePeter Zijlstra2011-07-011-1/+1
* powerpc, hw_breakpoint: Tell generic code we have no instruction breakpointsPaul Mackerras2010-06-301-4/+1
* powerpc, hw_breakpoint: Discard extraneous interrupt due to accesses outside ...K.Prasad2010-06-221-0/+1
* powerpc, hw_breakpoint: Enable hw-breakpoints while handling intervening signalsK.Prasad2010-06-221-0/+3
* powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processorsK.Prasad2010-06-221-0/+73