aboutsummaryrefslogtreecommitdiffstats
path: root/arch/powerpc/include/asm/hw_breakpoint.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-09-15powerpc/watchpoint: Fix exception handling for CONFIG_HAVE_HW_BREAKPOINT=NRavi Bangoria1-0/+3
2020-09-15powerpc/watchpoint: Move DAWR detection logic outside of hw_breakpoint.cRavi Bangoria1-0/+8
2020-09-15powerpc/watchpoint: Fix quadword instruction handling on p10 predecessorsRavi Bangoria1-0/+1
2020-07-27powerpc/hw_breakpoint.h: delete duplicated wordRandy Dunlap1-1/+1
2020-07-26powerpc/watchpoint: Return available watchpoints dynamicallyRavi Bangoria1-1/+3
2020-06-02hw-breakpoints: Fix build warnings with clangRavi Bangoria1-3/+0
2020-05-19powerpc/watchpoint: Don't allow concurrent perf and ptrace eventsRavi Bangoria1-0/+2
2020-05-19powerpc/watchpoint: Use builtin ALIGN*() macrosRavi Bangoria1-2/+3
2020-05-19powerpc/watchpoint: Get watchpoint count dynamically while disabling themRavi Bangoria1-8/+8
2020-05-19powerpc/watchpoint: Provide DAWR number to __set_breakpointRavi Bangoria1-1/+1
2020-05-19powerpc/watchpoint: Provide DAWR number to set_dawrRavi Bangoria1-2/+2
2020-05-19powerpc/watchpoint: Introduce function to get nr watchpoints dynamicallyRavi Bangoria1-0/+5
2020-01-23powerpc/hw_breakpoints: Rewrite 8xx breakpoints to allow any address range size.Christophe Leroy1-0/+4
2019-11-13powerpc/watchpoint: Fix ptrace code that muck around with address/lenRavi Bangoria1-2/+2
2019-11-13powerpc/watchpoint: Fix length calculation for unaligned targetRavi Bangoria1-0/+2
2019-11-13powerpc/watchpoint: Introduce macros for watchpoint lengthRavi Bangoria1-0/+3
2019-07-13Merge tag 'powerpc-5.3-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-7/+14
2019-07-03powerpc: Fix compile issue with force DAWRMichael Neuling1-7/+14
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-0/+8
2018-08-17Merge tag 'powerpc-4.19-1' of git://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linuxLinus Torvalds1-0/+1
2018-07-30powerpc: fix includes in asm/processor.hChristophe Leroy1-0/+1
2018-06-26perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker1-1/+0
2018-06-26perf/arch/powerpc: Implement hw_breakpoint_arch_parse()Frederic Weisbecker1-1/+5
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspace()Frederic Weisbecker1-1/+1
2018-04-04powerpc/hw_breakpoint: Only disable hw breakpoint if cpu supports itNaveen N. Rao1-1/+2
2018-03-13powerpc: Add missing prototypes for hw_breakpoint_handler() & arch_unregister_hw_breakpoint()Mathieu Malaterre1-0/+2
2014-05-20powerpc: Fix smp_processor_id() in preemptible splat in set_breakpointPaul Gortmaker1-1/+1
2013-01-29powerpc: Change hardware breakpoint to allow longer rangesMichael Neuling1-2/+0
2013-01-16powerpc: Rename set_break to avoid naming conflictMichael Neuling1-1/+1
2013-01-10powerpc: Hardware breakpoints rewrite to handle non DABR breakpoint registersMichael Neuling1-7/+26
2012-09-10powerpc: Dynamically calculate the dabrx based on kernel/user/hypervisorMichael Neuling1-0/+1
2012-09-10powerpc: Rework set_dabr so it can take a DABRX value as wellMichael Neuling1-1/+1
2012-09-07powerpc: Pack arch_hw_breakpoint to avoid holes in structMichael Neuling1-3/+3
2012-03-28Disintegrate asm/system.h for PowerPCDavid Howells1-1/+1
2011-07-01perf, powerpc: Fix build borkagePeter Zijlstra1-1/+1
2010-06-30powerpc, hw_breakpoint: Tell generic code we have no instruction breakpointsPaul Mackerras1-4/+1
2010-06-22powerpc, hw_breakpoint: Discard extraneous interrupt due to accesses outside symbol lengthK.Prasad1-0/+1
2010-06-22powerpc, hw_breakpoint: Enable hw-breakpoints while handling intervening signalsK.Prasad1-0/+3
2010-06-22powerpc, hw_breakpoints: Implement hw_breakpoints for 64-bit server processorsK.Prasad1-0/+73