summaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)AuthorFilesLines
2020-04-10printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky3-10/+40
2020-02-11console: Introduce ->exit() callbackAndy Shevchenko1-0/+3
2020-02-11console: Don't notify user space when unregister non-listed consoleAndy Shevchenko1-1/+11
2020-02-11console: Avoid positive return code from unregister_console()Andy Shevchenko1-2/+4
2020-02-11console: Drop misleading commentAndy Shevchenko1-1/+0
2020-02-11console: Use for_each_console() helper in unregister_console()Andy Shevchenko1-6/+5
2020-02-11console: Drop double check for console_drivers being non-NULLAndy Shevchenko1-10/+6
2020-01-02printk: fix exclusive_console replayingJohn Ogness1-2/+2
2019-12-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2019-11-11irq_work: Convert flags to atomic_tFrederic Weisbecker1-1/+1
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai1-5/+5
2019-09-16Merge branch 'for-5.4' into for-linusPetr Mladek2-10/+27
2019-08-16printk: Replace strncmp() with str_has_prefix()Chuhong Yuan2-10/+27
2019-07-12printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2-26/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner1-0/+1
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang1-1/+11
2019-05-14panic: avoid the extra noise dmesgFeng Tang1-0/+10
2019-03-15Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linuxLinus Torvalds1-0/+1
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport1-8/+1
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds1-20/+70
2019-03-04printk: Remove no longer used LOG_PREFIX.Tetsuo Handa1-5/+1
2019-02-21printk: Pass caller information to log_store().Tetsuo Handa1-15/+22
2019-02-08printk: Export console_printkPrarit Bhargava1-0/+1
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds1-2/+2
2018-12-27Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds1-68/+63
2018-12-18printk: Add caller information to printk() output.Tetsuo Handa1-4/+51
2018-12-12printk: Remove print_prefix() calls with NULL buffer.Tetsuo Handa1-25/+14
2018-12-10printk: fix printk_time race.Tetsuo Handa1-31/+39
2018-11-29printk: Make printk_emit() local function.Tetsuo Handa1-16/+14
2018-10-31mm: remove include/linux/bootmem.hMike Rapoport1-1/+0
2018-10-31memblock: remove _virt from APIs returning virtual addressMike Rapoport1-2/+2
2018-10-12printk: fix integer overflow in setup_log_buf()Sergey Senozhatsky1-1/+1
2018-10-12printk: do not preliminary split up cont bufferSergey Senozhatsky1-3/+0
2018-10-12printk: lock/unlock console only for new logbuf entriesSergey Senozhatsky1-3/+7
2018-10-12printk: keep kernel cont support always enabledSergey Senozhatsky1-18/+4
2018-10-09printk: Give error on attempt to set log buffer length to over 2GHe Zhe1-6/+12
2018-10-05printk: Add KBUILD_MODNAME and remove a redundant print prefixHe Zhe1-1/+3
2018-10-05printk: Correct wrong castingHe Zhe1-2/+3
2018-10-05printk: Fix panic caused by passing log_buf_len to command lineHe Zhe1-1/+6
2018-10-02printk: CON_PRINTBUFFER console registration is a bit racySergey Senozhatsky1-1/+5
2018-10-02printk: Do not miss new messages when replaying the logPetr Mladek1-4/+9
2018-09-13Merge tag 'printk-for-4.19-rc4' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-7/+5
2018-09-11Revert "printk: make sure to print log on console."Petr Mladek1-7/+5
2018-09-06printk/tracing: Do not trace printk_nmi_enter()Steven Rostedt (VMware)1-2/+2
2018-08-30notifier: Remove notifier header file wherever not usedMukesh Ojha1-1/+0
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