1. b77dbc8 kdb: Adopt scheduler's task classification by Daniel Thompson · 3 years, 2 months ago
  2. 996fe06 Merge tag 'kgdb-5.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 3 years, 4 months ago
  3. f8416aa kernel: debug: Convert to SPDX identifier by Cai Huoqing · 3 years, 4 months ago
  4. 39f75da isystem: trim/fixup stdarg.h and other headers by Alexey Dobriyan · 3 years, 5 months ago
  5. e868f0a kdb: Rename members of struct kdbtab_t by Sumit Garg · 3 years, 6 months ago
  6. 9a5db53 kdb: Simplify kdb_defcmd macro logic by Sumit Garg · 3 years, 6 months ago
  7. c25abcd kdb: Get rid of redundant kdb_register_flags() by Sumit Garg · 3 years, 6 months ago
  8. b39cded kdb: Rename struct defcmd_set to struct kdb_macro by Sumit Garg · 3 years, 6 months ago
  9. 95f7f154 kdb: Get rid of custom debug heap allocator by Sumit Garg · 3 years, 6 months ago
  10. 1adee58 kernel: debug: Fix unreachable code in gdb_serial_stub() by Gustavo A. R. Silva · 3 years, 6 months ago
  11. df8ba5f Merge tag 'kgdb-5.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/danielt/linux by Linus Torvalds · 3 years, 6 months ago
  12. e563592 Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 6 months ago
  13. 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 7 months ago
  14. c8daba4 kgdb: Fix fall-through warning for Clang by Gustavo A. R. Silva · 3 years, 7 months ago
  15. 220a31b kgdb: Fix spelling mistakes by Zhen Lei · 3 years, 7 months ago
  16. 126ac4d kdb: Switch to use %ptTs by Andy Shevchenko · 3 years, 8 months ago
  17. 7f3d08b Merge tag 'printk-for-5.13' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 8 months ago
  18. 83fa2d1 kdb: Refactor env variables get/set code by Sumit Garg · 3 years, 11 months ago
  19. 2bbd9b0 kernel: debug: Ordinary typo fixes in the file gdbstub.c by Bhaskar Chowdhury · 3 years, 10 months ago
  20. e4f291b kdb: Simplify kdb commands registration by Sumit Garg · 3 years, 10 months ago
  21. d027fdc kdb: Remove redundant function definitions/prototypes by Sumit Garg · 3 years, 10 months ago
  22. a4f9876 printk: kmsg_dump: remove _nolock() variants by John Ogness · 3 years, 10 months ago
  23. f9f3f02 printk: introduce a kmsg_dump iterator by John Ogness · 3 years, 10 months ago
  24. 5f6c764 printk: kmsg_dumper: remove @active field by John Ogness · 3 years, 10 months ago
  25. d54ce61 kgdb: fix to kill breakpoints on initmem after boot by Sumit Garg · 3 years, 10 months ago
  26. f11e2bc kgdb: Remove kgdb_schedule_breakpoint() by Daniel Thompson · 3 years, 11 months ago
  27. 93f7a6d kdb: Make memory allocations more robust by Sumit Garg · 4 years ago
  28. 0759d80 kdb: kdb_support: Fix debugging information problem by Stephen Zhang · 3 years, 11 months ago
  29. cbd026e kernel: debug: fix typo issue by wengjianfeng · 3 years, 11 months ago
  30. 2da2687 kgdb: rectify kernel-doc for kgdb_unregister_io_module() by Lukas Bulwahn · 4 years ago
  31. 545b8c8 smp: Cleanup smp_call_function*() by Peter Zijlstra · 4 years, 7 months ago
  32. d081a6e kdb: Fix pager search for multi-line strings by Daniel Thompson · 4 years, 4 months ago
  33. 771910f kernel: debug: Centralize dbg_[de]activate_sw_breakpoints by Daniel Thompson · 4 years, 3 months ago
  34. 4c4197e kgdb: Add NOKPROBE labels on the trap handler functions by Daniel Thompson · 4 years, 3 months ago
  35. f2d10ff kgdb: Honour the kprobe blocklist when setting breakpoints by Daniel Thompson · 4 years, 3 months ago
  36. e16c33e kernel/debug: Fix spelling mistake in debug_core.c by Youling Tang · 4 years, 5 months ago
  37. ece4cea kdb: Use newer api for tasklist scanning by Davidlohr Bueso · 4 years, 4 months ago
  38. b18b099 kgdb: Make "kgdbcon" work properly with "kgdb_earlycon" by Douglas Anderson · 4 years, 6 months ago
  39. fcdb84c kdb: remove unnecessary null check of dbg_io_ops by Cengiz Can · 4 years, 6 months ago
  40. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 4 months ago
  41. 99ea152 Merge tag 'uninit-macro-v5.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 4 years, 5 months ago
  42. b13fecb treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() by Kees Cook · 4 years, 6 months ago
  43. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 7 months ago
  44. 8c080d3 kgdb: enable arch to support XML packet. by Vincent Chen · 4 years, 6 months ago
  45. 440ab9e kgdb: Avoid suspicious RCU usage warning by Douglas Anderson · 4 years, 7 months ago
  46. 5946d1f kdb: Switch to use safer dbg_io_ops over console APIs by Sumit Garg · 4 years, 7 months ago
  47. 2a78b85b kdb: Make kdb_printf() console handling more robust by Sumit Garg · 4 years, 7 months ago
  48. e885728 kdb: Check status of console prior to invoking handlers by Sumit Garg · 4 years, 7 months ago
  49. 9d71b34 kdb: Re-factor kdb_printf() message write code by Sumit Garg · 4 years, 7 months ago
  50. fe55731 maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault by Christoph Hellwig · 4 years, 6 months ago
  51. 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years, 7 months ago
  52. 77819da kdb: don't play with console_loglevel by Dmitry Safonov · 4 years, 7 months ago
  53. 081096d Merge tag 'tty-5.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty by Linus Torvalds · 4 years, 7 months ago
  54. 435faf5 Merge tag 'riscv-for-linus-5.8-mw0' of git://git.kernel.org/pub/scm/linux/kernel/git/riscv/linux by Linus Torvalds · 4 years, 7 months ago
  55. c893de1 kdb: Remove the misfeature 'KDBFLAGS' by Wei Li · 4 years, 7 months ago
  56. 1b31003 kdb: Cleanup math with KDB_CMD_HISTORY_COUNT by Douglas Anderson · 4 years, 8 months ago
  57. b135013 kgdb: Don't call the deinit under spinlock by Douglas Anderson · 4 years, 7 months ago
  58. f83b04d kgdb: Add kgdb_has_hit_break function by Vincent Chen · 4 years, 9 months ago
  59. 2209956 kgdboc: Add kgdboc_earlycon to support early kgdb using boot consoles by Douglas Anderson · 4 years, 8 months ago
  60. 3ca676e kgdb: Prevent infinite recursive entries to the debugger by Douglas Anderson · 4 years, 8 months ago
  61. b1a57bb kgdb: Delay "kgdbwait" to dbg_late_init() by default by Douglas Anderson · 4 years, 8 months ago
  62. 202164f kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdb by Douglas Anderson · 4 years, 8 months ago
  63. c69b470 kdb: constify sysrq_key_op by Emil Velikov · 4 years, 8 months ago
  64. a135020 kgdb: Drop malformed kernel doc comment by Andy Shevchenko · 4 years, 8 months ago
  65. ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 9 months ago
  66. ad99b51 kdb: Censor attempts to set PROMPT without ENABLE_MEM_READ by Daniel Thompson · 4 years, 11 months ago
  67. d228bee kdb: Eliminate strncpy() warnings by replacing with strscpy() by Daniel Thompson · 4 years, 11 months ago
  68. d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 10 months ago
  69. fcf2736 Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no regs" by Daniel Thompson · 5 years ago
  70. dc2c733 kdb: Use for_each_console() helper by Andy Shevchenko · 5 years ago
  71. a4f8a7f kdb: remove redundant assignment to pointer bp by Colin Ian King · 5 years ago
  72. bbfceba kdb: Get rid of confusing diag msg from "rd" if current task has no regs by Douglas Anderson · 5 years ago
  73. 9441d5f kdb: Gid rid of implicit setting of the current task / regs by Douglas Anderson · 5 years ago
  74. a8649fb kdb: kdb_current_task shouldn't be exported by Douglas Anderson · 5 years ago
  75. c67c10a kdb: kdb_current_regs should be private by Douglas Anderson · 5 years ago
  76. c58ff64 kdb: Tweak escape handling for vi users by Daniel Thompson · 5 years ago
  77. cdca8d8 kdb: Improve handling of characters from different input sources by Daniel Thompson · 5 years ago
  78. 4f27e82 kdb: Remove special case logic from kdb_read() by Daniel Thompson · 5 years ago
  79. d04213a kdb: Simplify code to fetch characters from console by Daniel Thompson · 5 years ago
  80. 53b6313 kdb: Tidy up code to handle escape sequences by Daniel Thompson · 5 years ago
  81. d07ce4e3 kdb: Avoid array subscript warnings on non-SMP builds by Daniel Thompson · 5 years ago
  82. 2277b49 kdb: Fix stack crawling on 'running' CPUs that aren't the master by Douglas Anderson · 5 years ago
  83. 55a7e23 kdb: Fix "btc <cpu>" crash if the CPU didn't round up by Douglas Anderson · 5 years ago
  84. 54af3e3 kdb: Remove unused "argcount" param from kdb_bt1(); make btaprompt bool by Douglas Anderson · 5 years ago
  85. 0f8b5b6 kgdb: Remove unused DCPU_SSTEP definition by Douglas Anderson · 5 years ago
  86. 7d92bda kgdb: don't use a notifier to enter kgdb at panic; call directly by Douglas Anderson · 5 years ago
  87. d8a050f kgdb: fix comment regarding static function by Nadav Amit · 6 years ago
  88. 6357143 kdb: Replace strncmp with str_has_prefix by Chuhong Yuan · 5 years ago
  89. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  90. ca976bf kdb: Fix bound check compiler warning by Wenlin Kang · 6 years ago
  91. b586627 kdb: do a sanity check on the cpu in kdb_per_cpu() by Dan Carpenter · 6 years ago
  92. ecebc5c kdb: Get rid of broken attempt to print CCVERSION in kdb summary by Douglas Anderson · 6 years ago
  93. 9b555c4 kdb: kdb_support: replace strcpy() by strscpy() by Gustavo A. R. Silva · 6 years ago
  94. 4cc168e gdbstub: Replace strcpy() by strscpy() by Gustavo A. R. Silva · 6 years ago
  95. a5d5092 gdbstub: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  96. 7faedcd kdb: use bool for binary state indicators by Nicholas Mc Guire · 6 years ago
  97. 162bc7f kdb: Don't back trace on a cpu that didn't round up by Douglas Anderson · 6 years ago
  98. 87b0959 kgdb: Don't round up a CPU that failed rounding up before by Douglas Anderson · 6 years ago
  99. 3cd99ac kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function() by Douglas Anderson · 6 years ago
  100. 9ef7fa5 kgdb: Remove irq flags from roundup by Douglas Anderson · 6 years ago