aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/debug (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov1-1/+1
2020-06-09kdb: don't play with console_loglevelDmitry Safonov1-7/+8
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-1/+1
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linuxLinus Torvalds1-0/+12
2020-06-02kdb: Remove the misfeature 'KDBFLAGS'Wei Li1-4/+4
2020-06-02kdb: Cleanup math with KDB_CMD_HISTORY_COUNTDouglas Anderson1-1/+2
2020-06-02kgdb: Don't call the deinit under spinlockDouglas Anderson1-2/+3
2020-05-18kgdb: Add kgdb_has_hit_break functionVincent Chen1-0/+12
2020-05-18kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson1-4/+18
2020-05-18kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson1-0/+1
2020-05-18kgdb: Delay "kgdbwait" to dbg_late_init() by defaultDouglas Anderson1-10/+15
2020-05-18kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdbDouglas Anderson1-0/+4
2020-05-15kdb: constify sysrq_key_opEmil Velikov1-1/+1
2020-05-07kgdb: Drop malformed kernel doc commentAndy Shevchenko1-3/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds1-0/+1
2020-04-01kdb: Censor attempts to set PROMPT without ENABLE_MEM_READDaniel Thompson1-4/+8
2020-04-01kdb: Eliminate strncpy() warnings by replacing with strscpy()Daniel Thompson1-4/+4
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada1-0/+1
2020-02-06Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no regs"Daniel Thompson1-13/+15
2020-01-31kdb: Use for_each_console() helperAndy Shevchenko1-6/+3
2020-01-31kdb: remove redundant assignment to pointer bpColin Ian King1-1/+0
2020-01-31kdb: Get rid of confusing diag msg from "rd" if current task has no regsDouglas Anderson1-15/+13
2020-01-31kdb: Gid rid of implicit setting of the current task / regsDouglas Anderson3-9/+2
2020-01-31kdb: kdb_current_task shouldn't be exportedDouglas Anderson1-1/+0
2020-01-31kdb: kdb_current_regs should be privateDouglas Anderson1-0/+1
2019-10-28kdb: Tweak escape handling for vi usersDaniel Thompson1-2/+2
2019-10-28kdb: Improve handling of characters from different input sourcesDaniel Thompson1-19/+19
2019-10-28kdb: Remove special case logic from kdb_read()Daniel Thompson3-42/+42
2019-10-28kdb: Simplify code to fetch characters from consoleDaniel Thompson1-24/+14
2019-10-28kdb: Tidy up code to handle escape sequencesDaniel Thompson1-61/+67
2019-10-24kdb: Avoid array subscript warnings on non-SMP buildsDaniel Thompson1-1/+1
2019-10-10kdb: Fix stack crawling on 'running' CPUs that aren't the masterDouglas Anderson3-12/+43
2019-10-10kdb: Fix "btc <cpu>" crash if the CPU didn't round upDouglas Anderson1-27/+34
2019-10-10kdb: Remove unused "argcount" param from kdb_bt1(); make btaprompt boolDouglas Anderson1-8/+6
2019-10-10kgdb: Remove unused DCPU_SSTEP definitionDouglas Anderson1-1/+0
2019-09-25kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson1-20/+11
2019-09-03kgdb: fix comment regarding static functionNadav Amit1-4/+1
2019-09-03kdb: Replace strncmp with str_has_prefixChuhong Yuan1-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-14kdb: Fix bound check compiler warningWenlin Kang1-1/+1
2019-05-12kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter1-1/+1
2019-05-12kdb: Get rid of broken attempt to print CCVERSION in kdb summaryDouglas Anderson2-2/+0
2019-05-02kdb: kdb_support: replace strcpy() by strscpy()Gustavo A. R. Silva1-1/+1
2019-05-02gdbstub: Replace strcpy() by strscpy()Gustavo A. R. Silva1-2/+2
2019-05-02gdbstub: mark expected switch fall-throughsGustavo A. R. Silva1-2/+3
2018-12-30kdb: use bool for binary state indicatorsNicholas Mc Guire1-7/+7
2018-12-30kdb: Don't back trace on a cpu that didn't round upDouglas Anderson3-8/+14
2018-12-30kgdb: Don't round up a CPU that failed rounding up beforeDouglas Anderson2-1/+20
2018-12-30kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson1-0/+41
2018-12-30kgdb: Remove irq flags from roundupDouglas Anderson1-1/+1