aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/kgdb.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-04-29arm64: Treat ESR_ELx as a 64-bit registerAlexandru Elisei1-3/+3
2021-06-11arm64: insn: decouple patching from insn codeMark Rutland1-0/+1
2020-07-08arm64: kgdb: Fix single-step exception handling oopsWei Li1-1/+1
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner1-12/+1
2019-04-09arm64: debug: Remove redundant user_mode(regs) checks from debug handlersWill Deacon1-7/+1
2019-04-09arm64: debug: Separate debug hooks based on target exception levelWill Deacon1-12/+10
2019-03-01arm64: debug: Ensure debug handlers check triggering exception levelWill Deacon1-4/+10
2018-12-30kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy1-1/+1
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-12/+0
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-1/+1
2018-03-06arm64/debug: Fix registers on sleeping tasksDouglas Anderson1-5/+16
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-0/+2
2016-11-07arm64: kgdb_step_brk_fn: ignore other's exceptionPratyush Anand1-0/+3
2016-09-23arm64: kgdb: handle read-only text / modulesAKASHI Takahiro1-12/+24
2016-07-19arm64: Blacklist non-kprobe-able symbolPratyush Anand1-0/+4
2016-06-16arm64: kgdb: Match pstate size with gdbserver protocolDaniel Thompson1-1/+13
2016-03-04arm64: Fix misspellings in comments.Adam Buchbinder1-2/+2
2015-07-27arm64/debug: Simplify BRK insn opcode declarationsDave P Martin1-6/+6
2015-07-27arm64/debug: More consistent naming for the BRK ESR template macroDave P Martin1-2/+2
2014-09-25arm64: Fix typos in KGDB macrosCatalin Marinas1-2/+2
2014-02-26arm64: KGDB: Add step debugging supportVijaya Kumar K1-8/+56
2014-02-26arm64: KGDB: Add Basic KGDB supportVijaya Kumar K1-0/+288