summaryrefslogtreecommitdiffstats
path: root/kernel/debug
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds2020-06-071-1/+1
|\
| * kdb: constify sysrq_key_opEmil Velikov2020-05-151-1/+1
* | Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds2020-06-041-0/+12
|\ \
| * | kgdb: Add kgdb_has_hit_break functionVincent Chen2020-05-181-0/+12
| |/
* | kdb: Remove the misfeature 'KDBFLAGS'Wei Li2020-06-021-4/+4
* | kdb: Cleanup math with KDB_CMD_HISTORY_COUNTDouglas Anderson2020-06-021-1/+2
* | kgdb: Don't call the deinit under spinlockDouglas Anderson2020-06-021-2/+3
* | kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson2020-05-181-4/+18
* | kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson2020-05-181-0/+1
* | kgdb: Delay "kgdbwait" to dbg_late_init() by defaultDouglas Anderson2020-05-181-10/+15
* | kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdbDouglas Anderson2020-05-181-0/+4
* | kgdb: Drop malformed kernel doc commentAndy Shevchenko2020-05-071-3/+1
|/
* Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-031-0/+1
|\
| * .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-251-0/+1
* | kdb: Censor attempts to set PROMPT without ENABLE_MEM_READDaniel Thompson2020-04-011-4/+8
* | kdb: Eliminate strncpy() warnings by replacing with strscpy()Daniel Thompson2020-04-011-4/+4
|/
* Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no r...Daniel Thompson2020-02-061-13/+15
* kdb: Use for_each_console() helperAndy Shevchenko2020-01-311-6/+3
* kdb: remove redundant assignment to pointer bpColin Ian King2020-01-311-1/+0
* kdb: Get rid of confusing diag msg from "rd" if current task has no regsDouglas Anderson2020-01-311-15/+13
* kdb: Gid rid of implicit setting of the current task / regsDouglas Anderson2020-01-313-9/+2
* kdb: kdb_current_task shouldn't be exportedDouglas Anderson2020-01-311-1/+0
* kdb: kdb_current_regs should be privateDouglas Anderson2020-01-311-0/+1
* kdb: Tweak escape handling for vi usersDaniel Thompson2019-10-281-2/+2
* kdb: Improve handling of characters from different input sourcesDaniel Thompson2019-10-281-19/+19
* kdb: Remove special case logic from kdb_read()Daniel Thompson2019-10-283-42/+42
* kdb: Simplify code to fetch characters from consoleDaniel Thompson2019-10-281-24/+14
* kdb: Tidy up code to handle escape sequencesDaniel Thompson2019-10-281-61/+67
* kdb: Avoid array subscript warnings on non-SMP buildsDaniel Thompson2019-10-241-1/+1
* kdb: Fix stack crawling on 'running' CPUs that aren't the masterDouglas Anderson2019-10-103-12/+43
* kdb: Fix "btc <cpu>" crash if the CPU didn't round upDouglas Anderson2019-10-101-27/+34
* kdb: Remove unused "argcount" param from kdb_bt1(); make btaprompt boolDouglas Anderson2019-10-101-8/+6
* kgdb: Remove unused DCPU_SSTEP definitionDouglas Anderson2019-10-101-1/+0
* kgdb: don't use a notifier to enter kgdb at panic; call directlyDouglas Anderson2019-09-251-20/+11
* kgdb: fix comment regarding static functionNadav Amit2019-09-031-4/+1
* kdb: Replace strncmp with str_has_prefixChuhong Yuan2019-09-031-1/+1
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* kdb: Fix bound check compiler warningWenlin Kang2019-05-141-1/+1
* kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter2019-05-121-1/+1
* kdb: Get rid of broken attempt to print CCVERSION in kdb summaryDouglas Anderson2019-05-122-2/+0
* kdb: kdb_support: replace strcpy() by strscpy()Gustavo A. R. Silva2019-05-021-1/+1
* gdbstub: Replace strcpy() by strscpy()Gustavo A. R. Silva2019-05-021-2/+2
* gdbstub: mark expected switch fall-throughsGustavo A. R. Silva2019-05-021-2/+3
* kdb: use bool for binary state indicatorsNicholas Mc Guire2018-12-301-7/+7
* kdb: Don't back trace on a cpu that didn't round upDouglas Anderson2018-12-303-8/+14
* kgdb: Don't round up a CPU that failed rounding up beforeDouglas Anderson2018-12-302-1/+20
* kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function()Douglas Anderson2018-12-301-0/+41
* kgdb: Remove irq flags from roundupDouglas Anderson2018-12-301-1/+1
* kdb: kdb_support: mark expected switch fall-throughsGustavo A. R. Silva2018-11-131-3/+3
* kdb: kdb_keyboard: mark expected switch fall-throughsGustavo A. R. Silva2018-11-131-2/+2