summaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk.c
Commit message (Expand)AuthorAgeFilesLines
* printk: fix cpu lock orderingJohn Ogness2021-06-221-3/+50
* lib/dump_stack: move cpu lock to printk.cJohn Ogness2021-06-221-0/+69
* kernel/printk.c: Fixed mundane typosBhaskar Chowdhury2021-03-301-3/+3
* printk: rename vprintk_func to vprintkRasmus Villemoes2021-03-301-7/+1
* printk: console: remove unnecessary safe buffer usageJohn Ogness2021-03-081-7/+3
* printk: kmsg_dump: remove _nolock() variantsJohn Ogness2021-03-081-52/+8
* printk: remove logbuf_lockJohn Ogness2021-03-081-76/+36
* printk: introduce a kmsg_dump iteratorJohn Ogness2021-03-081-31/+32
* printk: kmsg_dumper: remove @active fieldJohn Ogness2021-03-081-9/+1
* printk: add syslog_lockJohn Ogness2021-03-081-4/+37
* printk: use atomic64_t for devkmsg_user.seqJohn Ogness2021-03-081-12/+12
* printk: use seqcount_latch for clear_seqJohn Ogness2021-03-081-8/+50
* printk: introduce CONSOLE_LOG_MAXJohn Ogness2021-03-081-8/+12
* printk: consolidate kmsg_dump_get_buffer/syslog_print_all codeJohn Ogness2021-03-081-37/+50
* printk: refactor kmsg_dump_get_buffer()John Ogness2021-03-081-29/+33
* printk: limit second loop of syslog_print_allJohn Ogness2021-03-081-1/+8
* Merge branch 'printk-rework' into for-linusPetr Mladek2021-02-221-10/+18
|\
| * printk: avoid prb_first_valid_seq() where possibleJohn Ogness2021-02-121-10/+18
* | Merge branch 'printk-rework' into for-linusPetr Mladek2021-01-251-1/+1
|\|
| * printk: fix string termination for record_print_text()John Ogness2021-01-251-1/+1
* | Merge branch 'printk-rework' into for-linusPetr Mladek2021-01-211-11/+29
|\|
| * printk: fix buffer overflow potential for print_text()John Ogness2021-01-191-9/+27
| * printk: fix kmsg_dump_get_buffer length calulationsJohn Ogness2021-01-151-2/+2
* | Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-12-161-102/+155
|\ \
| * \ Merge branch 'for-5.11' into for-linusPetr Mladek2020-12-141-1/+0
| |\ \
| | * | printk: remove obsolete dead assignmentLukas Bulwahn2020-12-081-1/+0
| * | | Merge branch 'for-5.11-null-console' into for-linusPetr Mladek2020-12-141-1/+8
| |\ \ \ | | |_|/ | |/| |
| | * | printk/console: Allow to disable console output by using console="" or consol...Petr Mladek2020-11-201-1/+8
| | |/
| * | printk: remove logbuf_lock writer-protection of ringbufferJohn Ogness2020-12-091-40/+98
| * | printk: inline log_output(),log_store() in vprintk_store()John Ogness2020-12-091-78/+67
* | | Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-12-141-4/+2
|\ \ \ | |/ / |/| |
| * | irq_work: CleanupPeter Zijlstra2020-11-241-4/+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
| |/