summaryrefslogtreecommitdiff
path: root/arch/arm64/include/asm/debug-monitors.h
AgeCommit message (Expand)Author
2023-04-14arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-stepSumit Garg
2022-04-29arm64: Treat ESR_ELx as a 64-bit registerAlexandru Elisei
2022-02-22arm64: move AARCH64_BREAK_FAULT into insn-def.hHou Tao
2020-11-03arm64: kprobes: Use BRK instead of single-step when executing instructions ou...Jean-Philippe Brucker
2020-07-16arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon
2020-05-18arm64: Call debug_traps_init() from trap_init() to help early kgdbDouglas Anderson
2019-08-05arm64: remove pointless __KERNEL__ guardsMark Rutland
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner
2019-04-09arm64: probes: Move magic BRK values into brk-imm.hWill Deacon
2019-04-09arm64: debug: Separate debug hooks based on target exception levelWill Deacon
2016-11-07arm64: Add uprobe supportPratyush Anand
2016-09-23arm64: kgdb: handle read-only text / modulesAKASHI Takahiro
2016-07-19arm64: Kprobes with single stepping supportSandeepa Prabhu
2016-02-23arm64: move brk immediate argument definitions to separate headerArd Biesheuvel
2016-02-18arm64: prevent potential circular header dependencies in asm/bug.hArd Biesheuvel
2015-07-27arm64: debug: rename enum debug_el to avoid symbol collisionWill Deacon
2015-07-27arm64/BUG: Use BRK instruction for generic BUG trapsDave P Martin
2015-07-27arm64/debug: Add missing #includesDave P Martin
2015-07-27arm64/debug: Simplify BRK insn opcode declarationsDave P Martin
2015-07-27arm64/debug: Move BRK ESR template macro into <asm/esr.h>Dave P Martin
2015-07-27arm64/debug: More consistent naming for the BRK ESR template macroDave P Martin
2015-07-27arm64/debug: Eliminate magic number from ESR template definitionDave P Martin
2015-07-27arm64/debug: Mask off all reserved bits from generated ESR valuesDave P Martin
2015-07-27arm64/debug: Eliminate magic number for size of BRK instructionDave P Martin
2014-09-25arm64: Fix typos in KGDB macrosCatalin Marinas
2014-09-25arm64: insn: Add return statements after BUG_ON()Mark Brown
2014-07-11arm64: move DBG_MDSCR_* to asm/debug-monitors.hMarc Zyngier
2014-02-26arm64: KGDB: Add Basic KGDB supportVijaya Kumar K
2014-02-26arm64: Add macros to manage processor debug stateVijaya Kumar K
2013-12-19arm64: support single-step and breakpoint handler hooksSandeepa Prabhu
2013-07-19arm64: add '#ifdef CONFIG_COMPAT' for aarch32_break_handler()Chen Gang
2013-06-12arm64: debug: consolidate software breakpoint handlersWill Deacon
2012-09-17arm64: Debugging supportWill Deacon