aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-06-22printk: fix cpu lock orderingJohn Ogness1-3/+50
2021-06-22lib/dump_stack: move cpu lock to printk.cJohn Ogness1-0/+69
2021-03-30kernel/printk.c: Fixed mundane typosBhaskar Chowdhury1-3/+3
2021-03-30printk: rename vprintk_func to vprintkRasmus Villemoes1-7/+1
2021-03-08printk: console: remove unnecessary safe buffer usageJohn Ogness1-7/+3
2021-03-08printk: kmsg_dump: remove _nolock() variantsJohn Ogness1-52/+8
2021-03-08printk: remove logbuf_lockJohn Ogness1-76/+36
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness1-31/+32
2021-03-08printk: kmsg_dumper: remove @active fieldJohn Ogness1-9/+1
2021-03-08printk: add syslog_lockJohn Ogness1-4/+37
2021-03-08printk: use atomic64_t for devkmsg_user.seqJohn Ogness1-12/+12
2021-03-08printk: use seqcount_latch for clear_seqJohn Ogness1-8/+50
2021-03-08printk: introduce CONSOLE_LOG_MAXJohn Ogness1-8/+12
2021-03-08printk: consolidate kmsg_dump_get_buffer/syslog_print_all codeJohn Ogness1-37/+50
2021-03-08printk: refactor kmsg_dump_get_buffer()John Ogness1-29/+33
2021-03-08printk: limit second loop of syslog_print_allJohn Ogness1-1/+8
2021-02-22Merge branch 'printk-rework' into for-linusPetr Mladek1-10/+18
2021-02-12printk: avoid prb_first_valid_seq() where possibleJohn Ogness1-10/+18
2021-01-25Merge branch 'printk-rework' into for-linusPetr Mladek1-1/+1
2021-01-25printk: fix string termination for record_print_text()John Ogness1-1/+1
2021-01-21Merge branch 'printk-rework' into for-linusPetr Mladek1-11/+29
2021-01-19printk: fix buffer overflow potential for print_text()John Ogness1-9/+27
2021-01-15printk: fix kmsg_dump_get_buffer length calulationsJohn Ogness1-2/+2
2020-12-16Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-102/+155
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tipLinus Torvalds1-4/+2
2020-12-14Merge branch 'for-5.11' into for-linusPetr Mladek1-1/+0
2020-12-14Merge branch 'for-5.11-null-console' into for-linusPetr Mladek1-1/+8
2020-12-09printk: remove logbuf_lock writer-protection of ringbufferJohn Ogness1-40/+98
2020-12-09printk: inline log_output(),log_store() in vprintk_store()John Ogness1-78/+67
2020-12-08printk: remove obsolete dead assignmentLukas Bulwahn1-1/+0
2020-11-27printk: finalize records with trailing newlinesJohn Ogness1-2/+2
2020-11-24irq_work: CleanupPeter Zijlstra1-4/+2
2020-11-20printk/console: Allow to disable console output by using console="" or console=nullPetr Mladek1-1/+8
2020-10-12Merge branch 'printk-rework' into for-linusPetr Mladek1-574/+573
2020-10-05printk: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-09-30printk: reduce setup_text_buf size to LOG_LINE_MAXJohn Ogness1-1/+1
2020-09-30printk: avoid and/or handle record truncationJohn Ogness1-1/+8
2020-09-22printk: remove dict ringJohn Ogness1-32/+14
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness1-80/+86
2020-09-22printk: move printk_info into separate arrayJohn Ogness1-7/+23
2020-09-15printk: reimplement log_cont using record extensionJohn Ogness1-78/+20
2020-09-15printk: ringbuffer: clear initial reserved fieldsJohn Ogness1-4/+8
2020-08-10kernel: printk: delete repeated words in commentsRandy Dunlap1-2/+2
2020-08-04Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-4/+12
2020-08-04Merge branch 'for-5.9-console-return-codes' into for-linusPetr Mladek1-4/+4
2020-07-13doc:kmsg: explicitly state the return value in case of SEEK_CURBruno Meneguele1-0/+8
2020-07-10printk: use the lockless ringbufferJohn Ogness1-447/+493
2020-07-10Revert "printk: lock/unlock console only for new logbuf entries"John Ogness1-7/+3
2020-06-25console: Fix trivia typo 'change' -> 'chance'Andy Shevchenko1-1/+1
2020-06-25console: Propagate error code from console ->setup()Andy Shevchenko1-3/+3