summaryrefslogtreecommitdiff
path: root/kernel/printk/printk_ringbuffer.h
AgeCommit message (Expand)Author
2024-09-04printk: nbcon: Init @nbcon_seq to highest possibleJohn Ogness
2024-09-04printk: Use the BITS_PER_LONG macroJinjie Ruan
2024-08-21printk: nbcon: Do not rely on proxy headersJohn Ogness
2024-02-07printk: Wait for all reserved records with pr_flush()John Ogness
2024-02-07printk: ringbuffer: Clarify special lpos valuesJohn Ogness
2024-02-07printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()John Ogness
2024-02-07printk: Use prb_first_seq() as base for 32bit seq macrosJohn Ogness
2024-02-07printk: Adjust mapping for 32bit seq macrosSebastian Andrzej Siewior
2024-02-07printk: nbcon: Relocate 32bit seq macrosJohn Ogness
2022-01-26printk: ringbuffer: Improve prb_next_seq() performancePetr Mladek
2021-01-26printk: rectify kernel-doc for prb_rec_init_wr()Lukas Bulwahn
2020-09-30printk: avoid and/or handle record truncationJohn Ogness
2020-09-22printk: remove dict ringJohn Ogness
2020-09-22printk: move dictionary keys to dev_printk_infoJohn 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-08printk: ringbuffer: support dataless recordsJohn Ogness
2020-07-10printk: add lockless ringbufferJohn Ogness