aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/boot/startup.c
AgeCommit message (Expand)AuthorFilesLines
2025-11-24s390: Add stackprotector supportHeiko Carstens1-0/+8
2025-08-28s390/boot: Add common boot_panic() codeHeiko Carstens1-10/+3
2025-08-06s390/boot: Fix startup debugging logMikhail Zaslonko1-1/+1
2025-07-10s390/boot: Introduce jump_to_kernel() functionIlya Leoshkevich1-1/+1
2025-04-16watchdog: diag288_wdt: Implement module autoloadHeiko Carstens1-0/+17
2025-03-18s390: Use inline qualifier for all EX_TABLE and ALTERNATIVE inline assembliesHeiko Carstens1-2/+2
2025-03-04s390/boot: Convert detect_diag9c() to extableHeiko Carstens1-19/+6
2025-03-04s390/boot: Convert cmma_test_essa() to extableHeiko Carstens1-19/+6
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 Carstens1-0/+24
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 Carstens1-1/+0
2025-03-04s390/cpufeature: Convert MACHINE_HAS_EDAT2 to cpu_has_edat2()Heiko Carstens1-4/+0
2025-03-04s390/cpufeature: Convert MACHINE_HAS_EDAT1 to cpu_has_edat1()Heiko Carstens1-3/+1
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 Torvalds1-10/+37
2025-01-26s390: Optimize __pa/__va when RANDOMIZE_IDENTITY_BASE is offVasily Gorbik1-2/+3
2025-01-26s390/boot: Add startup debugging supportVasily Gorbik1-2/+26
2025-01-26s390/boot: Move command line parsing earlierVasily Gorbik1-4/+4
2025-01-26s390/boot: Add physmem tracking debug supportVasily Gorbik1-0/+1
2025-01-26s390/boot: Replace boot_printk() with loglevel-specific helpersVasily Gorbik1-2/+3
2025-01-26s390/boot: Rename physmem_alloc_top_down() to physmem_alloc_or_die()Vasily Gorbik1-1/+1
2025-01-20Merge tag 's390-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-2/+11
2024-12-17s390/mm: Simplify noexec page protection handlingHeiko Carstens1-2/+11
2024-12-15s390/mm: Consider KMSAN modules metadata for paging levelsVasily Gorbik1-0/+2
2024-11-07s390/physmem_info: Query diag500(STORAGE LIMIT) to support QEMU/KVM memory de...David Hildenbrand1-2/+5
2024-10-25s390: Fix various typosHeiko Carstens1-1/+1
2024-09-21Merge tag 's390-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-5/+2
2024-09-07s390/boot: Use boot_printk() instead of sclp_early_printk()Heiko Carstens1-4/+1
2024-09-07s390/boot: Rename decompressor_printk() to boot_printk()Heiko Carstens1-1/+1
2024-08-22s390/boot: Fix KASLR base offset off by __START_KERNEL bytesAlexander Gordeev1-25/+30
2024-08-22s390/boot: Avoid possible physmem_info segment corruptionAlexander Gordeev1-2/+2
2024-08-21s390/mm: Pin identity mapping base to zeroAlexander Gordeev1-1/+2
2024-07-23s390: Add infrastructure to patch lowcore accessesSven Schnelle1-0/+1
2024-07-23s390/alternatives: Allow early alternative patching in decompressorSven Schnelle1-0/+5
2024-07-23s390/boot: Do not assume the decompressor range is reservedAlexander Gordeev1-2/+6
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds1-0/+7
2024-07-18Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-6/+6
2024-07-03s390/mm: define KMSAN metadata for vmalloc and modulesIlya Leoshkevich1-0/+7
2024-06-25s390/boot: Do not adjust GOT entries for undef weak symJens Remus1-4/+7
2024-06-18s390/boot: Replace S390_lowcore by get_lowcore()Sven Schnelle1-6/+6
2024-06-11s390/mm: Restore mapping of kernel image using large pagesAlexander Gordeev1-3/+24
2024-05-16s390/boot: Remove alt_stfle_fac_list from decompressorSven Schnelle1-1/+0
2024-04-29s390: Compile kernel with -fPIC and link with -no-pieSumanth Korikkar1-42/+0
2024-04-17s390/boot: Do not rescue .vmlinux.relocs sectionAlexander Gordeev1-22/+13
2024-04-17s390/boot: Rework deployment of the kernel imageAlexander Gordeev1-43/+47
2024-04-17s390: Map kernel at fixed location when KASLR is disabledAlexander Gordeev1-9/+24
2024-04-17s390/mm: Uncouple physical vs virtual address spacesAlexander Gordeev1-12/+43
2024-04-17s390/boot: Uncouple virtual and physical kernel offsetsAlexander Gordeev1-8/+12
2024-04-17s390/mm: Create virtual memory layout structureAlexander Gordeev1-2/+1
2024-04-17s390/boot: Swap vmalloc and Lowcore/Real Memory Copy areasAlexander Gordeev1-9/+11
2024-04-17s390/boot: Reduce size of identity mapping on overlapAlexander Gordeev1-1/+4
2024-04-17s390/boot: Consider DCSS segments on memory layout setupAlexander Gordeev1-2/+5
2024-04-17s390/boot: Do not force vmemmap to start at MAX_PHYSMEM_BITSAlexander Gordeev1-3/+2
2024-02-26s390/boot: fix minor comment style damagesAlexander Gordeev1-3/+3
2024-02-26s390/boot: do not check for zero-termination relocation entryAlexander Gordeev1-3/+1
2024-02-26s390/boot: make type of __vmlinux_relocs_64_start|end consistentAlexander Gordeev1-7/+5
2024-02-26s390/boot: sanitize kaslr_adjust_relocs() function prototypeAlexander Gordeev1-4/+3
2024-02-26s390/boot: simplify GOT handlingAlexander Gordeev1-5/+3
2024-02-20s390: compile relocatable kernel without -fPIEJosh Poimboeuf1-8/+72
2023-11-22s390/boot: always align vmalloc area on segment boundaryAlexander Gordeev1-1/+2
2023-11-05s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens1-0/+44
2023-09-19s390: use control register bit definesHeiko Carstens1-1/+1
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens1-1/+1
2023-08-30s390/mm: simplify kernel mapping setupHeiko Carstens1-3/+1
2023-08-30s390: remove "noexec" optionHeiko Carstens1-1/+1
2023-08-16s390/boot: fix multi-line comments styleAlexander Gordeev1-2/+4
2023-08-16s390/boot: account Real Memory Copy and Lowcore areasAlexander Gordeev1-1/+2
2023-08-16s390/mm: define Real Memory Copy size and mask macrosAlexander Gordeev1-1/+1
2023-08-16s390/boot: cleanup number of page table levels setupAlexander Gordeev1-5/+4
2023-07-24s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev1-1/+0
2023-07-24s390/mm: rework arch_get_mappable_range() callbackAlexander Gordeev1-0/+3
2023-04-13s390/kaslr: randomize amode31 base addressVasily Gorbik1-2/+4
2023-04-13s390/kaslr: generalize and improve random base distributionVasily Gorbik1-1/+3
2023-04-13s390/boot: pin amode31 default lmaVasily Gorbik1-1/+3
2023-04-13s390/boot: do not change default_lmaVasily Gorbik1-13/+12
2023-04-13s390/kaslr: provide kaslr_enabled() functionHeiko Carstens1-3/+3
2023-03-20s390/kasan: move shadow mapping to decompressorVasily Gorbik1-4/+7
2023-03-20s390/boot: rework decompressor reserved trackingVasily Gorbik1-38/+48
2023-03-20s390/boot: rename mem_detect to physmem_infoVasily Gorbik1-3/+3
2023-03-20s390/boot: remove non-functioning image bootable checkVasily Gorbik1-1/+0
2023-02-14s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik1-1/+1
2023-02-06s390/boot: avoid potential amode31 truncationVasily Gorbik1-1/+1
2023-02-06s390/boot: move detect_facilities() after cmd line parsingVasily Gorbik1-2/+1
2023-02-06s390/mem_detect: handle online memory limit just onceVasily Gorbik1-1/+2
2023-02-06s390/boot: fix mem_detect extended area allocationVasily Gorbik1-9/+12
2023-01-31s390/boot: avoid mapping standby memoryVasily Gorbik1-3/+1
2023-01-13s390/mm: allocate Real Memory Copy Area in decompressorAlexander Gordeev1-0/+2
2023-01-13s390/mm: start kernel with DAT enabledAlexander Gordeev1-7/+38
2023-01-13s390/boot: detect and enable memory facilitiesAlexander Gordeev1-0/+18
2022-11-08s390: always build relocatable kernelHeiko Carstens1-2/+1
2022-09-14s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev1-1/+4
2022-09-14s390/smp: rework absolute lowcore accessAlexander Gordeev1-1/+4
2022-08-06Revert "s390/smp: rework absolute lowcore access"Alexander Gordeev1-4/+1
2022-07-28s390/smp: rework absolute lowcore accessAlexander Gordeev1-1/+4
2022-07-28s390/boot: cleanup adjust_to_uv_max() functionAlexander Gordeev1-4/+6
2022-05-06s390/boot: get rid of startup archiveHeiko Carstens1-1/+1
2021-11-16s390/boot: simplify and fix kernel memory layout setupVasily Gorbik1-57/+31
2021-10-04s390/boot: allocate amode31 section in decompressorAlexander Gordeev1-0/+8
2021-08-25s390/boot: factor out offset_vmlinux_info() functionAlexander Gordeev1-8/+12
2021-07-27s390/boot: get rid of arithmetics on function pointersHeiko Carstens1-1/+1
2021-07-27s390/boot: move dma sections from decompressor to decompressed kernelAlexander Egorenkov1-31/+0
2021-07-27s390/dump: introduce boot data 'oldmem_data'Alexander Egorenkov1-2/+5
2021-07-27s390/boot: introduce boot data 'initrd_data'Alexander Egorenkov1-4/+8
2021-07-27s390/boot: disable Secure Execution in dump modeAlexander Egorenkov1-0/+1
2021-07-27s390/boot: move uv function declarations to boot/uv.hAlexander Egorenkov1-0/+1
2021-07-27s390/boot: move all linker symbol declarations from c to h filesAlexander Egorenkov1-6/+0
2021-07-05s390/boot: replace magic string check with a bootdata flagAlexander Egorenkov1-0/+1
2021-06-18s390: setup kernel memory layout earlyVasily Gorbik1-0/+88
2021-06-07s390/facilities: move stfl information from lowcore to global dataSven Schnelle1-0/+3
2020-11-20s390: unify identity mapping limits handlingVasily Gorbik1-4/+44
2020-11-09s390/early: rewrite program parameter setup in CVasily Gorbik1-0/+10
2020-11-09s390/mm: let vmalloc area size depend on physical memory sizeHeiko Carstens1-0/+16
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-09-29s390: remove unused _swsusp_reset_dmaVasily Gorbik1-2/+0
2020-09-16s390/boot: enable .bss section for compressed kernelAlexander Egorenkov1-0/+3
2019-11-30s390/kaslr: store KASLR offset for early dumpsGerald Schaefer1-0/+5
2019-11-25Merge tag 's390-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-1/+1
2019-10-31s390/boot: fix section name escapingNick Desaulniers1-1/+1
2019-10-22s390/kaslr: add support for R_390_GLOB_DAT relocation typeGerald Schaefer1-3/+11
2019-08-21s390: clean .bss before running uncompressed kernelVasily Gorbik1-0/+6
2019-05-02s390: simplify disabled_waitMartin Schwidefsky1-1/+1
2019-04-29s390/kernel: add support for kernel address space layout randomization (KASLR)Gerald Schaefer1-2/+29
2019-04-29s390/kernel: introduce .dma sectionsGerald Schaefer1-0/+39
2019-04-29s390/kernel: build a relocatable kernelGerald Schaefer1-0/+27
2019-04-26s390/ipl: read IPL report at early bootMartin Schwidefsky1-9/+9
2019-04-10s390/uv: introduce guest side ultravisor codeVasily Gorbik1-0/+2
2019-04-10s390: introduce .boot.preserved.data sectionGerald Schaefer1-0/+4
2019-03-01s390: allow overriding facilities via command lineVasily Gorbik1-0/+1
2018-10-09s390: move ipl block and cmd line handling to early boot phaseVasily Gorbik1-0/+3
2018-10-09s390/mem_detect: move tprot loop to early boot phaseVasily Gorbik1-0/+1
2018-10-09s390/sclp: move sclp_early_read_info to sclp_early_core.cVasily Gorbik1-0/+1
2018-10-09s390: introduce .boot.data sectionVasily Gorbik1-0/+10
2018-10-09s390/decompressor: clean up and rename compressed/misc.cVasily Gorbik1-0/+10
2018-10-09s390: rescue initrd as early as possibleVasily Gorbik1-0/+24
2018-10-09s390/decompressor: rework uncompressed image info collectionVasily Gorbik1-6/+4
2018-10-09s390: remove decompressor's head.SVasily Gorbik1-0/+17