summaryrefslogtreecommitdiff
path: root/kernel/printk/printk.c
Commit message (Expand)AuthorAgeFilesLines
* printk: avoid prb_first_valid_seq() where possibleJohn Ogness2021-03-041-10/+18
* printk: fix string termination for record_print_text()John Ogness2021-01-301-1/+1
* printk: fix buffer overflow potential for print_text()John Ogness2021-01-301-9/+27
* printk: fix kmsg_dump_get_buffer length calulationsJohn Ogness2021-01-271-2/+2
* printk: finalize records with trailing newlinesJohn Ogness2020-11-271-2/+2
* Merge branch 'printk-rework' into for-linusPetr Mladek2020-10-121-574/+573
|\
| * printk: reduce setup_text_buf size to LOG_LINE_MAXJohn Ogness2020-09-301-1/+1
| * printk: avoid and/or handle record truncationJohn Ogness2020-09-301-1/+8
| * printk: remove dict ringJohn Ogness2020-09-221-32/+14
| * printk: move dictionary keys to dev_printk_infoJohn Ogness2020-09-221-80/+86
| * printk: move printk_info into separate arrayJohn Ogness2020-09-221-7/+23
| * printk: reimplement log_cont using record extensionJohn Ogness2020-09-151-78/+20
| * printk: ringbuffer: clear initial reserved fieldsJohn Ogness2020-09-151-4/+8
| * printk: use the lockless ringbufferJohn Ogness2020-07-101-447/+493
| * Revert "printk: lock/unlock console only for new logbuf entries"John Ogness2020-07-101-7/+3
* | printk: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-10-051-1/+1
* | kernel: printk: delete repeated words in commentsRandy Dunlap2020-08-101-2/+2
* | 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-121-13/+1
|\
| * 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-031-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
|/