aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-02-22Merge branch 'printk-rework' into for-linusPetr Mladek2-11/+19
2021-02-12printk: avoid prb_first_valid_seq() where possibleJohn Ogness1-10/+18
2021-02-10printk: fix deadlock when kernel panicMuchun Song1-4/+12
2021-01-26printk: rectify kernel-doc for prb_rec_init_wr()Lukas Bulwahn1-1/+1
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 Mladek2-12/+30
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
2021-01-15printk: ringbuffer: fix line countingJohn Ogness1-1/+1
2020-12-16Merge tag 'printk-for-5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds2-119/+170
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 Mladek2-18/+15
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-27Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds2-4/+2
2020-11-27Merge branch 'for-5.10-pr_cont-fixup' into for-linusPetr Mladek1-2/+2
2020-11-27printk: finalize records with trailing newlinesJohn Ogness1-2/+2
2020-11-27Merge branch 'linus' into sched/core, to resolve semantic conflictIngo Molnar1-1/+1
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-11-11printk: ringbuffer: Reference text_data_ring directly in callees.Nikolay Borisov1-17/+15
2020-11-06printk: remove unneeded dead-store assignmentLukas Bulwahn1-2/+0
2020-10-30printk: ringbuffer: Replace zero-length array with flexible-array memberGustavo A. R. Silva1-1/+1
2020-10-16Merge tag 'printk-for-5.10-fixup' of git://git.kernel.org/pub/scm/linux/kernel/git/printk/linuxLinus Torvalds1-1/+4
2020-10-15Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivialLinus Torvalds1-1/+1
2020-10-15printk: ringbuffer: Wrong data pointer when appending small stringPetr Mladek1-1/+4
2020-10-12Merge branch 'printk-rework' into for-linusPetr Mladek6-577/+3042
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 Ogness3-4/+19
2020-09-22printk: remove dict ringJohn Ogness3-200/+64
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness4-83/+92
2020-09-22printk: move printk_info into separate arrayJohn Ogness3-71/+133
2020-09-15printk: reimplement log_cont using record extensionJohn Ogness1-78/+20
2020-09-15printk: ringbuffer: add finalization/extension supportJohn Ogness2-55/+476
2020-09-15printk: ringbuffer: change representation of statesJohn Ogness2-32/+27
2020-09-15printk: ringbuffer: clear initial reserved fieldsJohn Ogness2-16/+26
2020-09-15printk: ringbuffer: add BLK_DATALESS() macroJohn Ogness1-2/+4
2020-09-15printk: ringbuffer: relocate get_data()John Ogness1-58/+58
2020-09-15printk: ringbuffer: avoid memcpy() on state_varJohn Ogness1-2/+7
2020-09-15printk: ringbuffer: fix setting state in desc_read()John Ogness1-7/+19
2020-09-08printk: ringbuffer: support dataless recordsJohn Ogness2-44/+43
2020-09-01Merge branch 'master' into for-nextJiri Kosina4-104/+211
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