summaryrefslogtreecommitdiffstats
path: root/arch/arm64/include/asm/debug-monitors.h
AgeCommit message (Expand)AuthorLines
2019-08-05arm64: remove pointless __KERNEL__ guardsMark Rutland-3/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner-12/+1
2019-04-09arm64: probes: Move magic BRK values into brk-imm.hWill Deacon-5/+2
2019-04-09arm64: debug: Separate debug hooks based on target exception levelWill Deacon-6/+12
2016-11-07arm64: Add uprobe supportPratyush Anand-0/+3
2016-09-23arm64: kgdb: handle read-only text / modulesAKASHI Takahiro-2/+0
2016-07-19arm64: Kprobes with single stepping supportSandeepa Prabhu-0/+5
2016-02-23arm64: move brk immediate argument definitions to separate headerArd Biesheuvel-13/+1
2016-02-18arm64: prevent potential circular header dependencies in asm/bug.hArd Biesheuvel-1/+1
2015-07-27arm64: debug: rename enum debug_el to avoid symbol collisionWill Deacon-3/+3
2015-07-27arm64/BUG: Use BRK instruction for generic BUG trapsDave P Martin-0/+2
2015-07-27arm64/debug: Add missing #includesDave P Martin-0/+3
2015-07-27arm64/debug: Simplify BRK insn opcode declarationsDave P Martin-19/+4
2015-07-27arm64/debug: Move BRK ESR template macro into <asm/esr.h>Dave P Martin-7/+0
2015-07-27arm64/debug: More consistent naming for the BRK ESR template macroDave P Martin-2/+3
2015-07-27arm64/debug: Eliminate magic number from ESR template definitionDave P Martin-1/+3
2015-07-27arm64/debug: Mask off all reserved bits from generated ESR valuesDave P Martin-1/+1
2015-07-27arm64/debug: Eliminate magic number for size of BRK instructionDave P Martin-1/+3
2014-09-25arm64: Fix typos in KGDB macrosCatalin Marinas-11/+11
2014-09-25arm64: insn: Add return statements after BUG_ON()Mark Brown-0/+8
2014-07-11arm64: move DBG_MDSCR_* to asm/debug-monitors.hMarc Zyngier-5/+14
2014-02-26arm64: KGDB: Add Basic KGDB supportVijaya Kumar K-0/+47
2014-02-26arm64: Add macros to manage processor debug stateVijaya Kumar K-17/+0
2013-12-19arm64: support single-step and breakpoint handler hooksSandeepa Prabhu-0/+21
2013-07-19arm64: add '#ifdef CONFIG_COMPAT' for aarch32_break_handler()Chen Gang-7/+0
2013-06-12arm64: debug: consolidate software breakpoint handlersWill Deacon-0/+9
2012-09-17arm64: Debugging supportWill Deacon-0/+88