summaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb/kdb_main.c
Commit message (Expand)AuthorAgeFilesLines
* 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-121-1/+0Star
* kdb: use bool for binary state indicatorsNicholas Mc Guire2018-12-301-7/+7
* kdb: kdb_main: refactor code in kdb_md_lineGustavo A. R. Silva2018-11-131-18/+3Star
* kdb: print real address of pointers instead of hashed addressesChristophe Leroy2018-11-131-7/+7
* sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOADJohannes Weiner2018-10-271-6/+1Star
* treewide: kzalloc() -> kcalloc()Kees Cook2018-06-131-1/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-131-4/+7
* Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j...Linus Torvalds2018-04-121-49/+40Star
|\
| * kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts()Baolin Wang2018-02-011-3/+3
| * 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/+5Star
* | signal: Simplify and fix kdb_send_sigEric W. Biederman2018-01-041-8/+2Star
|/
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* kdb: remove unused kdb_event handlingPetr Mladek2016-12-151-1/+0Star
* module: use a structure to encapsulate layout.Rusty Russell2015-12-041-2/+2
* 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/+0Star
* 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-221-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/+29Star
* | kdb: Use KDB_REPEAT_* values as flagsAnton Vorontsov2014-11-111-14/+7Star
* | 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/+0Star
|/
* kdb: Use ktime_get_ts()Thomas Gleixner2014-06-121-1/+1
* kernel/printk: use symbolic defines for console loglevelsBorislav Petkov2014-06-051-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/+0Star
* kdb: Prevent kernel oops with kdb_defcmdJason Wessel2013-03-021-2/+6
* kdb: Remove the ll commandJason Wessel2013-03-021-65/+0Star
* 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/+1Star