summaryrefslogtreecommitdiff
path: root/arch/s390/boot
AgeCommit message (Expand)Author
2025-03-18s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assembliesHeiko Carstens
2025-03-18s390/boot: Ignore vmlinux.mapWangYuli
2025-03-04s390/boot: Convert __diag308() to extableHeiko Carstens
2025-03-04s390/boot: Convert detect_diag9c() to extableHeiko Carstens
2025-03-04s390/boot: Convert diag500_storage_limit() to extableHeiko Carstens
2025-03-04s390/boot: Convert tprot() to extableHeiko Carstens
2025-03-04s390/boot: Convert __diag260() to extableHeiko Carstens
2025-03-04s390/boot: Convert cmma_test_essa() to extableHeiko Carstens
2025-03-04s390/boot: Add exception table supportHeiko Carstens
2025-03-04s390/boot: Pass pt_regs to program check handlerHeiko Carstens
2025-03-04s390/alternatives: Add debug functionalityHeiko Carstens
2025-03-04s390/vx: Convert cpu_has_vx() to cpu feature functionHeiko Carstens
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens
2025-03-04s390/diag: Convert MACHINE_HAS_DIAG9C to machine_has_diag9c()Heiko Carstens
2025-03-04s390/tx: Convert MACHINE_HAS_TE to machine_has_tx()Heiko Carstens
2025-03-04s390/tlb: Convert MACHINE_HAS_TLB_GUEST to machine_has_tlb_guest()Heiko Carstens
2025-03-04s390/time: Convert MACHINE_HAS_SCC to machine_has_scc()Heiko Carstens
2025-03-04s390/pci: Get rid of MACHINE_HAS_PCI_MIOHeiko Carstens
2025-03-04s390/lowcore: Convert relocated lowcore alternative to machine featureHeiko Carstens
2025-03-04s390/cpufeature: Convert MACHINE_HAS_EDAT2 to cpu_has_edat2()Heiko Carstens
2025-03-04s390/cpufeature: Convert MACHINE_HAS_EDAT1 to cpu_has_edat1()Heiko Carstens
2025-03-04s390/cpufeature: Convert MACHINE_HAS_NX to cpu_has_nx()Heiko Carstens
2025-01-30Merge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2025-01-26s390/ipl_report: Remove unused 'size' variableVasily Gorbik
2025-01-26s390: Optimize __pa/__va when RANDOMIZE_IDENTITY_BASE is offVasily Gorbik
2025-01-26s390/boot: Improve decompression error reportingVasily Gorbik
2025-01-26s390/boot: Add startup debugging supportVasily Gorbik
2025-01-26s390/boot: Add vmem debugging supportVasily Gorbik
2025-01-26s390/boot: Move command line parsing earlierVasily Gorbik
2025-01-26s390/boot: Add physmem tracking debug supportVasily Gorbik
2025-01-26s390/boot: Add timestamps to early boot messagesVasily Gorbik
2025-01-26s390/boot: Dump message ring buffer on crash with bootdebugVasily Gorbik
2025-01-26s390/boot: Add prefix filtering to bootdebug messagesVasily Gorbik
2025-01-26s390/boot: Add bootdebug option to control debug messagesVasily Gorbik
2025-01-26s390/boot: Defer boot messages when earlyprintk is not enabledVasily Gorbik
2025-01-26s390/boot: Make boot_printk() return intVasily Gorbik
2025-01-26s390/boot: Introduce ring buffer for boot messagesVasily Gorbik
2025-01-26s390/boot: Use decimal format specifiers in boot messagesVasily Gorbik
2025-01-26s390/boot: Replace boot_printk() with loglevel-specific helpersVasily Gorbik
2025-01-26s390/boot: Add support for boot messages loglevelsVasily Gorbik
2025-01-26s390/boot: Add decimal conversion specifiers to boot_printk()Vasily Gorbik
2025-01-26s390/boot: Add field width and padding handling to boot_printk()Vasily Gorbik
2025-01-26s390/boot: Add length modifiers to boot_printk()Vasily Gorbik
2025-01-26s390/boot: Add %% support to boot_printk()Vasily Gorbik
2025-01-26s390/boot: Allow KASAN mapping to fallback to small pagesVasily Gorbik
2025-01-26s390/boot: Add physmem_alloc()Vasily Gorbik
2025-01-26s390/boot: Rename physmem_alloc_top_down() to physmem_alloc_or_die()Vasily Gorbik
2025-01-26s390/mm: Allow large pages for KASAN shadow mappingVasily Gorbik
2025-01-20Merge tag 's390-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2024-12-17s390/mm: Simplify noexec page protection handlingHeiko Carstens