summaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb
Commit message (Expand)AuthorAgeFilesLines
* kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-043-3/+3
* kdb: Add support for external NMI handler to call KGDB/KDBMike Travis2013-10-032-1/+7
* 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-021-6/+18
* kdb: use ARRAY_SIZE where possibleSasha Levin2013-03-021-2/+2
* kdb: A fix for kdb command table expansionJohn Blackwood2013-03-021-1/+1
* module: add new state MODULE_STATE_UNFORMED.Rusty Russell2013-01-121-0/+2
* Merge tag 'for_linus-3.7' of git://git.kernel.org/pub/scm/linux/kernel/git/jw...Linus Torvalds2012-10-133-5/+32
|\
| * kdb,vt_console: Fix missed data due to pager overrunsJason Wessel2012-10-121-5/+28
| * kdb: Fix dmesg/bta scroll to quit with 'q'Jason Wessel2012-10-122-0/+4
* | kdb: Implement disable_nmi commandAnton Vorontsov2012-09-261-0/+31
|/
* kernel/debug: Make use of KGDB_REASON_NMIAnton Vorontsov2012-07-311-0/+4
* kdb: Remove cpu from the more promptJason Wessel2012-07-311-11/+0
* kdb: Remove unused KDB_FLAG_ONLY_DO_DUMPJason Wessel2012-07-311-14/+1
* kdb: Switch to nolock variants of kmsg_dump functionsAnton Vorontsov2012-07-211-4/+4
* printk: Remove kdb_syslog_dataAnton Vorontsov2012-07-211-1/+0
* kdb: Revive dmesg commandAnton Vorontsov2012-07-211-58/+33
* Merge tag 'for_linus-3.4-rc2' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-04-041-1/+1
|\
| * kdb: Fix smatch warning on dbg_io_ops->is_consoleJason Wessel2012-03-291-1/+1
* | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub...Linus Torvalds2012-03-281-1/+0
|\ \
| * | Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* | | Merge tag 'for_linus-3.4-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2012-03-235-23/+91
|\ \ \ | |/ / |/| / | |/
| * kdb: Add message about CONFIG_DEBUG_RODATA on failure to install breakpointJason Wessel2012-03-221-0/+7
| * kdb: Avoid using dbg_io_ops until it is initializedTim Bird2012-03-221-1/+1
| * KDB: Fix usability issues relating to the 'enter' key.Andrei Warkentin2012-03-223-22/+83
* | kdb: remove the second argument of k[un]map_atomic()Cong Wang2012-03-201-2/+2
|/
* module: struct module_ref should contains long fieldsEric Dumazet2012-01-131-1/+1
* kdb: Make KDB use the new is_idle_task() APIPaul E. McKenney2011-12-111-1/+1
* kernel: Fix files explicitly needing EXPORT_SYMBOL infrastructurePaul Gortmaker2011-10-311-0/+1
* kdb,kgdb: Allow arbitrary kgdb magic knock sequencesJason Wessel2011-08-011-8/+20
* kdb: Remove all references to DOING_KGDB2Jason Wessel2011-08-014-7/+3
* kdb,kgdb: Implement switch and pass buffer from kdb -> gdbJason Wessel2011-08-013-14/+14
* kdb: cleanup unused variables missed in the original kdb mergeJason Wessel2011-08-013-8/+3
* Fix common misspellingsLucas De Marchi2011-03-312-4/+4
* kdb: add usage string of 'per_cpu' commandNamhyung Kim2011-03-251-1/+1
* kdb: code cleanup to use macro instead of valueJovi Zhang2011-03-251-1/+1
* Merge branch 'master' into for-nextJiri Kosina2010-12-221-10/+11
|\
| * kdb: fix crash when KDB_BASE_CMD_MAX is exceededJovi Zhang2010-11-171-4/+4
| * kdb: fix memory leak in kdb_main.cJovi Zhang2010-11-171-6/+7
* | tree-wide: fix comment/printk typosUwe Kleine-König2010-11-011-1/+1
|/
* kdb: Fix early debugging crash regressionJason Wessel2010-10-291-1/+1
* kdb: fix per_cpu command to remove supress maskJason Wessel2010-10-291-35/+11
* kdb,debug_core: adjust master cpu switch logic against new debug_core lockingJason Wessel2010-10-222-8/+7
* kdb,kgdb: fix sparse fixupsJason Wessel2010-10-221-8/+1
* kdb: Fix oops in kdb_unregisterJason Wessel2010-10-221-1/+1
* kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel2010-10-223-40/+5
OpenPOWER on IntegriCloud