aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/boot/ipl_parm.c
AgeCommit message (Expand)AuthorFilesLines
2023-08-30s390: remove "noexec" optionGravatar Heiko Carstens 1-7/+0
2023-04-13s390/kaslr: provide kaslr_enabled() functionGravatar Heiko Carstens 1-3/+3
2022-12-06s390/ipl: add eckd dump supportGravatar Sven Schnelle 1-0/+3
2022-12-06s390/ipl: add eckd supportGravatar Sven Schnelle 1-0/+6
2022-05-06s390/boot: convert parmarea to CGravatar Heiko Carstens 1-0/+7
2021-10-26s390: support command lines longer than 896 bytesGravatar Sven Schnelle 1-2/+2
2021-06-18s390/ipl_parm: use register pair instead of register asmGravatar Heiko Carstens 1-12/+14
2021-06-18s390/ipl_parm: fix program check new psw handlingGravatar Heiko Carstens 1-8/+11
2021-06-18s390: setup kernel memory layout earlyGravatar Vasily Gorbik 1-4/+4
2021-06-07s390/boot: access kernel command line via parmareaGravatar Heiko Carstens 1-4/+4
2021-06-07s390/facilities: move stfl information from lowcore to global dataGravatar Sven Schnelle 1-3/+3
2020-11-20s390: unify identity mapping limits handlingGravatar Vasily Gorbik 1-30/+14
2020-11-09s390/mm: let vmalloc area size depend on physical memory sizeGravatar Heiko Carstens 1-1/+4
2020-10-02s390/nvme: support firmware-assisted dump to NVMe disksGravatar Alexander Egorenkov 1-3/+12
2020-10-02s390/ipl: support NVMe IPL kernel parametersGravatar Alexander Egorenkov 1-8/+23
2020-09-30s390/startup: correct "dfltcc" option parsingGravatar Vasily Gorbik 1-1/+1
2020-09-16s390/protvirt: parse prot_virt option in the decompressorGravatar Vasily Gorbik 1-0/+8
2020-09-16s390/boot: enable .bss section for compressed kernelGravatar Alexander Egorenkov 1-2/+2
2020-06-09mm: reorder includes after introduction of linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-06-09mm: introduce include/linux/pgtable.hGravatar Mike Rapoport 1-1/+1
2020-01-31s390/boot: add dfltcc= kernel command line parameterGravatar Mikhail Zaslonko 1-0/+14
2019-09-17Merge tag 's390-5.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-3/+8
2019-08-26s390/startup: correct command line options parsingGravatar Vasily Gorbik 1-3/+3
2019-08-21s390/startup: round down "mem" option to page boundaryGravatar Vasily Gorbik 1-1/+1
2019-08-21s390: move vmalloc option parsing to startup codeGravatar Vasily Gorbik 1-0/+5
2019-08-06s390/protvirt: avoid memory sharing for diag 308 set/storeGravatar Vasily Gorbik 1-2/+0
2019-05-03s390: fix clang -Wpointer-sign warnigns in boot codeGravatar Arnd Bergmann 1-1/+1
2019-04-29s390/kernel: add support for kernel address space layout randomization (KASLR)Gravatar Gerald Schaefer 1-3/+12
2019-04-26s390/ipl: provide uapi header for list directed IPLGravatar Martin Schwidefsky 1-5/+5
2019-04-26s390/ipl: make ipl_info less confusingGravatar Martin Schwidefsky 1-7/+7
2019-04-10s390/protvirt: block kernel command line alterationGravatar Vasily Gorbik 1-1/+1
2019-04-10s390/protvirt: add memory sharing for diag 308 set/storeGravatar Vasily Gorbik 1-0/+3
2019-04-10s390: move ipl block to .boot.preserved.data sectionGravatar Vasily Gorbik 1-12/+12
2019-03-01s390: warn about clearing als implied facilitiesGravatar Vasily Gorbik 1-0/+16
2019-03-01s390: allow overriding facilities via command lineGravatar Vasily Gorbik 1-2/+48
2018-10-09s390/kasan: use noexec and large pagesGravatar Vasily Gorbik 1-1/+10
2018-10-09s390: move ipl block and cmd line handling to early boot phaseGravatar Vasily Gorbik 1-0/+173