summaryrefslogtreecommitdiff
path: root/arch/s390/boot
AgeCommit message (Expand)AuthorFilesLines
2025-04-30s390/boot: Use strspcy() instead of strcpy()Heiko Carstens2-4/+6
2025-04-16watchdog: diag288_wdt: Implement module autoloadHeiko Carstens1-0/+17
2025-04-14s390/boot: Replace strncpy() with strscpy()Vasily Gorbik2-2/+2
2025-04-14s390/boot: Add sized_strscpy() to enable strscpy() usageVasily Gorbik1-0/+12
2025-03-18s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assembliesHeiko Carstens3-6/+6
2025-03-18s390/boot: Ignore vmlinux.mapWangYuli1-0/+1
2025-03-04s390/boot: Convert __diag308() to extableHeiko Carstens1-20/+5
2025-03-04s390/boot: Convert detect_diag9c() to extableHeiko Carstens1-19/+6
2025-03-04s390/boot: Convert diag500_storage_limit() to extableHeiko Carstens1-21/+7
2025-03-04s390/boot: Convert tprot() to extableHeiko Carstens1-19/+5
2025-03-04s390/boot: Convert __diag260() to extableHeiko Carstens1-20/+6
2025-03-04s390/boot: Convert cmma_test_essa() to extableHeiko Carstens1-19/+6
2025-03-04s390/boot: Add exception table supportHeiko Carstens5-11/+39
2025-03-04s390/boot: Pass pt_regs to program check handlerHeiko Carstens3-12/+14
2025-03-04s390/alternatives: Add debug functionalityHeiko Carstens3-0/+139
2025-03-04s390/vx: Convert cpu_has_vx() to cpu feature functionHeiko Carstens1-0/+2
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens1-0/+23
2025-03-04s390/diag: Convert MACHINE_HAS_DIAG9C to machine_has_diag9c()Heiko Carstens1-0/+32
2025-03-04s390/tx: Convert MACHINE_HAS_TE to machine_has_tx()Heiko Carstens1-0/+4
2025-03-04s390/tlb: Convert MACHINE_HAS_TLB_GUEST to machine_has_tlb_guest()Heiko Carstens1-0/+1
2025-03-04s390/time: Convert MACHINE_HAS_SCC to machine_has_scc()Heiko Carstens3-4/+29
2025-03-04s390/pci: Get rid of MACHINE_HAS_PCI_MIOHeiko Carstens1-0/+3
2025-03-04s390/lowcore: Convert relocated lowcore alternative to machine featureHeiko Carstens3-3/+4
2025-03-04s390/cpufeature: Convert MACHINE_HAS_EDAT2 to cpu_has_edat2()Heiko Carstens3-9/+1
2025-03-04s390/cpufeature: Convert MACHINE_HAS_EDAT1 to cpu_has_edat1()Heiko Carstens3-5/+3
2025-03-04s390/cpufeature: Convert MACHINE_HAS_NX to cpu_has_nx()Heiko Carstens1-1/+1
2025-01-30Merge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds11-133/+504
2025-01-26s390/ipl_report: Remove unused 'size' variableVasily Gorbik1-1/+0
2025-01-26s390: Optimize __pa/__va when RANDOMIZE_IDENTITY_BASE is offVasily Gorbik1-2/+3
2025-01-26s390/boot: Improve decompression error reportingVasily Gorbik1-1/+11
2025-01-26s390/boot: Add startup debugging supportVasily Gorbik1-2/+26
2025-01-26s390/boot: Add vmem debugging supportVasily Gorbik1-3/+44
2025-01-26s390/boot: Move command line parsing earlierVasily Gorbik1-4/+4
2025-01-26s390/boot: Add physmem tracking debug supportVasily Gorbik3-4/+47
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 Gorbik3-0/+21
2025-01-26s390/boot: Add prefix filtering to bootdebug messagesVasily Gorbik3-11/+20
2025-01-26s390/boot: Add bootdebug option to control debug messagesVasily Gorbik2-0/+6
2025-01-26s390/boot: Defer boot messages when earlyprintk is not enabledVasily Gorbik2-2/+9
2025-01-26s390/boot: Make boot_printk() return intVasily Gorbik2-2/+3
2025-01-26s390/boot: Introduce ring buffer for boot messagesVasily Gorbik1-1/+19
2025-01-26s390/boot: Use decimal format specifiers in boot messagesVasily Gorbik2-4/+4
2025-01-26s390/boot: Replace boot_printk() with loglevel-specific helpersVasily Gorbik6-48/+48
2025-01-26s390/boot: Add support for boot messages loglevelsVasily Gorbik3-1/+51
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
2025-01-26s390/boot: Allow KASAN mapping to fallback to small pagesVasily Gorbik1-3/+7
2025-01-26s390/boot: Add physmem_alloc()Vasily Gorbik2-9/+21