| Commit message (Expand) | Author | Age | Files | Lines |
* | printk: Use prb_first_seq() as base for 32bit seq macros | John Ogness | 2024-03-26 | 1 | -1/+1 |
* | printk: ringbuffer: Skip non-finalized records in panic | John Ogness | 2024-03-26 | 1 | -2/+26 |
* | printk: ringbuffer: Cleanup reader terminology | John Ogness | 2024-03-26 | 1 | -7/+9 |
* | printk: Wait for all reserved records with pr_flush() | John Ogness | 2024-03-26 | 1 | -0/+105 |
* | printk: ringbuffer: Do not skip non-finalized records with prb_next_seq() | John Ogness | 2024-03-26 | 1 | -39/+125 |
* | printk: ringbuffer: Fix truncating buffer size min_t cast | Kees Cook | 2023-08-14 | 1 | -1/+1 |
* | printk: fix a typo of comment | Wang Honghui | 2022-11-22 | 1 | -1/+1 |
* | printk: ringbuffer: Improve prb_next_seq() performance | Petr Mladek | 2022-01-26 | 1 | -5/+47 |
* | Merge branch 'printk-rework' into for-linus | Petr Mladek | 2021-01-21 | 1 | -1/+1 |
|\ |
|
| * | printk: ringbuffer: fix line counting | John Ogness | 2021-01-15 | 1 | -1/+1 |
* | | Merge branch 'for-5.11' into for-linus | Petr Mladek | 2020-12-14 | 1 | -17/+15 |
|\ \
| |/
|/| |
|
| * | printk: ringbuffer: Reference text_data_ring directly in callees. | Nikolay Borisov | 2020-11-11 | 1 | -17/+15 |
* | | Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 2020-11-27 | 1 | -2/+0 |
|\ \ |
|
| * | | printk: remove unneeded dead-store assignment | Lukas Bulwahn | 2020-11-06 | 1 | -2/+0 |
| |/ |
|
* / | printk: ringbuffer: Replace zero-length array with flexible-array member | Gustavo A. R. Silva | 2020-10-30 | 1 | -1/+1 |
|/ |
|
* | printk: ringbuffer: Wrong data pointer when appending small string | Petr Mladek | 2020-10-15 | 1 | -1/+4 |
* | printk: avoid and/or handle record truncation | John Ogness | 2020-09-30 | 1 | -2/+10 |
* | printk: remove dict ring | John Ogness | 2020-09-22 | 1 | -118/+37 |
* | printk: move printk_info into separate array | John Ogness | 2020-09-22 | 1 | -51/+94 |
* | printk: ringbuffer: add finalization/extension support | John Ogness | 2020-09-15 | 1 | -54/+471 |
* | printk: ringbuffer: change representation of states | John Ogness | 2020-09-15 | 1 | -21/+7 |
* | printk: ringbuffer: clear initial reserved fields | John Ogness | 2020-09-15 | 1 | -12/+18 |
* | printk: ringbuffer: add BLK_DATALESS() macro | John Ogness | 2020-09-15 | 1 | -2/+4 |
* | printk: ringbuffer: relocate get_data() | John Ogness | 2020-09-15 | 1 | -58/+58 |
* | printk: ringbuffer: avoid memcpy() on state_var | John Ogness | 2020-09-15 | 1 | -2/+7 |
* | printk: ringbuffer: fix setting state in desc_read() | John Ogness | 2020-09-15 | 1 | -7/+19 |
* | printk: ringbuffer: support dataless records | John Ogness | 2020-09-08 | 1 | -37/+35 |
* | printk: add lockless ringbuffer | John Ogness | 2020-07-10 | 1 | -0/+1687 |