1. df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
  2. 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
  3. b13fecb treewide: Replace DECLARE_TASKLET() with DECLARE_TASKLET_OLD() by Kees Cook · 4 years, 6 months ago
  4. 3f649ab treewide: Remove uninitialized_var() usage by Kees Cook · 4 years, 8 months ago
  5. 8c080d3 kgdb: enable arch to support XML packet. by Vincent Chen · 4 years, 7 months ago
  6. 440ab9e kgdb: Avoid suspicious RCU usage warning by Douglas Anderson · 4 years, 8 months ago
  7. 5946d1f kdb: Switch to use safer dbg_io_ops over console APIs by Sumit Garg · 4 years, 8 months ago
  8. 2a78b85b kdb: Make kdb_printf() console handling more robust by Sumit Garg · 4 years, 8 months ago
  9. e885728 kdb: Check status of console prior to invoking handlers by Sumit Garg · 4 years, 8 months ago
  10. 9d71b34 kdb: Re-factor kdb_printf() message write code by Sumit Garg · 4 years, 8 months ago
  11. fe55731 maccess: rename probe_kernel_{read,write} to copy_{from,to}_kernel_nofault by Christoph Hellwig · 4 years, 7 months ago
  12. 9cb8f06 kernel: rename show_stack_loglvl() => show_stack() by Dmitry Safonov · 4 years, 7 months ago
  13. 77819da kdb: don't play with console_loglevel by Dmitry Safonov · 4 years, 7 months ago
  14. 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
  15. 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, 8 months ago
  16. c893de1 kdb: Remove the misfeature 'KDBFLAGS' by Wei Li · 4 years, 8 months ago
  17. 1b31003 kdb: Cleanup math with KDB_CMD_HISTORY_COUNT by Douglas Anderson · 4 years, 8 months ago
  18. b135013 kgdb: Don't call the deinit under spinlock by Douglas Anderson · 4 years, 8 months ago
  19. f83b04d kgdb: Add kgdb_has_hit_break function by Vincent Chen · 4 years, 9 months ago
  20. 2209956 kgdboc: Add kgdboc_earlycon to support early kgdb using boot consoles by Douglas Anderson · 4 years, 8 months ago
  21. 3ca676e kgdb: Prevent infinite recursive entries to the debugger by Douglas Anderson · 4 years, 8 months ago
  22. b1a57bb kgdb: Delay "kgdbwait" to dbg_late_init() by default by Douglas Anderson · 4 years, 8 months ago
  23. 202164f kgdb: Disable WARN_CONSOLE_UNLOCKED for all kgdb by Douglas Anderson · 4 years, 8 months ago
  24. c69b470 kdb: constify sysrq_key_op by Emil Velikov · 4 years, 8 months ago
  25. a135020 kgdb: Drop malformed kernel doc comment by Andy Shevchenko · 4 years, 8 months ago
  26. ff2ae60 Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdx by Linus Torvalds · 4 years, 10 months ago
  27. ad99b51 kdb: Censor attempts to set PROMPT without ENABLE_MEM_READ by Daniel Thompson · 5 years ago
  28. d228bee kdb: Eliminate strncpy() warnings by replacing with strscpy() by Daniel Thompson · 5 years ago
  29. d198b34 .gitignore: add SPDX License Identifier by Masahiro Yamada · 4 years, 11 months ago
  30. fcf2736 Revert "kdb: Get rid of confusing diag msg from "rd" if current task has no regs" by Daniel Thompson · 5 years ago
  31. dc2c733 kdb: Use for_each_console() helper by Andy Shevchenko · 5 years ago
  32. a4f8a7f kdb: remove redundant assignment to pointer bp by Colin Ian King · 5 years ago
  33. bbfceba kdb: Get rid of confusing diag msg from "rd" if current task has no regs by Douglas Anderson · 5 years ago
  34. 9441d5f kdb: Gid rid of implicit setting of the current task / regs by Douglas Anderson · 5 years ago
  35. a8649fb kdb: kdb_current_task shouldn't be exported by Douglas Anderson · 5 years ago
  36. c67c10a kdb: kdb_current_regs should be private by Douglas Anderson · 5 years ago
  37. c58ff64 kdb: Tweak escape handling for vi users by Daniel Thompson · 5 years ago
  38. cdca8d8 kdb: Improve handling of characters from different input sources by Daniel Thompson · 5 years ago
  39. 4f27e82 kdb: Remove special case logic from kdb_read() by Daniel Thompson · 5 years ago
  40. d04213a kdb: Simplify code to fetch characters from console by Daniel Thompson · 5 years ago
  41. 53b6313 kdb: Tidy up code to handle escape sequences by Daniel Thompson · 5 years ago
  42. d07ce4e3 kdb: Avoid array subscript warnings on non-SMP builds by Daniel Thompson · 5 years ago
  43. 2277b49 kdb: Fix stack crawling on 'running' CPUs that aren't the master by Douglas Anderson · 5 years ago
  44. 55a7e23 kdb: Fix "btc <cpu>" crash if the CPU didn't round up by Douglas Anderson · 5 years ago
  45. 54af3e3 kdb: Remove unused "argcount" param from kdb_bt1(); make btaprompt bool by Douglas Anderson · 5 years ago
  46. 0f8b5b6 kgdb: Remove unused DCPU_SSTEP definition by Douglas Anderson · 5 years ago
  47. 7d92bda kgdb: don't use a notifier to enter kgdb at panic; call directly by Douglas Anderson · 5 years ago
  48. d8a050f kgdb: fix comment regarding static function by Nadav Amit · 6 years ago
  49. 6357143 kdb: Replace strncmp with str_has_prefix by Chuhong Yuan · 5 years ago
  50. ec8f24b treewide: Add SPDX license identifier - Makefile/Kconfig by Thomas Gleixner · 6 years ago
  51. ca976bf kdb: Fix bound check compiler warning by Wenlin Kang · 6 years ago
  52. b586627 kdb: do a sanity check on the cpu in kdb_per_cpu() by Dan Carpenter · 6 years ago
  53. ecebc5c kdb: Get rid of broken attempt to print CCVERSION in kdb summary by Douglas Anderson · 6 years ago
  54. 9b555c4 kdb: kdb_support: replace strcpy() by strscpy() by Gustavo A. R. Silva · 6 years ago
  55. 4cc168e gdbstub: Replace strcpy() by strscpy() by Gustavo A. R. Silva · 6 years ago
  56. a5d5092 gdbstub: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  57. 7faedcd kdb: use bool for binary state indicators by Nicholas Mc Guire · 6 years ago
  58. 162bc7f kdb: Don't back trace on a cpu that didn't round up by Douglas Anderson · 6 years ago
  59. 87b0959 kgdb: Don't round up a CPU that failed rounding up before by Douglas Anderson · 6 years ago
  60. 3cd99ac kgdb: Fix kgdb_roundup_cpus() for arches who used smp_call_function() by Douglas Anderson · 6 years ago
  61. 9ef7fa5 kgdb: Remove irq flags from roundup by Douglas Anderson · 6 years ago
  62. 646558f kdb: kdb_support: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  63. 01cb373 kdb: kdb_keyboard: mark expected switch fall-throughs by Gustavo A. R. Silva · 6 years ago
  64. 9eb62f0 kdb: kdb_main: refactor code in kdb_md_line by Gustavo A. R. Silva · 6 years ago
  65. c2b94c7 kdb: Use strscpy with destination buffer size by Prarit Bhargava · 6 years ago
  66. 568fb6f kdb: print real address of pointers instead of hashed addresses by Christophe Leroy · 6 years ago
  67. dded2e1 kdb: use correct pointer when 'btc' calls 'btt' by Christophe Leroy · 6 years ago
  68. 8508cf3 sched: loadavg: consolidate LOAD_INT, LOAD_FRAC, CALC_LOAD by Johannes Weiner · 6 years ago
  69. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  70. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  71. cb098d5 Merge tag 'for_linus-4.16' of git://git.kernel.org/pub/scm/linux/kernel/git/jwessel/kgdb by Linus Torvalds · 7 years ago
  72. 2cf2f0d kdb: use memmove instead of overlapping memcpy by Arnd Bergmann · 7 years ago
  73. 40b90ef kdb: use ktime_get_mono_fast_ns() instead of ktime_get_ts() by Baolin Wang · 7 years ago
  74. 33f765f kdb: bl: don't use tab character in output by Randy Dunlap · 7 years ago
  75. b0f73bc kdb: drop newline in unknown command output by Randy Dunlap · 7 years ago
  76. 1e0ce03 kdb: make "mdr" command repeat by Randy Dunlap · 7 years ago
  77. 6909e29 kdb: use __ktime_get_real_seconds instead of __current_kernel_time by Arnd Bergmann · 7 years ago
  78. 0b44bf9 signal: Simplify and fix kdb_send_sig by Eric W. Biederman · 7 years ago
  79. c07d353 kdb: Fix handling of kallsyms_symbol_next() return value by Daniel Thompson · 10 years ago
  80. b17b015 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/debug.h> by Ingo Molnar · 8 years ago
  81. 03441a3 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/stat.h> by Ingo Molnar · 8 years ago
  82. 38b8d20 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/nmi.h> by Ingo Molnar · 8 years ago
  83. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  84. 4f17722 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/loadavg.h> by Ingo Molnar · 8 years ago
  85. 314ff78 mm/vmacache, sched/headers: Introduce 'struct vmacache' and move it from <linux/sched.h> to <linux/mm_types> by Ingo Molnar · 8 years ago
  86. 34aaff4 kdb: call vkdb_printf() from vprintk_default() only when wanted by Petr Mladek · 8 years ago
  87. d5d8d3d kdb: properly synchronize vkdb_printf() calls with other CPUs by Petr Mladek · 8 years ago
  88. d1bd8ea kdb: remove unused kdb_event handling by Petr Mladek · 8 years ago
  89. 2d13bb6 kernel/debug/debug_core.c: more properly delay for secondary CPUs by Douglas Anderson · 8 years ago
  90. 4979575 printk/kdb: handle more message headers by Petr Mladek · 8 years ago
  91. d2aa1ac mm/init: Add 'rodata=off' boot cmdline parameter to disable read-only kernel mappings by Kees Cook · 9 years ago
  92. 7523e4d module: use a structure to encapsulate layout. by Rusty Russell · 9 years ago
  93. 5516fd7 debug: prevent entering debug mode on panic/exception. by Colin Cross · 10 years ago
  94. 32d375f kdb: Const qualifier for kdb_getstr's prompt argument by Daniel Thompson · 10 years ago
  95. fb6daa7 kdb: Provide forward search at more prompt by Daniel Thompson · 10 years ago
  96. ab08e46 kdb: Fix a prompt management bug when using | grep by Daniel Thompson · 10 years ago
  97. 5454388 kdb: Remove stack dump when entering kgdb due to NMI by Daniel Thompson · 10 years ago
  98. f7d4ca8 kdb: Avoid printing KERN_ levels to consoles by Daniel Thompson · 10 years ago
  99. df0036d kdb: Fix off by one error in kdb_cpu() by Jason Wessel · 10 years ago
  100. 1467559 kdb: fix incorrect counts in KDB summary command output by Jay Lan · 10 years ago