summaryrefslogtreecommitdiffstats
path: root/kernel/printk
AgeCommit message (Expand)AuthorLines
2021-06-29Merge tag 'printk-for-5.14' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-0/+116
2021-06-22printk: fix cpu lock orderingJohn Ogness-3/+50
2021-06-22lib/dump_stack: move cpu lock to printk.cJohn Ogness-0/+69
2021-06-16printk: Move EXPORT_SYMBOL() closer to vprintk definitionPunit Agrawal-1/+1
2021-03-30kernel/printk.c: Fixed mundane typosBhaskar Chowdhury-3/+3
2021-03-30printk: rename vprintk_func to vprintkRasmus Villemoes-11/+3
2021-03-08printk: console: remove unnecessary safe buffer usageJohn Ogness-7/+3
2021-03-08printk: kmsg_dump: remove _nolock() variantsJohn Ogness-52/+8
2021-03-08printk: remove logbuf_lockJohn Ogness-97/+46
2021-03-08printk: introduce a kmsg_dump iteratorJohn Ogness-31/+32
2021-03-08printk: kmsg_dumper: remove @active fieldJohn Ogness-9/+1
2021-03-08printk: add syslog_lockJohn Ogness-4/+37
2021-03-08printk: use atomic64_t for devkmsg_user.seqJohn Ogness-12/+12
2021-03-08printk: use seqcount_latch for clear_seqJohn Ogness-8/+50
2021-03-08printk: introduce CONSOLE_LOG_MAXJohn Ogness-8/+12
2021-03-08printk: consolidate kmsg_dump_get_buffer/syslog_print_all codeJohn Ogness-37/+50
2021-03-08printk: refactor kmsg_dump_get_buffer()John Ogness-29/+33
2021-03-08printk: limit second loop of syslog_print_allJohn Ogness-1/+8
2021-02-22Merge branch 'printk-rework' into for-linusPetr Mladek-11/+19
2021-02-12printk: avoid prb_first_valid_seq() where possibleJohn Ogness-10/+18
2021-02-10printk: fix deadlock when kernel panicMuchun Song-4/+12
2021-01-26printk: rectify kernel-doc for prb_rec_init_wr()Lukas Bulwahn-1/+1
2021-01-25Merge branch 'printk-rework' into for-linusPetr Mladek-1/+1
2021-01-25printk: fix string termination for record_print_text()John Ogness-1/+1
2021-01-21Merge branch 'printk-rework' into for-linusPetr Mladek-12/+30
2021-01-19printk: fix buffer overflow potential for print_text()John Ogness-9/+27
2021-01-15printk: fix kmsg_dump_get_buffer length calulationsJohn Ogness-2/+2
2021-01-15printk: ringbuffer: fix line countingJohn Ogness-1/+1
2020-12-16Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds-119/+170
2020-12-14Merge tag 'sched-core-2020-12-14' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-4/+2
2020-12-14Merge branch 'for-5.11' into for-linusPetr Mladek-18/+15
2020-12-14Merge branch 'for-5.11-null-console' into for-linusPetr Mladek-1/+8
2020-12-09printk: remove logbuf_lock writer-protection of ringbufferJohn Ogness-40/+98
2020-12-09printk: inline log_output(),log_store() in vprintk_store()John Ogness-78/+67
2020-12-08printk: remove obsolete dead assignmentLukas Bulwahn-1/+0
2020-11-27Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds-4/+2
2020-11-27Merge branch 'for-5.10-pr_cont-fixup' into for-linusPetr Mladek-2/+2
2020-11-27printk: finalize records with trailing newlinesJohn Ogness-2/+2
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar-1/+1
2020-11-24irq_work: CleanupPeter Zijlstra-4/+2
2020-11-20printk/console: Allow to disable console output by using console="" or consol...Petr Mladek-1/+8
2020-11-11printk: ringbuffer: Reference text_data_ring directly in callees.Nikolay Borisov-17/+15
2020-11-06printk: remove unneeded dead-store assignmentLukas Bulwahn-2/+0
2020-10-30printk: ringbuffer: Replace zero-length array with flexible-array memberGustavo A. R. Silva-1/+1
2020-10-16Merge tag 'printk-for-5.10-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds-1/+4
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds-1/+1
2020-10-15printk: ringbuffer: Wrong data pointer when appending small stringPetr Mladek-1/+4
2020-10-12Merge branch 'printk-rework' into for-linusPetr Mladek-577/+3042
2020-10-05printk: Use fallthrough pseudo-keywordGustavo A. R. Silva-1/+1
2020-09-30printk: reduce setup_text_buf size to LOG_LINE_MAXJohn Ogness-1/+1