summaryrefslogtreecommitdiff
path: root/arch/s390/boot/printk.c
AgeCommit message (Expand)AuthorFilesLines
2025-03-04s390/time: Convert MACHINE_HAS_SCC to machine_has_scc()Heiko Carstens1-2/+2
2025-01-26s390/boot: Add timestamps to early boot messagesVasily Gorbik1-5/+22
2025-01-26s390/boot: Dump message ring buffer on crash with bootdebugVasily Gorbik1-0/+18
2025-01-26s390/boot: Add prefix filtering to bootdebug messagesVasily Gorbik1-2/+4
2025-01-26s390/boot: Add bootdebug option to control debug messagesVasily Gorbik1-0/+4
2025-01-26s390/boot: Defer boot messages when earlyprintk is not enabledVasily Gorbik1-2/+7
2025-01-26s390/boot: Make boot_printk() return intVasily Gorbik1-1/+2
2025-01-26s390/boot: Introduce ring buffer for boot messagesVasily Gorbik1-1/+19
2025-01-26s390/boot: Add support for boot messages loglevelsVasily Gorbik1-1/+28
2025-01-26s390/boot: Add decimal conversion specifiers to boot_printk()Vasily Gorbik1-4/+40
2025-01-26s390/boot: Add field width and padding handling to boot_printk()Vasily Gorbik1-18/+50
2025-01-26s390/boot: Add length modifiers to boot_printk()Vasily Gorbik1-8/+18
2025-01-26s390/boot: Add %% support to boot_printk()Vasily Gorbik1-1/+5
2024-09-07s390/boot: Move boot_printk() code to own fileHeiko Carstens1-0/+124