summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/debug-monitors.h
Commit message (Expand)AuthorAgeFilesLines
* arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-stepSumit Garg2023-04-141-0/+1
* arm64: Treat ESR_ELx as a 64-bit registerAlexandru Elisei2022-04-291-2/+2
* arm64: move AARCH64_BREAK_FAULT into insn-def.hHou Tao2022-02-221-12/+0
* arm64: kprobes: Use BRK instead of single-step when executing instructions ou...Jean-Philippe Brucker2020-11-031-0/+1
* arm64: ptrace: Override SPSR.SS when single-stepping is enabledWill Deacon2020-07-161-0/+2
* arm64: Call debug_traps_init() from trap_init() to help early kgdbDouglas Anderson2020-05-181-0/+2
* arm64: remove pointless __KERNEL__ guardsMark Rutland2019-08-051-3/+0
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1
* arm64: probes: Move magic BRK values into brk-imm.hWill Deacon2019-04-091-5/+2
* arm64: debug: Separate debug hooks based on target exception levelWill Deacon2019-04-091-6/+12
* arm64: Add uprobe supportPratyush Anand2016-11-071-0/+3
* arm64: kgdb: handle read-only text / modulesAKASHI Takahiro2016-09-231-2/+0
* arm64: Kprobes with single stepping supportSandeepa Prabhu2016-07-191-0/+5
* arm64: move brk immediate argument definitions to separate headerArd Biesheuvel2016-02-231-13/+1
* arm64: prevent potential circular header dependencies in asm/bug.hArd Biesheuvel2016-02-181-1/+1
* arm64: debug: rename enum debug_el to avoid symbol collisionWill Deacon2015-07-271-3/+3
* arm64/BUG: Use BRK instruction for generic BUG trapsDave P Martin2015-07-271-0/+2
* arm64/debug: Add missing #includesDave P Martin2015-07-271-0/+3
* arm64/debug: Simplify BRK insn opcode declarationsDave P Martin2015-07-271-19/+4
* arm64/debug: Move BRK ESR template macro into <asm/esr.h>Dave P Martin2015-07-271-7/+0
* arm64/debug: More consistent naming for the BRK ESR template macroDave P Martin2015-07-271-2/+3
* arm64/debug: Eliminate magic number from ESR template definitionDave P Martin2015-07-271-1/+3
* arm64/debug: Mask off all reserved bits from generated ESR valuesDave P Martin2015-07-271-1/+1
* arm64/debug: Eliminate magic number for size of BRK instructionDave P Martin2015-07-271-1/+3
* arm64: Fix typos in KGDB macrosCatalin Marinas2014-09-251-11/+11
* arm64: insn: Add return statements after BUG_ON()Mark Brown2014-09-251-0/+8
* arm64: move DBG_MDSCR_* to asm/debug-monitors.hMarc Zyngier2014-07-111-5/+14
* arm64: KGDB: Add Basic KGDB supportVijaya Kumar K2014-02-261-0/+47
* arm64: Add macros to manage processor debug stateVijaya Kumar K2014-02-261-17/+0
* arm64: support single-step and breakpoint handler hooksSandeepa Prabhu2013-12-191-0/+21
* arm64: add '#ifdef CONFIG_COMPAT' for aarch32_break_handler()Chen Gang2013-07-191-7/+0
* arm64: debug: consolidate software breakpoint handlersWill Deacon2013-06-121-0/+9
* arm64: Debugging supportWill Deacon2012-09-171-0/+88