aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk
AgeCommit message (Expand)Author
2020-05-05rt: merge fixup for v5.4.37 and printk issuesPaul Gortmaker
2020-05-02Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-05-02printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky
2020-03-03printk: Fix build failures caused by v5.4.22 mergeHe Zhe
2020-03-02Merge branch 'v5.4/standard/base' into v5.4/standard/preempt-rt/baseBruce Ashfield
2020-02-24printk: fix exclusive_console replayingJohn Ogness
2020-01-13printk: hack out emergency loglevel usageJohn Ogness
2020-01-13printk: handle iterating while buffer changingJohn Ogness
2020-01-13printk: devkmsg: read: Return EPIPE when the first message user-space wants h...He Zhe
2020-01-13printk: kmsg_dump: remove mutex usageJohn Ogness
2020-01-13printk: devkmsg: llseek: reset clear if it is lostJohn Ogness
2020-01-13printk: only allow kernel to emergency messageJohn Ogness
2020-01-13serial: 8250: export symbols which are used by symbolsSebastian Andrzej Siewior
2020-01-13printk: set deferred to default loglevel, enforce maskJohn Ogness
2020-01-13printk: remove unused codeJohn Ogness
2020-01-13printk: implement kmsg_dumpJohn Ogness
2020-01-13printk: implement syslogJohn Ogness
2020-01-13printk: implement /dev/kmsgJohn Ogness
2020-01-13printk: implement KERN_CONTJohn Ogness
2020-01-13printk: introduce emergency messagesJohn Ogness
2020-01-13console: add write_atomic interfaceJohn Ogness
2020-01-13printk: add processor number to outputJohn Ogness
2020-01-13printk: implement CON_PRINTBUFFERJohn Ogness
2020-01-13printk: print history for new consolesJohn Ogness
2020-01-13printk: do boot_delay_msec inside printk_delayJohn Ogness
2020-01-13printk: track seq per consoleJohn Ogness
2020-01-13printk: minimize console locking implementationJohn Ogness
2020-01-13printk_safe: remove printk safe codeJohn Ogness
2020-01-13printk: redirect emit/store to new ringbufferJohn Ogness
2020-01-13printk: remove exclusive console hackJohn Ogness
2020-01-13printk: add ring buffer and kthreadJohn Ogness
2019-09-16Merge branch 'for-5.4' into for-linusPetr Mladek
2019-08-16printk: Replace strncmp() with str_has_prefix()Chuhong Yuan
2019-07-12printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang
2019-05-14panic: avoid the extra noise dmesgFeng Tang
2019-03-15Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linuxLinus Torvalds
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-03-04printk: Remove no longer used LOG_PREFIX.Tetsuo Handa
2019-02-21printk: Pass caller information to log_store().Tetsuo Handa
2019-02-08printk: Export console_printkPrarit Bhargava
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-27Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-18printk: Add caller information to printk() output.Tetsuo Handa
2018-12-12printk: Remove print_prefix() calls with NULL buffer.Tetsuo Handa
2018-12-10printk: fix printk_time race.Tetsuo Handa