index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
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
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