1. acebb55 kernel/printk.c: Fixed mundane typos by Bhaskar Chowdhury · 3 years, 9 months ago
  2. 28e1745 printk: rename vprintk_func to vprintk by Rasmus Villemoes · 3 years, 9 months ago
  3. 505a27a printk: console: remove unnecessary safe buffer usage by John Ogness · 3 years, 10 months ago
  4. a4f9876 printk: kmsg_dump: remove _nolock() variants by John Ogness · 3 years, 10 months ago
  5. 996e966 printk: remove logbuf_lock by John Ogness · 3 years, 10 months ago
  6. f9f3f02 printk: introduce a kmsg_dump iterator by John Ogness · 3 years, 10 months ago
  7. 5f6c764 printk: kmsg_dumper: remove @active field by John Ogness · 3 years, 10 months ago
  8. 636babd printk: add syslog_lock by John Ogness · 3 years, 10 months ago
  9. 35b2b16 printk: use atomic64_t for devkmsg_user.seq by John Ogness · 3 years, 10 months ago
  10. 7d7a23a printk: use seqcount_latch for clear_seq by John Ogness · 3 years, 10 months ago
  11. cf5b020 printk: introduce CONSOLE_LOG_MAX by John Ogness · 3 years, 10 months ago
  12. 4260e0e55 printk: consolidate kmsg_dump_get_buffer/syslog_print_all code by John Ogness · 3 years, 10 months ago
  13. 726b509 printk: refactor kmsg_dump_get_buffer() by John Ogness · 3 years, 10 months ago
  14. bb07b16 printk: limit second loop of syslog_print_all by John Ogness · 3 years, 10 months ago
  15. 16182ac Merge branch 'printk-rework' into for-linus by Petr Mladek · 3 years, 10 months ago
  16. 13791c8 printk: avoid prb_first_valid_seq() where possible by John Ogness · 3 years, 11 months ago
  17. 8a8109f printk: fix deadlock when kernel panic by Muchun Song · 3 years, 11 months ago
  18. 9bc284c printk: rectify kernel-doc for prb_rec_init_wr() by Lukas Bulwahn · 4 years ago
  19. 61bb17d Merge branch 'printk-rework' into for-linus by Petr Mladek · 4 years ago
  20. 08d60e5 printk: fix string termination for record_print_text() by John Ogness · 4 years ago
  21. 535b6a1 Merge branch 'printk-rework' into for-linus by Petr Mladek · 4 years ago
  22. f0e386e printk: fix buffer overflow potential for print_text() by John Ogness · 4 years ago
  23. 89ccf18 printk: fix kmsg_dump_get_buffer length calulations by John Ogness · 4 years ago
  24. 668af87 printk: ringbuffer: fix line counting by John Ogness · 4 years ago
  25. d3eb521 Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 4 years ago
  26. 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
  27. 5ed3717 Merge branch 'for-5.11' into for-linus by Petr Mladek · 4 years, 1 month ago
  28. 5f3b8d3 Merge branch 'for-5.11-null-console' into for-linus by Petr Mladek · 4 years, 1 month ago
  29. b031a68 printk: remove logbuf_lock writer-protection of ringbuffer by John Ogness · 4 years, 1 month ago
  30. 6b91670 printk: inline log_output(),log_store() in vprintk_store() by John Ogness · 4 years, 1 month ago
  31. 8d143c6 printk: remove obsolete dead assignment by Lukas Bulwahn · 4 years, 1 month ago
  32. 43d6ecd Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 4 years, 1 month ago
  33. 739e711 Merge branch 'for-5.10-pr_cont-fixup' into for-linus by Petr Mladek · 4 years, 1 month ago
  34. 4ad9921 printk: finalize records with trailing newlines by John Ogness · 4 years, 1 month ago
  35. a787bda Merge branch 'linus' into sched/core, to resolve semantic conflict by Ingo Molnar · 4 years, 1 month ago
  36. 7a9f50a irq_work: Cleanup by Peter Zijlstra · 4 years, 7 months ago
  37. 3cffa06 printk/console: Allow to disable console output by using console="" or console=null by Petr Mladek · 4 years, 2 months ago
  38. 584da07 printk: ringbuffer: Reference text_data_ring directly in callees. by Nikolay Borisov · 4 years, 2 months ago
  39. 90574a9 printk: remove unneeded dead-store assignment by Lukas Bulwahn · 4 years, 2 months ago
  40. a38283d printk: ringbuffer: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 2 months ago
  41. 8119c43 Merge tag 'printk-for-5.10-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 4 years, 2 months ago
  42. bbf6259 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 4 years, 3 months ago
  43. eac48eb printk: ringbuffer: Wrong data pointer when appending small string by Petr Mladek · 4 years, 3 months ago
  44. 70333f4 Merge branch 'printk-rework' into for-linus by Petr Mladek · 4 years, 3 months ago
  45. 4e797e6 printk: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 3 months ago
  46. 0463d04 printk: reduce setup_text_buf size to LOG_LINE_MAX by John Ogness · 4 years, 3 months ago
  47. 59f8bcc printk: avoid and/or handle record truncation by John Ogness · 4 years, 3 months ago
  48. f35efc7 printk: remove dict ring by John Ogness · 4 years, 3 months ago
  49. 74caba7 printk: move dictionary keys to dev_printk_info by John Ogness · 4 years, 3 months ago
  50. cfe2790 printk: move printk_info into separate array by John Ogness · 4 years, 3 months ago
  51. f5f022e printk: reimplement log_cont using record extension by John Ogness · 4 years, 4 months ago
  52. 4cfc725 printk: ringbuffer: add finalization/extension support by John Ogness · 4 years, 4 months ago
  53. 10dcb06 printk: ringbuffer: change representation of states by John Ogness · 4 years, 4 months ago
  54. cc5c704 printk: ringbuffer: clear initial reserved fields by John Ogness · 4 years, 4 months ago
  55. e3bc040 printk: ringbuffer: add BLK_DATALESS() macro by John Ogness · 4 years, 4 months ago
  56. 2a7f87e printk: ringbuffer: relocate get_data() by John Ogness · 4 years, 4 months ago
  57. e7c1fe2 printk: ringbuffer: avoid memcpy() on state_var by John Ogness · 4 years, 4 months ago
  58. ce003d6 printk: ringbuffer: fix setting state in desc_read() by John Ogness · 4 years, 4 months ago
  59. d397820 printk: ringbuffer: support dataless records by John Ogness · 4 years, 5 months ago
  60. ead5d1f Merge branch 'master' into for-next by Jiri Kosina · 4 years, 4 months ago
  61. 547bbf7 kernel: printk: delete repeated words in comments by Randy Dunlap · 4 years, 5 months ago
  62. 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
  63. 57e60db Merge branch 'for-5.9-console-return-codes' into for-linus by Petr Mladek · 4 years, 5 months ago
  64. bc885f1 doc:kmsg: explicitly state the return value in case of SEEK_CUR by Bruno Meneguele · 4 years, 6 months ago
  65. 896fbe2 printk: use the lockless ringbuffer by John Ogness · 4 years, 6 months ago
  66. 8749efc Revert "printk: lock/unlock console only for new logbuf entries" by John Ogness · 4 years, 6 months ago
  67. b6cf8b3 printk: add lockless ringbuffer by John Ogness · 4 years, 6 months ago
  68. 5046037 console: Fix trivia typo 'change' -> 'chance' by Andy Shevchenko · 4 years, 6 months ago
  69. bba18a1 console: Propagate error code from console ->setup() by Andy Shevchenko · 4 years, 6 months ago
  70. 625d344 Revert "kernel/printk: add kmsg SEEK_CUR handling" by Jason A. Donenfeld · 4 years, 6 months ago
  71. 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
  72. 2a9e5de printk/kdb: Redirect printk messages into kdb in any context by Petr Mladek · 4 years, 7 months ago
  73. cb8e59c Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-next by Linus Torvalds · 4 years, 7 months ago
  74. 2227e5b Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years, 7 months ago
  75. ca1f5df Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linux by Linus Torvalds · 4 years, 7 months ago
  76. d053cf0 Merge branch 'for-5.8' into for-linus by Petr Mladek · 4 years, 7 months ago
  77. 6a0af9f Merge branch 'for-5.7-preferred-console' into for-linus by Petr Mladek · 4 years, 7 months ago
  78. fb13cb8 printk: Introduce kmsg_dump_reason_str() by Kees Cook · 4 years, 8 months ago
  79. b1f6f16 printk: honor the max_reason field in kmsg_dumper by Pavel Tatashin · 4 years, 8 months ago
  80. 48021f9 printk: handle blank console arguments passed in. by Shreyas Joshi · 4 years, 7 months ago
  81. 8ece3b3 kernel/printk: add kmsg SEEK_CUR handling by Bruno Meneguele · 4 years, 10 months ago
  82. 325606a printk: Fix a typo in comment "interator"->"iterator" by Ethon Paul · 4 years, 9 months ago
  83. b0f5188 printk: Disallow instrumenting print_nmi_enter() by Peter Zijlstra · 4 years, 10 months ago
  84. 8c4e93c printk: Prepare for nested printk_nmi_enter() by Petr Mladek · 4 years, 10 months ago
  85. c1a371c printk: fix global comment by Randy Dunlap · 4 years, 9 months ago
  86. 3292739 sysctl: pass kernel pointers to ->proc_handler by Christoph Hellwig · 4 years, 8 months ago
  87. ab6f762 printk: queue wake_up_klogd irq_work only if per-CPU areas are ready by Sergey Senozhatsky · 4 years, 10 months ago
  88. 33225d7 printk: Correctly set CON_CONSDEV even when preferred console was not registered by Benjamin Herrenschmidt · 4 years, 11 months ago
  89. e369d82 printk: Fix preferred console selection with multiple matches by Benjamin Herrenschmidt · 4 years, 11 months ago
  90. ad8cd1d printk: Move console matching logic into a separate function by Benjamin Herrenschmidt · 4 years, 11 months ago
  91. 5661dd9 printk: Convert a use of sprintf to snprintf in console_unlock by Nathan Chancellor · 5 years ago
  92. ed31685 console: Introduce ->exit() callback by Andy Shevchenko · 5 years ago
  93. e78bedb console: Don't notify user space when unregister non-listed console by Andy Shevchenko · 5 years ago
  94. bb72e39 console: Avoid positive return code from unregister_console() by Andy Shevchenko · 5 years ago
  95. d58ad10 console: Drop misleading comment by Andy Shevchenko · 5 years ago
  96. 12825e6 console: Use for_each_console() helper in unregister_console() by Andy Shevchenko · 5 years ago
  97. caa72c3 console: Drop double check for console_drivers being non-NULL by Andy Shevchenko · 5 years ago
  98. def97da printk: fix exclusive_console replaying by John Ogness · 5 years ago
  99. b22bfea Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 5 years ago
  100. 153bedb irq_work: Convert flags to atomic_t by Frederic Weisbecker · 5 years ago