summaryrefslogtreecommitdiffstats
path: root/arch/s390/boot
AgeCommit message (Expand)AuthorLines
2026-02-09Merge tag 's390-7.0-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds-0/+2
2026-01-27s390/Kconfig: Define non-zero ILLEGAL_POINTER_VALUEGerd Bayer-0/+1
2026-01-22s390/boot/vmlinux.lds.S: Ensure bzImage ends with SecureBoot trailerAlexander Egorenkov-8/+9
2025-12-22s390/boot: Add -Wno-default-const-init-unsafe to KBUILD_CFLAGSHeiko Carstens-0/+1
2025-12-07s390/boot: Use entire page for PTEsVasily Gorbik-14/+2
2025-12-05Merge tag 'mm-stable-2025-12-03-21-26' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds-1/+0
2025-11-24s390: Add stackprotector supportHeiko Carstens-0/+25
2025-11-17s390: Remove compat supportHeiko Carstens-1/+0
2025-11-17s390/ptrace: Rename psw_t32 to psw32_tHeiko Carstens-1/+1
2025-11-16mm: make INVALID_PHYS_ADDR a generic macroAnshuman Khandual-1/+0
2025-09-29Merge tag 's390-6.18-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-16/+13
2025-08-28s390/boot: Add common boot_panic() codeHeiko Carstens-16/+13
2025-08-20s390/mm: Do not map lowcore with identity mappingHeiko Carstens-0/+3
2025-08-06s390/boot: Fix startup debugging logMikhail Zaslonko-1/+1
2025-07-10s390/boot: Introduce jump_to_kernel() functionIlya Leoshkevich-3/+20
2025-06-25s390/boot: Use -D__DISABLE_EXPORTSPetr Pavlu-2/+2
2025-06-23s390/boot: Use the full title of the manual for facility bitsXose Vazquez Perez-1/+1
2025-06-16s390: Replace __ASSEMBLY__ with __ASSEMBLER__ in non-uapi headersThomas Huth-2/+2
2025-04-30s390/boot: Use strspcy() instead of strcpy()Heiko Carstens-4/+6
2025-04-16watchdog: diag288_wdt: Implement module autoloadHeiko Carstens-0/+17
2025-04-14s390/boot: Replace strncpy() with strscpy()Vasily Gorbik-2/+2
2025-04-14s390/boot: Add sized_strscpy() to enable strscpy() usageVasily Gorbik-0/+12
2025-03-18s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assembliesHeiko Carstens-6/+6
2025-03-18s390/boot: Ignore vmlinux.mapWangYuli-0/+1
2025-03-04s390/boot: Convert __diag308() to extableHeiko Carstens-20/+5
2025-03-04s390/boot: Convert detect_diag9c() to extableHeiko Carstens-19/+6
2025-03-04s390/boot: Convert diag500_storage_limit() to extableHeiko Carstens-21/+7
2025-03-04s390/boot: Convert tprot() to extableHeiko Carstens-19/+5
2025-03-04s390/boot: Convert __diag260() to extableHeiko Carstens-20/+6
2025-03-04s390/boot: Convert cmma_test_essa() to extableHeiko Carstens-19/+6
2025-03-04s390/boot: Add exception table supportHeiko Carstens-11/+39
2025-03-04s390/boot: Pass pt_regs to program check handlerHeiko Carstens-12/+14
2025-03-04s390/alternatives: Add debug functionalityHeiko Carstens-0/+139
2025-03-04s390/vx: Convert cpu_has_vx() to cpu feature functionHeiko Carstens-0/+2
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens-0/+23
2025-03-04s390/diag: Convert MACHINE_HAS_DIAG9C to machine_has_diag9c()Heiko Carstens-0/+32
2025-03-04s390/tx: Convert MACHINE_HAS_TE to machine_has_tx()Heiko Carstens-0/+4
2025-03-04s390/tlb: Convert MACHINE_HAS_TLB_GUEST to machine_has_tlb_guest()Heiko Carstens-0/+1
2025-03-04s390/time: Convert MACHINE_HAS_SCC to machine_has_scc()Heiko Carstens-4/+29
2025-03-04s390/pci: Get rid of MACHINE_HAS_PCI_MIOHeiko Carstens-0/+3
2025-03-04s390/lowcore: Convert relocated lowcore alternative to machine featureHeiko Carstens-3/+4
2025-03-04s390/cpufeature: Convert MACHINE_HAS_EDAT2 to cpu_has_edat2()Heiko Carstens-9/+1
2025-03-04s390/cpufeature: Convert MACHINE_HAS_EDAT1 to cpu_has_edat1()Heiko Carstens-5/+3
2025-03-04s390/cpufeature: Convert MACHINE_HAS_NX to cpu_has_nx()Heiko Carstens-1/+1
2025-01-30Merge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds-133/+504
2025-01-26s390/ipl_report: Remove unused 'size' variableVasily Gorbik-1/+0
2025-01-26s390: Optimize __pa/__va when RANDOMIZE_IDENTITY_BASE is offVasily Gorbik-2/+3
2025-01-26s390/boot: Improve decompression error reportingVasily Gorbik-1/+11
2025-01-26s390/boot: Add startup debugging supportVasily Gorbik-2/+26
2025-01-26s390/boot: Add vmem debugging supportVasily Gorbik-3/+44