aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)AuthorFilesLines
2019-03-15Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linuxGravatar Linus Torvalds 1-0/+1
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsGravatar Mike Rapoport 1-8/+1
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-20/+70
2019-03-04printk: Remove no longer used LOG_PREFIX.Gravatar Tetsuo Handa 1-5/+1
2019-02-21printk: Pass caller information to log_store().Gravatar Tetsuo Handa 1-15/+22
2019-02-08printk: Export console_printkGravatar Prarit Bhargava 1-0/+1
2019-01-03Remove 'type' argument from access_ok() functionGravatar Linus Torvalds 1-2/+2
2018-12-27Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-68/+63
2018-12-18printk: Add caller information to printk() output.Gravatar Tetsuo Handa 1-4/+51
2018-12-12printk: Remove print_prefix() calls with NULL buffer.Gravatar Tetsuo Handa 1-25/+14
2018-12-10printk: fix printk_time race.Gravatar Tetsuo Handa 1-31/+39
2018-11-29printk: Make printk_emit() local function.Gravatar Tetsuo Handa 1-16/+14
2018-10-31mm: remove include/linux/bootmem.hGravatar Mike Rapoport 1-1/+0
2018-10-31memblock: remove _virt from APIs returning virtual addressGravatar Mike Rapoport 1-2/+2
2018-10-12printk: fix integer overflow in setup_log_buf()Gravatar Sergey Senozhatsky 1-1/+1
2018-10-12printk: do not preliminary split up cont bufferGravatar Sergey Senozhatsky 1-3/+0
2018-10-12printk: lock/unlock console only for new logbuf entriesGravatar Sergey Senozhatsky 1-3/+7
2018-10-12printk: keep kernel cont support always enabledGravatar Sergey Senozhatsky 1-18/+4
2018-10-09printk: Give error on attempt to set log buffer length to over 2GGravatar He Zhe 1-6/+12
2018-10-05printk: Add KBUILD_MODNAME and remove a redundant print prefixGravatar He Zhe 1-1/+3
2018-10-05printk: Correct wrong castingGravatar He Zhe 1-2/+3
2018-10-05printk: Fix panic caused by passing log_buf_len to command lineGravatar He Zhe 1-1/+6
2018-10-02printk: CON_PRINTBUFFER console registration is a bit racyGravatar Sergey Senozhatsky 1-1/+5
2018-10-02printk: Do not miss new messages when replaying the logGravatar Petr Mladek 1-4/+9
2018-09-13Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 1-7/+5
2018-09-11Revert "printk: make sure to print log on console."Gravatar Petr Mladek 1-7/+5
2018-09-06printk/tracing: Do not trace printk_nmi_enter()Gravatar Steven Rostedt (VMware) 1-2/+2
2018-08-30notifier: Remove notifier header file wherever not usedGravatar Mukesh Ojha 1-1/+0
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxGravatar Linus Torvalds 1-0/+3
2018-08-22init: allow initcall tables to be emitted using relative referencesGravatar Ard Biesheuvel 1-7/+9
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmGravatar Linus Torvalds 1-0/+1
2018-08-14Merge branch 'for-4.19-nmi' into for-linusGravatar Petr Mladek 3-44/+80
2018-07-31console: Replace #if 0 with atomic var 'ignore_console_lock_warning'Gravatar Thomas Zimmermann 1-0/+3
2018-07-11printk: Fix warning about unused suppress_message_printingGravatar Petr Mladek 1-1/+0
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIGravatar Petr Mladek 2-22/+45
2018-07-09printk: Create helper function to queue deferred console handlingGravatar Petr Mladek 1-5/+9
2018-07-09printk: Split the code for storing a message into the log bufferGravatar Petr Mladek 1-17/+26
2018-07-09printk: Clean up syslog_print_all()Gravatar Petr Mladek 1-11/+9
2018-06-28printk: Export is_console_lockedGravatar Hans de Goede 1-0/+1
2018-06-27printk: Remove unnecessary kmalloc() from syslog during clearGravatar Namit Gupta 1-51/+58
2018-06-27printk: make sure to print log on console.Gravatar Maninder Singh 1-5/+7
2018-06-06Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 2-14/+7
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