aboutsummaryrefslogtreecommitdiff
path: root/kernel/debug/kdb
AgeCommit message (Expand)AuthorFilesLines
2020-10-01kdb: Fix pager search for multi-line stringsGravatar Daniel Thompson 1-2/+6
2020-10-01kernel: debug: Centralize dbg_[de]activate_sw_breakpointsGravatar Daniel Thompson 1-2/+0
2020-09-28kgdb: Honour the kprobe blocklist when setting breakpointsGravatar Daniel Thompson 1-0/+9
2020-09-08kdb: Use newer api for tasklist scanningGravatar Davidlohr Bueso 3-10/+6
2020-09-08kdb: remove unnecessary null check of dbg_io_opsGravatar Cengiz Can 1-7/+7
2020-08-23treewide: Use fallthrough pseudo-keywordGravatar Gustavo A. R. Silva 2-5/+5
2020-07-16treewide: Remove uninitialized_var() usageGravatar Kees Cook 1-1/+1
2020-06-26kdb: Switch to use safer dbg_io_ops over console APIsGravatar Sumit Garg 1-1/+3
2020-06-25kdb: Make kdb_printf() console handling more robustGravatar Sumit Garg 1-0/+11
2020-06-25kdb: Check status of console prior to invoking handlersGravatar Sumit Garg 1-0/+2
2020-06-25kdb: Re-factor kdb_printf() message write codeGravatar Sumit Garg 1-29/+28
2020-06-17maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofaultGravatar Christoph Hellwig 2-4/+6
2020-06-09kernel: rename show_stack_loglvl() => show_stack()Gravatar Dmitry Safonov 1-1/+1
2020-06-09kdb: don't play with console_loglevelGravatar Dmitry Safonov 1-7/+8
2020-06-02kdb: Remove the misfeature 'KDBFLAGS'Gravatar Wei Li 1-4/+4
2020-06-02kdb: Cleanup math with KDB_CMD_HISTORY_COUNTGravatar Douglas Anderson 1-1/+2
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 1-0/+1
2020-04-01kdb: Censor attempts to set PROMPT without ENABLE_MEM_READGravatar Daniel Thompson 1-4/+8
2020-04-01kdb: Eliminate strncpy() warnings by replacing with strscpy()Gravatar Daniel Thompson 1-4/+4
2020-03-25.gitignore: add SPDX License IdentifierGravatar Masahiro Yamada 1-0/+1
2020-02-06Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no r...Gravatar Daniel Thompson 1-13/+15
2020-01-31kdb: Use for_each_console() helperGravatar Andy Shevchenko 1-6/+3
2020-01-31kdb: remove redundant assignment to pointer bpGravatar Colin Ian King 1-1/+0
2020-01-31kdb: Get rid of confusing diag msg from "rd" if current task has no regsGravatar Douglas Anderson 1-15/+13
2020-01-31kdb: Gid rid of implicit setting of the current task / regsGravatar Douglas Anderson 3-9/+2
2020-01-31kdb: kdb_current_task shouldn't be exportedGravatar Douglas Anderson 1-1/+0
2020-01-31kdb: kdb_current_regs should be privateGravatar Douglas Anderson 1-0/+1
2019-10-28kdb: Tweak escape handling for vi usersGravatar Daniel Thompson 1-2/+2
2019-10-28kdb: Improve handling of characters from different input sourcesGravatar Daniel Thompson 1-19/+19
2019-10-28kdb: Remove special case logic from kdb_read()Gravatar Daniel Thompson 3-42/+42
2019-10-28kdb: Simplify code to fetch characters from consoleGravatar Daniel Thompson 1-24/+14
2019-10-28kdb: Tidy up code to handle escape sequencesGravatar Daniel Thompson 1-61/+67
2019-10-10kdb: Fix stack crawling on 'running' CPUs that aren't the masterGravatar Douglas Anderson 1-12/+7
2019-10-10kdb: Fix "btc <cpu>" crash if the CPU didn't round upGravatar Douglas Anderson 1-27/+34
2019-10-10kdb: Remove unused "argcount" param from kdb_bt1(); make btaprompt boolGravatar Douglas Anderson 1-8/+6
2019-09-03kdb: Replace strncmp with str_has_prefixGravatar Chuhong Yuan 1-1/+1
2019-05-14kdb: Fix bound check compiler warningGravatar Wenlin Kang 1-1/+1
2019-05-12kdb: do a sanity check on the cpu in kdb_per_cpu()Gravatar Dan Carpenter 1-1/+1
2019-05-12kdb: Get rid of broken attempt to print CCVERSION in kdb summaryGravatar Douglas Anderson 2-2/+0
2019-05-02kdb: kdb_support: replace strcpy() by strscpy()Gravatar Gustavo A. R. Silva 1-1/+1
2018-12-30kdb: use bool for binary state indicatorsGravatar Nicholas Mc Guire 1-7/+7
2018-12-30kdb: Don't back trace on a cpu that didn't round upGravatar Douglas Anderson 2-8/+10
2018-11-13kdb: kdb_support: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-3/+3
2018-11-13kdb: kdb_keyboard: mark expected switch fall-throughsGravatar Gustavo A. R. Silva 1-2/+2
2018-11-13kdb: kdb_main: refactor code in kdb_md_lineGravatar Gustavo A. R. Silva 1-18/+3
2018-11-13kdb: Use strscpy with destination buffer sizeGravatar Prarit Bhargava 3-12/+15
2018-11-13kdb: print real address of pointers instead of hashed addressesGravatar Christophe Leroy 2-13/+13
2018-11-13kdb: use correct pointer when 'btc' calls 'btt'Gravatar Christophe Leroy 1-2/+2
2018-10-26sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADGravatar Johannes Weiner 1-6/+1
2018-06-12treewide: kzalloc() -> kcalloc()Gravatar Kees Cook 1-1/+1