summaryrefslogtreecommitdiffstats
path: root/kernel/printk/printk_ringbuffer.h
Commit message (Expand)AuthorAgeFilesLines
* printk: Wait for all reserved records with pr_flush()John Ogness2024-02-071-0/+1
* printk: ringbuffer: Clarify special lpos valuesJohn Ogness2024-02-071-1/+15
* printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()John Ogness2024-02-071-2/+2
* printk: Use prb_first_seq() as base for 32bit seq macrosJohn Ogness2024-02-071-4/+4
* printk: Adjust mapping for 32bit seq macrosSebastian Andrzej Siewior2024-02-071-1/+1
* printk: nbcon: Relocate 32bit seq macrosJohn Ogness2024-02-071-0/+33
* printk: ringbuffer: Improve prb_next_seq() performancePetr Mladek2022-01-261-0/+2
* printk: rectify kernel-doc for prb_rec_init_wr()Lukas Bulwahn2021-01-261-1/+1
* printk: avoid and/or handle record truncationJohn Ogness2020-09-301-1/+1
* printk: remove dict ringJohn Ogness2020-09-221-50/+13
* printk: move dictionary keys to dev_printk_infoJohn Ogness2020-09-221-0/+3
* printk: move printk_info into separate arrayJohn Ogness2020-09-221-13/+16
* printk: ringbuffer: add finalization/extension supportJohn Ogness2020-09-151-1/+5
* printk: ringbuffer: change representation of statesJohn Ogness2020-09-151-11/+20
* printk: ringbuffer: support dataless recordsJohn Ogness2020-09-081-7/+8
* printk: add lockless ringbufferJohn Ogness2020-07-101-0/+399