summaryrefslogtreecommitdiffstats
path: root/arch/s390/boot/startup.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 's390-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-09-211-5/+2
|\
| * s390/boot: Use boot_printk() instead of sclp_early_printk()Heiko Carstens2024-09-071-4/+1
| * s390/boot: Rename decompressor_printk() to boot_printk()Heiko Carstens2024-09-071-1/+1
* | s390/boot: Fix KASLR base offset off by __START_KERNEL bytesAlexander Gordeev2024-08-221-25/+30
* | s390/boot: Avoid possible physmem_info segment corruptionAlexander Gordeev2024-08-221-2/+2
* | s390/mm: Pin identity mapping base to zeroAlexander Gordeev2024-08-211-1/+2
|/
* s390: Add infrastructure to patch lowcore accessesSven Schnelle2024-07-231-0/+1
* s390/alternatives: Allow early alternative patching in decompressorSven Schnelle2024-07-231-0/+5
* s390/boot: Do not assume the decompressor range is reservedAlexander Gordeev2024-07-231-2/+6
* Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2024-07-221-0/+7
|\
| * s390/mm: define KMSAN metadata for vmalloc and modulesIlya Leoshkevich2024-07-041-0/+7
* | Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds2024-07-191-6/+6
|\ \ | |/ |/|
| * s390/boot: Replace S390_lowcore by get_lowcore()Sven Schnelle2024-06-181-6/+6
* | s390/boot: Do not adjust GOT entries for undef weak symJens Remus2024-06-251-4/+7
* | s390/mm: Restore mapping of kernel image using large pagesAlexander Gordeev2024-06-111-3/+24
|/
* s390/boot: Remove alt_stfle_fac_list from decompressorSven Schnelle2024-05-161-1/+0
* s390: Compile kernel with -fPIC and link with -no-pieSumanth Korikkar2024-04-291-42/+0
* s390/boot: Do not rescue .vmlinux.relocs sectionAlexander Gordeev2024-04-171-22/+13
* s390/boot: Rework deployment of the kernel imageAlexander Gordeev2024-04-171-43/+47
* s390: Map kernel at fixed location when KASLR is disabledAlexander Gordeev2024-04-171-9/+24
* s390/mm: Uncouple physical vs virtual address spacesAlexander Gordeev2024-04-171-12/+43
* s390/boot: Uncouple virtual and physical kernel offsetsAlexander Gordeev2024-04-171-8/+12
* s390/mm: Create virtual memory layout structureAlexander Gordeev2024-04-171-2/+1
* s390/boot: Swap vmalloc and Lowcore/Real Memory Copy areasAlexander Gordeev2024-04-171-9/+11
* s390/boot: Reduce size of identity mapping on overlapAlexander Gordeev2024-04-171-1/+4
* s390/boot: Consider DCSS segments on memory layout setupAlexander Gordeev2024-04-171-2/+5
* s390/boot: Do not force vmemmap to start at MAX_PHYSMEM_BITSAlexander Gordeev2024-04-171-3/+2
* s390/boot: fix minor comment style damagesAlexander Gordeev2024-02-261-3/+3
* s390/boot: do not check for zero-termination relocation entryAlexander Gordeev2024-02-261-3/+1
* s390/boot: make type of __vmlinux_relocs_64_start|end consistentAlexander Gordeev2024-02-261-7/+5
* s390/boot: sanitize kaslr_adjust_relocs() function prototypeAlexander Gordeev2024-02-261-4/+3
* s390/boot: simplify GOT handlingAlexander Gordeev2024-02-261-5/+3
* s390: compile relocatable kernel without -fPIEJosh Poimboeuf2024-02-201-8/+72
* s390/boot: always align vmalloc area on segment boundaryAlexander Gordeev2023-11-221-1/+2
* s390/cmma: move parsing of cmma kernel parameter to early boot codeHeiko Carstens2023-11-051-0/+44
* s390: use control register bit definesHeiko Carstens2023-09-191-1/+1
* s390/ctlreg: add local and system prefix to some functionsHeiko Carstens2023-09-191-1/+1
* s390/mm: simplify kernel mapping setupHeiko Carstens2023-08-301-3/+1
* s390: remove "noexec" optionHeiko Carstens2023-08-301-1/+1
* s390/boot: fix multi-line comments styleAlexander Gordeev2023-08-161-2/+4
* s390/boot: account Real Memory Copy and Lowcore areasAlexander Gordeev2023-08-161-1/+2
* s390/mm: define Real Memory Copy size and mask macrosAlexander Gordeev2023-08-161-1/+1
* s390/boot: cleanup number of page table levels setupAlexander Gordeev2023-08-161-5/+4
* s390/mm: get rid of VMEM_MAX_PHYS macroAlexander Gordeev2023-07-241-1/+0
* s390/mm: rework arch_get_mappable_range() callbackAlexander Gordeev2023-07-241-0/+3
* s390/kaslr: randomize amode31 base addressVasily Gorbik2023-04-131-2/+4
* s390/kaslr: generalize and improve random base distributionVasily Gorbik2023-04-131-1/+3
* s390/boot: pin amode31 default lmaVasily Gorbik2023-04-131-1/+3
* s390/boot: do not change default_lmaVasily Gorbik2023-04-131-13/+12
* s390/kaslr: provide kaslr_enabled() functionHeiko Carstens2023-04-131-3/+3