aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk_ringbuffer.h
AgeCommit message (Expand)AuthorFilesLines
2024-02-07printk: Wait for all reserved records with pr_flush()John Ogness1-0/+1
2024-02-07printk: ringbuffer: Clarify special lpos valuesJohn Ogness1-1/+15
2024-02-07printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()John Ogness1-2/+2
2024-02-07printk: Use prb_first_seq() as base for 32bit seq macrosJohn Ogness1-4/+4
2024-02-07printk: Adjust mapping for 32bit seq macrosSebastian Andrzej Siewior1-1/+1
2024-02-07printk: nbcon: Relocate 32bit seq macrosJohn Ogness1-0/+33
2022-01-26printk: ringbuffer: Improve prb_next_seq() performancePetr Mladek1-0/+2
2021-01-26printk: rectify kernel-doc for prb_rec_init_wr()Lukas Bulwahn1-1/+1
2020-09-30printk: avoid and/or handle record truncationJohn Ogness1-1/+1
2020-09-22printk: remove dict ringJohn Ogness1-50/+13
2020-09-22printk: move dictionary keys to dev_printk_infoJohn Ogness1-0/+3
2020-09-22printk: move printk_info into separate arrayJohn Ogness1-13/+16
2020-09-15printk: ringbuffer: add finalization/extension supportJohn Ogness1-1/+5
2020-09-15printk: ringbuffer: change representation of statesJohn Ogness1-11/+20
2020-09-08printk: ringbuffer: support dataless recordsJohn Ogness1-7/+8
2020-07-10printk: add lockless ringbufferJohn Ogness1-0/+399