1. b4a461e printk: Make linux/printk.h self-contained by Herbert Xu · 4 years, 6 months ago
  2. ceabef7 dynamic_debug: add an option to enable dynamic debug for modules only by Orson Zhai · 4 years, 7 months ago
  3. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  4. b23c477 Merge tag 'docs-5.8' of git://git.lwn.net/linux by Linus Torvalds · 4 years, 7 months ago
  5. eb012d1 printk: Remove pr_cont_once() by Tetsuo Handa · 4 years, 8 months ago
  6. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 9 months ago
  7. 90c165f docs: pr_*() kerneldocs and basic printk docs by Ricardo Cañuelo · 4 years, 9 months ago
  8. ab6f762 printk: queue wake_up_klogd irq_work only if per-CPU areas are ready by Sergey Senozhatsky · 4 years, 10 months ago
  9. 61ff72f printk: Drop pr_warning definition by Kefeng Wang · 5 years ago
  10. 091cb09 lib/hexdump: make print_hex_dump_bytes() a nop on !DEBUG builds by Stephen Boyd · 5 years ago
  11. c39ea0b panic: avoid the extra noise dmesg by Feng Tang · 6 years ago
  12. 3ec2582 printk: Tie printk_once / printk_deferred_once into .data.once for reset by Paul Gortmaker · 6 years ago
  13. c4703ac Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 6 years ago
  14. a9d4ab7 linux/printk.h: use DYNAMIC_DEBUG_BRANCH in pr_debug_ratelimited by Rasmus Villemoes · 6 years ago
  15. e36202a printk: Remove no longer used LOG_PREFIX. by Tetsuo Handa · 6 years ago
  16. e6310f0 include/linux/printk.h: drop silly "static inline asmlinkage" from dump_stack() by Alexey Dobriyan · 6 years ago
  17. 9adcfaf printk: Make printk_emit() local function. by Tetsuo Handa · 6 years ago
  18. 9f68cb5 Merge branch 'for-4.19-nmi' into for-linus by Petr Mladek · 6 years ago
  19. 03fc7f9 printk/nmi: Prevent deadlock when accessing the main log buffer in NMI by Petr Mladek · 7 years ago
  20. 22eceb8 printk: Make CONSOLE_LOGLEVEL_QUIET configurable by Hans de Goede · 7 years ago
  21. e36df28 printk: move dump stack related code to lib/dump_stack.c by Dave Young · 7 years ago
  22. 11ca75d Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printk by Linus Torvalds · 7 years ago
  23. 01c313d kallsyms: fix building without printk by Arnd Bergmann · 7 years ago
  24. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  25. 93b138d printk: simplify no_printk() by Masahiro Yamada · 7 years ago
  26. 692f66f crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_CORE by Hari Bathini · 8 years ago
  27. 099f1c8 printk: introduce per-cpu safe_print seq buffer by Sergey Senozhatsky · 8 years ago
  28. f92bac3 printk: rename nmi.c and exported api by Sergey Senozhatsky · 8 years ago
  29. a8cfdc6 printk: add Kconfig option to set default console loglevel by Olof Johansson · 8 years ago
  30. 262c5e8 printk/btrfs: handle more message headers by Petr Mladek · 8 years ago
  31. 4979575 printk/kdb: handle more message headers by Petr Mladek · 8 years ago
  32. 4bcc595 printk: reinstate KERN_CONT for printing continuation lines by Linus Torvalds · 8 years ago
  33. a0cba21 Revert "printk: create pr_<level> functions" by Linus Torvalds · 8 years ago
  34. 750afe7 printk: add kernel parameter to control writes to /dev/kmsg by Borislav Petkov · 8 years ago
  35. 874f9c7 printk: create pr_<level> functions by Joe Perches · 8 years ago
  36. 9d5059c dynamic_debug: only add header when used by Luis de Bethencourt · 8 years ago
  37. 069f0cd printk: Make the printk*once() variants return a value by Borislav Petkov · 9 years ago
  38. cf9b110 printk/nmi: flush NMI messages on the system panic by Petr Mladek · 9 years ago
  39. 42a0bb3 printk/nmi: generic solution for safe printk in NMI by Petr Mladek · 9 years ago
  40. fe22cd9 printk: help pr_debug and pr_devel to optimize out arguments by Aaron Conole · 9 years ago
  41. cdf1744 hexdump: do not print debug dumps for !CONFIG_DEBUG by Linus Walleij · 9 years ago
  42. 515a9ad include/linux/printk.h: include pr_fmt in pr_debug_ratelimited by Jason A. Donenfeld · 9 years ago
  43. 8db1486 include, lib: add __printf attributes to several function prototypes by Nicolas Iooss · 9 years ago
  44. d43ff43 printk: guard the amount written per line by devkmsg_read() by Tejun Heo · 10 years ago
  45. 7b1460e printk: comment pr_cont() stating it is only to continue a line by Steven Rostedt · 10 years ago
  46. 114fc1a hexdump: make it return number of bytes placed in buffer by Andy Shevchenko · 10 years ago
  47. 07261ed printk: add dummy routine for when CONFIG_PRINTK=n by Pranith Kumar · 10 years ago
  48. 350e4f4 Merge tag 'trace-seq-buf-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-trace by Linus Torvalds · 10 years ago
  49. 1dc6244 printk: remove used-once early_vprintk by Joe Perches · 10 years ago
  50. 04b74b2 printk/percpu: Define printk_func when printk is not defined by Steven Rostedt (Red Hat) · 10 years ago
  51. afdc34a printk: Add per_cpu printk func to allow printk to be diverted by Steven Rostedt (Red Hat) · 11 years ago
  52. 14c4000 printk: Add function to return log buffer address and size by Vasant Hegde · 10 years ago
  53. 42a9dc0 printk: rename DEFAULT_MESSAGE_LOGLEVEL by Alex Elder · 10 years ago
  54. a8fe19e kernel/printk: use symbolic defines for console loglevels by Borislav Petkov · 11 years ago
  55. 6e099f5 Documentation: expand/clarify debug documentation by Dan Streetman · 11 years ago
  56. c224815 printk: Add printk_deferred_once by John Stultz · 11 years ago
  57. aac74dc printk: rename printk_sched to printk_deferred by John Stultz · 11 years ago
  58. d487d57 include/linux/printk.h: remove double asmlinkage in printk_emit by Simon Kågström · 11 years ago
  59. 0185698 printk: remove duplicated check for log level by Petr Mladek · 11 years ago
  60. 4ba9920 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next by Linus Torvalds · 11 years ago
  61. c28aa1f printk/cache: mark printk_once test variable __read_mostly by Joe Perches · 11 years ago
  62. 0a9a8bf printk: Add a DEPRECATED macro by Neil Horman · 11 years ago
  63. 29fc2bc printk: pr_debug_ratelimited: check state first to reduce "callbacks suppressed" messages by Joe Perches · 11 years ago
  64. b6c035d x86, asmlinkage: Make dump_stack visible by Andi Kleen · 11 years ago
  65. 154c267 Add include dependencies to <linux/printk.h>. by Ralf Baechle · 12 years ago
  66. a43cb95 dump_stack: unify debug information printed by show_regs() by Tejun Heo · 12 years ago
  67. 98e5e1b dump_stack: implement arch-specific hardware description in task dumps by Tejun Heo · 12 years ago
  68. 196779b dump_stack: consolidate dump_stack() implementations and unify their behaviors by Tejun Heo · 12 years ago
  69. 1b2c289 include/linux/printk.h: include stdarg.h by Andrew Morton · 12 years ago
  70. d0380e6 early_printk: consolidate random copies of identical code by Thomas Gleixner · 12 years ago
  71. dc72c32 printk: Provide a wake_up_klogd() off-case by Frederic Weisbecker · 12 years ago
  72. 7c2db36 Merge branch 'akpm' (incoming from Andrew) by Linus Torvalds · 12 years ago
  73. 36d308d printk: add pr_devel_once and pr_devel_ratelimited by Mikhail Gruzdev · 12 years ago
  74. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 12 years ago
  75. 7a55561 dynamic_debug: dynamic hex dump by Vladimir Kondratiev · 12 years ago
  76. 74876a9 printk: Wake up klogd using irq_work by Frederic Weisbecker · 12 years ago
  77. 61e99ab printk: remove the now unnecessary "C" annotation for KERN_CONT by Joe Perches · 12 years ago
  78. 04d2c8c printk: convert the format for KERN_<LEVEL> to a 2 byte pattern by Joe Perches · 12 years ago
  79. 314ba35 printk: add kern_levels.h to make KERN_<LEVEL> available for asm use by Joe Perches · 12 years ago
  80. acc8fa41 printk: add generic functions to find KERN_<LEVEL> headers by Joe Perches · 12 years ago
  81. e11fea9 kmsg: export printk records to the /dev/kmsg interface by Kay Sievers · 13 years ago
  82. 7ff9554 printk: convert byte-buffer to variable-length record buffer by Kay Sievers · 13 years ago
  83. 4a52246 Merge tag 'driver-core-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 13 years ago
  84. 3ccf3e8 printk/sched: Introduce special printk_sched() for those awkward moments by Peter Zijlstra · 13 years ago
  85. b558c96 dynamic_debug: make dynamic-debug supersede DEBUG ccflag by Jim Cromie · 13 years ago
  86. b9075fa treewide: use __printf not __attribute__((format(printf,...))) by Joe Perches · 13 years ago
  87. 162a7e7 printk: allocate kernel log buffer earlier by Mike Travis · 14 years ago
  88. a3f938b include/linux/printk.h: use tab not spaces for indent by Joe Perches · 14 years ago
  89. 6ec42a56 include/linux/printk.h: organize printk_ratelimited macros by Joe Perches · 14 years ago
  90. ac83ed6 include/linux/printk.h lib/hexdump.c: neatening and add CONFIG_PRINTK guard by Joe Perches · 14 years ago
  91. 16cb839 include/linux/printk.h: add pr_<level>_once macros by Joe Perches · 14 years ago
  92. 5264f2f include/linux/printk.h: use and neaten no_printk by Joe Perches · 14 years ago
  93. 7d1e91a include/linux/printk.h: use space after #define by Joe Perches · 14 years ago
  94. a9747cc include/linux/printk.h: move console functions and variables together by Joe Perches · 14 years ago
  95. 455cd5a kptr_restrict for hiding kernel pointers from unprivileged users by Dan Rosenberg · 14 years ago
  96. 968ab18 include/linux/kernel.h: Move logging bits to include/linux/printk.h by Linus Torvalds · 14 years ago