summaryrefslogtreecommitdiffstats
path: root/kernel/printk
AgeCommit message (Expand)Author
2020-06-21Revert "kernel/printk: add kmsg SEEK_CUR handling"Jason A. Donenfeld
2020-06-12Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-06-11printk/kdb: Redirect printk messages into kdb in any contextPetr Mladek
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-06-01Merge branch 'for-5.8' into for-linusPetr Mladek
2020-06-01Merge branch 'for-5.7-preferred-console' into for-linusPetr Mladek
2020-05-30printk: Introduce kmsg_dump_reason_str()Kees Cook
2020-05-30printk: honor the max_reason field in kmsg_dumperPavel Tatashin
2020-05-22printk: handle blank console arguments passed in.Shreyas Joshi
2020-05-21kernel/printk: add kmsg SEEK_CUR handlingBruno Meneguele
2020-05-21printk: Fix a typo in comment "interator"->"iterator"Ethon Paul
2020-05-19printk: Disallow instrumenting print_nmi_enter()Peter Zijlstra
2020-05-19printk: Prepare for nested printk_nmi_enter()Petr Mladek
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig
2020-04-10printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky
2020-02-18printk: Correctly set CON_CONSDEV even when preferred console was not registeredBenjamin Herrenschmidt
2020-02-18printk: Fix preferred console selection with multiple matchesBenjamin Herrenschmidt
2020-02-18printk: Move console matching logic into a separate functionBenjamin Herrenschmidt
2020-02-11printk: Convert a use of sprintf to snprintf in console_unlockNathan Chancellor
2020-02-11console: Introduce ->exit() callbackAndy Shevchenko
2020-02-11console: Don't notify user space when unregister non-listed consoleAndy Shevchenko
2020-02-11console: Avoid positive return code from unregister_console()Andy Shevchenko
2020-02-11console: Drop misleading commentAndy Shevchenko
2020-02-11console: Use for_each_console() helper in unregister_console()Andy Shevchenko
2020-02-11console: Drop double check for console_drivers being non-NULLAndy Shevchenko
2020-01-02printk: fix exclusive_console replayingJohn Ogness
2019-12-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2019-11-11irq_work: Convert flags to atomic_tFrederic Weisbecker
2019-10-09locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai
2019-09-16Merge branch 'for-5.4' into for-linusPetr Mladek
2019-08-16printk: Replace strncmp() with str_has_prefix()Chuhong Yuan
2019-07-12printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch
2019-05-21treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner
2019-05-21treewide: Add SPDX license identifier for missed filesThomas Gleixner
2019-05-18panic: add an option to replay all the printk message in bufferFeng Tang
2019-05-14panic: avoid the extra noise dmesgFeng Tang
2019-03-15Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linuxLinus Torvalds
2019-03-12memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport
2019-03-09Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2019-03-04printk: Remove no longer used LOG_PREFIX.Tetsuo Handa
2019-02-21printk: Pass caller information to log_store().Tetsuo Handa
2019-02-08printk: Export console_printkPrarit Bhargava
2019-01-03Remove 'type' argument from access_ok() functionLinus Torvalds
2018-12-27Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2018-12-18printk: Add caller information to printk() output.Tetsuo Handa
2018-12-12printk: Remove print_prefix() calls with NULL buffer.Tetsuo Handa
2018-12-10printk: fix printk_time race.Tetsuo Handa