- 5e8ba48 printk/console: Clean up boot console handling in register_console() by Petr Mladek · 3 years, 1 month ago
- 4f54693 printk/console: Remove need_default_console variable by Petr Mladek · 3 years, 1 month ago
- f873efe printk/console: Remove unnecessary need_default_console manipulation by Petr Mladek · 3 years, 1 month ago
- a695337 printk/console: Rename has_preferred_console to need_default_console by Petr Mladek · 3 years, 1 month ago
- ed758b3 printk/console: Split out code that enables default console by Petr Mladek · 3 years, 1 month ago
- 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, 1 month ago
- bf6d0d1 Merge branch 'rework/printk_safe-removal' into for-linus by Petr Mladek · 3 years, 1 month ago
- 5d5e452 printk: restore flushing of NMI buffers on remote CPUs after NMI backtraces by Nicholas Piggin · 3 years, 2 months ago
- 512b7931 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
- 4421cca memblock: use memblock_free for freeing virtual pointers by Mike Rapoport · 3 years, 2 months ago
- 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
- 264a750 printk: use gnu_printf format attribute for printk_sprint() by John Ogness · 3 years, 3 months ago
- 5aa7eea printk: avoid -Wsometimes-uninitialized warning by Arnd Bergmann · 3 years, 3 months ago
- 77e02cf memblock: introduce saner 'memblock_free_ptr()' interface by Linus Torvalds · 3 years, 3 months ago
- 9980c42 printk: use kvmalloc instead of kmalloc for devkmsg_user by Yong-Taek Lee · 3 years, 4 months ago
- c985aaf Merge branch 'rework/printk_safe-removal' into for-linus by Petr Mladek · 3 years, 4 months ago
- 715d3ed Merge branch 'rework/fixup-for-5.15' into for-linus by Petr Mladek · 3 years, 4 months ago
- baa99c9 Merge branch 'for-5.15-verbose-console' into for-linus by Petr Mladek · 3 years, 4 months ago
- bc17bed printk/index: Fix -Wunused-function warning by YueHaibing · 3 years, 5 months ago
- 10102a8 printk: Add printk.console_no_auto_verbose boot parameter by Dmitry Safonov · 3 years, 5 months ago
- 8d909b2 printk: syslog: close window between wait and read by John Ogness · 3 years, 6 months ago
- b371cbb printk: convert @syslog_lock to mutex by John Ogness · 3 years, 6 months ago
- 85e3e7f printk: remove NMI tracking by John Ogness · 3 years, 6 months ago
- 93d102f printk: remove safe buffers by John Ogness · 3 years, 6 months ago
- 002eb6a printk: track/limit recursion by John Ogness · 3 years, 6 months ago
- 7d9e266 printk: Move the printk() kerneldoc comment to its new home by Jonathan Corbet · 3 years, 5 months ago
- 0f0aa84 printk/index: Fix warning about missing prototypes by Petr Mladek · 3 years, 5 months ago
- 3370155 printk: Userspace format indexing support by Chris Down · 3 years, 7 months ago
- f3d75cf printk: Rework parse_prefix into printk_parse_prefix by Chris Down · 3 years, 7 months ago
- a1ad4b8 printk: Straighten out log_flags into printk_info_flags by Chris Down · 3 years, 7 months ago
- 11e4b63 printk/console: Check consistent sequence number when handling race in console_unlock() by Petr Mladek · 3 years, 6 months ago
- 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
- 3342aa8 printk: fix cpu lock ordering by John Ogness · 3 years, 6 months ago
- 766c268 lib/dump_stack: move cpu lock to printk.c by John Ogness · 3 years, 6 months ago
- 6262e1b printk: Move EXPORT_SYMBOL() closer to vprintk definition by Punit Agrawal · 3 years, 7 months ago
- acebb55 kernel/printk.c: Fixed mundane typos by Bhaskar Chowdhury · 3 years, 9 months ago
- 28e1745 printk: rename vprintk_func to vprintk by Rasmus Villemoes · 3 years, 9 months ago
- 505a27a printk: console: remove unnecessary safe buffer usage by John Ogness · 3 years, 10 months ago
- a4f9876 printk: kmsg_dump: remove _nolock() variants by John Ogness · 3 years, 10 months ago
- 996e966 printk: remove logbuf_lock by John Ogness · 3 years, 10 months ago
- f9f3f02 printk: introduce a kmsg_dump iterator by John Ogness · 3 years, 10 months ago
- 5f6c764 printk: kmsg_dumper: remove @active field by John Ogness · 3 years, 10 months ago
- 636babd printk: add syslog_lock by John Ogness · 3 years, 10 months ago
- 35b2b16 printk: use atomic64_t for devkmsg_user.seq by John Ogness · 3 years, 10 months ago
- 7d7a23a printk: use seqcount_latch for clear_seq by John Ogness · 3 years, 10 months ago
- cf5b020 printk: introduce CONSOLE_LOG_MAX by John Ogness · 3 years, 10 months ago
- 4260e0e55 printk: consolidate kmsg_dump_get_buffer/syslog_print_all code by John Ogness · 3 years, 10 months ago
- 726b509 printk: refactor kmsg_dump_get_buffer() by John Ogness · 3 years, 10 months ago
- bb07b16 printk: limit second loop of syslog_print_all by John Ogness · 3 years, 10 months ago
- 16182ac Merge branch 'printk-rework' into for-linus by Petr Mladek · 3 years, 10 months ago
- 13791c8 printk: avoid prb_first_valid_seq() where possible by John Ogness · 3 years, 11 months ago
- 8a8109f printk: fix deadlock when kernel panic by Muchun Song · 3 years, 11 months ago
- 9bc284c printk: rectify kernel-doc for prb_rec_init_wr() by Lukas Bulwahn · 4 years ago
- 61bb17d Merge branch 'printk-rework' into for-linus by Petr Mladek · 4 years ago
- 08d60e5 printk: fix string termination for record_print_text() by John Ogness · 4 years ago
- 535b6a1 Merge branch 'printk-rework' into for-linus by Petr Mladek · 4 years ago
- f0e386e printk: fix buffer overflow potential for print_text() by John Ogness · 4 years ago
- 89ccf18 printk: fix kmsg_dump_get_buffer length calulations by John Ogness · 4 years ago
- 668af87 printk: ringbuffer: fix line counting by John Ogness · 4 years ago
- 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
- 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 ago
- 5ed3717 Merge branch 'for-5.11' into for-linus by Petr Mladek · 4 years ago
- 5f3b8d3 Merge branch 'for-5.11-null-console' into for-linus by Petr Mladek · 4 years ago
- b031a68 printk: remove logbuf_lock writer-protection of ringbuffer by John Ogness · 4 years, 1 month ago
- 6b91670 printk: inline log_output(),log_store() in vprintk_store() by John Ogness · 4 years, 1 month ago
- 8d143c6 printk: remove obsolete dead assignment by Lukas Bulwahn · 4 years, 1 month ago
- 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
- 739e711 Merge branch 'for-5.10-pr_cont-fixup' into for-linus by Petr Mladek · 4 years, 1 month ago
- 4ad9921 printk: finalize records with trailing newlines by John Ogness · 4 years, 1 month ago
- a787bda Merge branch 'linus' into sched/core, to resolve semantic conflict by Ingo Molnar · 4 years, 1 month ago
- 7a9f50a irq_work: Cleanup by Peter Zijlstra · 4 years, 7 months ago
- 3cffa06 printk/console: Allow to disable console output by using console="" or console=null by Petr Mladek · 4 years, 2 months ago
- 584da07 printk: ringbuffer: Reference text_data_ring directly in callees. by Nikolay Borisov · 4 years, 2 months ago
- 90574a9 printk: remove unneeded dead-store assignment by Lukas Bulwahn · 4 years, 2 months ago
- a38283d printk: ringbuffer: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 2 months ago
- 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
- bbf6259 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 4 years, 2 months ago
- eac48eb printk: ringbuffer: Wrong data pointer when appending small string by Petr Mladek · 4 years, 2 months ago
- 70333f4 Merge branch 'printk-rework' into for-linus by Petr Mladek · 4 years, 3 months ago
- 4e797e6 printk: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 3 months ago
- 0463d04 printk: reduce setup_text_buf size to LOG_LINE_MAX by John Ogness · 4 years, 3 months ago
- 59f8bcc printk: avoid and/or handle record truncation by John Ogness · 4 years, 3 months ago
- f35efc7 printk: remove dict ring by John Ogness · 4 years, 3 months ago
- 74caba7 printk: move dictionary keys to dev_printk_info by John Ogness · 4 years, 3 months ago
- cfe2790 printk: move printk_info into separate array by John Ogness · 4 years, 3 months ago
- f5f022e printk: reimplement log_cont using record extension by John Ogness · 4 years, 3 months ago
- 4cfc725 printk: ringbuffer: add finalization/extension support by John Ogness · 4 years, 3 months ago
- 10dcb06 printk: ringbuffer: change representation of states by John Ogness · 4 years, 3 months ago
- cc5c704 printk: ringbuffer: clear initial reserved fields by John Ogness · 4 years, 3 months ago
- e3bc040 printk: ringbuffer: add BLK_DATALESS() macro by John Ogness · 4 years, 3 months ago
- 2a7f87e printk: ringbuffer: relocate get_data() by John Ogness · 4 years, 3 months ago
- e7c1fe2 printk: ringbuffer: avoid memcpy() on state_var by John Ogness · 4 years, 3 months ago
- ce003d6 printk: ringbuffer: fix setting state in desc_read() by John Ogness · 4 years, 3 months ago
- d397820 printk: ringbuffer: support dataless records by John Ogness · 4 years, 5 months ago
- ead5d1f Merge branch 'master' into for-next by Jiri Kosina · 4 years, 4 months ago
- 547bbf7 kernel: printk: delete repeated words in comments by Randy Dunlap · 4 years, 5 months ago
- 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
- 57e60db Merge branch 'for-5.9-console-return-codes' into for-linus by Petr Mladek · 4 years, 5 months ago
- bc885f1 doc:kmsg: explicitly state the return value in case of SEEK_CUR by Bruno Meneguele · 4 years, 6 months ago
- 896fbe2 printk: use the lockless ringbuffer by John Ogness · 4 years, 6 months ago