summaryrefslogtreecommitdiffstats
path: root/kernel/debug
Commit message (Expand)AuthorAgeFilesLines
...
* kernel/debug: Fix spelling mistake in debug_core.cYouling Tang2020-09-111-2/+2
* kdb: Use newer api for tasklist scanningDavidlohr Bueso2020-09-084-12/+8
* kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson2020-09-081-8/+14
* kdb: remove unnecessary null check of dbg_io_opsCengiz Can2020-09-081-7/+7
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-233-8/+8
* Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-041-1/+1
|\
| * treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook2020-07-301-1/+1
* | kgdb: enable arch to support XML packet.Vincent Chen2020-07-091-0/+13
|/
* kgdb: Avoid suspicious RCU usage warningDouglas Anderson2020-06-261-0/+4
* kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg2020-06-261-1/+3
* kdb: Make kdb_printf() console handling more robustSumit Garg2020-06-251-0/+11
* kdb: Check status of console prior to invoking handlersSumit Garg2020-06-251-0/+2
* kdb: Re-factor kdb_printf() message write codeSumit Garg2020-06-251-29/+28
* maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig2020-06-174-10/+12
* kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov2020-06-091-1/+1
* kdb: don't play with console_loglevelDmitry Safonov2020-06-091-7/+8
* 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