summaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb
Commit message (Expand)AuthorAgeFilesLines
* kdb: Make memory allocations more robustSumit Garg2021-02-081-1/+1
* kdb: kdb_support: Fix debugging information problemStephen Zhang2021-02-042-33/+30
* kdb: Fix pager search for multi-line stringsDaniel Thompson2020-10-011-2/+6
* kernel: debug: Centralize dbg_[de]activate_sw_breakpointsDaniel Thompson2020-10-011-2/+0
* kgdb: Honour the kprobe blocklist when setting breakpointsDaniel Thompson2020-09-281-0/+9
* kdb: Use newer api for tasklist scanningDavidlohr Bueso2020-09-083-10/+6
* kdb: remove unnecessary null check of dbg_io_opsCengiz Can2020-09-081-7/+7
* treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-232-5/+5
* treewide: Remove uninitialized_var() usageKees Cook2020-07-161-1/+1
* 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-172-4/+6
* 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
* kdb: Remove the misfeature 'KDBFLAGS'Wei Li2020-06-021-4/+4
* kdb: Cleanup math with KDB_CMD_HISTORY_COUNTDouglas Anderson2020-06-021-1/+2
* 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: Fix stack crawling on 'running' CPUs that aren't the masterDouglas Anderson2019-10-101-12/+7
* 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
* kdb: Replace strncmp with str_has_prefixChuhong Yuan2019-09-031-1/+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
* 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-302-8/+10
* 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
* kdb: kdb_main: refactor code in kdb_md_lineGustavo A. R. Silva2018-11-131-18/+3
* kdb: Use strscpy with destination buffer sizePrarit Bhargava2018-11-133-12/+15
* kdb: print real address of pointers instead of hashed addressesChristophe Leroy2018-11-132-13/+13
* kdb: use correct pointer when 'btc' calls 'btt'Christophe Leroy2018-11-131-2/+2