summaryrefslogtreecommitdiffstats
path: root/kernel/printk
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-08-041-4/+12
|\
| * Merge branch 'for-5.9-console-return-codes' into for-linusPetr Mladek2020-08-041-4/+4
| |\
| | * console: Fix trivia typo 'change' -> 'chance'Andy Shevchenko2020-06-251-1/+1
| | * console: Propagate error code from console ->setup()Andy Shevchenko2020-06-251-3/+3
| * | doc:kmsg: explicitly state the return value in case of SEEK_CURBruno Meneguele2020-07-131-0/+8
| |/
* / Revert "kernel/printk: add kmsg SEEK_CUR handling"Jason A. Donenfeld2020-06-211-10/+0
|/
* Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-122-13/+8
|\
| * printk/kdb: Redirect printk messages into kdb in any contextPetr Mladek2020-06-112-13/+8
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-1/+1
|\ \
| * | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
* | | Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-012-7/+10
|\ \ \ | |_|/ |/| |
| * | printk: Disallow instrumenting print_nmi_enter()Peter Zijlstra2020-05-191-2/+3
| * | printk: Prepare for nested printk_nmi_enter()Petr Mladek2020-05-192-5/+7
| |/
* | Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-06-012-49/+97
|\ \
| * \ Merge branch 'for-5.8' into for-linusPetr Mladek2020-06-013-32/+84
| |\ \
| | * | printk: handle blank console arguments passed in.Shreyas Joshi2020-05-221-0/+3
| | * | kernel/printk: add kmsg SEEK_CUR handlingBruno Meneguele2020-05-211-0/+10
| | * | printk: Fix a typo in comment "interator"->"iterator"Ethon Paul2020-05-211-2/+2
| | |/
| * | Merge branch 'for-5.7-preferred-console' into for-linusPetr Mladek2020-06-012-44/+79
| |\ \
| | * | printk: Correctly set CON_CONSDEV even when preferred console was not registeredBenjamin Herrenschmidt2020-02-181-0/+2
| | * | printk: Fix preferred console selection with multiple matchesBenjamin Herrenschmidt2020-02-182-11/+19
| | * | printk: Move console matching logic into a separate functionBenjamin Herrenschmidt2020-02-181-40/+65
| * | | printk: Convert a use of sprintf to snprintf in console_unlockNathan Chancellor2020-02-111-3/+3
| |/ /
* | | printk: Introduce kmsg_dump_reason_str()Kees Cook2020-05-301-0/+17
* | | printk: honor the max_reason field in kmsg_dumperPavel Tatashin2020-05-301-4/+11
| |/ |/|
* | printk: queue wake_up_klogd irq_work only if per-CPU areas are readySergey Senozhatsky2020-04-103-10/+40
* | console: Introduce ->exit() callbackAndy Shevchenko2020-02-111-0/+3
* | console: Don't notify user space when unregister non-listed consoleAndy Shevchenko2020-02-111-1/+11
* | console: Avoid positive return code from unregister_console()Andy Shevchenko2020-02-111-2/+4
* | console: Drop misleading commentAndy Shevchenko2020-02-111-1/+0
* | console: Use for_each_console() helper in unregister_console()Andy Shevchenko2020-02-111-6/+5
* | console: Drop double check for console_drivers being non-NULLAndy Shevchenko2020-02-111-10/+6
|/
* printk: fix exclusive_console replayingJohn Ogness2020-01-021-2/+2
* Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2019-12-031-1/+1
|\
| * irq_work: Convert flags to atomic_tFrederic Weisbecker2019-11-111-1/+1
* | locking/lockdep: Remove unused @nested argument from lock_release()Qian Cai2019-10-091-5/+5
|/
* Merge branch 'for-5.4' into for-linusPetr Mladek2019-09-162-10/+27
|\
| * printk: Replace strncmp() with str_has_prefix()Chuhong Yuan2019-08-162-10/+27
* | printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch2019-07-121-1/+1
|/
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 13Thomas Gleixner2019-05-212-26/+2
* treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-211-0/+1
* treewide: Add SPDX license identifier for missed filesThomas Gleixner2019-05-211-0/+1
* panic: add an option to replay all the printk message in bufferFeng Tang2019-05-181-1/+11
* panic: avoid the extra noise dmesgFeng Tang2019-05-141-0/+10
* Merge tag 'fbdev-v5.1' of git://github.com/bzolnier/linuxLinus Torvalds2019-03-151-0/+1
|\
| * printk: Export console_printkPrarit Bhargava2019-02-081-0/+1
* | memblock: drop memblock_alloc_*_nopanic() variantsMike Rapoport2019-03-121-8/+1
* | Merge tag 'printk-for-5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2019-03-091-20/+70
|\ \ | |/ |/|
| * printk: Remove no longer used LOG_PREFIX.Tetsuo Handa2019-03-041-5/+1
| * printk: Pass caller information to log_store().Tetsuo Handa2019-02-211-15/+22