summaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb/kdb_main.c
Commit message (Expand)AuthorAgeFilesLines
* kdb: Provide forward search at more promptDaniel Thompson2015-02-191-3/+4
* 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: Fix off by one error in kdb_cpu()Jason Wessel2015-02-191-1/+1
* 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
* | kgdb: timeout if secondary CPUs ignore the roundupDaniel Thompson2014-11-111-1/+3
* | 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-111-33/+87
* | kdb: Remove KDB_REPEAT_NONE flagAnton Vorontsov2014-11-111-30/+29
* | kdb: Use KDB_REPEAT_* values as flagsAnton Vorontsov2014-11-111-14/+7
* | kdb: Rename kdb_register_repeat() to kdb_register_flags()Anton Vorontsov2014-11-111-43/+43
* | kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flagsAnton Vorontsov2014-11-111-3/+3
* | kdb: Remove currently unused kdbtab_t->cmd_flagsAnton Vorontsov2014-11-111-1/+0
|/
* kdb: Use ktime_get_ts()Thomas Gleixner2014-06-121-1/+1
* kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-041-1/+1
* kdb: Add support for external NMI handler to call KGDB/KDBMike Travis2013-10-031-0/+3
* kdb: Remove unhandled ssb commandVincent2013-03-021-16/+0
* 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: 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-131-0/+2
|\
| * kdb: Fix dmesg/bta scroll to quit with 'q'Jason Wessel2012-10-121-0/+2
* | kdb: Implement disable_nmi commandAnton Vorontsov2012-09-261-0/+31
|/
* 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
* kdb: Revive dmesg commandAnton Vorontsov2012-07-211-58/+33
* KDB: Fix usability issues relating to the 'enter' key.Andrei Warkentin2012-03-221-0/+3
* module: struct module_ref should contains long fieldsEric Dumazet2012-01-131-1/+1
* kdb: Remove all references to DOING_KGDB2Jason Wessel2011-08-011-1/+1
* kdb: cleanup unused variables missed in the original kdb mergeJason Wessel2011-08-011-1/+1
* Fix common misspellingsLucas De Marchi2011-03-311-3/+3
* 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-221-6/+6
* kdb: Fix oops in kdb_unregisterJason Wessel2010-10-221-1/+1
* kdb: Allow kernel loadable modules to add kdb shell functionsJason Wessel2010-10-221-0/+4
* Input: sysrq - drop tty argument form handle_sysrq()Dmitry Torokhov2010-08-211-1/+1
OpenPOWER on IntegriCloud