summaryrefslogtreecommitdiff
path: root/arch/s390/boot/startup.c
AgeCommit message (Expand)Author
2025-03-18s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assembliesHeiko Carstens
2025-03-04s390/boot: Convert detect_diag9c() to extableHeiko Carstens
2025-03-04s390/boot: Convert cmma_test_essa() to extableHeiko 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: Optimize __pa/__va when RANDOMIZE_IDENTITY_BASE is offVasily Gorbik
2025-01-26s390/boot: Add startup 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: Replace boot_printk() with loglevel-specific helpersVasily Gorbik
2025-01-26s390/boot: Rename physmem_alloc_top_down() to physmem_alloc_or_die()Vasily 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
2024-12-15s390/mm: Consider KMSAN modules metadata for paging levelsVasily Gorbik
2024-11-07s390/physmem_info: Query diag500(STORAGE LIMIT) to support QEMU/KVM memory de...David Hildenbrand
2024-10-25s390: Fix various typosHeiko Carstens
2024-09-21Merge tag 's390-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2024-09-07s390/boot: Use boot_printk() instead of sclp_early_printk()Heiko Carstens
2024-09-07s390/boot: Rename decompressor_printk() to boot_printk()Heiko Carstens
2024-08-22s390/boot: Fix KASLR base offset off by __START_KERNEL bytesAlexander Gordeev
2024-08-22s390/boot: Avoid possible physmem_info segment corruptionAlexander Gordeev
2024-08-21s390/mm: Pin identity mapping base to zeroAlexander Gordeev
2024-07-23s390: Add infrastructure to patch lowcore accessesSven Schnelle
2024-07-23s390/alternatives: Allow early alternative patching in decompressorSven Schnelle
2024-07-23s390/boot: Do not assume the decompressor range is reservedAlexander Gordeev
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2024-07-18Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds
2024-07-03s390/mm: define KMSAN metadata for vmalloc and modulesIlya Leoshkevich
2024-06-25s390/boot: Do not adjust GOT entries for undef weak symJens Remus
2024-06-18s390/boot: Replace S390_lowcore by get_lowcore()Sven Schnelle
2024-06-11s390/mm: Restore mapping of kernel image using large pagesAlexander Gordeev
2024-05-16s390/boot: Remove alt_stfle_fac_list from decompressorSven Schnelle
2024-04-29s390: Compile kernel with -fPIC and link with -no-pieSumanth Korikkar
2024-04-17s390/boot: Do not rescue .vmlinux.relocs sectionAlexander Gordeev
2024-04-17s390/boot: Rework deployment of the kernel imageAlexander Gordeev
2024-04-17s390: Map kernel at fixed location when KASLR is disabledAlexander Gordeev
2024-04-17s390/mm: Uncouple physical vs virtual address spacesAlexander Gordeev
2024-04-17s390/boot: Uncouple virtual and physical kernel offsetsAlexander Gordeev
2024-04-17s390/mm: Create virtual memory layout structureAlexander Gordeev
2024-04-17s390/boot: Swap vmalloc and Lowcore/Real Memory Copy areasAlexander Gordeev