summaryrefslogtreecommitdiffstats
path: root/kernel/printk
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2020-11-272-4/+2
|\
| * Merge branch 'for-5.10-pr_cont-fixup' into for-linusPetr Mladek2020-11-271-2/+2
| |\
| | * printk: finalize records with trailing newlinesJohn Ogness2020-11-271-2/+2
| * | printk: remove unneeded dead-store assignmentLukas Bulwahn2020-11-061-2/+0
| |/
* / printk: ringbuffer: Replace zero-length array with flexible-array memberGustavo A. R. Silva2020-10-301-1/+1
|/
* Merge tag 'printk-for-5.10-fixup' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-10-161-1/+4
|\
| * printk: ringbuffer: Wrong data pointer when appending small stringPetr Mladek2020-10-151-1/+4
* | Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...Linus Torvalds2020-10-151-1/+1
|\ \ | |/ |/|
| * Merge branch 'master' into for-nextJiri Kosina2020-09-014-104/+211
| |\
| * | printk: fix global commentRandy Dunlap2020-05-181-1/+1
* | | Merge branch 'printk-rework' into for-linusPetr Mladek2020-10-126-577/+3042
|\ \ \
| * | | printk: reduce setup_text_buf size to LOG_LINE_MAXJohn Ogness2020-09-301-1/+1
| * | | printk: avoid and/or handle record truncationJohn Ogness2020-09-303-4/+19
| * | | printk: remove dict ringJohn Ogness2020-09-223-200/+64
| * | | printk: move dictionary keys to dev_printk_infoJohn Ogness2020-09-224-83/+92
| * | | printk: move printk_info into separate arrayJohn Ogness2020-09-223-71/+133
| * | | printk: reimplement log_cont using record extensionJohn Ogness2020-09-151-78/+20
| * | | printk: ringbuffer: add finalization/extension supportJohn Ogness2020-09-152-55/+476
| * | | printk: ringbuffer: change representation of statesJohn Ogness2020-09-152-32/+27
| * | | printk: ringbuffer: clear initial reserved fieldsJohn Ogness2020-09-152-16/+26
| * | | printk: ringbuffer: add BLK_DATALESS() macroJohn Ogness2020-09-151-2/+4
| * | | printk: ringbuffer: relocate get_data()John Ogness2020-09-151-58/+58
| * | | printk: ringbuffer: avoid memcpy() on state_varJohn Ogness2020-09-151-2/+7
| * | | printk: ringbuffer: fix setting state in desc_read()John Ogness2020-09-151-7/+19
| * | | printk: ringbuffer: support dataless recordsJohn Ogness2020-09-082-44/+43
| * | | 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: add lockless ringbufferJohn Ogness2020-07-103-0/+2087
* | | | 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
| |/ /
* / / Revert "kernel/printk: add kmsg SEEK_CUR handling"Jason A. Donenfeld2020-06-211-10/+0
|/ /
* | Merge tag 'printk-for-5.8-kdb-nmi' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2020-06-122-13/+8
|\ \
| * | printk/kdb: Redirect printk messages into kdb in any contextPetr Mladek2020-06-112-13/+8
* | | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net-nextLinus Torvalds2020-06-031-1/+1
|\ \ \
| * | | sysctl: pass kernel pointers to ->proc_handlerChristoph Hellwig2020-04-271-1/+1
* | | | Merge tag 'core-rcu-2020-06-01' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2020-06-012-7/+10
|\ \ \ \ | |_|/ / |/| | |
| * | | printk: Disallow instrumenting print_nmi_enter()Peter Zijlstra2020-05-191-2/+3
| * | | printk: Prepare for nested printk_nmi_enter()Petr Mladek2020-05-192-5/+7
| |/ /
* | | Merge tag 'printk-for-5.8' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-06-012-49/+97
|\ \ \
| * \ \ Merge branch 'for-5.8' into for-linusPetr Mladek2020-06-013-32/+84
| |\ \ \
| | * | | printk: handle blank console arguments passed in.Shreyas Joshi2020-05-221-0/+3
| | * | | kernel/printk: add kmsg SEEK_CUR handlingBruno Meneguele2020-05-211-0/+10
| | * | | printk: Fix a typo in comment "interator"->"iterator"Ethon Paul2020-05-211-2/+2
| | |/ /
| * | | Merge branch 'for-5.7-preferred-console' into for-linusPetr Mladek2020-06-012-44/+79
| |\ \ \
| | * | | printk: Correctly set CON_CONSDEV even when preferred console was not registeredBenjamin Herrenschmidt2020-02-181-0/+2