| Commit message (Expand) | Author | Age | Files | Lines |
* | Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 2018-04-12 | 3 | -53/+44 |
|\ |
|
| * | kdb: use memmove instead of overlapping memcpy | Arnd Bergmann | 2018-02-05 | 1 | -2/+2 |
| * | kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts() | Baolin Wang | 2018-02-01 | 1 | -3/+3 |
| * | kdb: bl: don't use tab character in output | Randy Dunlap | 2018-01-25 | 1 | -2/+2 |
| * | kdb: drop newline in unknown command output | Randy Dunlap | 2018-01-25 | 1 | -0/+11 |
| * | kdb: make "mdr" command repeat | Randy Dunlap | 2018-01-25 | 1 | -6/+21 |
| * | kdb: use __ktime_get_real_seconds instead of __current_kernel_time | Arnd Bergmann | 2018-01-25 | 1 | -40/+5 |
* | | signal: Simplify and fix kdb_send_sig | Eric W. Biederman | 2018-01-04 | 2 | -9/+3 |
|/ |
|
* | kdb: Fix handling of kallsyms_symbol_next() return value | Daniel Thompson | 2017-12-06 | 1 | -1/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 2 | -0/+2 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 2 | -1/+2 |
* | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2017-03-02 | 1 | -0/+1 |
* | mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin... | Ingo Molnar | 2017-03-02 | 1 | -2/+2 |
* | kdb: call vkdb_printf() from vprintk_default() only when wanted | Petr Mladek | 2016-12-15 | 1 | -7/+2 |
* | kdb: properly synchronize vkdb_printf() calls with other CPUs | Petr Mladek | 2016-12-15 | 2 | -18/+13 |
* | kdb: remove unused kdb_event handling | Petr Mladek | 2016-12-15 | 2 | -3/+0 |
* | kernel/debug/debug_core.c: more properly delay for secondary CPUs | Douglas Anderson | 2016-12-15 | 1 | -2/+2 |
* | printk/kdb: handle more message headers | Petr Mladek | 2016-12-13 | 1 | -1/+1 |
* | mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ... | Kees Cook | 2016-02-22 | 1 | -3/+1 |
* | module: use a structure to encapsulate layout. | Rusty Russell | 2015-12-04 | 1 | -2/+2 |
* | debug: prevent entering debug mode on panic/exception. | Colin Cross | 2015-02-19 | 1 | -0/+17 |
* | kdb: Const qualifier for kdb_getstr's prompt argument | Daniel Thompson | 2015-02-19 | 2 | -2/+2 |
* | kdb: Provide forward search at more prompt | Daniel Thompson | 2015-02-19 | 3 | -5/+26 |
* | kdb: Fix a prompt management bug when using | grep | Daniel Thompson | 2015-02-19 | 1 | -2/+2 |
* | kdb: Remove stack dump when entering kgdb due to NMI | Daniel Thompson | 2015-02-19 | 1 | -1/+0 |
* | kdb: Avoid printing KERN_ levels to consoles | Daniel Thompson | 2015-02-19 | 1 | -9/+13 |
* | kdb: Fix off by one error in kdb_cpu() | Jason Wessel | 2015-02-19 | 2 | -2/+2 |
* | kdb: fix incorrect counts in KDB summary command output | Jay Lan | 2015-02-19 | 1 | -1/+1 |
* | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 2015-01-22 | 1 | -1/+1 |
|\ |
|
| * | module: make module_refcount() a signed integer. | Rusty Russell | 2015-01-22 | 1 | -1/+1 |
* | | kernel/debug/debug_core.c: Logging clean-up | Fabian Frederick | 2014-11-11 | 1 | -22/+21 |
* | | kgdb: timeout if secondary CPUs ignore the roundup | Daniel Thompson | 2014-11-11 | 3 | -3/+14 |
* | | kdb: Allow access to sensitive commands to be restricted by default | Daniel Thompson | 2014-11-11 | 1 | -1/+1 |
* | | kdb: Add enable mask for groups of commands | Anton Vorontsov | 2014-11-11 | 1 | -1/+29 |
* | | kdb: Categorize kdb commands (similar to SysRq categorization) | Daniel Thompson | 2014-11-11 | 2 | -40/+101 |
* | | kdb: Remove KDB_REPEAT_NONE flag | Anton Vorontsov | 2014-11-11 | 2 | -33/+32 |
* | | kdb: Use KDB_REPEAT_* values as flags | Anton Vorontsov | 2014-11-11 | 1 | -14/+7 |
* | | kdb: Rename kdb_register_repeat() to kdb_register_flags() | Anton Vorontsov | 2014-11-11 | 2 | -50/+50 |
* | | kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flags | Anton Vorontsov | 2014-11-11 | 2 | -4/+4 |
* | | kdb: Remove currently unused kdbtab_t->cmd_flags | Anton Vorontsov | 2014-11-11 | 2 | -2/+0 |
|/ |
|
* | kdb: replace strnicmp with strncasecmp | Rasmus Villemoes | 2014-10-14 | 1 | -3/+3 |
* | kdb: Use ktime_get_ts() | Thomas Gleixner | 2014-06-12 | 1 | -1/+1 |
* | kernel/printk: use symbolic defines for console loglevels | Borislav Petkov | 2014-06-05 | 3 | -3/+3 |
* | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 2014-04-18 | 1 | -2/+2 |
* | mm: per-thread vma caching | Davidlohr Bueso | 2014-04-08 | 1 | -3/+11 |
* | KGDB: make kgdb_breakpoint() as noinline | Vijaya Kumar K | 2014-02-26 | 1 | -1/+1 |
* | kgdb/kdb: Fix no KDB config problem | Mike Travis | 2014-01-25 | 2 | -4/+3 |
* | kdb: Add support for external NMI handler to call KGDB/KDB | Mike Travis | 2013-10-03 | 4 | -3/+40 |