summaryrefslogtreecommitdiff
path: root/arch/s390/kernel/os_info.c
AgeCommit message (Expand)AuthorFilesLines
2024-04-29s390/os_info: Fix array size in struct os_infoSven Schnelle1-0/+1
2024-04-29s390/os_info: Initialize old os_info in standalone dump kernelAlexander Egorenkov1-1/+2
2024-04-17s390/crash: Use old os_info to create PT_LOAD headersAlexander Gordeev1-0/+3
2024-04-17s390/os_info: Store virtual memory layoutAlexander Gordeev1-0/+7
2024-04-17s390/os_info: Introduce value entriesAlexander Gordeev1-2/+13
2024-02-16s390/checksum: provide and use cksm() inline assemblyHeiko Carstens1-3/+3
2023-01-13s390/mm: allocate Absolute Lowcore Area in decompressorAlexander Gordeev1-3/+2
2022-09-14s390/mm: uninline copy_oldmem_kernel() functionAlexander Gordeev1-0/+1
2022-09-14s390/smp: rework absolute lowcore accessAlexander Gordeev1-3/+6
2022-03-27s390/maccess: rework absolute lowcore accessorsAlexander Gordeev1-1/+1
2022-02-10s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev1-4/+3
2022-02-10s390/dump: fix old lowcore virtual vs physical address confusionAlexander Gordeev1-1/+2
2022-02-07s390/dump: fix os_info virtual vs physical address confusionAlexander Gordeev1-2/+2
2021-07-27s390/dump: introduce boot data 'oldmem_data'Alexander Egorenkov1-1/+1
2021-03-22s390/kernel: fix a typoBhaskar Chowdhury1-1/+1
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-16s390: proper type casts for csum_partial invocationsHeiko Carstens1-3/+3
2015-11-27s390/dump: streamline oldmem copy functionsMartin Schwidefsky1-3/+4
2013-04-29Include missing linux/slab.h inclusionsDavid Howells1-0/+1
2012-06-14s390/smp: make absolute lowcore / cpu restart parameter accesses more robustHeiko Carstens1-1/+1
2012-05-30s390/kernel: Introduce memcpy_absolute() functionMichael Holzheu1-1/+1
2012-05-23s390/kernel: Remove OS info init function call and diag 308 for kdumpMichael Holzheu1-1/+0
2012-03-28Disintegrate asm/system.h for S390David Howells1-1/+0
2012-03-11[S390] kernel: Add OS info memory interfaceMichael Holzheu1-0/+169