summaryrefslogtreecommitdiffstats
path: root/kernel/debug
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-261-6/+1
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-121-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-4/+7
* Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-123-53/+44
|\
| * kdb: use memmove instead of overlapping memcpyArnd Bergmann2018-02-041-2/+2
| * kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts()Baolin Wang2018-01-311-3/+3
| * kdb: bl: don't use tab character in outputRandy Dunlap2018-01-251-2/+2
| * kdb: drop newline in unknown command outputRandy Dunlap2018-01-251-0/+11
| * kdb: make "mdr" command repeatRandy Dunlap2018-01-251-6/+21
| * kdb: use __ktime_get_real_seconds instead of __current_kernel_timeArnd Bergmann2018-01-251-40/+5
* | signal: Simplify and fix kdb_send_sigEric W. Biederman2018-01-032-9/+3
|/
* kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson2017-12-061-1/+1