summaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk_ringbuffer.c
Commit message (Expand)AuthorAgeFilesLines
* printk: ringbuffer: Wrong data pointer when appending small stringPetr Mladek2020-10-151-1/+4
* printk: avoid and/or handle record truncationJohn Ogness2020-09-301-2/+10
* printk: remove dict ringJohn Ogness2020-09-221-118/+37
* printk: move printk_info into separate arrayJohn Ogness2020-09-221-51/+94
* printk: ringbuffer: add finalization/extension supportJohn Ogness2020-09-151-54/+471
* printk: ringbuffer: change representation of statesJohn Ogness2020-09-151-21/+7
* printk: ringbuffer: clear initial reserved fieldsJohn Ogness2020-09-151-12/+18
* 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-081-37/+35
* printk: add lockless ringbufferJohn Ogness2020-07-101-0/+1687