summaryrefslogtreecommitdiffstats
path: root/kernel/printk
AgeCommit message (Expand)AuthorLines
2019-03-15Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linuxLinus Torvalds-0/+1
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport-8/+1
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-20/+70
2019-03-04printk: Remove no longer used LOG_PREFIX.Tetsuo Handa-5/+1
2019-02-21printk: Pass caller information to log_store().Tetsuo Handa-15/+22
2019-02-08printk: Export console_printkPrarit Bhargava-0/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds-2/+2
2018-12-27Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-68/+63
2018-12-18printk: Add caller information to printk() output.Tetsuo Handa-4/+51
2018-12-12printk: Remove print_prefix() calls with NULL buffer.Tetsuo Handa-25/+14
2018-12-10printk: fix printk_time race.Tetsuo Handa-31/+39
2018-11-29printk: Make printk_emit() local function.Tetsuo Handa-16/+14
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport-1/+0
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport-2/+2
2018-10-12printk: fix integer overflow in setup_log_buf()Sergey Senozhatsky-1/+1
2018-10-12printk: do not preliminary split up cont bufferSergey Senozhatsky-3/+0
2018-10-12printk: lock/unlock console only for new logbuf entriesSergey Senozhatsky-3/+7
2018-10-12printk: keep kernel cont support always enabledSergey Senozhatsky-18/+4
2018-10-09printk: Give error on attempt to set log buffer length to over 2GHe Zhe-6/+12
2018-10-05printk: Add KBUILD_MODNAME and remove a redundant print prefixHe Zhe-1/+3
2018-10-05printk: Correct wrong castingHe Zhe-2/+3
2018-10-05printk: Fix panic caused by passing log_buf_len to command lineHe Zhe-1/+6
2018-10-02printk: CON_PRINTBUFFER console registration is a bit racySergey Senozhatsky-1/+5
2018-10-02printk: Do not miss new messages when replaying the logPetr Mladek-4/+9
2018-09-13Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+5
2018-09-11Revert "printk: make sure to print log on console."Petr Mladek-7/+5
2018-09-06printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)-2/+2
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha-1/+0
2018-08-23Merge tag 'fbdev-v4.19' of https://github.com/bzolnier/linuxLinus Torvalds-0/+3
2018-08-22init: allow initcall tables to be emitted using relative referencesArd Biesheuvel-7/+9
2018-08-15Merge tag 'drm-next-2018-08-15' of git://anongit.freedesktop.org/drm/drmLinus Torvalds-0/+1
2018-08-14Merge branch 'for-4.19-nmi' into for-linusPetr Mladek-44/+80
2018-07-31console: Replace #if 0 with atomic var 'ignore_console_lock_warning'Thomas Zimmermann-0/+3
2018-07-11printk: Fix warning about unused suppress_message_printingPetr Mladek-1/+0
2018-07-09printk/nmi: Prevent deadlock when accessing the main log buffer in NMIPetr Mladek-22/+45
2018-07-09printk: Create helper function to queue deferred console handlingPetr Mladek-5/+9
2018-07-09printk: Split the code for storing a message into the log bufferPetr Mladek-17/+26
2018-07-09printk: Clean up syslog_print_all()Petr Mladek-11/+9
2018-06-28printk: Export is_console_lockedHans de Goede-0/+1
2018-06-27printk: Remove unnecessary kmalloc() from syslog during clearNamit Gupta-51/+58
2018-06-27printk: make sure to print log on console.Maninder Singh-5/+7
2018-06-06Merge tag 'printk-for-4.18' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-14/+7
2018-06-05printk: drop in_nmi check from printk_safe_flush_on_panic()Sergey Senozhatsky-1/+1
2018-05-16printk: fix possible reuse of va_list variableTetsuo Handa-1/+4
2018-04-25printk: wake up klogd in vprintk_emitSergey Senozhatsky-12/+2
2018-04-10Merge tag 'trace-v4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/rost...Linus Torvalds-1/+6
2018-04-06init, tracing: instrument security and console initcall trace eventsAbderrahmane Benbachir-1/+6
2018-04-05Merge branch 'for-4.17' of git://git.kernel.org/pub/scm/linux/kernel/git/pmla...Linus Torvalds-58/+1
2018-03-23printk: change message to pr_infoTomeu Vizoso-1/+1
2018-03-15printk: move dump stack related code to lib/dump_stack.cDave Young-60/+0