aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/arch/s390/boot (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-07-26Merge tag 's390-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds8-26/+33
2024-07-23Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/masahiroy/linux-kbuildLinus Torvalds1-0/+2
2024-07-23s390: Remove protvirt and kvm config guards for uv codeJanosch Frank3-23/+1
2024-07-23s390/boot: Add cmdline option to relocate lowcoreSven Schnelle1-0/+2
2024-07-23s390: Add infrastructure to patch lowcore accessesSven Schnelle4-1/+14
2024-07-23s390/alternatives: Allow early alternative patching in decompressorSven Schnelle4-1/+11
2024-07-23s390/boot: Do not assume the decompressor range is reservedAlexander Gordeev1-2/+6
2024-07-21Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds4-0/+32
2024-07-20kbuild: Abort make on install failuresZhang Bingwu1-0/+2
2024-07-18Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/linuxLinus Torvalds6-28/+28
2024-07-03s390/string: add KMSAN supportIlya Leoshkevich1-0/+16
2024-07-03s390/mm: define KMSAN metadata for vmalloc and modulesIlya Leoshkevich1-0/+7
2024-07-03s390/boot: add the KMSAN runtime stubIlya Leoshkevich2-0/+7
2024-07-03s390/boot: turn off KMSANIlya Leoshkevich1-0/+2
2024-06-25s390/boot: Do not adjust GOT entries for undef weak symJens Remus1-4/+7
2024-06-18s390/boot: Replace S390_lowcore by get_lowcore()Sven Schnelle6-28/+28
2024-06-11s390/mm: Restore mapping of kernel image using large pagesAlexander Gordeev3-4/+26
2024-06-11s390/mm: Allow large pages only for aligned physical addressesAlexander Gordeev1-2/+8
2024-05-16s390/boot: Remove alt_stfle_fac_list from decompressorSven Schnelle1-1/+0
2024-04-29s390: Compile kernel with -fPIC and link with -no-pieSumanth Korikkar4-56/+1
2024-04-17s390/boot: Do not rescue .vmlinux.relocs sectionAlexander Gordeev2-40/+22
2024-04-17s390/boot: Rework deployment of the kernel imageAlexander Gordeev6-68/+56
2024-04-17s390: Map kernel at fixed location when KASLR is disabledAlexander Gordeev1-9/+24
2024-04-17s390/mm: Uncouple physical vs virtual address spacesAlexander Gordeev4-64/+111
2024-04-17s390/boot: Uncouple virtual and physical kernel offsetsAlexander Gordeev2-9/+15
2024-04-17s390/mm: Create virtual memory layout structureAlexander Gordeev1-2/+1
2024-04-17s390/boot: Swap vmalloc and Lowcore/Real Memory Copy areasAlexander Gordeev1-9/+11
2024-04-17s390/boot: Reduce size of identity mapping on overlapAlexander Gordeev1-1/+4
2024-04-17s390/boot: Consider DCSS segments on memory layout setupAlexander Gordeev1-2/+5
2024-04-17s390/boot: Do not force vmemmap to start at MAX_PHYSMEM_BITSAlexander Gordeev1-3/+2
2024-04-09s390: adjust indentation of RELOCS command build step outHeiko Carstens1-1/+1
2024-03-14Merge tag 'mm-stable-2024-03-13-20-04' of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mmLinus Torvalds1-2/+2
2024-03-06mm/treewide: replace pud_large() with pud_leaf()Peter Xu1-1/+1
2024-03-06mm/treewide: replace pmd_large() with pmd_leaf()Peter Xu1-1/+1
2024-02-26s390/boot: fix minor comment style damagesAlexander Gordeev1-3/+3
2024-02-26s390/boot: do not check for zero-termination relocation entryAlexander Gordeev1-3/+1
2024-02-26s390/boot: make type of __vmlinux_relocs_64_start|end consistentAlexander Gordeev2-8/+6
2024-02-26s390/boot: sanitize kaslr_adjust_relocs() function prototypeAlexander Gordeev1-4/+3
2024-02-26s390/boot: simplify GOT handlingAlexander Gordeev2-7/+5
2024-02-25s390: vmlinux.lds.S: fix .got.plt assertionHeiko Carstens1-3/+8
2024-02-22s390/boot: workaround current 'llvm-objdump -t -j ...' behaviorNathan Chancellor1-2/+2
2024-02-20s390: compile relocatable kernel without -fPIEJosh Poimboeuf5-9/+110
2024-02-20s390/boot: add 'alloc' to info.bin .vmlinux.info section flagsNathan Chancellor1-1/+1
2024-02-14s390/boot: vmlinux.lds.S: handle commonly discarded sectionsNathan Chancellor1-0/+1
2024-02-14s390/boot: vmlinux.lds.S: handle ELF required sectionsNathan Chancellor1-0/+1
2024-02-14s390/boot: vmlinux.lds.S: handle DWARF debug sectionsNathan Chancellor1-0/+2
2024-02-14s390/boot: vmlinux.lds.S: handle '.rela' sectionsNathan Chancellor1-0/+4
2024-02-14s390/boot: vmlinux.lds.S: handle '.init.text'Nathan Chancellor1-0/+1
2024-02-14s390: vmlinux.lds.S: explicitly handle '.got' and '.plt' sectionsNathan Chancellor1-0/+16
2024-02-14s390/boot: add support for CONFIG_LD_ORPHAN_WARNNathan Chancellor1-2/+3