aboutsummaryrefslogtreecommitdiff
path: root/kernel/printk
AgeCommit message (Expand)AuthorFilesLines
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextGravatar Linus Torvalds 1-1/+1
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Gravatar Linus Torvalds 2-7/+10
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 2-49/+97
2020-06-01Merge branch 'for-5.8' into for-linusGravatar Petr Mladek 3-32/+84
2020-06-01Merge branch 'for-5.7-preferred-console' into for-linusGravatar Petr Mladek 2-44/+79
2020-05-30printk: Introduce kmsg_dump_reason_str()Gravatar Kees Cook 1-0/+17
2020-05-30printk: honor the max_reason field in kmsg_dumperGravatar Pavel Tatashin 1-4/+11
2020-05-22printk: handle blank console arguments passed in.Gravatar Shreyas Joshi 1-0/+3
2020-05-21kernel/printk: add kmsg SEEK_CUR handlingGravatar Bruno Meneguele 1-0/+10
2020-05-21printk: Fix a typo in comment "interator"->"iterator"Gravatar Ethon Paul 1-2/+2
2020-05-19printk: Disallow instrumenting print_nmi_enter()Gravatar Peter Zijlstra 1-2/+3
2020-05-19printk: Prepare for nested printk_nmi_enter()Gravatar Petr Mladek 2-5/+7
2020-04-27sysctl: pass kernel pointers to ->proc_handlerGravatar Christoph Hellwig 1-1/+1
2020-04-10printk: queue wake_up_klogd irq_work only if per-CPU areas are readyGravatar Sergey Senozhatsky 3-10/+40
2020-02-18printk: Correctly set CON_CONSDEV even when preferred console was not registeredGravatar Benjamin Herrenschmidt 1-0/+2
2020-02-18printk: Fix preferred console selection with multiple matchesGravatar Benjamin Herrenschmidt 2-11/+19
2020-02-18printk: Move console matching logic into a separate functionGravatar Benjamin Herrenschmidt 1-40/+65
2020-02-11printk: Convert a use of sprintf to snprintf in console_unlockGravatar Nathan Chancellor 1-3/+3
2020-02-11console: Introduce ->exit() callbackGravatar Andy Shevchenko 1-0/+3
2020-02-11console: Don't notify user space when unregister non-listed consoleGravatar Andy Shevchenko 1-1/+11
2020-02-11console: Avoid positive return code from unregister_console()Gravatar Andy Shevchenko 1-2/+4
2020-02-11console: Drop misleading commentGravatar Andy Shevchenko 1-1/+0
2020-02-11console: Use for_each_console() helper in unregister_console()Gravatar Andy Shevchenko 1-6/+5
2020-02-11console: Drop double check for console_drivers being non-NULLGravatar Andy Shevchenko 1-10/+6
2020-01-02printk: fix exclusive_console replayingGravatar John Ogness 1-2/+2
2019-12-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2019-11-11irq_work: Convert flags to atomic_tGravatar Frederic Weisbecker 1-1/+1
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Gravatar Qian Cai 1-5/+5
2019-09-16Merge branch 'for-5.4' into for-linusGravatar Petr Mladek 2-10/+27
2019-08-16printk: Replace strncmp() with str_has_prefix()Gravatar Chuhong Yuan 2-10/+27
2019-07-12printk: Do not lose last line in kmsg buffer dumpGravatar Vincent Whitchurch 1-1/+1
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Gravatar Thomas Gleixner 2-26/+2
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 1-0/+1
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2019-05-18panic: add an option to replay all the printk message in bufferGravatar Feng Tang 1-1/+11
2019-05-14panic: avoid the extra noise dmesgGravatar Feng Tang 1-0/+10
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