summaryrefslogtreecommitdiffstats
path: root/kernel/printk
AgeCommit message (Expand)Author
2018-06-06Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-06-05printk: drop in_nmi check from printk_safe_flush_on_panic()Sergey Senozhatsky
2018-05-16printk: fix possible reuse of va_list variableTetsuo Handa
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-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman
2017-10-30added new line symbol after warning about dropped messagesMaxim Akristiniy
2017-10-30printk: fix typo in printk_safe.cBaoquan He
2017-10-13printk: Remove superfluous memory barriers from printk_safeSteven Rostedt (VMware)
2017-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2017-08-17Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Kees Cook
2017-08-15printk: Clean up do_syslog() error handlingNikitas Angelinas
2017-07-27printk/console: Enhance the check for consoles using init memoryPetr Mladek
2017-07-27printk/console: Always disable boot consoles that use init memory before it i...Matt Redfearn
2017-07-27printk: Modify operators of printed_len and text_lenPierre Kuo
2017-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2017-07-03Merge branch 'for-4.13' into for-linusPetr Mladek
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar
2017-06-13printk: add __printf attributes to internal functionsNicolas Iooss
2017-06-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2017-06-08Revert "printk: fix double printing with earlycon"Petr Mladek
2017-05-23printk: Adjust system_state checksThomas Gleixner
2017-05-19printk: Use the main logbuf in NMI when logbuf_lock is availablePetr Mladek
2017-05-08Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Linus Torvalds
2017-04-18console: move console_init() out of tty_io.cNicolas Pitre
2017-04-12printk: fix double printing with earlyconAleksey Makarov
2017-04-12printk: rename selected_console -> preferred_consoleAleksey Makarov
2017-04-12printk: fix name/type/scope of preferred_console varAleksey Makarov