aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/s390/kernel/setup.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2025-03-31s390/lowcore: Remove unused machine_flagsHeiko Carstens1-1/+0
2025-03-04s390/bear: Convert cpu_has_bear() to cpu feature functionHeiko Carstens1-6/+0
2025-03-04s390: Convert MACHINE_IS_[LPAR|VM|KVM], etc, machine_is_[lpar|vm|kvm]()Heiko Carstens1-6/+6
2025-03-04s390/lowcore: Convert relocated lowcore alternative to machine featureHeiko Carstens1-1/+2
2025-03-04s390/cpufeature: Convert MACHINE_HAS_EDAT2 to cpu_has_edat2()Heiko Carstens1-1/+1
2025-01-30Merge tag 's390-6.14-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds1-3/+34
2025-01-28s390/sclp: Initialize sclp subsystem via arch_cpu_finalize_init()Heiko Carstens1-0/+5
2025-01-26Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-16/+4
2025-01-26s390: Optimize __pa/__va when RANDOMIZE_IDENTITY_BASE is offVasily Gorbik1-1/+1
2025-01-26s390/boot: Add physmem tracking debug supportVasily Gorbik1-2/+2
2025-01-26s390/boot: Add timestamps to early boot messagesVasily Gorbik1-1/+1
2025-01-26s390/boot: Add prefix filtering to bootdebug messagesVasily Gorbik1-3/+5
2025-01-26s390/boot: Add bootdebug option to control debug messagesVasily Gorbik1-2/+8
2025-01-26s390/boot: Defer boot messages when earlyprintk is not enabledVasily Gorbik1-0/+18
2025-01-25mm/memblock: add memblock_alloc_or_panic interfaceGuo Weikang1-16/+4
2024-12-17s390/mm: Simplify noexec page protection handlingHeiko Carstens1-0/+1
2024-12-15s390: Remove __bootdata annotations from declarationsVasily Gorbik1-6/+6
2024-12-10s390/setup: Cleanup stack_alloc() and stack_free()Heiko Carstens1-6/+6
2024-12-10s390/Kconfig: Select VMAP_STACK unconditionallyHeiko Carstens1-8/+0
2024-08-21s390/mm: Prevent lowcore vs identity mapping overlapAlexander Gordeev1-1/+18
2024-07-23s390: Add infrastructure to patch lowcore accessesSven Schnelle1-0/+3
2024-07-23s390/alternatives: Remove alternative facility listHeiko Carstens1-1/+0
2024-07-23s390: Move CIF flags to struct pcpuSven Schnelle1-0/+1
2024-07-23s390/setup: Fix __pa/__va for modules under non-GPL licensesVasily Gorbik1-1/+1
2024-06-18s390: Replace S390_lowcore by get_lowcore()Sven Schnelle1-12/+12
2024-05-16s390/boot: Remove alt_stfle_fac_list from decompressorSven Schnelle1-1/+1
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/linuxLinus 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/linuxLinus 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