summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/kgdb.c
Commit message (Expand)AuthorAgeFilesLines
* RISC-V: rename parse_asm.h to insn.hHeiko Stuebner2022-12-291-1/+1
* RISC-V: Move riscv_insn_is_* macros into a common headerHeiko Stuebner2022-12-291-34/+15
* RISC-V: add prefix to all constants/macros in parse_asm.hHeiko Stuebner2022-12-291-20/+20
* riscv: Fix "no previous prototype" compile warning in kgdb.c fileVincent Chen2020-07-091-5/+5
* maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig2020-06-181-2/+2
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-171-2/+2
* riscv: Add SW single-step support for KDBVincent Chen2020-05-181-2/+177
* riscv: Use the XML target descriptions to report 3 system registersVincent Chen2020-05-181-0/+15
* riscv: Add KGDB supportVincent Chen2020-05-181-0/+200