index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
include
/
asm
/
debug-monitors.h
Age
Commit message (
Expand
)
Author
2023-04-14
arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-step
Sumit Garg
2022-04-29
arm64: Treat ESR_ELx as a 64-bit register
Alexandru Elisei
2022-02-22
arm64: move AARCH64_BREAK_FAULT into insn-def.h
Hou Tao
2020-11-03
arm64: kprobes: Use BRK instead of single-step when executing instructions ou...
Jean-Philippe Brucker
2020-07-16
arm64: ptrace: Override SPSR.SS when single-stepping is enabled
Will Deacon
2020-05-18
arm64: Call debug_traps_init() from trap_init() to help early kgdb
Douglas Anderson
2019-08-05
arm64: remove pointless __KERNEL__ guards
Mark Rutland
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-04-09
arm64: probes: Move magic BRK values into brk-imm.h
Will Deacon
2019-04-09
arm64: debug: Separate debug hooks based on target exception level
Will Deacon
2016-11-07
arm64: Add uprobe support
Pratyush Anand
2016-09-23
arm64: kgdb: handle read-only text / modules
AKASHI Takahiro
2016-07-19
arm64: Kprobes with single stepping support
Sandeepa Prabhu
2016-02-23
arm64: move brk immediate argument definitions to separate header
Ard Biesheuvel
2016-02-18
arm64: prevent potential circular header dependencies in asm/bug.h
Ard Biesheuvel
2015-07-27
arm64: debug: rename enum debug_el to avoid symbol collision
Will Deacon
2015-07-27
arm64/BUG: Use BRK instruction for generic BUG traps
Dave P Martin
2015-07-27
arm64/debug: Add missing #includes
Dave P Martin
2015-07-27
arm64/debug: Simplify BRK insn opcode declarations
Dave P Martin
2015-07-27
arm64/debug: Move BRK ESR template macro into <asm/esr.h>
Dave P Martin
2015-07-27
arm64/debug: More consistent naming for the BRK ESR template macro
Dave P Martin
2015-07-27
arm64/debug: Eliminate magic number from ESR template definition
Dave P Martin
2015-07-27
arm64/debug: Mask off all reserved bits from generated ESR values
Dave P Martin
2015-07-27
arm64/debug: Eliminate magic number for size of BRK instruction
Dave P Martin
2014-09-25
arm64: Fix typos in KGDB macros
Catalin Marinas
2014-09-25
arm64: insn: Add return statements after BUG_ON()
Mark Brown
2014-07-11
arm64: move DBG_MDSCR_* to asm/debug-monitors.h
Marc Zyngier
2014-02-26
arm64: KGDB: Add Basic KGDB support
Vijaya Kumar K
2014-02-26
arm64: Add macros to manage processor debug state
Vijaya Kumar K
2013-12-19
arm64: support single-step and breakpoint handler hooks
Sandeepa Prabhu
2013-07-19
arm64: add '#ifdef CONFIG_COMPAT' for aarch32_break_handler()
Chen Gang
2013-06-12
arm64: debug: consolidate software breakpoint handlers
Will Deacon
2012-09-17
arm64: Debugging support
Will Deacon