index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
printk
/
printk_ringbuffer.c
Age
Commit message (
Expand
)
Author
2024-02-07
printk: ringbuffer: Skip non-finalized records in panic
John Ogness
2024-02-07
printk: Wait for all reserved records with pr_flush()
John Ogness
2024-02-07
printk: ringbuffer: Cleanup reader terminology
John Ogness
2024-02-07
printk: ringbuffer: Clarify special lpos values
John Ogness
2024-02-07
printk: ringbuffer: Do not skip non-finalized records with prb_next_seq()
John Ogness
2024-02-07
printk: Use prb_first_seq() as base for 32bit seq macros
John Ogness
2023-08-14
printk: ringbuffer: Fix truncating buffer size min_t cast
Kees Cook
2022-11-22
printk: fix a typo of comment
Wang Honghui
2022-01-26
printk: ringbuffer: Improve prb_next_seq() performance
Petr Mladek
2021-01-21
Merge branch 'printk-rework' into for-linus
Petr Mladek
2021-01-15
printk: ringbuffer: fix line counting
John Ogness
2020-12-14
Merge branch 'for-5.11' into for-linus
Petr Mladek
2020-11-27
Merge tag 'printk-for-5.10-rc6-fixup' of git://git.kernel.org/pub/scm/linux/k...
Linus Torvalds
2020-11-11
printk: ringbuffer: Reference text_data_ring directly in callees.
Nikolay Borisov
2020-11-06
printk: remove unneeded dead-store assignment
Lukas Bulwahn
2020-10-30
printk: ringbuffer: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
2020-10-15
printk: ringbuffer: Wrong data pointer when appending small string
Petr Mladek
2020-09-30
printk: avoid and/or handle record truncation
John Ogness
2020-09-22
printk: remove dict ring
John Ogness
2020-09-22
printk: move printk_info into separate array
John Ogness
2020-09-15
printk: ringbuffer: add finalization/extension support
John Ogness
2020-09-15
printk: ringbuffer: change representation of states
John Ogness
2020-09-15
printk: ringbuffer: clear initial reserved fields
John Ogness
2020-09-15
printk: ringbuffer: add BLK_DATALESS() macro
John Ogness
2020-09-15
printk: ringbuffer: relocate get_data()
John Ogness
2020-09-15
printk: ringbuffer: avoid memcpy() on state_var
John Ogness
2020-09-15
printk: ringbuffer: fix setting state in desc_read()
John Ogness
2020-09-08
printk: ringbuffer: support dataless records
John Ogness
2020-07-10
printk: add lockless ringbuffer
John Ogness