summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/setup.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-17s390/boot: Make .amode31 section address range explicitAlexander Gordeev1-1/+1
2024-04-17s390/boot: Make identity mapping base address explicitAlexander Gordeev1-0/+1
2024-04-17s390/mm: Create virtual memory layout structureAlexander Gordeev1-2/+1
2024-02-16s390/setup: fix virtual vs physical address confusionGerald Schaefer1-6/+6
2023-12-11s390/fpu: remove ARCH_WANTS_DYNAMIC_TASK_STRUCT supportHeiko Carstens1-17/+0
2023-12-11s390/nmi: consistently enable machine checks in trap_init()Heiko Carstens1-4/+4
2023-11-03Merge tag 's390-6.7-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-15/+8
2023-10-04crash_core: change the prototype of function parse_crashkernel()Baoquan He1-2/+2
2023-09-19s390/setup: make use of system_ctl_load()Heiko Carstens1-3/+3
2023-09-19s390/ctltreg: make initialization of control register save area explicitHeiko Carstens1-2/+1
2023-09-19s390/ctlreg: add struct ctlregHeiko Carstens1-6/+6
2023-09-19s390/ctlreg: change parameters of __local_ctl_load() and __local_ctl_store()Heiko Carstens1-1/+1
2023-09-19s390/ctlreg: use local_ctl_load() and local_ctl_store() where possibleHeiko Carstens1-6/+6
2023-09-19s390/ctlreg: add local and system prefix to some functionsHeiko Carstens1-7/+7
2023-09-19s390/setup: use strlcat() instead of strcat()Heiko Carstens1-1/+1
2023-09-19s390/smp: keep the original lowcore for CPU 0Ilya Leoshkevich1-6/+0
2023-08-30s390/amode31: change type of __samode31, __eamode31, etcHeiko Carstens1-8/+8
2023-08-30s390: remove "noexec" optionHeiko Carstens1-1/+0
2023-08-18s390/ipl: fix virtual vs physical address confusionAlexander Gordeev1-1/+1
2023-07-24s390/mm: rework arch_get_mappable_range() callbackAlexander Gordeev1-0/+1
2023-07-03s390: fix various typosHeiko Carstens1-1/+1
2023-04-30Merge tag 's390-6.4-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds1-104/+48
2023-04-14init: Mark [arch_call_]rest_init() __noreturnJosh Poimboeuf1-1/+1
2023-04-13s390/kaslr: provide kaslr_enabled() functionHeiko Carstens1-0/+1
2023-04-04s390: remove arch_early_irq_init()Heiko Carstens1-11/+1
2023-04-04s390: use init_thread_union aka initial stack for the first processHeiko Carstens1-30/+18
2023-04-04s390/stack: use STACK_INIT_OFFSET where possibleHeiko Carstens1-2/+1
2023-03-20s390/boot: rework decompressor reserved trackingVasily Gorbik1-55/+21
2023-03-20s390/boot: rename mem_detect to physmem_infoVasily Gorbik1-14/+14
2023-02-14s390/mem_detect: do not truncate online memory ranges infoVasily Gorbik1-2/+2
2023-02-06s390/mem_detect: handle online memory limit just onceVasily Gorbik1-1/+0
2023-01-13s390/mm: allocate Absolute Lowcore Area in decompressorAlexander Gordeev1-5/+3
2023-01-13s390/mm: allocate Real Memory Copy Area in decompressorAlexander Gordeev1-1/+1
2023-01-13s390/mm: start kernel with DAT enabledAlexander Gordeev1-46/+38
2022-12-20random: do not include <asm/archrandom.h> from random.hJason A. Donenfeld1-0/+1
2022-12-06s390/nmi: move storage error checking back to C, enter with DAT onHeiko Carstens1-1/+2
2022-09-14s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev1-1/+2
2022-09-14s390/dump: save IPL CPU registers once DAT is availableAlexander Gordeev1-2/+5
2022-09-14s390/smp: rework absolute lowcore accessAlexander Gordeev1-14/+22
2022-09-14s390/smp: call smp_reinit_ipl_cpu() before scheduler is availableAlexander Gordeev1-0/+1
2022-09-07s390/smp: enforce lowcore protection on CPU restartAlexander Gordeev1-1/+1
2022-09-07s390/boot: fix absolute zero lowcore corruption on bootAlexander Gordeev1-0/+1
2022-08-07Merge tag 's390-5.20-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds1-7/+6
2022-08-06Revert "s390/smp: enforce lowcore protection on CPU restart"Alexander Gordeev1-1/+1
2022-08-06Revert "s390/smp: rework absolute lowcore access"Alexander Gordeev1-21/+13
2022-07-28s390/smp: rework absolute lowcore accessAlexander Gordeev1-13/+21
2022-07-28s390/setup: rearrange absolute lowcore initializationAlexander Gordeev1-7/+6
2022-07-28s390/smp: enforce lowcore protection on CPU restartAlexander Gordeev1-1/+1
2022-07-18random: remove CONFIG_ARCH_RANDOMJason A. Donenfeld1-2/+0
2022-06-30s390/archrandom: simplify back to earlier design and initialize earlierJason A. Donenfeld1-0/+5