aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk
AgeCommit message (Expand)Author
2020-06-05Merge branch 'v5.2/standard/base' into v5.2/standard/preempt-rt/baseBruce Ashfield
2020-06-04printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky
2020-05-19printk: hack out emergency loglevel usageJohn Ogness
2020-05-15printk: fix exclusive_console replayingJohn Ogness
2019-10-22printk: handle iterating while buffer changingJohn Ogness
2019-10-05printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch
2019-10-02printk: devkmsg: read: Return EPIPE when the first message user-space wants h...He Zhe
2019-07-22printk: kmsg_dump: remove mutex usageJohn Ogness
2019-07-22printk: devkmsg: llseek: reset clear if it is lostJohn Ogness
2019-07-22printk: only allow kernel to emergency messageJohn Ogness
2019-07-22serial: 8250: export symbols which are used by symbolsSebastian Andrzej Siewior
2019-07-22printk: set deferred to default loglevel, enforce maskJohn Ogness
2019-07-22printk: remove unused codeJohn Ogness
2019-07-22printk: implement kmsg_dumpJohn Ogness
2019-07-22printk: implement syslogJohn Ogness
2019-07-22printk: implement /dev/kmsgJohn Ogness
2019-07-22printk: implement KERN_CONTJohn Ogness
2019-07-22printk: introduce emergency messagesJohn Ogness
2019-07-22console: add write_atomic interfaceJohn Ogness
2019-07-22printk: add processor number to outputJohn Ogness
2019-07-22printk: implement CON_PRINTBUFFERJohn Ogness
2019-07-22printk: print history for new consolesJohn Ogness
2019-07-22printk: do boot_delay_msec inside printk_delayJohn Ogness
2019-07-22printk: track seq per consoleJohn Ogness
2019-07-22printk: minimize console locking implementationJohn Ogness
2019-07-22printk_safe: remove printk safe codeJohn Ogness
2019-07-22printk: redirect emit/store to new ringbufferJohn Ogness
2019-07-22printk: remove exclusive console hackJohn Ogness
2019-07-22printk: add ring buffer and kthreadJohn Ogness
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
2018-11-29printk: Make printk_emit() local function.Tetsuo Handa
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport
2018-10-12printk: fix integer overflow in setup_log_buf()Sergey Senozhatsky
2018-10-12printk: do not preliminary split up cont bufferSergey Senozhatsky