summaryrefslogtreecommitdiffstats
path: root/kernel/debug/kdb
Commit message (Expand)AuthorAgeFilesLines
...
* 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: Fix stack crawling on 'running' CPUs that aren't the masterDouglas Anderson2019-10-101-12/+7
* 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
* kdb: Replace strncmp with str_has_prefixChuhong Yuan2019-09-031-1/+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
* 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-302-8/+10
* 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
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-022-0/+2
* 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-1/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* kdb: call vkdb_printf() from vprintk_default() only when wantedPetr Mladek2016-12-141-7/+2
* kdb: properly synchronize vkdb_printf() calls with other CPUsPetr Mladek2016-12-142-18/+13
* kdb: remove unused kdb_event handlingPetr Mladek2016-12-142-3/+0
* printk/kdb: handle more message headersPetr Mladek2016-12-121-1/+1
* mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ...Kees Cook2016-02-221-3/+1
* module: use a structure to encapsulate layout.Rusty Russell2015-12-041-2/+2
* 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