| Age | Commit message (Expand) | Author | Files | Lines |
| 2025-10-24 | kdb: Adapt kdb_msg_write to work with NBCON consoles | Marcos Paulo de Souza | 1 | -15/+32 |
| 2025-09-20 | kdb: remove redundant check for scancode 0xe0 | Colin Ian King | 1 | -3/+0 |
| 2025-09-20 | kdb: Replace deprecated strcpy() with helper function in kdb_defcmd() | Thorsten Blum | 3 | -10/+32 |
| 2025-09-20 | kdb: Replace deprecated strcpy() with memcpy() in parse_grep() | Thorsten Blum | 1 | -1/+1 |
| 2025-09-20 | kdb: Replace deprecated strcpy() with memmove() in vkdb_printf() | Thorsten Blum | 1 | -6/+8 |
| 2025-09-20 | kdb: Replace deprecated strcpy() with memcpy() in kdb_strdup() | Thorsten Blum | 1 | -2/+4 |
| 2025-09-20 | kernel: debug: gdbstub: Replace deprecated strcpy() with strscpy() | Thorsten Blum | 1 | -14/+15 |
| 2025-04-02 | Merge tag 'tty-6.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 2 | -48/+3 |
| 2025-03-28 | kdb: Remove optional size arguments from strscpy() calls | Thorsten Blum | 1 | -2/+2 |
| 2025-03-28 | kdb: remove usage of static environment buffer | Nir Lichtman | 1 | -40/+8 |
| 2025-02-14 | Revert "kernel/debug: Mask KGDB NMI upon entry" | Douglas Anderson | 1 | -11/+3 |
| 2025-02-14 | Revert "kdb: Implement disable_nmi command" | Douglas Anderson | 1 | -37/+0 |
| 2025-01-25 | kdb: Remove unused flags stack | Dr. David Alan Gilbert | 1 | -18/+0 |
| 2025-01-25 | kdb: use kmap_local_page() | Zhang Heng | 1 | -3/+3 |
| 2024-11-18 | kdb: fix ctrl+e/a/f/b/d/p/n broken in keyboard mode | Nir Lichtman | 1 | -9/+24 |
| 2024-11-02 | kdb: Fix breakpoint enable to be silent if already enabled | Nir Lichtman | 1 | -2/+4 |
| 2024-11-02 | kdb: Remove fallback interpretation of arbitrary numbers as hex | Nir Lichtman | 1 | -12/+4 |
| 2024-11-02 | kdb: Replace the use of simple_strto with safer kstrto in kdb_main | Yuran Pereira | 1 | -48/+21 |
| 2024-10-02 | move asm/unaligned.h to linux/unaligned.h | Al Viro | 1 | -1/+1 |
| 2024-06-21 | kdb: Get rid of redundant kdb_curr_task() | Zheng Zengkai | 3 | -17/+5 |
| 2024-06-21 | kdb: Use the passed prompt in kdb_position_cursor() | Douglas Anderson | 1 | -1/+1 |
| 2024-06-21 | kdb: address -Wformat-security warnings | Arnd Bergmann | 1 | -2/+2 |
| 2024-04-26 | kdb: Simplify management of tmpbuffer in kdb_read() | Daniel Thompson | 1 | -23/+18 |
| 2024-04-26 | kdb: Replace double memcpy() with memmove() in kdb_read() | Daniel Thompson | 1 | -12/+7 |
| 2024-04-26 | kdb: Use format-specifiers rather than memset() for padding in kdb_read() | Daniel Thompson | 1 | -5/+3 |
| 2024-04-26 | kdb: Merge identical case statements in kdb_read() | Daniel Thompson | 1 | -9/+1 |
| 2024-04-26 | kdb: Fix console handling when editing and tab-completing commands | Daniel Thompson | 1 | -0/+5 |
| 2024-04-26 | kdb: Use format-strings rather than '\0' injection in kdb_read() | Daniel Thompson | 1 | -21/+34 |
| 2024-04-26 | kdb: Fix buffer overflow during tab-complete | Daniel Thompson | 1 | -8/+13 |
| 2024-04-22 | kdb: Use str_plural() to fix Coccinelle warning | Thorsten Blum | 1 | -1/+1 |
| 2024-01-17 | kdb: Fix a potential buffer overflow in kdb_local() | Christophe JAILLET | 1 | -2/+0 |
| 2023-11-06 | kdb: Corrects comment for kdballocenv | Yuran Pereira | 1 | -4/+3 |
| 2023-10-15 | kgdb: Flush console before entering kgdb on panic | Douglas Anderson | 1 | -0/+3 |
| 2023-09-04 | Merge tag 'printk-for-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -0/+2 |
| 2023-07-25 | tty: sysrq: switch sysrq handlers from int to u8 | Jiri Slaby | 1 | -1/+1 |
| 2023-07-20 | kdb: Do not assume write() callback available | John Ogness | 1 | -0/+2 |
| 2023-07-03 | kdb: move kdb_send_sig() declaration to a better header file | Daniel Thompson | 1 | -1/+0 |
| 2023-06-30 | kdb: Handle LF in the command parser | Douglas Anderson | 1 | -1/+15 |
| 2023-06-29 | kdb: include kdb_private.h for function prototypes | Arnd Bergmann | 1 | -0/+2 |
| 2022-12-02 | kdb: use srcu console list iterator | John Ogness | 1 | -2/+16 |
| 2022-09-26 | mm: remove vmacache | Liam R. Howlett | 1 | -12/+0 |
| 2022-05-26 | Merge tag 'modules-5.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 5 | -56/+0 |
| 2022-05-24 | lockdown: also lock down previous kgdb use | Daniel Thompson | 2 | -3/+83 |
| 2022-04-05 | module: Move kdb module related code out of main kdb code | Aaron Tomlin | 5 | -56/+0 |
| 2022-03-24 | kdb: Fix the putarea helper function | Daniel Thompson | 1 | -1/+1 |
| 2021-11-03 | kdb: Adopt scheduler's task classification | Daniel Thompson | 4 | -122/+53 |
| 2021-09-07 | Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da... | Linus Torvalds | 7 | -704/+352 |
| 2021-09-06 | kernel: debug: Convert to SPDX identifier | Cai Huoqing | 2 | -8/+2 |
| 2021-08-19 | isystem: trim/fixup stdarg.h and other headers | Alexey Dobriyan | 1 | -1/+0 |
| 2021-07-27 | kdb: Rename members of struct kdbtab_t | Sumit Garg | 2 | -239/+237 |
| 2021-07-27 | kdb: Simplify kdb_defcmd macro logic | Sumit Garg | 1 | -49/+58 |
| 2021-07-27 | kdb: Get rid of redundant kdb_register_flags() | Sumit Garg | 2 | -127/+53 |
| 2021-07-27 | kdb: Rename struct defcmd_set to struct kdb_macro | Sumit Garg | 1 | -20/+20 |
| 2021-07-27 | kdb: Get rid of custom debug heap allocator | Sumit Garg | 3 | -307/+28 |
| 2021-07-12 | kernel: debug: Fix unreachable code in gdb_serial_stub() | Gustavo A. R. Silva | 1 | -1/+1 |
| 2021-07-06 | Merge tag 'kgdb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/da... | Linus Torvalds | 3 | -6/+7 |
| 2021-06-29 | Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -8/+1 |
| 2021-06-18 | sched: Change task_struct::state | Peter Zijlstra | 1 | -8/+10 |
| 2021-06-01 | kgdb: Fix fall-through warning for Clang | Gustavo A. R. Silva | 1 | -0/+1 |
| 2021-06-01 | kgdb: Fix spelling mistakes | Zhen Lei | 3 | -6/+6 |
| 2021-05-17 | kdb: Switch to use %ptTs | Andy Shevchenko | 1 | -8/+1 |
| 2021-04-27 | Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -5/+5 |
| 2021-04-14 | kdb: Refactor env variables get/set code | Sumit Garg | 1 | -74/+68 |
| 2021-03-19 | kernel: debug: Ordinary typo fixes in the file gdbstub.c | Bhaskar Chowdhury | 1 | -2/+2 |
| 2021-03-19 | kdb: Simplify kdb commands registration | Sumit Garg | 3 | -213/+311 |
| 2021-03-19 | kdb: Remove redundant function definitions/prototypes | Sumit Garg | 2 | -20/+0 |
| 2021-03-08 | printk: kmsg_dump: remove _nolock() variants | John Ogness | 1 | -4/+4 |
| 2021-03-08 | printk: introduce a kmsg_dump iterator | John Ogness | 1 | -5/+5 |
| 2021-03-08 | printk: kmsg_dumper: remove @active field | John Ogness | 1 | -1/+1 |
| 2021-02-26 | kgdb: fix to kill breakpoints on initmem after boot | Sumit Garg | 1 | -0/+11 |
| 2021-02-11 | kgdb: Remove kgdb_schedule_breakpoint() | Daniel Thompson | 1 | -26/+0 |
| 2021-02-08 | kdb: Make memory allocations more robust | Sumit Garg | 1 | -1/+1 |
| 2021-02-04 | kdb: kdb_support: Fix debugging information problem | Stephen Zhang | 2 | -33/+30 |
| 2021-02-04 | kernel: debug: fix typo issue | wengjianfeng | 1 | -2/+2 |
| 2021-02-04 | kgdb: rectify kernel-doc for kgdb_unregister_io_module() | Lukas Bulwahn | 1 | -1/+1 |
| 2020-11-24 | smp: Cleanup smp_call_function*() | Peter Zijlstra | 1 | -3/+3 |
| 2020-10-01 | kdb: Fix pager search for multi-line strings | Daniel Thompson | 1 | -2/+6 |
| 2020-10-01 | kernel: debug: Centralize dbg_[de]activate_sw_breakpoints | Daniel Thompson | 3 | -3/+2 |
| 2020-10-01 | kgdb: Add NOKPROBE labels on the trap handler functions | Daniel Thompson | 1 | -0/+16 |
| 2020-09-28 | kgdb: Honour the kprobe blocklist when setting breakpoints | Daniel Thompson | 2 | -0/+13 |
| 2020-09-11 | kernel/debug: Fix spelling mistake in debug_core.c | Youling Tang | 1 | -2/+2 |
| 2020-09-08 | kdb: Use newer api for tasklist scanning | Davidlohr Bueso | 4 | -12/+8 |
| 2020-09-08 | kgdb: Make "kgdbcon" work properly with "kgdb_earlycon" | Douglas Anderson | 1 | -8/+14 |
| 2020-09-08 | kdb: remove unnecessary null check of dbg_io_ops | Cengiz Can | 1 | -7/+7 |
| 2020-08-23 | treewide: Use fallthrough pseudo-keyword | Gustavo A. R. Silva | 3 | -8/+8 |
| 2020-08-04 | Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
| 2020-07-30 | treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() | Kees Cook | 1 | -1/+1 |
| 2020-07-16 | treewide: Remove uninitialized_var() usage | Kees Cook | 1 | -1/+1 |
| 2020-07-09 | kgdb: enable arch to support XML packet. | Vincent Chen | 1 | -0/+13 |
| 2020-06-26 | kgdb: Avoid suspicious RCU usage warning | Douglas Anderson | 1 | -0/+4 |
| 2020-06-26 | kdb: Switch to use safer dbg_io_ops over console APIs | Sumit Garg | 1 | -1/+3 |
| 2020-06-25 | kdb: Make kdb_printf() console handling more robust | Sumit Garg | 1 | -0/+11 |
| 2020-06-25 | kdb: Check status of console prior to invoking handlers | Sumit Garg | 1 | -0/+2 |
| 2020-06-25 | kdb: Re-factor kdb_printf() message write code | Sumit Garg | 1 | -29/+28 |
| 2020-06-17 | maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault | Christoph Hellwig | 4 | -10/+12 |
| 2020-06-09 | kernel: rename show_stack_loglvl() => show_stack() | Dmitry Safonov | 1 | -1/+1 |
| 2020-06-09 | kdb: don't play with console_loglevel | Dmitry Safonov | 1 | -7/+8 |
| 2020-06-07 | Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg... | Linus Torvalds | 1 | -1/+1 |
| 2020-06-04 | Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 1 | -0/+12 |
| 2020-06-02 | kdb: Remove the misfeature 'KDBFLAGS' | Wei Li | 1 | -4/+4 |
| 2020-06-02 | kdb: Cleanup math with KDB_CMD_HISTORY_COUNT | Douglas Anderson | 1 | -1/+2 |
| 2020-06-02 | kgdb: Don't call the deinit under spinlock | Douglas Anderson | 1 | -2/+3 |
| 2020-05-18 | kgdb: Add kgdb_has_hit_break function | Vincent Chen | 1 | -0/+12 |
| 2020-05-18 | kgdboc: Add kgdboc_earlycon to support early kgdb using boot consoles | Douglas Anderson | 1 | -4/+18 |
| 2020-05-18 | kgdb: Prevent infinite recursive entries to the debugger | Douglas Anderson | 1 | -0/+1 |
| 2020-05-18 | kgdb: Delay "kgdbwait" to dbg_late_init() by default | Douglas Anderson | 1 | -10/+15 |
| 2020-05-18 | kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdb | Douglas Anderson | 1 | -0/+4 |
| 2020-05-15 | kdb: constify sysrq_key_op | Emil Velikov | 1 | -1/+1 |
| 2020-05-07 | kgdb: Drop malformed kernel doc comment | Andy Shevchenko | 1 | -3/+1 |
| 2020-04-03 | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre... | Linus Torvalds | 1 | -0/+1 |
| 2020-04-01 | kdb: Censor attempts to set PROMPT without ENABLE_MEM_READ | Daniel Thompson | 1 | -4/+8 |
| 2020-04-01 | kdb: Eliminate strncpy() warnings by replacing with strscpy() | Daniel Thompson | 1 | -4/+4 |
| 2020-03-25 | .gitignore: add SPDX License Identifier | Masahiro Yamada | 1 | -0/+1 |
| 2020-02-06 | Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no r... | Daniel Thompson | 1 | -13/+15 |
| 2020-01-31 | kdb: Use for_each_console() helper | Andy Shevchenko | 1 | -6/+3 |
| 2020-01-31 | kdb: remove redundant assignment to pointer bp | Colin Ian King | 1 | -1/+0 |
| 2020-01-31 | kdb: Get rid of confusing diag msg from "rd" if current task has no regs | Douglas Anderson | 1 | -15/+13 |
| 2020-01-31 | kdb: Gid rid of implicit setting of the current task / regs | Douglas Anderson | 3 | -9/+2 |
| 2020-01-31 | kdb: kdb_current_task shouldn't be exported | Douglas Anderson | 1 | -1/+0 |
| 2020-01-31 | kdb: kdb_current_regs should be private | Douglas Anderson | 1 | -0/+1 |
| 2019-10-28 | kdb: Tweak escape handling for vi users | Daniel Thompson | 1 | -2/+2 |
| 2019-10-28 | kdb: Improve handling of characters from different input sources | Daniel Thompson | 1 | -19/+19 |
| 2019-10-28 | kdb: Remove special case logic from kdb_read() | Daniel Thompson | 3 | -42/+42 |
| 2019-10-28 | kdb: Simplify code to fetch characters from console | Daniel Thompson | 1 | -24/+14 |
| 2019-10-28 | kdb: Tidy up code to handle escape sequences | Daniel Thompson | 1 | -61/+67 |
| 2019-10-24 | kdb: Avoid array subscript warnings on non-SMP builds | Daniel Thompson | 1 | -1/+1 |
| 2019-10-10 | kdb: Fix stack crawling on 'running' CPUs that aren't the master | Douglas Anderson | 3 | -12/+43 |
| 2019-10-10 | kdb: Fix "btc <cpu>" crash if the CPU didn't round up | Douglas Anderson | 1 | -27/+34 |
| 2019-10-10 | kdb: Remove unused "argcount" param from kdb_bt1(); make btaprompt bool | Douglas Anderson | 1 | -8/+6 |
| 2019-10-10 | kgdb: Remove unused DCPU_SSTEP definition | Douglas Anderson | 1 | -1/+0 |
| 2019-09-25 | kgdb: don't use a notifier to enter kgdb at panic; call directly | Douglas Anderson | 1 | -20/+11 |
| 2019-09-03 | kgdb: fix comment regarding static function | Nadav Amit | 1 | -4/+1 |
| 2019-09-03 | kdb: Replace strncmp with str_has_prefix | Chuhong Yuan | 1 | -1/+1 |
| 2019-05-21 | treewide: Add SPDX license identifier - Makefile/Kconfig | Thomas Gleixner | 1 | -0/+1 |
| 2019-05-14 | kdb: Fix bound check compiler warning | Wenlin Kang | 1 | -1/+1 |
| 2019-05-12 | kdb: do a sanity check on the cpu in kdb_per_cpu() | Dan Carpenter | 1 | -1/+1 |
| 2019-05-12 | kdb: Get rid of broken attempt to print CCVERSION in kdb summary | Douglas Anderson | 2 | -2/+0 |
| 2019-05-02 | kdb: kdb_support: replace strcpy() by strscpy() | Gustavo A. R. Silva | 1 | -1/+1 |
| 2019-05-02 | gdbstub: Replace strcpy() by strscpy() | Gustavo A. R. Silva | 1 | -2/+2 |
| 2019-05-02 | gdbstub: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -2/+3 |
| 2018-12-30 | kdb: use bool for binary state indicators | Nicholas Mc Guire | 1 | -7/+7 |
| 2018-12-30 | kdb: Don't back trace on a cpu that didn't round up | Douglas Anderson | 3 | -8/+14 |
| 2018-12-30 | kgdb: Don't round up a CPU that failed rounding up before | Douglas Anderson | 2 | -1/+20 |
| 2018-12-30 | kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function() | Douglas Anderson | 1 | -0/+41 |
| 2018-12-30 | kgdb: Remove irq flags from roundup | Douglas Anderson | 1 | -1/+1 |
| 2018-11-13 | kdb: kdb_support: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -3/+3 |
| 2018-11-13 | kdb: kdb_keyboard: mark expected switch fall-throughs | Gustavo A. R. Silva | 1 | -2/+2 |
| 2018-11-13 | kdb: kdb_main: refactor code in kdb_md_line | Gustavo A. R. Silva | 1 | -18/+3 |
| 2018-11-13 | kdb: Use strscpy with destination buffer size | Prarit Bhargava | 3 | -12/+15 |
| 2018-11-13 | kdb: print real address of pointers instead of hashed addresses | Christophe Leroy | 2 | -13/+13 |
| 2018-11-13 | kdb: use correct pointer when 'btc' calls 'btt' | Christophe Leroy | 1 | -2/+2 |
| 2018-10-26 | sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD | Johannes Weiner | 1 | -6/+1 |
| 2018-06-12 | treewide: kzalloc() -> kcalloc() | Kees Cook | 1 | -1/+1 |
| 2018-06-12 | treewide: kmalloc() -> kmalloc_array() | Kees Cook | 1 | -4/+7 |
| 2018-04-12 | Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/j... | Linus Torvalds | 3 | -53/+44 |
| 2018-02-04 | kdb: use memmove instead of overlapping memcpy | Arnd Bergmann | 1 | -2/+2 |
| 2018-01-31 | kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts() | Baolin Wang | 1 | -3/+3 |
| 2018-01-25 | kdb: bl: don't use tab character in output | Randy Dunlap | 1 | -2/+2 |
| 2018-01-25 | kdb: drop newline in unknown command output | Randy Dunlap | 1 | -0/+11 |
| 2018-01-25 | kdb: make "mdr" command repeat | Randy Dunlap | 1 | -6/+21 |
| 2018-01-25 | kdb: use __ktime_get_real_seconds instead of __current_kernel_time | Arnd Bergmann | 1 | -40/+5 |
| 2018-01-03 | signal: Simplify and fix kdb_send_sig | Eric W. Biederman | 2 | -9/+3 |
| 2017-12-06 | kdb: Fix handling of kallsyms_symbol_next() return value | Daniel Thompson | 1 | -1/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2 | -0/+2 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 2 | -1/+2 |
| 2017-03-02 | sched/headers: Prepare for new header dependencies before moving code to <lin... | Ingo Molnar | 1 | -0/+1 |
| 2017-03-02 | mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <lin... | Ingo Molnar | 1 | -2/+2 |
| 2016-12-14 | kdb: call vkdb_printf() from vprintk_default() only when wanted | Petr Mladek | 1 | -7/+2 |
| 2016-12-14 | kdb: properly synchronize vkdb_printf() calls with other CPUs | Petr Mladek | 2 | -18/+13 |
| 2016-12-14 | kdb: remove unused kdb_event handling | Petr Mladek | 2 | -3/+0 |
| 2016-12-14 | kernel/debug/debug_core.c: more properly delay for secondary CPUs | Douglas Anderson | 1 | -2/+2 |
| 2016-12-12 | printk/kdb: handle more message headers | Petr Mladek | 1 | -1/+1 |
| 2016-02-22 | mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel ... | Kees Cook | 1 | -3/+1 |
| 2015-12-04 | module: use a structure to encapsulate layout. | Rusty Russell | 1 | -2/+2 |
| 2015-02-19 | debug: prevent entering debug mode on panic/exception. | Colin Cross | 1 | -0/+17 |
| 2015-02-19 | kdb: Const qualifier for kdb_getstr's prompt argument | Daniel Thompson | 2 | -2/+2 |
| 2015-02-19 | kdb: Provide forward search at more prompt | Daniel Thompson | 3 | -5/+26 |
| 2015-02-19 | kdb: Fix a prompt management bug when using | grep | Daniel Thompson | 1 | -2/+2 |
| 2015-02-19 | kdb: Remove stack dump when entering kgdb due to NMI | Daniel Thompson | 1 | -1/+0 |
| 2015-02-19 | kdb: Avoid printing KERN_ levels to consoles | Daniel Thompson | 1 | -9/+13 |
| 2015-02-19 | kdb: Fix off by one error in kdb_cpu() | Jason Wessel | 2 | -2/+2 |
| 2015-02-19 | kdb: fix incorrect counts in KDB summary command output | Jay Lan | 1 | -1/+1 |
| 2015-01-23 | Merge tag 'fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -1/+1 |
| 2015-01-22 | module: make module_refcount() a signed integer. | Rusty Russell | 1 | -1/+1 |
| 2014-11-11 | kernel/debug/debug_core.c: Logging clean-up | Fabian Frederick | 1 | -22/+21 |
| 2014-11-11 | kgdb: timeout if secondary CPUs ignore the roundup | Daniel Thompson | 3 | -3/+14 |
| 2014-11-11 | kdb: Allow access to sensitive commands to be restricted by default | Daniel Thompson | 1 | -1/+1 |
| 2014-11-11 | kdb: Add enable mask for groups of commands | Anton Vorontsov | 1 | -1/+29 |
| 2014-11-11 | kdb: Categorize kdb commands (similar to SysRq categorization) | Daniel Thompson | 2 | -40/+101 |
| 2014-11-11 | kdb: Remove KDB_REPEAT_NONE flag | Anton Vorontsov | 2 | -33/+32 |
| 2014-11-11 | kdb: Use KDB_REPEAT_* values as flags | Anton Vorontsov | 1 | -14/+7 |
| 2014-11-11 | kdb: Rename kdb_register_repeat() to kdb_register_flags() | Anton Vorontsov | 2 | -50/+50 |
| 2014-11-11 | kdb: Rename kdb_repeat_t to kdb_cmdflags_t, cmd_repeat to cmd_flags | Anton Vorontsov | 2 | -4/+4 |
| 2014-11-11 | kdb: Remove currently unused kdbtab_t->cmd_flags | Anton Vorontsov | 2 | -2/+0 |
| 2014-10-14 | kdb: replace strnicmp with strncasecmp | Rasmus Villemoes | 1 | -3/+3 |
| 2014-06-12 | kdb: Use ktime_get_ts() | Thomas Gleixner | 1 | -1/+1 |
| 2014-06-04 | kernel/printk: use symbolic defines for console loglevels | Borislav Petkov | 3 | -3/+3 |
| 2014-04-18 | arch: Mass conversion of smp_mb__*() | Peter Zijlstra | 1 | -2/+2 |