index
:
linux.git
for-next
master
Linus' kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
arch
/
s390
/
boot
/
printk.c
Age
Commit message (
Expand
)
Author
2025-04-30
s390/boot: Use strspcy() instead of strcpy()
Heiko Carstens
2025-04-14
s390/boot: Replace strncpy() with strscpy()
Vasily Gorbik
2025-03-04
s390/time: Convert MACHINE_HAS_SCC to machine_has_scc()
Heiko Carstens
2025-01-26
s390/boot: Add timestamps to early boot messages
Vasily Gorbik
2025-01-26
s390/boot: Dump message ring buffer on crash with bootdebug
Vasily Gorbik
2025-01-26
s390/boot: Add prefix filtering to bootdebug messages
Vasily Gorbik
2025-01-26
s390/boot: Add bootdebug option to control debug messages
Vasily Gorbik
2025-01-26
s390/boot: Defer boot messages when earlyprintk is not enabled
Vasily Gorbik
2025-01-26
s390/boot: Make boot_printk() return int
Vasily Gorbik
2025-01-26
s390/boot: Introduce ring buffer for boot messages
Vasily Gorbik
2025-01-26
s390/boot: Add support for boot messages loglevels
Vasily Gorbik
2025-01-26
s390/boot: Add decimal conversion specifiers to boot_printk()
Vasily Gorbik
2025-01-26
s390/boot: Add field width and padding handling to boot_printk()
Vasily Gorbik
2025-01-26
s390/boot: Add length modifiers to boot_printk()
Vasily Gorbik
2025-01-26
s390/boot: Add %% support to boot_printk()
Vasily Gorbik
2024-09-07
s390/boot: Move boot_printk() code to own file
Heiko Carstens