summaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk_ringbuffer.c
AgeCommit message (Expand)Author
2021-01-21Merge branch 'printk-rework' into for-linusPetr Mladek
2021-01-15printk: ringbuffer: fix line countingJohn Ogness
2020-12-14Merge branch 'for-5.11' into for-linusPetr Mladek
2020-11-27Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2020-11-11printk: ringbuffer: Reference text_data_ring directly in callees.Nikolay Borisov
2020-11-06printk: remove unneeded dead-store assignmentLukas Bulwahn
2020-10-30printk: ringbuffer: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-10-15printk: ringbuffer: Wrong data pointer when appending small stringPetr Mladek
2020-09-30printk: avoid and/or handle record truncationJohn Ogness
2020-09-22printk: remove dict ringJohn Ogness
2020-09-22printk: move printk_info into separate arrayJohn Ogness
2020-09-15printk: ringbuffer: add finalization/extension supportJohn Ogness
2020-09-15printk: ringbuffer: change representation of statesJohn Ogness
2020-09-15printk: ringbuffer: clear initial reserved fieldsJohn Ogness
2020-09-15printk: ringbuffer: add BLK_DATALESS() macroJohn Ogness
2020-09-15printk: ringbuffer: relocate get_data()John Ogness
2020-09-15printk: ringbuffer: avoid memcpy() on state_varJohn Ogness
2020-09-15printk: ringbuffer: fix setting state in desc_read()John Ogness
2020-09-08printk: ringbuffer: support dataless recordsJohn Ogness
2020-07-10printk: add lockless ringbufferJohn Ogness