aboutsummaryrefslogtreecommitdiff
path: root/arch/s390/kernel/ipl.c
AgeCommit message (Expand)AuthorFilesLines
2023-11-22s390/ipl: add missing IPL_TYPE_ECKD_DUMP case to ipl_init()Gravatar Mikhail Zaslonko 1-0/+1
2023-09-19s390: use control register bit definesGravatar Heiko Carstens 1-1/+1
2023-09-19s390/ctlreg: add local and system prefix to some functionsGravatar Heiko Carstens 1-1/+1
2023-08-18s390/ipl: refactor deprecated strncpyGravatar Justin Stitt 1-1/+1
2023-08-16s390/ipl: add common ipl parameter attribute groupGravatar Sven Schnelle 1-22/+6
2023-08-16s390/ipl: add missing secure/has_secure file to ipl type 'unknown'Gravatar Sven Schnelle 1-0/+2
2023-06-27Merge tag 's390-6.5-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Gravatar Linus Torvalds 1-0/+16
2023-06-01s390/ipl: add REIPL_CLEAR flag to os_infoGravatar Mikhail Zaslonko 1-0/+16
2023-05-15s390/ipl: fix IPIB virtual vs physical address confusionGravatar Alexander Gordeev 1-2/+1
2023-04-13s390/ipl: fix physical-virtual confusion for diag308Gravatar Nico Boehr 1-3/+3
2023-03-13s390/bp: remove __bpon()Gravatar Heiko Carstens 1-1/+0
2023-02-06s390/ipl: add loadparm parameter to eckd ipl/reipl dataGravatar Sven Schnelle 1-0/+3
2023-02-06s390/ipl: add DEFINE_GENERIC_LOADPARM()Gravatar Sven Schnelle 1-71/+20
2023-01-22s390/ipl: use kstrtobool() instead of strtobool()Gravatar Christophe JAILLET 1-1/+1
2023-01-13s390/mm: allocate Absolute Lowcore Area in decompressorGravatar Alexander Gordeev 1-3/+2
2022-12-06s390/ipl: use octal values instead of S_* macrosGravatar Sven Schnelle 1-36/+30
2022-12-06s390/ipl: add eckd dump supportGravatar Sven Schnelle 1-1/+71
2022-12-06s390/ipl: add eckd supportGravatar Sven Schnelle 1-0/+282
2022-11-23s390/ipl: Use kstrtobool() instead of strtobool()Gravatar Christophe JAILLET 1-3/+4
2022-09-14s390/smp: rework absolute lowcore accessGravatar Alexander Gordeev 1-2/+7
2022-03-27s390/maccess: rework absolute lowcore accessorsGravatar Alexander Gordeev 1-2/+2
2022-03-08s390/extable: move EX_TABLE define to asm-extable.hGravatar Heiko Carstens 1-0/+1
2022-02-06s390: remove invalid email address of Heiko CarstensGravatar Heiko Carstens 1-1/+0
2021-11-18s390/kexec: fix return code handlingGravatar Heiko Carstens 1-1/+2
2021-08-26s390/smp: enable DAT before CPU restart callback is calledGravatar Alexander Gordeev 1-3/+0
2021-08-05s390: rename dma section to amode31Gravatar Heiko Carstens 1-1/+1
2021-07-04Merge tag 's390-5.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Gravatar Linus Torvalds 1-6/+8
2021-07-01kernel.h: split out panic and oops helpersGravatar Andy Shevchenko 1-0/+1
2021-06-18s390/ipl: use register pair instead of register asmGravatar Heiko Carstens 1-6/+8
2021-04-18s390/smp: fix do_restart() prototypeGravatar Alexander Gordeev 1-2/+2
2020-12-16s390/delay: remove udelay_simple()Gravatar Heiko Carstens 1-1/+1
2020-10-02s390/ipl: add support to control memory clearing for nvme re-IPLGravatar Gerald Schaefer 1-6/+42
2020-10-02s390: nvme dump supportGravatar Jason J. Herne 1-1/+70
2020-06-16s390: use scnprintf() in sys_##_prefix##_##_name##_showGravatar Chen Zhou 1-1/+1
2020-05-06s390: nvme reiplGravatar Jason J. Herne 1-1/+147
2020-05-06s390: nvme iplGravatar Jason J. Herne 1-0/+63
2020-03-23s390/ipl: add support to control memory clearing for FCP and CCW re-IPLGravatar Gerald Schaefer 1-7/+66
2019-08-06s390/protvirt: avoid memory sharing for diag 308 set/storeGravatar Vasily Gorbik 1-9/+0
2019-07-11s390/ipl: Fix detection of has_secure attributeGravatar Philipp Rudo 1-6/+1
2019-05-02s390: simplify disabled_waitGravatar Martin Schwidefsky 1-2/+2
2019-04-29s390/kernel: introduce .dma sectionsGravatar Gerald Schaefer 1-1/+1
2019-04-29s390/ipl: Provide has_secure sysfs attributeGravatar Philipp Rudo 1-0/+17
2019-04-26s390/ipl: add helper functions to create an IPL reportGravatar Martin Schwidefsky 1-0/+134
2019-04-26s390/ipl: read IPL report at early bootGravatar Martin Schwidefsky 1-0/+19
2019-04-26s390/ipl: provide uapi header for list directed IPLGravatar Martin Schwidefsky 1-41/+39
2019-04-26s390/ipl: make ipl_info less confusingGravatar Martin Schwidefsky 1-56/+54
2019-04-10s390/protvirt: add memory sharing for diag 308 set/storeGravatar Vasily Gorbik 1-0/+9
2019-04-10s390: move ipl block to .boot.preserved.data sectionGravatar Vasily Gorbik 1-13/+2
2018-10-09s390/kasan: reipl and kexec supportGravatar Vasily Gorbik 1-0/+2
2018-10-09s390: move ipl block and cmd line handling to early boot phaseGravatar Vasily Gorbik 1-106/+11