summaryrefslogtreecommitdiffstats
path: root/arch/s390/boot
Commit message (Expand)AuthorAgeFilesLines
* s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assembliesHeiko Carstens2025-03-183-6/+6
* s390/boot: Ignore vmlinux.mapWangYuli2025-03-181-0/+1
* s390/boot: Convert __diag308() to extableHeiko Carstens2025-03-041-20/+5
* s390/boot: Convert detect_diag9c() to extableHeiko Carstens2025-03-041-19/+6
* s390/boot: Convert diag500_storage_limit() to extableHeiko Carstens2025-03-041-21/+7
* s390/boot: Convert tprot() to extableHeiko Carstens2025-03-041-19/+5
* s390/boot: Convert __diag260() to extableHeiko Carstens2025-03-041-20/+6
* s390/boot: Convert cmma_test_essa() to extableHeiko Carstens2025-03-041-19/+6
* s390/boot: Add exception table supportHeiko Carstens2025-03-045-11/+39
* s390/boot: Pass pt_regs to program check handlerHeiko Carstens2025-03-043-12/+14
* s390/alternatives: Add debug functionalityHeiko Carstens2025-03-043-0/+139
* s390/vx: Convert cpu_has_vx() to cpu feature functionHeiko Carstens2025-03-041-0/+2
* s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens2025-03-041-0/+23
* s390/diag: Convert MACHINE_HAS_DIAG9C to machine_has_diag9c()Heiko Carstens2025-03-041-0/+32
* s390/tx: Convert MACHINE_HAS_TE to machine_has_tx()Heiko Carstens2025-03-041-0/+4
* s390/tlb: Convert MACHINE_HAS_TLB_GUEST to machine_has_tlb_guest()Heiko Carstens2025-03-041-0/+1
* s390/time: Convert MACHINE_HAS_SCC to machine_has_scc()Heiko Carstens2025-03-043-4/+29
* s390/pci: Get rid of MACHINE_HAS_PCI_MIOHeiko Carstens2025-03-041-0/+3
* s390/lowcore: Convert relocated lowcore alternative to machine featureHeiko Carstens2025-03-043-3/+4
* s390/cpufeature: Convert MACHINE_HAS_EDAT2 to cpu_has_edat2()Heiko Carstens2025-03-043-9/+1
* s390/cpufeature: Convert MACHINE_HAS_EDAT1 to cpu_has_edat1()Heiko Carstens2025-03-043-5/+3
* s390/cpufeature: Convert MACHINE_HAS_NX to cpu_has_nx()Heiko Carstens2025-03-041-1/+1
* Merge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2025-01-3011-133/+504
|\
| * s390/ipl_report: Remove unused 'size' variableVasily Gorbik2025-01-261-1/+0
| * s390: Optimize __pa/__va when RANDOMIZE_IDENTITY_BASE is offVasily Gorbik2025-01-261-2/+3
| * s390/boot: Improve decompression error reportingVasily Gorbik2025-01-261-1/+11
| * s390/boot: Add startup debugging supportVasily Gorbik2025-01-261-2/+26
| * s390/boot: Add vmem debugging supportVasily Gorbik2025-01-261-3/+44
| * s390/boot: Move command line parsing earlierVasily Gorbik2025-01-261-4/+4
| * s390/boot: Add physmem tracking debug supportVasily Gorbik2025-01-263-4/+47
| * s390/boot: Add timestamps to early boot messagesVasily Gorbik2025-01-261-5/+22
| * s390/boot: Dump message ring buffer on crash with bootdebugVasily Gorbik2025-01-263-0/+21
| * s390/boot: Add prefix filtering to bootdebug messagesVasily Gorbik2025-01-263-11/+20
| * s390/boot: Add bootdebug option to control debug messagesVasily Gorbik2025-01-262-0/+6
| * s390/boot: Defer boot messages when earlyprintk is not enabledVasily Gorbik2025-01-262-2/+9
| * s390/boot: Make boot_printk() return intVasily Gorbik2025-01-262-2/+3
| * s390/boot: Introduce ring buffer for boot messagesVasily Gorbik2025-01-261-1/+19
| * s390/boot: Use decimal format specifiers in boot messagesVasily Gorbik2025-01-262-4/+4
| * s390/boot: Replace boot_printk() with loglevel-specific helpersVasily Gorbik2025-01-266-48/+48
| * s390/boot: Add support for boot messages loglevelsVasily Gorbik2025-01-263-1/+51
| * s390/boot: Add decimal conversion specifiers to boot_printk()Vasily Gorbik2025-01-261-4/+40
| * s390/boot: Add field width and padding handling to boot_printk()Vasily Gorbik2025-01-261-18/+50
| * s390/boot: Add length modifiers to boot_printk()Vasily Gorbik2025-01-261-8/+18
| * s390/boot: Add %% support to boot_printk()Vasily Gorbik2025-01-261-1/+5
| * s390/boot: Allow KASAN mapping to fallback to small pagesVasily Gorbik2025-01-261-3/+7
| * s390/boot: Add physmem_alloc()Vasily Gorbik2025-01-262-9/+21
| * s390/boot: Rename physmem_alloc_top_down() to physmem_alloc_or_die()Vasily Gorbik2025-01-266-10/+10
| * s390/mm: Allow large pages for KASAN shadow mappingVasily Gorbik2025-01-261-24/+50
* | Merge tag 's390-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2025-01-203-20/+14
|\|
| * s390/mm: Simplify noexec page protection handlingHeiko Carstens2024-12-173-11/+11