summaryrefslogtreecommitdiff
path: root/arch/s390/boot
AgeCommit message (Expand)AuthorFilesLines
2025-01-26s390/boot: Add timestamps to early boot messagesVasily Gorbik1-5/+22
2025-01-26s390/boot: Dump message ring buffer on crash with bootdebugVasily Gorbik3-0/+21
2025-01-26s390/boot: Add prefix filtering to bootdebug messagesVasily Gorbik3-11/+20
2025-01-26s390/boot: Add bootdebug option to control debug messagesVasily Gorbik2-0/+6
2025-01-26s390/boot: Defer boot messages when earlyprintk is not enabledVasily Gorbik2-2/+9
2025-01-26s390/boot: Make boot_printk() return intVasily Gorbik2-2/+3
2025-01-26s390/boot: Introduce ring buffer for boot messagesVasily Gorbik1-1/+19
2025-01-26s390/boot: Use decimal format specifiers in boot messagesVasily Gorbik2-4/+4
2025-01-26s390/boot: Replace boot_printk() with loglevel-specific helpersVasily Gorbik6-48/+48
2025-01-26s390/boot: Add support for boot messages loglevelsVasily Gorbik3-1/+51
2025-01-26s390/boot: Add decimal conversion specifiers to boot_printk()Vasily Gorbik1-4/+40
2025-01-26s390/boot: Add field width and padding handling to boot_printk()Vasily Gorbik1-18/+50
2025-01-26s390/boot: Add length modifiers to boot_printk()Vasily Gorbik1-8/+18
2025-01-26s390/boot: Add %% support to boot_printk()Vasily Gorbik1-1/+5
2025-01-26s390/boot: Allow KASAN mapping to fallback to small pagesVasily Gorbik1-3/+7
2025-01-26s390/boot: Add physmem_alloc()Vasily Gorbik2-9/+21
2025-01-26s390/boot: Rename physmem_alloc_top_down() to physmem_alloc_or_die()Vasily Gorbik6-10/+10
2025-01-26s390/mm: Allow large pages for KASAN shadow mappingVasily Gorbik1-24/+50
2025-01-21Merge tag 's390-6.14-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds3-20/+14
2024-12-17s390/mm: Simplify noexec page protection handlingHeiko Carstens3-11/+11
2024-12-16s390/mm: Consider KMSAN modules metadata for paging levelsVasily Gorbik1-0/+2
2024-12-10s390/Kconfig: Select KASAN_VMALLOC if KASAN is enabledHeiko Carstens1-9/+3
2024-12-10s390/mm: Fix DirectMap accountingHeiko Carstens1-3/+3
2024-11-13s390/boot/physmem: Convert to use flag output macrosHeiko Carstens1-15/+21
2024-11-07s390/physmem_info: Query diag500(STORAGE LIMIT) to support QEMU/KVM memory de...David Hildenbrand2-3/+51
2024-10-29s390/uv: Retrieve UV secrets sysfs supportSteffen Eiden1-1/+2
2024-10-29s390/uv: Use a constant for more-data rcSteffen Eiden1-2/+2
2024-10-25s390: Fix various typosHeiko Carstens1-1/+1
2024-09-21Merge tag 's390-6.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds10-227/+185
2024-09-07s390/boot: Move boot_printk() code to own fileHeiko Carstens3-113/+126
2024-09-07s390/boot: Use boot_printk() instead of sclp_early_printk()Heiko Carstens5-40/+12
2024-09-07s390/boot: Rename decompressor_printk() to boot_printk()Heiko Carstens4-41/+37
2024-09-07s390/boot: Compile all files with the same march flagHeiko Carstens1-14/+5
2024-09-07s390/boot: Increase minimum architecture to z10Heiko Carstens1-4/+0
2024-09-07s390/als: Remove obsolete commentHeiko Carstens1-8/+0
2024-08-29s390/entry: Unify save_area_sync and save_area_asyncSven Schnelle1-2/+2
2024-08-27s390/build: Avoid relocation information in final vmlinuxJens Remus1-5/+3
2024-08-22s390/boot: Fix KASLR base offset off by __START_KERNEL bytesAlexander Gordeev3-28/+48
2024-08-22s390/boot: Avoid possible physmem_info segment corruptionAlexander Gordeev1-2/+2
2024-08-21s390/mm: Pin identity mapping base to zeroAlexander Gordeev1-1/+2
2024-07-26Merge tag 's390-6.11-2' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds8-26/+33
2024-07-24Merge tag 'kbuild-v6.11' of git://git.kernel.org/pub/scm/linux/kernel/git/mas...Linus 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-22Merge tag 'mm-stable-2024-07-21-14-50' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds4-0/+32
2024-07-20kbuild: Abort make on install failuresZhang Bingwu1-0/+2
2024-07-19Merge tag 's390-6.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git/s390...Linus Torvalds6-28/+28