summaryrefslogtreecommitdiffstats
path: root/kernel/debug
AgeCommit message (Expand)AuthorLines
2020-10-01kdb: Fix pager search for multi-line stringsDaniel Thompson-2/+6
2020-10-01kernel: debug: Centralize dbg_[de]activate_sw_breakpointsDaniel Thompson-3/+2
2020-10-01kgdb: Add NOKPROBE labels on the trap handler functionsDaniel Thompson-0/+16
2020-09-28kgdb: Honour the kprobe blocklist when setting breakpointsDaniel Thompson-0/+13
2020-09-11kernel/debug: Fix spelling mistake in debug_core.cYouling Tang-2/+2
2020-09-08kdb: Use newer api for tasklist scanningDavidlohr Bueso-12/+8
2020-09-08kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson-8/+14
2020-09-08kdb: remove unnecessary null check of dbg_io_opsCengiz Can-7/+7
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva-8/+8
2020-08-04Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+1
2020-07-30treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD()Kees Cook-1/+1
2020-07-16treewide: Remove uninitialized_var() usageKees Cook-1/+1
2020-07-09kgdb: enable arch to support XML packet.Vincent Chen-0/+13
2020-06-26kgdb: Avoid suspicious RCU usage warningDouglas Anderson-0/+4
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsSumit Garg-1/+3
2020-06-25kdb: Make kdb_printf() console handling more robustSumit Garg-0/+11
2020-06-25kdb: Check status of console prior to invoking handlersSumit Garg-0/+2
2020-06-25kdb: Re-factor kdb_printf() message write codeSumit Garg-29/+28
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultChristoph Hellwig-10/+12
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Dmitry Safonov-1/+1
2020-06-09kdb: don't play with console_loglevelDmitry Safonov-7/+8
2020-06-07Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds-1/+1
2020-06-04Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker...Linus Torvalds-0/+12
2020-06-02kdb: Remove the misfeature 'KDBFLAGS'Wei Li-4/+4
2020-06-02kdb: Cleanup math with KDB_CMD_HISTORY_COUNTDouglas Anderson-1/+2
2020-06-02kgdb: Don't call the deinit under spinlockDouglas Anderson-2/+3
2020-05-18kgdb: Add kgdb_has_hit_break functionVincent Chen-0/+12
2020-05-18kgdboc: Add kgdboc_earlycon to support early kgdb using boot consolesDouglas Anderson-4/+18
2020-05-18kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson-0/+1
2020-05-18kgdb: Delay "kgdbwait" to dbg_late_init() by defaultDouglas Anderson-10/+15
2020-05-18kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdbDouglas Anderson-0/+4
2020-05-15kdb: constify sysrq_key_opEmil Velikov-1/+1
2020-05-07kgdb: Drop malformed kernel doc commentAndy Shevchenko-3/+1
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds-0/+1
2020-04-01kdb: Censor attempts to set PROMPT without ENABLE_MEM_READDaniel Thompson-4/+8
2020-04-01kdb: Eliminate strncpy() warnings by replacing with strscpy()Daniel Thompson-4/+4
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada-0/+1
2020-02-06Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no r...Daniel Thompson-13/+15
2020-01-31kdb: Use for_each_console() helperAndy Shevchenko-6/+3
2020-01-31kdb: remove redundant assignment to pointer bpColin Ian King-1/+0
2020-01-31kdb: Get rid of confusing diag msg from "rd" if current task has no regsDouglas Anderson-15/+13
2020-01-31kdb: Gid rid of implicit setting of the current task / regsDouglas Anderson-9/+2
2020-01-31kdb: kdb_current_task shouldn't be exportedDouglas Anderson-1/+0
2020-01-31kdb: kdb_current_regs should be privateDouglas Anderson-0/+1
2019-10-28kdb: Tweak escape handling for vi usersDaniel Thompson-2/+2
2019-10-28kdb: Improve handling of characters from different input sourcesDaniel Thompson-19/+19
2019-10-28kdb: Remove special case logic from kdb_read()Daniel Thompson-42/+42
2019-10-28kdb: Simplify code to fetch characters from consoleDaniel Thompson-24/+14
2019-10-28kdb: Tidy up code to handle escape sequencesDaniel Thompson-61/+67
2019-10-24kdb: Avoid array subscript warnings on non-SMP buildsDaniel Thompson-1/+1