summaryrefslogtreecommitdiffstats
path: root/arch/s390/boot
Commit message (Expand)AuthorAgeFilesLines
* treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches2020-10-251-1/+1
* s390/startup: correct early pgm check info formattingVasily Gorbik2020-10-021-1/+2
* s390/nvme: support firmware-assisted dump to NVMe disksAlexander Egorenkov2020-10-021-3/+12
* s390/ipl: support NVMe IPL kernel parametersAlexander Egorenkov2020-10-021-8/+23
* s390/startup: add kaslr_offset to pgm check info printVasily Gorbik2020-09-301-0/+8
* s390/startup: correct "dfltcc" option parsingVasily Gorbik2020-09-301-1/+1
* s390/startup: avoid save_area_sync overflowVasily Gorbik2020-09-291-10/+11
* s390: remove unused _swsusp_reset_dmaVasily Gorbik2020-09-292-19/+0
* s390/kaslr: correct and explain randomization base generationVasily Gorbik2020-09-291-38/+92
* s390/kaslr: avoid mixing valid random value and an error codeVasily Gorbik2020-09-291-5/+5
* s390/boot: avoid unnecessary zeroing of .bss sectionVasily Gorbik2020-09-211-6/+0
* s390/protvirt: parse prot_virt option in the decompressorVasily Gorbik2020-09-162-0/+11
* s390/boot: enable .bss section for compressed kernelAlexander Egorenkov2020-09-167-20/+24
* mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2020-06-092-2/+2
* mm: introduce include/linux/pgtable.hMike Rapoport2020-06-092-2/+2
* s390/protvirt: fix compilation issueClaudio Imbrenda2020-04-251-2/+0
* Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-04-041-11/+6
|\
| * s390/arch: install kernels with their proper version IDStefan Raspl2020-02-191-11/+6
* | Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2020-04-032-0/+2
|\ \
| * | .gitignore: add SPDX License IdentifierMasahiro Yamada2020-03-252-0/+2
* | | Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmar...Paolo Bonzini2020-03-312-2/+2
|\| |
| * | s390: make 'install' not depend on vmlinuxMasahiro Yamada2020-02-171-1/+1
| * | s390/kaslr: Fix casts in get_randomNathan Chancellor2020-02-171-1/+1
| |/
* / s390/protvirt: introduce host side setupVasily Gorbik2020-02-272-1/+21
|/
* s390/uv: Fix handling of length extensionsChristian Borntraeger2020-02-111-1/+2
* s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko2020-01-311-0/+14
* s390/boot: rename HEAP_SIZE due to name collisionMikhail Zaslonko2020-01-311-4/+4
* s390: fix __EMIT_BUG() macroSven Schnelle2020-01-221-1/+1
* s390/kaslr: store KASLR offset for early dumpsGerald Schaefer2019-11-301-0/+5
* Merge tag 's390-5.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-11-251-1/+1
|\
| * s390/boot: fix section name escapingNick Desaulniers2019-10-311-1/+1
* | s390/kaslr: add support for R_390_GLOB_DAT relocation typeGerald Schaefer2019-10-221-3/+11
|/
* Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-09-1710-24/+172
|\
| * s390/startup: add pgm check info printingVasily Gorbik2019-09-134-2/+101
| * s390/kaslr: reserve memory for kasan usageVasily Gorbik2019-08-261-8/+33
| * s390/mem_detect: provide single get_mem_detect_endVasily Gorbik2019-08-261-7/+0
| * s390/startup: correct command line options parsingVasily Gorbik2019-08-261-3/+3
| * s390/startup: round down "mem" option to page boundaryVasily Gorbik2019-08-211-1/+1
| * s390/startup: adjust _sdma and _edma to page boundariesVasily Gorbik2019-08-211-1/+2
| * s390: clean .bss before running uncompressed kernelVasily Gorbik2019-08-211-0/+6
| * s390/startup: purge obsolete .gitignore patternsVasily Gorbik2019-08-211-3/+0
| * s390/startup: add initial pgm check handlerVasily Gorbik2019-08-211-1/+23
| * s390: move vmalloc option parsing to startup codeVasily Gorbik2019-08-211-0/+5
* | s390/protvirt: avoid memory sharing for diag 308 set/storeVasily Gorbik2019-08-061-2/+0
* | 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