aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk/printk.c
AgeCommit message (Expand)Author
2021-01-25Merge branch 'printk-rework' into for-linusPetr Mladek
2021-01-25printk: fix string termination for record_print_text()John Ogness
2021-01-21Merge branch 'printk-rework' into for-linusPetr Mladek
2021-01-19printk: fix buffer overflow potential for print_text()John Ogness
2021-01-15printk: fix kmsg_dump_get_buffer length calulationsJohn Ogness
2020-12-16Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2020-12-14Merge branch 'for-5.11' into for-linusPetr Mladek
2020-12-14Merge branch 'for-5.11-null-console' into for-linusPetr Mladek
2020-12-09printk: remove logbuf_lock writer-protection of ringbufferJohn Ogness
2020-12-09printk: inline log_output(),log_store() in vprintk_store()John Ogness
2020-12-08printk: remove obsolete dead assignmentLukas Bulwahn
2020-11-27printk: finalize records with trailing newlinesJohn Ogness
2020-11-24irq_work: CleanupPeter Zijlstra
2020-11-20printk/console: Allow to disable console output by using console="" or consol...Petr Mladek
2020-10-12Merge branch 'printk-rework' into for-linusPetr Mladek
2020-10-05printk: Use fallthrough pseudo-keywordGustavo A. R. Silva
2020-09-30printk: reduce setup_text_buf size to LOG_LINE_MAXJohn Ogness
2020-09-30printk: avoid and/or handle record truncationJohn Ogness
2020-09-22printk: remove dict ringJohn Ogness
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness
2020-09-22printk: move printk_info into separate arrayJohn Ogness
2020-09-15printk: reimplement log_cont using record extensionJohn Ogness
2020-09-15printk: ringbuffer: clear initial reserved fieldsJohn Ogness
2020-08-10kernel: printk: delete repeated words in commentsRandy Dunlap
2020-08-04Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-08-04Merge branch 'for-5.9-console-return-codes' into for-linusPetr Mladek
2020-07-13doc:kmsg: explicitly state the return value in case of SEEK_CURBruno Meneguele
2020-07-10printk: use the lockless ringbufferJohn Ogness
2020-07-10Revert "printk: lock/unlock console only for new logbuf entries"John Ogness
2020-06-25console: Fix trivia typo 'change' -> 'chance'Andy Shevchenko
2020-06-25console: Propagate error code from console ->setup()Andy Shevchenko
2020-06-21Revert "kernel/printk: add kmsg SEEK_CUR handling"Jason A. Donenfeld
2020-06-12Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-11printk/kdb: Redirect printk messages into kdb in any contextPetr Mladek
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-06-01Merge branch 'for-5.8' into for-linusPetr Mladek
2020-06-01Merge branch 'for-5.7-preferred-console' into for-linusPetr Mladek
2020-05-30printk: Introduce kmsg_dump_reason_str()Kees Cook
2020-05-30printk: honor the max_reason field in kmsg_dumperPavel Tatashin
2020-05-22printk: handle blank console arguments passed in.Shreyas Joshi
2020-05-21kernel/printk: add kmsg SEEK_CUR handlingBruno Meneguele
2020-05-21printk: Fix a typo in comment "interator"->"iterator"Ethon Paul
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-10printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky
2020-02-18printk: Correctly set CON_CONSDEV even when preferred console was not registeredBenjamin Herrenschmidt
2020-02-18printk: Fix preferred console selection with multiple matchesBenjamin Herrenschmidt
2020-02-18printk: Move console matching logic into a separate functionBenjamin Herrenschmidt
2020-02-11printk: Convert a use of sprintf to snprintf in console_unlockNathan Chancellor