summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/hw_breakpoint.h
AgeCommit message (Expand)Author
2024-03-01arm64/hw_breakpoint: Directly use ESR_ELx_WNR for an watchpoint exceptionAnshuman Khandual
2023-05-25arm64: move cpu_suspend_set_dbg_restorer() prototype to headerArnd Bergmann
2022-09-16arm64/sysreg: Add _EL1 into ID_AA64DFR0_EL1 definition namesMark Brown
2022-09-16arm64/sysreg: Align field names in ID_AA64DFR0_EL1 with architectureMark Brown
2019-08-05arm64: remove pointless __KERNEL__ guardsMark Rutland
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2018-06-26perf/hw_breakpoint: Remove default hw_breakpoint_arch_parse()Frederic Weisbecker
2018-06-26perf/arch/arm64: Implement hw_breakpoint_arch_parse()Frederic Weisbecker
2018-06-26perf/hw_breakpoint: Pass arch breakpoint struct to arch_check_bp_in_kernelspa...Frederic Weisbecker
2017-04-04arm64: cpufeature: Make ID reg accessor naming less counterintuitiveDave Martin
2016-11-18arm64: Allow hw watchpoint of length 3,5,6 and 7Pratyush Anand
2016-11-18arm64: Allow hw watchpoint at varied offset from base addressPratyush Anand
2016-09-09arm64: simplify sysreg manipulationMark Rutland
2016-08-22arm64: remove traces of perf_ops_bpMark Rutland
2016-02-29arm64: hw_breakpoint: Allow EL2 breakpoints if running in HYPMarc Zyngier
2015-11-26arm64: debug: Treat the BRPs/WRPs as unsignedSuzuki K. Poulose
2015-10-21arm64/debug: Make use of the system wide safe valueSuzuki K. Poulose
2015-07-21KVM: arm64: enable KVM_CAP_SET_GUEST_DEBUGAlex Bennée
2014-08-28arm64: ptrace: fix compat hardware watchpoint reportingWill Deacon
2012-09-17arm64: Debugging supportWill Deacon