aboutsummaryrefslogtreecommitdiffstats
path: root/arch/s390/kernel/early.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2021-10-26s390: support command lines longer than 896 bytesSven Schnelle1-1/+1
2021-10-26s390/sclp: sort out physical vs virtual pointers usageAlexander Gordeev1-0/+1
2021-07-27s390: make PCI mio support a machine flagNiklas Schnelle1-0/+4
2021-07-05s390/boot: replace magic string check with a bootdata flagAlexander Egorenkov1-1/+3
2021-06-07s390/facilities: move stfl information from lowcore to global dataSven Schnelle1-4/+2
2021-02-13s390/time: convert tod_clock_base to unionHeiko Carstens1-3/+3
2021-02-13s390/time: rename store_tod_clock_ext() and use union tod_clockHeiko Carstens1-3/+3
2021-02-09s390/time: use stcke instead of stckHeiko Carstens1-3/+3
2020-11-09s390: remove unused s390_base_ext_handlerVasily Gorbik1-3/+1
2020-09-30s390: remove cad commandline optionSven Schnelle1-13/+0
2020-06-23s390/kasan: fix early pgm check handler executionVasily Gorbik1-0/+2
2019-12-11s390: remove last diag 0x44 callerHeiko Carstens1-16/+0
2019-11-20s390/early: move access registers setup in C codeVasily Gorbik1-0/+9
2019-11-20s390/early: move control registers setup in C codeVasily Gorbik1-0/+12
2019-10-31s390: avoid double handling of "noexec" optionVasily Gorbik1-16/+1
2019-08-21s390: clean .bss before running uncompressed kernelVasily Gorbik1-0/+16
2019-07-11s390: fix setting of mio addressing controlSebastian Ott1-2/+0
2019-05-02s390: simplify disabled_waitMartin Schwidefsky1-2/+2
2019-04-29s390/kernel: introduce .dma sectionsGerald Schaefer1-1/+1
2019-04-29s390: enable processes for mio instructionsSebastian Ott1-0/+2
2019-04-10s390: move ipl block to .boot.preserved.data sectionVasily Gorbik1-1/+0
2019-03-05Merge tag 's390-5.1-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-2/+0
2019-03-01s390: clean up redundant facilities list setupVasily Gorbik1-2/+0
2019-01-11s390/early: improve machine detectionChristian Borntraeger1-2/+2
2018-10-09s390: move ipl block and cmd line handling to early boot phaseVasily Gorbik1-44/+3
2018-07-02s390/boot: block uncompressed vmlinux booting attemptsVasily Gorbik1-0/+12
2018-05-09s390/early: move functions which may not access bss section to extra fileHeiko Carstens1-49/+0
2018-05-09s390/early: get rid of #ifdef CONFIG_BLK_DEV_INITRDHeiko Carstens1-2/+3
2018-05-09s390/early: get rid of memmove_earlyHeiko Carstens1-33/+1
2018-04-10s390/ipl: rely on diag308 store to get ipl infoVasily Gorbik1-13/+1
2018-03-28s390/lpp: use assembler alternatives for the LPP instructionMartin Schwidefsky1-2/+0
2018-02-27s390: unify linker symbols usageVasily Gorbik1-1/+1
2018-02-05s390: add options to change branch prediction behaviour for the kernelMartin Schwidefsky1-0/+2
2018-02-05s390/alternative: use a copy of the facility bit maskMartin Schwidefsky1-0/+3
2017-11-13Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-142/+3
2017-11-10s390: fix transactional execution control register handlingHeiko Carstens1-1/+3
2017-11-08s390: remove named saved segment supportHeiko Carstens1-141/+0
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-09-20s390/topology: alternative topology for topology-less machinesHeiko Carstens1-12/+0
2017-08-23s390: fix 'novx' early parameter handlingHeiko Carstens1-1/+1
2017-07-26s390/time: add support for the TOD clock epoch extensionMartin Schwidefsky1-4/+11
2017-04-12s390/spinlock: remove compare and delay instructionMartin Schwidefsky1-13/+6
2017-03-22s390/dump_stack: use control program identification stringHeiko Carstens1-5/+13
2017-03-22s390/dump_stack: remove whitespace from arch descriptionHeiko Carstens1-5/+24
2017-03-22s390/topology: fix typo in early topology codeHeiko Carstens1-1/+1
2017-03-22s390: add a system call for guarded storageMartin Schwidefsky1-0/+2
2017-02-08s390: add no-execute supportMartin Schwidefsky1-0/+19
2017-01-16s390/topology: make "topology=off" parameter workHeiko Carstens1-0/+12
2016-12-14s390: fix compile error with memmove_early() inline assemblyHeiko Carstens1-1/+1
2016-12-12s390: fix initrd corruptions with gcov/kcov instrumented kernelsHeiko Carstens1-2/+45