summaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
| * printk/kdb: Redirect printk messages into kdb in any contextPetr Mladek2020-06-111-13/+1
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-041-1/+1
|\ \ | |/ |/|
| * sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
* | Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-06-011-49/+96
|\ \
| * \ Merge branch 'for-5.8' into for-linusPetr Mladek2020-06-011-22/+78
| |\ \
| | * | 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-011-44/+78
| |\ \
| | * | 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-181-11/+18
| | * | 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-101-0/+34
* | 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-161-6/+16
|\
| * printk: Replace strncmp() with str_has_prefix()Chuhong Yuan2019-08-161-6/+16
* | printk: Do not lose last line in kmsg buffer dumpVincent Whitchurch2019-07-121-1/+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-191-1/+11
* panic: avoid the extra noise dmesgFeng Tang2019-05-151-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-041-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
|/
* printk: fix integer overflow in setup_log_buf()Sergey Senozhatsky2018-10-121-1/+1
* printk: do not preliminary split up cont bufferSergey Senozhatsky2018-10-121-3/+0
* printk: lock/unlock console only for new logbuf entriesSergey Senozhatsky2018-10-121-3/+7
* printk: keep kernel cont support always enabledSergey Senozhatsky2018-10-121-18/+4