aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk.c
AgeCommit message (Expand)Author
2022-04-15printk: fix return value of printk.devkmsg __setup handlerRandy Dunlap
2021-11-12printk/console: Allow to disable console output by using console="" or consol...Petr Mladek
2020-10-01printk: handle blank console arguments passed in.Shreyas Joshi
2020-07-22printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky
2020-02-11printk: fix exclusive_console replayingJohn Ogness
2019-12-01printk: fix integer overflow in setup_log_buf()Sergey Senozhatsky
2019-12-01printk: lock/unlock console only for new logbuf entriesSergey Senozhatsky
2019-11-24printk: Give error on attempt to set log buffer length to over 2GHe Zhe
2019-11-24printk: Correct wrong castingHe Zhe
2019-11-24printk: CON_PRINTBUFFER console registration is a bit racySergey Senozhatsky
2019-11-24printk: Do not miss new messages when replaying the logPetr Mladek
2019-10-05printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch
2018-11-13printk: Fix panic caused by passing log_buf_len to command lineHe Zhe
2018-09-13Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2018-09-11Revert "printk: make sure to print log on console."Petr Mladek
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds
2018-08-22init: allow initcall tables to be emitted using relative referencesArd Biesheuvel
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds
2018-08-14Merge branch 'for-4.19-nmi' into for-linusPetr Mladek
2018-07-31console: Replace #if 0 with atomic var 'ignore_console_lock_warning'Thomas Zimmermann
2018-07-11printk: Fix warning about unused suppress_message_printingPetr Mladek
2018-07-09printk: Create helper function to queue deferred console handlingPetr Mladek
2018-07-09printk: Split the code for storing a message into the log bufferPetr Mladek
2018-07-09printk: Clean up syslog_print_all()Petr Mladek
2018-06-28printk: Export is_console_lockedHans de Goede
2018-06-27printk: Remove unnecessary kmalloc() from syslog during clearNamit Gupta
2018-06-27printk: make sure to print log on console.Maninder Singh
2018-06-06Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-04-25printk: wake up klogd in vprintk_emitSergey Senozhatsky
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2018-04-06init, tracing: instrument security and console initcall trace eventsAbderrahmane Benbachir
2018-04-05Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/pmla...Linus Torvalds
2018-03-23printk: change message to pr_infoTomeu Vizoso
2018-03-15printk: move dump stack related code to lib/dump_stack.cDave Young
2018-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2018-02-27printk: Wake klogd when passing console_lock ownerPetr Mladek
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds
2018-02-08print kdump kernel loaded status in stack dumpDave Young
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2018-01-22Merge branch 'for-4.16-console-waiter-logic' into for-4.16Petr Mladek
2018-01-22printk: drop redundant devkmsg_log_str memsetsSergey Senozhatsky
2018-01-16printk: Never set console_may_schedule in console_trylock()Sergey Senozhatsky
2018-01-16printk: Hide console waiter logic into helpersPetr Mladek
2018-01-16printk: Add console owner and waiter logic to load balance console writesSteven Rostedt (VMware)
2018-01-04printk: add console_msg_format command line optionSergey Senozhatsky
2017-12-05remove task and stack pointer printout from oops dumpLinus Torvalds
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro
2017-10-30added new line symbol after warning about dropped messagesMaxim Akristiniy