summaryrefslogtreecommitdiffstats
path: root/kernel/printk
AgeCommit message (Expand)AuthorLines
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
2020-09-30printk: avoid and/or handle record truncationJohn Ogness-4/+19
2020-09-22printk: remove dict ringJohn Ogness-200/+64
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness-83/+92
2020-09-22printk: move printk_info into separate arrayJohn Ogness-71/+133
2020-09-15printk: reimplement log_cont using record extensionJohn Ogness-78/+20
2020-09-15printk: ringbuffer: add finalization/extension supportJohn Ogness-55/+476
2020-09-15printk: ringbuffer: change representation of statesJohn Ogness-32/+27
2020-09-15printk: ringbuffer: clear initial reserved fieldsJohn Ogness-16/+26
2020-09-15printk: ringbuffer: add BLK_DATALESS() macroJohn Ogness-2/+4
2020-09-15printk: ringbuffer: relocate get_data()John Ogness-58/+58
2020-09-15printk: ringbuffer: avoid memcpy() on state_varJohn Ogness-2/+7
2020-09-15printk: ringbuffer: fix setting state in desc_read()John Ogness-7/+19
2020-09-08printk: ringbuffer: support dataless recordsJohn Ogness-44/+43
2020-09-01Merge branch 'master' into for-nextJiri Kosina-104/+211
2020-08-10kernel: printk: delete repeated words in commentsRandy Dunlap-2/+2
2020-08-04Merge tag 'printk-for-5.9' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-4/+12
2020-08-04Merge branch 'for-5.9-console-return-codes' into for-linusPetr Mladek-4/+4
2020-07-13doc:kmsg: explicitly state the return value in case of SEEK_CURBruno Meneguele-0/+8
2020-07-10printk: use the lockless ringbufferJohn Ogness-447/+493
2020-07-10Revert "printk: lock/unlock console only for new logbuf entries"John Ogness-7/+3
2020-07-10printk: add lockless ringbufferJohn Ogness-0/+2087
2020-06-25console: Fix trivia typo 'change' -> 'chance'Andy Shevchenko-1/+1
2020-06-25console: Propagate error code from console ->setup()Andy Shevchenko-3/+3
2020-06-21Revert "kernel/printk: add kmsg SEEK_CUR handling"Jason A. Donenfeld-10/+0
2020-06-12Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds-13/+8
2020-06-11printk/kdb: Redirect printk messages into kdb in any contextPetr Mladek-13/+8
2020-06-03Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds-1/+1
2020-06-01Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds-7/+10
2020-06-01Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds-49/+97
2020-06-01Merge branch 'for-5.8' into for-linusPetr Mladek-32/+84
2020-06-01Merge branch 'for-5.7-preferred-console' into for-linusPetr Mladek-44/+79
2020-05-30printk: Introduce kmsg_dump_reason_str()Kees Cook-0/+17
2020-05-30printk: honor the max_reason field in kmsg_dumperPavel Tatashin-4/+11
2020-05-22printk: handle blank console arguments passed in.Shreyas Joshi-0/+3
2020-05-21kernel/printk: add kmsg SEEK_CUR handlingBruno Meneguele-0/+10
2020-05-21printk: Fix a typo in comment "interator"->"iterator"Ethon Paul-2/+2
2020-05-19printk: Disallow instrumenting print_nmi_enter()Peter Zijlstra-2/+3
2020-05-19printk: Prepare for nested printk_nmi_enter()Petr Mladek-5/+7
2020-05-18printk: fix global commentRandy Dunlap-1/+1
2020-04-27sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig-1/+1