aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/boot (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-01-27s390: uv: Fix sysfs max number of VCPUs reportingJanosch Frank1-1/+1
2020-12-22kasan, x86, s390: update undef CONFIG_KASANAndrey Konovalov1-0/+1
2020-12-09s390/boot: add build-id to decompressorPhilipp Rudo2-1/+2
2020-11-20s390/decompressor: print cmdline and BEAR on pgm_checkVasily Gorbik1-0/+7
2020-11-20s390/decompressor: add stacktrace supportVasily Gorbik3-1/+30
2020-11-20s390/decompressor: add symbols supportVasily Gorbik4-5/+97
2020-11-20s390/decompressor: correct some asm symbols annotationsVasily Gorbik2-11/+12
2020-11-20s390/decompressor: add decompressor_printkVasily Gorbik2-78/+68
2020-11-20s390: unify identity mapping limits handlingVasily Gorbik5-46/+73
2020-11-09s390/early: rewrite program parameter setup in CVasily Gorbik1-0/+10
2020-11-09s390/kasan: move memory needs estimation into a functionVasily Gorbik1-22/+8
2020-11-09s390/decompressor: fix build warningVasily Gorbik1-1/+3
2020-11-09s390/mm: let vmalloc area size depend on physical memory sizeHeiko Carstens3-1/+21
2020-11-09s390/head: set io/ext handlers to disabled waitVasily Gorbik1-1/+13
2020-10-25treewide: Convert macro and uses of __section(foo) to __section("foo")Joe Perches1-1/+1
2020-10-02s390/startup: correct early pgm check info formattingVasily Gorbik1-1/+2
2020-10-02s390/nvme: support firmware-assisted dump to NVMe disksAlexander Egorenkov1-3/+12
2020-10-02s390/ipl: support NVMe IPL kernel parametersAlexander Egorenkov1-8/+23
2020-09-30s390/startup: add kaslr_offset to pgm check info printVasily Gorbik1-0/+8
2020-09-30s390/startup: correct "dfltcc" option parsingVasily Gorbik1-1/+1
2020-09-29s390/startup: avoid save_area_sync overflowVasily Gorbik1-10/+11
2020-09-29s390: remove unused _swsusp_reset_dmaVasily Gorbik2-19/+0
2020-09-29s390/kaslr: correct and explain randomization base generationVasily Gorbik1-38/+92
2020-09-29s390/kaslr: avoid mixing valid random value and an error codeVasily Gorbik1-5/+5
2020-09-21s390/boot: avoid unnecessary zeroing of .bss sectionVasily Gorbik1-6/+0
2020-09-16s390/protvirt: parse prot_virt option in the decompressorVasily Gorbik2-0/+11
2020-09-16s390/boot: enable .bss section for compressed kernelAlexander Egorenkov7-20/+24
2020-06-09mm: reorder includes after introduction of linux/pgtable.hMike Rapoport2-2/+2
2020-06-09mm: introduce include/linux/pgtable.hMike Rapoport2-2/+2
2020-04-25s390/protvirt: fix compilation issueClaudio Imbrenda1-2/+0
2020-04-04Merge tag 's390-5.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-11/+6
2020-04-03Merge tag 'spdx-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/spdxLinus Torvalds2-0/+2
2020-03-31Merge tag 'kvmarm-5.7' of git://git.kernel.org/pub/scm/linux/kernel/git/kvmarm/kvmarm into HEADPaolo Bonzini2-2/+2
2020-03-25.gitignore: add SPDX License IdentifierMasahiro Yamada2-0/+2
2020-02-27s390/protvirt: introduce host side setupVasily Gorbik2-1/+21
2020-02-19s390/arch: install kernels with their proper version IDStefan Raspl1-11/+6
2020-02-17s390: make 'install' not depend on vmlinuxMasahiro Yamada1-1/+1
2020-02-17s390/kaslr: Fix casts in get_randomNathan Chancellor1-1/+1
2020-02-11s390/uv: Fix handling of length extensionsChristian Borntraeger1-1/+2
2020-01-31s390/boot: add dfltcc= kernel command line parameterMikhail Zaslonko1-0/+14
2020-01-31s390/boot: rename HEAP_SIZE due to name collisionMikhail Zaslonko1-4/+4
2020-01-22s390: fix __EMIT_BUG() macroSven Schnelle1-1/+1
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/linuxLinus 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-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds10-24/+172
2019-09-13s390/startup: add pgm check info printingVasily Gorbik4-2/+101
2019-08-26s390/kaslr: reserve memory for kasan usageVasily Gorbik1-8/+33
2019-08-26s390/mem_detect: provide single get_mem_detect_endVasily Gorbik1-7/+0