1. fdcd407 printk: fix build warning when CONFIG_PRINTK=n by Xiaoming Ni · 3 years ago
  2. faaa357 printk: move printk sysctl to printk/sysctl.c by Xiaoming Ni · 3 years ago
  3. 5e8ba48 printk/console: Clean up boot console handling in register_console() by Petr Mladek · 3 years, 2 months ago
  4. 4f54693 printk/console: Remove need_default_console variable by Petr Mladek · 3 years, 2 months ago
  5. f873efe printk/console: Remove unnecessary need_default_console manipulation by Petr Mladek · 3 years, 2 months ago
  6. a695337 printk/console: Rename has_preferred_console to need_default_console by Petr Mladek · 3 years, 2 months ago
  7. ed758b3 printk/console: Split out code that enables default console by Petr Mladek · 3 years, 2 months ago
  8. 7d5775d Merge tag 'printk-for-5.16-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 2 months ago
  9. bf6d0d1 Merge branch 'rework/printk_safe-removal' into for-linus by Petr Mladek · 3 years, 2 months ago
  10. 5d5e452 printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces by Nicholas Piggin · 3 years, 2 months ago
  11. 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  12. 4421cca memblock: use memblock_free for freeing virtual pointers by Mike Rapoport · 3 years, 2 months ago
  13. 0aaa58e Merge tag 'printk-for-5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 3 years, 2 months ago
  14. 264a750 printk: use gnu_printf format attribute for printk_sprint() by John Ogness · 3 years, 4 months ago
  15. 77e02cf memblock: introduce saner 'memblock_free_ptr()' interface by Linus Torvalds · 3 years, 4 months ago
  16. 9980c42 printk: use kvmalloc instead of kmalloc for devkmsg_user by Yong-Taek Lee · 3 years, 5 months ago
  17. c985aaf Merge branch 'rework/printk_safe-removal' into for-linus by Petr Mladek · 3 years, 5 months ago
  18. 715d3ed Merge branch 'rework/fixup-for-5.15' into for-linus by Petr Mladek · 3 years, 5 months ago
  19. baa99c9 Merge branch 'for-5.15-verbose-console' into for-linus by Petr Mladek · 3 years, 5 months ago
  20. 10102a8 printk: Add printk.console_no_auto_verbose boot parameter by Dmitry Safonov · 3 years, 6 months ago
  21. 8d909b2 printk: syslog: close window between wait and read by John Ogness · 3 years, 6 months ago
  22. b371cbb printk: convert @syslog_lock to mutex by John Ogness · 3 years, 6 months ago
  23. 93d102f printk: remove safe buffers by John Ogness · 3 years, 6 months ago
  24. 002eb6a printk: track/limit recursion by John Ogness · 3 years, 6 months ago
  25. 7d9e266 printk: Move the printk() kerneldoc comment to its new home by Jonathan Corbet · 3 years, 6 months ago
  26. 3370155 printk: Userspace format indexing support by Chris Down · 3 years, 7 months ago
  27. f3d75cf printk: Rework parse_prefix into printk_parse_prefix by Chris Down · 3 years, 7 months ago
  28. a1ad4b8 printk: Straighten out log_flags into printk_info_flags by Chris Down · 3 years, 7 months ago
  29. 11e4b63 printk/console: Check consistent sequence number when handling race in console_unlock() by Petr Mladek · 3 years, 7 months ago
  30. 3342aa8 printk: fix cpu lock ordering by John Ogness · 3 years, 7 months ago
  31. 766c268 lib/dump_stack: move cpu lock to printk.c by John Ogness · 3 years, 7 months ago
  32. acebb55 kernel/printk.c: Fixed mundane typos by Bhaskar Chowdhury · 3 years, 10 months ago
  33. 28e1745 printk: rename vprintk_func to vprintk by Rasmus Villemoes · 3 years, 10 months ago
  34. 505a27a printk: console: remove unnecessary safe buffer usage by John Ogness · 3 years, 11 months ago
  35. a4f9876 printk: kmsg_dump: remove _nolock() variants by John Ogness · 3 years, 11 months ago
  36. 996e966 printk: remove logbuf_lock by John Ogness · 3 years, 11 months ago
  37. f9f3f02 printk: introduce a kmsg_dump iterator by John Ogness · 3 years, 11 months ago
  38. 5f6c764 printk: kmsg_dumper: remove @active field by John Ogness · 3 years, 11 months ago
  39. 636babd printk: add syslog_lock by John Ogness · 3 years, 11 months ago
  40. 35b2b16 printk: use atomic64_t for devkmsg_user.seq by John Ogness · 3 years, 11 months ago
  41. 7d7a23a printk: use seqcount_latch for clear_seq by John Ogness · 3 years, 11 months ago
  42. cf5b020 printk: introduce CONSOLE_LOG_MAX by John Ogness · 3 years, 11 months ago
  43. 4260e0e55 printk: consolidate kmsg_dump_get_buffer/syslog_print_all code by John Ogness · 3 years, 11 months ago
  44. 726b509 printk: refactor kmsg_dump_get_buffer() by John Ogness · 3 years, 11 months ago
  45. bb07b16 printk: limit second loop of syslog_print_all by John Ogness · 3 years, 11 months ago
  46. 16182ac Merge branch 'printk-rework' into for-linus by Petr Mladek · 3 years, 11 months ago
  47. 13791c8 printk: avoid prb_first_valid_seq() where possible by John Ogness · 4 years ago
  48. 61bb17d Merge branch 'printk-rework' into for-linus by Petr Mladek · 4 years ago
  49. 08d60e5 printk: fix string termination for record_print_text() by John Ogness · 4 years ago
  50. 535b6a1 Merge branch 'printk-rework' into for-linus by Petr Mladek · 4 years ago
  51. f0e386e printk: fix buffer overflow potential for print_text() by John Ogness · 4 years ago
  52. 89ccf18 printk: fix kmsg_dump_get_buffer length calulations by John Ogness · 4 years ago
  53. d3eb521 Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 4 years, 1 month ago
  54. adb35e8 Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 1 month ago
  55. 5ed3717 Merge branch 'for-5.11' into for-linus by Petr Mladek · 4 years, 1 month ago
  56. 5f3b8d3 Merge branch 'for-5.11-null-console' into for-linus by Petr Mladek · 4 years, 1 month ago
  57. b031a68 printk: remove logbuf_lock writer-protection of ringbuffer by John Ogness · 4 years, 1 month ago
  58. 6b91670 printk: inline log_output(),log_store() in vprintk_store() by John Ogness · 4 years, 1 month ago
  59. 8d143c6 printk: remove obsolete dead assignment by Lukas Bulwahn · 4 years, 2 months ago
  60. 4ad9921 printk: finalize records with trailing newlines by John Ogness · 4 years, 2 months ago
  61. 7a9f50a irq_work: Cleanup by Peter Zijlstra · 4 years, 7 months ago
  62. 3cffa06 printk/console: Allow to disable console output by using console="" or console=null by Petr Mladek · 4 years, 2 months ago
  63. 70333f4 Merge branch 'printk-rework' into for-linus by Petr Mladek · 4 years, 3 months ago
  64. 4e797e6 printk: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 3 months ago
  65. 0463d04 printk: reduce setup_text_buf size to LOG_LINE_MAX by John Ogness · 4 years, 4 months ago
  66. 59f8bcc printk: avoid and/or handle record truncation by John Ogness · 4 years, 4 months ago
  67. f35efc7 printk: remove dict ring by John Ogness · 4 years, 4 months ago
  68. 74caba7 printk: move dictionary keys to dev_printk_info by John Ogness · 4 years, 4 months ago
  69. cfe2790 printk: move printk_info into separate array by John Ogness · 4 years, 4 months ago
  70. f5f022e printk: reimplement log_cont using record extension by John Ogness · 4 years, 4 months ago
  71. cc5c704 printk: ringbuffer: clear initial reserved fields by John Ogness · 4 years, 4 months ago
  72. 547bbf7 kernel: printk: delete repeated words in comments by Randy Dunlap · 4 years, 5 months ago
  73. a754292 Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 4 years, 5 months ago
  74. 57e60db Merge branch 'for-5.9-console-return-codes' into for-linus by Petr Mladek · 4 years, 5 months ago
  75. bc885f1 doc:kmsg: explicitly state the return value in case of SEEK_CUR by Bruno Meneguele · 4 years, 6 months ago
  76. 896fbe2 printk: use the lockless ringbuffer by John Ogness · 4 years, 6 months ago
  77. 8749efc Revert "printk: lock/unlock console only for new logbuf entries" by John Ogness · 4 years, 6 months ago
  78. 5046037 console: Fix trivia typo 'change' -> 'chance' by Andy Shevchenko · 4 years, 7 months ago
  79. bba18a1 console: Propagate error code from console ->setup() by Andy Shevchenko · 4 years, 7 months ago
  80. 625d344 Revert "kernel/printk: add kmsg SEEK_CUR handling" by Jason A. Donenfeld · 4 years, 7 months ago
  81. 5c2fb57 Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 4 years, 7 months ago
  82. 2a9e5de printk/kdb: Redirect printk messages into kdb in any context by Petr Mladek · 4 years, 8 months ago
  83. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 8 months ago
  84. ca1f5df Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 4 years, 8 months ago
  85. d053cf0 Merge branch 'for-5.8' into for-linus by Petr Mladek · 4 years, 8 months ago
  86. 6a0af9f Merge branch 'for-5.7-preferred-console' into for-linus by Petr Mladek · 4 years, 8 months ago
  87. fb13cb8 printk: Introduce kmsg_dump_reason_str() by Kees Cook · 4 years, 8 months ago
  88. b1f6f16 printk: honor the max_reason field in kmsg_dumper by Pavel Tatashin · 4 years, 8 months ago
  89. 48021f9 printk: handle blank console arguments passed in. by Shreyas Joshi · 4 years, 8 months ago
  90. 8ece3b3 kernel/printk: add kmsg SEEK_CUR handling by Bruno Meneguele · 4 years, 10 months ago
  91. 325606a printk: Fix a typo in comment "interator"->"iterator" by Ethon Paul · 4 years, 9 months ago
  92. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 9 months ago
  93. ab6f762 printk: queue wake_up_klogd irq_work only if per-CPU areas are ready by Sergey Senozhatsky · 4 years, 11 months ago
  94. 33225d7 printk: Correctly set CON_CONSDEV even when preferred console was not registered by Benjamin Herrenschmidt · 5 years ago
  95. e369d82 printk: Fix preferred console selection with multiple matches by Benjamin Herrenschmidt · 5 years ago
  96. ad8cd1d printk: Move console matching logic into a separate function by Benjamin Herrenschmidt · 5 years ago
  97. 5661dd9 printk: Convert a use of sprintf to snprintf in console_unlock by Nathan Chancellor · 5 years ago
  98. ed31685 console: Introduce ->exit() callback by Andy Shevchenko · 5 years ago
  99. e78bedb console: Don't notify user space when unregister non-listed console by Andy Shevchenko · 5 years ago
  100. bb72e39 console: Avoid positive return code from unregister_console() by Andy Shevchenko · 5 years ago