summaryrefslogtreecommitdiffstats
path: root/arch/arm64/kernel/kgdb.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 234Thomas Gleixner2019-06-191-12/+1Star
* arm64: debug: Remove redundant user_mode(regs) checks from debug handlersWill Deacon2019-04-091-7/+1Star
* arm64: debug: Separate debug hooks based on target exception levelWill Deacon2019-04-091-12/+10Star
* arm64: debug: Ensure debug handlers check triggering exception levelWill Deacon2019-03-011-4/+10
* kgdb/treewide: constify struct kgdb_arch arch_kgdb_opsChristophe Leroy2018-12-301-1/+1
* kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson2018-12-301-12/+0Star
* kgdb: Remove irq flags from roundupDouglas Anderson2018-12-301-1/+1
* arm64/debug: Fix registers on sleeping tasksDouglas Anderson2018-03-061-5/+16
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+2
* arm64: kgdb_step_brk_fn: ignore other's exceptionPratyush Anand2016-11-071-0/+3
* arm64: kgdb: handle read-only text / modulesAKASHI Takahiro2016-09-231-12/+24
* arm64: Blacklist non-kprobe-able symbolPratyush Anand2016-07-191-0/+4
* arm64: kgdb: Match pstate size with gdbserver protocolDaniel Thompson2016-06-161-1/+13
* arm64: Fix misspellings in comments.Adam Buchbinder2016-03-041-2/+2
* arm64/debug: Simplify BRK insn opcode declarationsDave P Martin2015-07-271-6/+6
* arm64/debug: More consistent naming for the BRK ESR template macroDave P Martin2015-07-271-2/+2
* arm64: Fix typos in KGDB macrosCatalin Marinas2014-09-251-2/+2
* arm64: KGDB: Add step debugging supportVijaya Kumar K2014-02-261-8/+56
* arm64: KGDB: Add Basic KGDB supportVijaya Kumar K2014-02-261-0/+288