aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)AuthorFilesLines
2018-06-05printk: drop in_nmi check from printk_safe_flush_on_panic()Gravatar Sergey Senozhatsky 1-1/+1
2018-05-16printk: fix possible reuse of va_list variableGravatar Tetsuo Handa 1-1/+4
2018-04-25printk: wake up klogd in vprintk_emitGravatar Sergey Senozhatsky 1-12/+2
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-1/+6
2018-04-06init, tracing: instrument security and console initcall trace eventsGravatar Abderrahmane Benbachir 1-1/+6
2018-04-05Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/pmla...Gravatar Linus Torvalds 1-58/+1
2018-03-23printk: change message to pr_infoGravatar Tomeu Vizoso 1-1/+1
2018-03-15printk: move dump stack related code to lib/dump_stack.cGravatar Dave Young 1-60/+0
2018-03-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-1/+2
2018-02-27printk: Wake klogd when passing console_lock ownerGravatar Petr Mladek 1-1/+2
2018-02-11vfs: do bulk POLL* -> EPOLL* replacementGravatar Linus Torvalds 1-3/+3
2018-02-08print kdump kernel loaded status in stack dumpGravatar Dave Young 1-2/+5
2018-02-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-23/+192
2018-01-30Merge branch 'misc.poll' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2018-01-22Merge branch 'for-4.16-console-waiter-logic' into for-4.16Gravatar Petr Mladek 1-15/+166
2018-01-22printk: drop redundant devkmsg_log_str memsetsGravatar Sergey Senozhatsky 1-7/+4
2018-01-16printk: Never set console_may_schedule in console_trylock()Gravatar Sergey Senozhatsky 1-14/+8
2018-01-16printk: Hide console waiter logic into helpersGravatar Petr Mladek 1-97/+148
2018-01-16printk: Add console owner and waiter logic to load balance console writesGravatar Steven Rostedt (VMware) 1-1/+107
2018-01-04printk: add console_msg_format command line optionGravatar Sergey Senozhatsky 1-1/+22
2017-12-05remove task and stack pointer printout from oops dumpGravatar Linus Torvalds 1-3/+0
2017-11-27ipc, kernel, mm: annotate ->poll() instancesGravatar Al Viro 1-2/+2
2017-11-21Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 2-2/+2
2017-11-17Merge tag 'trace-v4.15' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Gravatar Linus Torvalds 1-7/+8
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGravatar Greg Kroah-Hartman 3-0/+3
2017-10-30added new line symbol after warning about dropped messagesGravatar Maxim Akristiniy 1-1/+1
2017-10-30printk: fix typo in printk_safe.cGravatar Baoquan He 1-1/+1
2017-10-13printk: Remove superfluous memory barriers from printk_safeGravatar Steven Rostedt (VMware) 1-7/+8
2017-09-07Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-37/+32
2017-08-17Revert "pstore: Honor dmesg_restrict sysctl on dmesg dumps"Gravatar Kees Cook 1-2/+1
2017-08-15printk: Clean up do_syslog() error handlingGravatar Nikitas Angelinas 1-23/+12
2017-07-27printk/console: Enhance the check for consoles using init memoryGravatar Petr Mladek 1-2/+10
2017-07-27printk/console: Always disable boot consoles that use init memory before it i...Gravatar Matt Redfearn 1-11/+9
2017-07-27printk: Modify operators of printed_len and text_lenGravatar Pierre Kuo 1-3/+3
2017-07-05Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 3-14/+47
2017-07-03Merge branch 'for-4.13' into for-linusGravatar Petr Mladek 3-14/+47
2017-06-20Merge branch 'WIP.sched/core' into sched/coreGravatar Ingo Molnar 1-36/+10
2017-06-13printk: add __printf attributes to internal functionsGravatar Nicolas Iooss 1-5/+5
2017-06-08Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-36/+10
2017-06-08Revert "printk: fix double printing with earlycon"Gravatar Petr Mladek 1-36/+10
2017-05-23printk: Adjust system_state checksGravatar Thomas Gleixner 1-1/+1
2017-05-19printk: Use the main logbuf in NMI when logbuf_lock is availableGravatar Petr Mladek 3-9/+42
2017-05-08Merge tag 'tty-4.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Gravatar Linus Torvalds 3-10/+42
2017-05-08crash: move crashkernel parsing and vmcore related code under CONFIG_CRASH_COREGravatar Hari Bathini 1-3/+3
2017-05-03Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/pml...Gravatar Linus Torvalds 1-25/+56
2017-04-18console: move console_init() out of tty_io.cGravatar Nicolas Pitre 1-0/+24
2017-04-12printk: fix double printing with earlyconGravatar Aleksey Makarov 1-10/+36
2017-04-12printk: rename selected_console -> preferred_consoleGravatar Aleksey Makarov 1-5/+5
2017-04-12printk: fix name/type/scope of preferred_console varGravatar Aleksey Makarov 1-6/+6
2017-04-04printk: Correctly handle preemption in console_unlock()Gravatar Petr Mladek 1-2/+6