summaryrefslogtreecommitdiffstats
path: root/arch/s390/boot
Commit message (Expand)AuthorAgeFilesLines
* s390/protvirt: avoid memory sharing for diag 308 set/storeVasily Gorbik2019-08-061-2/+0Star
* s390/boot: add missing declarations and includesVasily Gorbik2019-07-292-0/+2
* s390: enable detection of kernel version from bzImageVasily Gorbik2019-07-234-1/+10
* s390/boot: fix compiler error due to missing awk strtonumMartin Schwidefsky2019-05-072-1/+2
* s390: fix clang -Wpointer-sign warnigns in boot codeArnd Bergmann2019-05-031-1/+1
* s390: only build for new CPUs with clangArnd Bergmann2019-05-031-6/+12
* s390: simplify disabled_waitMartin Schwidefsky2019-05-022-2/+2
* s390: use proper expoline sections for .dma codeMartin Schwidefsky2019-05-021-4/+15
* s390: add missing ENDPROC statements to assembler functionsMartin Schwidefsky2019-05-021-0/+6
* s390/kernel: add support for kernel address space layout randomization (KASLR)Gerald Schaefer2019-04-295-5/+189
* s390/kernel: introduce .dma sectionsGerald Schaefer2019-04-295-2/+259
* s390/sclp: do not use static sccbsGerald Schaefer2019-04-291-1/+4
* s390/kernel: build a relocatable kernelGerald Schaefer2019-04-294-0/+33
* s390/kexec_file: Simplify parmarea accessPhilipp Rudo2019-04-291-5/+6
* s390/boot: pad bzImage to 4KMartin Schwidefsky2019-04-261-0/+1
* s390/ipl: read IPL report at early bootMartin Schwidefsky2019-04-264-11/+179
* s390/ipl: provide uapi header for list directed IPLMartin Schwidefsky2019-04-261-5/+5
* s390/ipl: make ipl_info less confusingMartin Schwidefsky2019-04-261-7/+7
* s390/protvirt: block kernel command line alterationVasily Gorbik2019-04-101-1/+1
* s390/protvirt: add memory sharing for diag 308 set/storeVasily Gorbik2019-04-101-0/+3
* s390/uv: introduce guest side ultravisor codeVasily Gorbik2019-04-103-0/+27
* s390: introduce .boot.preserved.data section compile time validationVasily Gorbik2019-04-101-2/+2
* s390: move ipl block to .boot.preserved.data sectionVasily Gorbik2019-04-101-12/+12
* s390: introduce .boot.preserved.data sectionGerald Schaefer2019-04-103-0/+7
* s390/mem_detect: Use IS_ENABLED(CONFIG_BLK_DEV_INITRD)Joe Perches2019-03-291-1/+1
* kbuild: move archive command to scripts/Makefile.libMasahiro Yamada2019-03-131-3/+0Star
* Merge tag 'kbuild-v5.1' of git://git.kernel.org/pub/scm/linux/kernel/git/masa...Linus Torvalds2019-03-112-5/+5
|\
| * 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-282-4/+4
* | s390: warn about clearing als implied facilitiesVasily Gorbik2019-03-013-2/+20
* | s390: allow overriding facilities via command lineVasily Gorbik2019-03-013-2/+50
* | s390/als: remove duplicated in-place implementation of stfleVasily Gorbik2019-03-011-14/+1Star
* | s390/kasan: improve string/memory functions checksVasily Gorbik2019-01-181-0/+1
|/
* s390: avoid vmlinux segments overlapVasily Gorbik2018-10-261-1/+1
* s390/decompressor: add missing FORCE to build targetsVasily Gorbik2018-10-261-7/+7
* s390/mem_detect: add missing includeHeiko Carstens2018-10-101-0/+1
* s390/head: avoid doubling early boot stack size under KASANVasily Gorbik2018-10-091-1/+1
* s390/kasan: use noexec and large pagesVasily Gorbik2018-10-092-1/+48
* s390/kasan: avoid instrumentation of early C codeVasily Gorbik2018-10-092-0/+2
* s390: move ipl block and cmd line handling to early boot phaseVasily Gorbik2018-10-098-1/+287
* s390/mem_detect: replace tprot loop with binary searchVasily Gorbik2018-10-091-32/+17Star
* s390/mem_detect: use SCLP info for continuous memory detectionVasily Gorbik2018-10-091-2/+7
* s390/mem_detect: introduce z/VM specific diag260 callVasily Gorbik2018-10-091-0/+52
* s390/mem_detect: introduce SCLP storage infoVasily Gorbik2018-10-091-0/+6
* s390: introduce .boot.data section compile time validationVasily Gorbik2018-10-092-2/+19
* s390/mem_detect: move tprot loop to early boot phaseVasily Gorbik2018-10-094-1/+136
* s390/sclp: move sclp_early_read_info to sclp_early_core.cVasily Gorbik2018-10-091-0/+1
* s390: introduce .boot.data sectionVasily Gorbik2018-10-093-0/+15
* s390/decompressor: clean up and rename compressed/misc.cVasily Gorbik2018-10-094-24/+14Star
* s390: rescue initrd as early as possibleVasily Gorbik2018-10-093-16/+39