summaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/early.c
Commit message (Expand)AuthorAgeFilesLines
* s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens2023-11-051-0/+1
* s390: use control register bit definesHeiko Carstens2023-09-191-6/+6
* s390/early: use system_ctl_set_bit() instead of local_ctl_set_bit()Heiko Carstens2023-09-191-6/+6
* s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-191-6/+6
* s390/smp,mcck: fix early IPI handlingHeiko Carstens2023-09-191-9/+3
* s390/mm: simplify kernel mapping setupHeiko Carstens2023-08-301-3/+1
* s390: remove "noexec" optionHeiko Carstens2023-08-301-2/+1
* s390/kasan: move shadow mapping to decompressorVasily Gorbik2023-03-201-0/+9
* s390/boot: remove non-functioning image bootable checkVasily Gorbik2023-03-201-14/+0
* s390/setup: do not complain about parameters handled in decompressorVasily Gorbik2023-02-271-0/+17
* s390/mm: add support for RDP (Reset DAT-Protection)Gerald Schaefer2023-02-141-0/+2
* s390/mm: start kernel with DAT enabledAlexander Gordeev2023-01-131-3/+2
* s390/early: fix sclp_early_sccb variable lifetimeAlexander Gordeev2023-01-131-1/+0
* s390: move from strlcpy with unused retval to strscpyWolfram Sang2022-08-301-1/+1
* s390: simplify early program check handlerHeiko Carstens2022-05-251-3/+2
* s390/extable: add and use fixup_exception helper functionHeiko Carstens2022-03-081-5/+1
* s390/base: pass pt_regs to early program check handlerHeiko Carstens2022-03-081-11/+3
* s390/extable: move EX_TABLE define to asm-extable.hHeiko Carstens2022-03-081-0/+1
* s390/extable: sort amode31 extable earlyHeiko Carstens2022-03-081-0/+6
* s390: remove invalid email address of Heiko CarstensHeiko Carstens2022-02-061-1/+0
* s390: support command lines longer than 896 bytesSven Schnelle2021-10-261-1/+1
* s390/sclp: sort out physical vs virtual pointers usageAlexander Gordeev2021-10-261-0/+1
* s390: make PCI mio support a machine flagNiklas Schnelle2021-07-271-0/+4
* s390/boot: replace magic string check with a bootdata flagAlexander Egorenkov2021-07-051-1/+3
* s390/facilities: move stfl information from lowcore to global dataSven Schnelle2021-06-071-4/+2
* s390/time: convert tod_clock_base to unionHeiko Carstens2021-02-131-3/+3
* s390/time: rename store_tod_clock_ext() and use union tod_clockHeiko Carstens2021-02-131-3/+3
* s390/time: use stcke instead of stckHeiko Carstens2021-02-091-3/+3
* s390: remove unused s390_base_ext_handlerVasily Gorbik2020-11-091-3/+1
* s390: remove cad commandline optionSven Schnelle2020-09-301-13/+0
* s390/kasan: fix early pgm check handler executionVasily Gorbik2020-06-231-0/+2
* s390: remove last diag 0x44 callerHeiko Carstens2019-12-111-16/+0
* s390/early: move access registers setup in C codeVasily Gorbik2019-11-201-0/+9
* s390/early: move control registers setup in C codeVasily Gorbik2019-11-201-0/+12
* s390: avoid double handling of "noexec" optionVasily Gorbik2019-10-311-16/+1
* s390: clean .bss before running uncompressed kernelVasily Gorbik2019-08-211-0/+16
* s390: fix setting of mio addressing controlSebastian Ott2019-07-111-2/+0
* s390: simplify disabled_waitMartin Schwidefsky2019-05-021-2/+2
* s390/kernel: introduce .dma sectionsGerald Schaefer2019-04-291-1/+1
* s390: enable processes for mio instructionsSebastian Ott2019-04-291-0/+2
* s390: move ipl block to .boot.preserved.data sectionVasily Gorbik2019-04-101-1/+0
* Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2019-03-051-2/+0
|\
| * s390: clean up redundant facilities list setupVasily Gorbik2019-03-011-2/+0
* | s390/early: improve machine detectionChristian Borntraeger2019-01-111-2/+2
|/
* s390: move ipl block and cmd line handling to early boot phaseVasily Gorbik2018-10-091-44/+3
* s390/boot: block uncompressed vmlinux booting attemptsVasily Gorbik2018-07-021-0/+12
* s390/early: move functions which may not access bss section to extra fileHeiko Carstens2018-05-091-49/+0
* s390/early: get rid of #ifdef CONFIG_BLK_DEV_INITRDHeiko Carstens2018-05-091-2/+3
* s390/early: get rid of memmove_earlyHeiko Carstens2018-05-091-33/+1
* s390/ipl: rely on diag308 store to get ipl infoVasily Gorbik2018-04-101-13/+1