summaryrefslogtreecommitdiffstats
path: root/kernel/debug
Commit message (Expand)AuthorAgeFilesLines
* kdb: Make memory allocations more robustSumit Garg2021-03-031-1/+1
* kgdb: Make "kgdbcon" work properly with "kgdb_earlycon"Douglas Anderson2020-11-101-8/+14
* kdb: Fix pager search for multi-line stringsDaniel Thompson2020-10-291-2/+6
* kgdb: Avoid suspicious RCU usage warningDouglas Anderson2020-07-091-0/+4
* kgdb: Prevent infinite recursive entries to the debuggerDouglas Anderson2020-06-201-0/+1
* kdb: do a sanity check on the cpu in kdb_per_cpu()Dan Carpenter2020-01-291-1/+1
* kdb: use memmove instead of overlapping memcpyArnd Bergmann2018-12-131-2/+2
* kdb: Use strscpy with destination buffer sizePrarit Bhargava2018-12-013-12/+15
* kdb: make "mdr" command repeatRandy Dunlap2018-05-301-6/+21
* kdb: Fix handling of kallsyms_symbol_next() return valueDaniel Thompson2017-12-161-1/+1
* kernel/debug/debug_core.c: more properly delay for secondary CPUsDouglas Anderson2017-01-061-2/+2
* debug: prevent entering debug mode on panic/exception.Colin Cross2015-02-191-0/+17
* kdb: Const qualifier for kdb_getstr's prompt argumentDaniel Thompson2015-02-192-2/+2
* kdb: Provide forward search at more promptDaniel Thompson2015-02-193-5/+26
* kdb: Fix a prompt management bug when using | grepDaniel Thompson2015-02-191-2/+2
* kdb: Remove stack dump when entering kgdb due to NMIDaniel Thompson2015-02-191-1/+0
* kdb: Avoid printing KERN_ levels to consolesDaniel Thompson2015-02-191-9/+13
* kdb: Fix off by one error in kdb_cpu()Jason Wessel2015-02-192-2/+2
* kdb: fix incorrect counts in KDB summary command outputJay Lan2015-02-191-1/+1
* Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2015-01-231-1/+1
|\
| * module: make module_refcount() a signed integer.Rusty Russell2015-01-221-1/+1
* | kernel/debug/debug_core.c: Logging clean-upFabian Frederick2014-11-111-22/+21
* | kgdb: timeout if secondary CPUs ignore the roundupDaniel Thompson2014-11-113-3/+14
* | kdb: Allow access to sensitive commands to be restricted by defaultDaniel Thompson2014-11-111-1/+1
* | kdb: Add enable mask for groups of commandsAnton Vorontsov2014-11-111-1/+29
* | kdb: Categorize kdb commands (similar to SysRq categorization)Daniel Thompson2014-11-112-40/+101
* | kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov2014-11-112-33/+32
* | kdb: Use KDB_REPEAT_* values as flagsAnton Vorontsov2014-11-111-14/+7
* | kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov2014-11-112-50/+50
* | kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flagsAnton Vorontsov2014-11-112-4/+4
* | kdb: Remove currently unused kdbtab_t->cmd_flagsAnton Vorontsov2014-11-112-2/+0
|/
* kdb: replace strnicmp with strncasecmpRasmus Villemoes2014-10-141-3/+3
* kdb: Use ktime_get_ts()Thomas Gleixner2014-06-121-1/+1
* kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-043-3/+3
* arch: Mass conversion of smp_mb__*()Peter Zijlstra2014-04-181-2/+2
* mm: per-thread vma cachingDavidlohr Bueso2014-04-071-3/+11
* KGDB: make kgdb_breakpoint() as noinlineVijaya Kumar K2014-02-261-1/+1
* kgdb/kdb: Fix no KDB config problemMike Travis2014-01-252-4/+3
* kdb: Add support for external NMI handler to call KGDB/KDBMike Travis2013-10-034-3/+40
* kgdb/sysrq: fix inconstistent help message of sysrq keyzhangwei(Jovi)2013-04-301-1/+1
* Merge tag 'for_linux-3.9' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2013-03-026-127/+62
|\
| * kdb: Remove unhandled ssb commandVincent2013-03-024-39/+2
| * kdb: Prevent kernel oops with kdb_defcmdJason Wessel2013-03-021-2/+6
| * kdb: Remove the ll commandJason Wessel2013-03-021-65/+0
| * kdb_main: fix help printJason Wessel2013-03-021-3/+7
| * kdb: Fix overlap in buffers with strcpyJason Wessel2013-03-021-9/+21
| * kdb: Setup basic kdb state before invoking commands via kgdbMatt Klein2013-03-023-6/+23
| * kdb: use ARRAY_SIZE where possibleSasha Levin2013-03-021-2/+2
| * kdb: A fix for kdb command table expansionJohn Blackwood2013-03-021-1/+1
* | kgdb: remove #include <linux/serial_8250.h> from kgdb.hGreg Kroah-Hartman2013-02-042-0/+2
|/