summaryrefslogtreecommitdiffstats
path: root/arch/riscv/kernel/kgdb.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-09riscv: Fix "no previous prototype" compile warning in kgdb.c fileVincent Chen1-5/+5
2020-06-18maccess: rename probe_kernel_address to get_kernel_nofaultChristoph Hellwig1-2/+2
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig1-2/+2
2020-05-18riscv: Add SW single-step support for KDBVincent Chen1-2/+177
2020-05-18riscv: Use the XML target descriptions to report 3 system registersVincent Chen1-0/+15
2020-05-18riscv: Add KGDB supportVincent Chen1-0/+200