summaryrefslogtreecommitdiffstats
path: root/kernel/printk
Commit message (Expand)AuthorAgeFilesLines
* 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
| * printk: Add caller information to printk() output.Tetsuo Handa2018-12-181-4/+51
* | Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-031-2/+2
* | Merge tag 'printk-for-4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-12-271-68/+63
|\|
| * printk: Remove print_prefix() calls with NULL buffer.Tetsuo Handa2018-12-121-25/+14
| * printk: fix printk_time race.Tetsuo Handa2018-12-101-31/+39
| * printk: Make printk_emit() local function.Tetsuo Handa2018-11-291-16/+14
* | mm: remove include/linux/bootmem.hMike Rapoport2018-10-311-1/+0
* | memblock: remove _virt from APIs returning virtual addressMike Rapoport2018-10-311-2/+2
|/