aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds1-0/+3
2018-08-22init: allow initcall tables to be emitted using relative referencesArd Biesheuvel1-7/+9
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds1-0/+1
2018-08-14Merge branch 'for-4.19-nmi' into for-linusPetr Mladek1-22/+35
2018-07-31console: Replace #if 0 with atomic var 'ignore_console_lock_warning'Thomas Zimmermann1-0/+3
2018-07-11printk: Fix warning about unused suppress_message_printingPetr Mladek1-1/+0
2018-07-09printk: Create helper function to queue deferred console handlingPetr Mladek1-5/+9
2018-07-09printk: Split the code for storing a message into the log bufferPetr Mladek1-17/+26
2018-07-09printk: Clean up syslog_print_all()Petr Mladek1-11/+9
2018-06-28printk: Export is_console_lockedHans de Goede1-0/+1
2018-06-27printk: Remove unnecessary kmalloc() from syslog during clearNamit Gupta1-51/+58
2018-06-27printk: make sure to print log on console.Maninder Singh1-5/+7
2018-06-06Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-12/+2
2018-04-25printk: wake up klogd in vprintk_emitSergey Senozhatsky1-12/+2
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rostedt/linux-traceLinus Torvalds1-1/+6
2018-04-06init, tracing: instrument security and console initcall trace eventsAbderrahmane Benbachir1-1/+6
2018-04-05Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-58/+1
2018-03-23printk: change message to pr_infoTomeu Vizoso1-1/+1
2018-03-15printk: move dump stack related code to lib/dump_stack.cDave Young1-60/+0
2018-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-1/+2
2018-02-27printk: Wake klogd when passing console_lock ownerPetr Mladek1-1/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds1-3/+3
2018-02-08print kdump kernel loaded status in stack dumpDave Young1-2/+5
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-23/+192
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2018-01-22Merge branch 'for-4.16-console-waiter-logic' into for-4.16Petr Mladek1-15/+166
2018-01-22printk: drop redundant devkmsg_log_str memsetsSergey Senozhatsky1-7/+4
2018-01-16printk: Never set console_may_schedule in console_trylock()Sergey Senozhatsky1-14/+8
2018-01-16printk: Hide console waiter logic into helpersPetr Mladek1-97/+148
2018-01-16printk: Add console owner and waiter logic to load balance console writesSteven Rostedt (VMware)1-1/+107
2018-01-04printk: add console_msg_format command line optionSergey Senozhatsky1-1/+22
2017-12-05remove task and stack pointer printout from oops dumpLinus Torvalds1-3/+0
2017-11-27ipc, kernel, mm: annotate ->poll() instancesAl Viro1-2/+2
2017-10-30added new line symbol after warning about dropped messagesMaxim Akristiniy1-1/+1
2017-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-37/+32
2017-08-17Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Kees Cook1-2/+1
2017-08-15printk: Clean up do_syslog() error handlingNikitas Angelinas1-23/+12
2017-07-27printk/console: Enhance the check for consoles using init memoryPetr Mladek1-2/+10
2017-07-27printk/console: Always disable boot consoles that use init memory before it is freedMatt Redfearn1-11/+9
2017-07-27printk: Modify operators of printed_len and text_lenPierre Kuo1-3/+3
2017-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-5/+14
2017-07-03Merge branch 'for-4.13' into for-linusPetr Mladek1-5/+14
2017-06-20Merge branch 'WIP.sched/core' into sched/coreIngo Molnar1-36/+10
2017-06-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-36/+10
2017-06-08Revert "printk: fix double printing with earlycon"Petr Mladek1-36/+10
2017-05-23printk: Adjust system_state checksThomas Gleixner1-1/+1
2017-05-19printk: Use the main logbuf in NMI when logbuf_lock is availablePetr Mladek1-5/+14
2017-05-08Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/ttyLinus Torvalds1-0/+24
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREHari Bathini1-3/+3
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pmladek/printkLinus Torvalds1-25/+56