summaryrefslogtreecommitdiffstats
path: root/arch/s390/boot/Makefile (follow)
Commit message (Expand)AuthorAgeFilesLines
* s390/boot: Move boot_printk() code to own fileHeiko Carstens2024-09-071-1/+2
* s390/boot: Compile all files with the same march flagHeiko Carstens2024-09-071-14/+5
* s390/boot: Increase minimum architecture to z10Heiko Carstens2024-09-071-4/+0
* s390/build: Avoid relocation information in final vmlinuxJens Remus2024-08-271-5/+3
* s390: Remove protvirt and kvm config guards for uv codeJanosch Frank2024-07-231-2/+1
* s390/alternatives: Allow early alternative patching in decompressorSven Schnelle2024-07-231-1/+1
* s390/boot: add the KMSAN runtime stubIlya Leoshkevich2024-07-041-0/+1
* s390/boot: turn off KMSANIlya Leoshkevich2024-07-041-0/+2
* s390: Compile kernel with -fPIC and link with -no-pieSumanth Korikkar2024-04-291-6/+1
* s390: adjust indentation of RELOCS command build step outHeiko Carstens2024-04-091-1/+1
* s390/boot: workaround current 'llvm-objdump -t -j ...' behaviorNathan Chancellor2024-02-221-2/+2
* s390: compile relocatable kernel without -fPIEJosh Poimboeuf2024-02-201-1/+13
* s390/boot: add 'alloc' to info.bin .vmlinux.info section flagsNathan Chancellor2024-02-201-1/+1
* s390/boot: add support for CONFIG_LD_ORPHAN_WARNNathan Chancellor2024-02-141-2/+3
* s390/boot: rename mem_detect to physmem_infoVasily Gorbik2023-03-201-1/+1
* s390/decompressor: add link map savingVasily Gorbik2023-02-281-1/+3
* s390/mm: start kernel with DAT enabledAlexander Gordeev2023-01-131-1/+1
* s390: always build relocatable kernelHeiko Carstens2022-11-081-2/+1
* s390/boot: convert initial lowcore to CHeiko Carstens2022-05-061-1/+1
* s390/boot: get rid of startup archiveHeiko Carstens2022-05-061-8/+68
* s390: move the install rule to arch/s390/MakefileMasahiro Yamada2021-07-301-4/+0
* s390: enable KCSANIlya Leoshkevich2021-07-301-0/+1
* s390/boot: move dma sections from decompressor to decompressed kernelAlexander Egorenkov2021-07-271-1/+1
* s390/boot: enable .bss section for compressed kernelAlexander Egorenkov2020-09-161-4/+0
* Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-03-311-1/+1
|\
| * s390: make 'install' not depend on vmlinuxMasahiro Yamada2020-02-171-1/+1
* | s390/protvirt: introduce host side setupVasily Gorbik2020-02-271-1/+1
|/
* s390/startup: add pgm check info printingVasily Gorbik2019-09-131-1/+1
* s390: enable detection of kernel version from bzImageVasily Gorbik2019-07-231-1/+1
* s390/boot: fix compiler error due to missing awk strtonumMartin Schwidefsky2019-05-071-1/+0
* s390: only build for new CPUs with clangArnd Bergmann2019-05-031-6/+12
* s390/kernel: add support for kernel address space layout randomization (KASLR)Gerald Schaefer2019-04-291-0/+1
* s390/kernel: introduce .dma sectionsGerald Schaefer2019-04-291-1/+1
* s390/kernel: build a relocatable kernelGerald Schaefer2019-04-291-0/+1
* s390/boot: pad bzImage to 4KMartin Schwidefsky2019-04-261-0/+1
* s390/ipl: read IPL report at early bootMartin Schwidefsky2019-04-261-2/+3
* s390/uv: introduce guest side ultravisor codeVasily Gorbik2019-04-101-0/+1
* s390: introduce .boot.preserved.data section compile time validationVasily Gorbik2019-04-101-2/+2
* kbuild: move archive command to scripts/Makefile.libMasahiro Yamada2019-03-131-3/+0
* kbuild: add real-prereqs shorthand for $(filter-out FORCE,$^)Masahiro Yamada2019-01-281-1/+1
* s390: make built-in.a not directly depend on *.o.chkbss filesMasahiro Yamada2019-01-281-2/+2
* s390/kasan: avoid instrumentation of early C codeVasily Gorbik2018-10-091-0/+1
* s390: move ipl block and cmd line handling to early boot phaseVasily Gorbik2018-10-091-1/+2
* s390: introduce .boot.data section compile time validationVasily Gorbik2018-10-091-2/+18
* s390/mem_detect: move tprot loop to early boot phaseVasily Gorbik2018-10-091-1/+1
* s390: remove decompressor's head.SVasily Gorbik2018-10-091-1/+1
* s390/decompressor: avoid packing *.o.chkbss files into startup.aVasily Gorbik2018-07-021-1/+1
* s390/decompressor: avoid constant startup.a rebuildsVasily Gorbik2018-07-021-1/+1
* s390/decompressor: extend .bss check for early codeVasily Gorbik2018-06-251-0/+4
* s390/decompressor: reuse lib/mem.S for mem functionsVasily Gorbik2018-06-251-1/+3