aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2020-12-09printk: inline log_output(),log_store() in vprintk_store()John Ogness1-78/+67
2020-12-08printk: remove obsolete dead assignmentLukas Bulwahn1-1/+0
2020-11-27printk: finalize records with trailing newlinesJohn Ogness1-2/+2
2020-11-24irq_work: CleanupPeter Zijlstra1-4/+2
2020-11-20printk/console: Allow to disable console output by using console="" or console=nullPetr Mladek1-1/+8
2020-10-12Merge branch 'printk-rework' into for-linusPetr Mladek1-574/+573
2020-10-05printk: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-09-30printk: reduce setup_text_buf size to LOG_LINE_MAXJohn Ogness1-1/+1
2020-09-30printk: avoid and/or handle record truncationJohn Ogness1-1/+8
2020-09-22printk: remove dict ringJohn Ogness1-32/+14
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness1-80/+86
2020-09-22printk: move printk_info into separate arrayJohn Ogness1-7/+23
2020-09-15printk: reimplement log_cont using record extensionJohn Ogness1-78/+20
2020-09-15printk: ringbuffer: clear initial reserved fieldsJohn Ogness1-4/+8
2020-08-10kernel: printk: delete repeated words in commentsRandy Dunlap1-2/+2
2020-08-04Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-4/+12
2020-08-04Merge branch 'for-5.9-console-return-codes' into for-linusPetr Mladek1-4/+4
2020-07-13doc:kmsg: explicitly state the return value in case of SEEK_CURBruno Meneguele1-0/+8
2020-07-10printk: use the lockless ringbufferJohn Ogness1-447/+493
2020-07-10Revert "printk: lock/unlock console only for new logbuf entries"John Ogness1-7/+3
2020-06-25console: Fix trivia typo 'change' -> 'chance'Andy Shevchenko1-1/+1
2020-06-25console: Propagate error code from console ->setup()Andy Shevchenko1-3/+3
2020-06-21Revert "kernel/printk: add kmsg SEEK_CUR handling"Jason A. Donenfeld1-10/+0
2020-06-12Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-13/+1
2020-06-11printk/kdb: Redirect printk messages into kdb in any contextPetr Mladek1-13/+1
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds1-1/+1
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-49/+96
2020-06-01Merge branch 'for-5.8' into for-linusPetr Mladek1-22/+78
2020-06-01Merge branch 'for-5.7-preferred-console' into for-linusPetr Mladek1-44/+78
2020-05-30printk: Introduce kmsg_dump_reason_str()Kees Cook1-0/+17
2020-05-30printk: honor the max_reason field in kmsg_dumperPavel Tatashin1-4/+11
2020-05-22printk: handle blank console arguments passed in.Shreyas Joshi1-0/+3
2020-05-21kernel/printk: add kmsg SEEK_CUR handlingBruno Meneguele1-0/+10
2020-05-21printk: Fix a typo in comment "interator"->"iterator"Ethon Paul1-2/+2
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig1-1/+1
2020-04-10printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky1-0/+34
2020-02-18printk: Correctly set CON_CONSDEV even when preferred console was not registeredBenjamin Herrenschmidt1-0/+2
2020-02-18printk: Fix preferred console selection with multiple matchesBenjamin Herrenschmidt1-11/+18
2020-02-18printk: Move console matching logic into a separate functionBenjamin Herrenschmidt1-40/+65
2020-02-11printk: Convert a use of sprintf to snprintf in console_unlockNathan Chancellor1-3/+3
2020-02-11console: Introduce ->exit() callbackAndy Shevchenko1-0/+3
2020-02-11console: Don't notify user space when unregister non-listed consoleAndy Shevchenko1-1/+11
2020-02-11console: Avoid positive return code from unregister_console()Andy Shevchenko1-2/+4
2020-02-11console: Drop misleading commentAndy Shevchenko1-1/+0
2020-02-11console: Use for_each_console() helper in unregister_console()Andy Shevchenko1-6/+5
2020-02-11console: Drop double check for console_drivers being non-NULLAndy Shevchenko1-10/+6
2020-01-02printk: fix exclusive_console replayingJohn Ogness1-2/+2
2019-12-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-1/+1
2019-11-11irq_work: Convert flags to atomic_tFrederic Weisbecker1-1/+1
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-5/+5