index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
arm64
/
kernel
/
debug-monitors.c
Age
Commit message (
Expand
)
Author
10 days
Merge branches 'for-next/livepatch', 'for-next/user-contig-bbml2', 'for-next/...
Catalin Marinas
2025-07-08
arm64: debug: remove debug exception registration infrastructure
Ada Couprie Diaz
2025-07-08
arm64: debug: split bkpt32 exception entry
Ada Couprie Diaz
2025-07-08
arm64: debug: split brk64 exception entry
Ada Couprie Diaz
2025-07-08
arm64: debug: split single stepping exception entry
Ada Couprie Diaz
2025-07-08
arm64: debug: refactor reinstall_suspended_bps()
Ada Couprie Diaz
2025-07-08
arm64: debug: remove break/step handler registration infrastructure
Ada Couprie Diaz
2025-07-08
arm64: debug: call step handlers statically
Ada Couprie Diaz
2025-07-08
arm64: debug: call software breakpoint handlers statically
Ada Couprie Diaz
2025-07-08
arm64: refactor aarch32_break_handler()
Ada Couprie Diaz
2025-07-08
arm64: debug: clean up single_step_handler logic
Ada Couprie Diaz
2025-07-03
arm64/debug: Drop redundant DBG_MDSCR_* macros
Anshuman Khandual
2024-11-14
Merge branch 'for-next/mops' into for-next/core
Catalin Marinas
2024-11-01
arm64: Return early when break handler is found on linked-list
Liao Chang
2024-10-17
arm64: mops: Handle MOPS exceptions from EL1
Kristina Martsenko
2024-06-20
arm64: Introduce esr_brk_comment, esr_is_cfi_brk
Pierre-Clément Tosi
2023-04-14
arm64: kgdb: Set PSTATE.SS to 1 to re-enable single-step
Sumit Garg
2022-09-16
arm64/sysreg: Add _EL1 into ID_AA64DFR0_EL1 definition names
Mark Brown
2022-09-16
arm64/sysreg: Align field names in ID_AA64DFR0_EL1 with architecture
Mark Brown
2022-04-29
arm64: Treat ESR_ELx as a 64-bit register
Alexandru Elisei
2020-11-23
arm64: expose FAR_EL1 tag bits in siginfo
Peter Collingbourne
2020-09-18
arm64: Improve diagnostics when trapping BRK with FAULT_BRK_IMM
Will Deacon
2020-07-16
arm64: Use test_tsk_thread_flag() for checking TIF_SINGLESTEP
Will Deacon
2020-07-16
arm64: ptrace: Override SPSR.SS when single-stepping is enabled
Will Deacon
2020-06-04
arm64: debug: mark a function as __init to save some memory
Christophe JAILLET
2020-05-18
arm64: Call debug_traps_init() from trap_init() to help early kgdb
Douglas Anderson
2019-08-01
arm64: Remove unneeded rcu_read_lock from debug handlers
Masami Hiramatsu
2019-06-19
treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234
Thomas Gleixner
2019-04-09
arm64: Clear OSDLR_EL1 on CPU boot
Jean-Philippe Brucker
2019-04-09
arm64: debug: Clean up brk_handler()
Will Deacon
2019-04-09
arm64: probes: Move magic BRK values into brk-imm.h
Will Deacon
2019-04-09
arm64: kprobes: Avoid calling kprobes debug handlers explicitly
Will Deacon
2019-04-09
arm64: debug: Separate debug hooks based on target exception level
Will Deacon
2019-04-09
arm64: debug: Remove meaningless comment
Will Deacon
2019-04-09
arm64: debug: Rename addr parameter for non-watchpoint exception hooks
Will Deacon
2018-09-27
signal/arm64: Add and use arm64_force_sig_fault where appropriate
Eric W. Biederman
2018-09-27
signal/arm64: Remove unneeded tsk parameter from arm64_force_sig_info
Eric W. Biederman
2018-03-06
arm64: Use arm64_force_sig_info instead of force_sig_info
Will Deacon
2018-01-22
signal: Don't use structure initializers for struct siginfo
Eric W. Biederman
2017-11-02
arm64: introduce an order for exceptions
James Morse
2017-06-29
arm64: fix endianness annotation for debug-monitors.c
Luc Van Oostenryck
2017-04-04
arm64: cpufeature: Make ID reg accessor naming less counterintuitive
Dave Martin
2017-03-02
sched/headers: Prepare for new header dependencies before moving code to <lin...
Ingo Molnar
2016-12-25
cpu/hotplug: Cleanup state names
Thomas Gleixner
2016-11-07
arm64: Handle TRAP_BRKPT for user mode as well
Pratyush Anand
2016-11-07
arm64: Handle TRAP_TRACE for user mode as well
Pratyush Anand
2016-09-09
arm64: simplify sysreg manipulation
Mark Rutland
2016-09-02
arm64: debug: report TRAP_TRACE instead of TRAP_HWBRPT for singlestep
Will Deacon
2016-09-01
arm64: debug: convert OS lock CPU hotplug notifier to new infrastructure
Will Deacon
2016-08-31
arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP
Will Deacon
[next]