aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/zcore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-09-14s390/mm: rework memcpy_real() to avoid DAT-off modeAlexander Gordeev1-0/+1
2022-07-20s390/crash: support multi-segment iteratorsAlexander Gordeev1-35/+23
2022-07-20s390/zcore: fix race when reading from hardware system areaAlexander Gordeev1-1/+10
2022-02-09s390/maccess: fix semantics of memcpy_real() and its callersAlexander Gordeev1-2/+1
2021-07-27s390/dump: introduce boot data 'oldmem_data'Alexander Egorenkov1-1/+1
2021-07-01kernel.h: split out panic and oops helpersAndy Shevchenko1-0/+1
2021-03-08s390/zcore: release dump save area on restart or power downAlexander Egorenkov1-0/+26
2021-03-08s390/zcore: no need to check return value of debugfs_create functionsAlexander Egorenkov1-17/+1
2020-10-02s390/nvme: support firmware-assisted dump to NVMe disksAlexander Egorenkov1-5/+12
2020-06-29s390/zcore: remove memmap deviceAlexander Egorenkov1-55/+2
2019-06-11docs: s390: convert docs to ReST and rename to *.rstMauro Carvalho Chehab1-1/+1
2019-05-07Merge tag 'stream_open-5.2' of https://lab.nexedi.com/kirr/linuxLinus Torvalds1-1/+1
2019-05-06*: convert stream-like files from nonseekable_open -> stream_openKirill Smelkov1-1/+1
2019-04-26s390/zcore: Rename ipl_block to mitigate name collisionPhilipp Rudo1-10/+12
2018-06-12treewide: kzalloc() -> kcalloc()Kees Cook1-1/+1
2017-11-24s390: drivers: Remove redundant license textGreg Kroah-Hartman1-1/+0
2017-11-24s390: char: add SPDX identifiers to the remaining filesGreg Kroah-Hartman1-0/+1
2017-01-16s390: proper type casts for csum_partial invocationsHeiko Carstens1-1/+1
2017-01-16s390/zcore: remove unneeded linux/miscdevice.h includeCorentin Labbe1-1/+0
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-11-17zcore: Improve startup-message textMichael Holzheu1-1/+1
2016-10-31s390: char: make zcore explicitly non-modularPaul Gortmaker1-19/+1
2016-06-13s390/ipl: rename diagnose enumsHeiko Carstens1-1/+1
2015-11-27s390/dump: cleanup CPU save area handlingMartin Schwidefsky1-6/+5
2015-11-27s390/dump: rework CPU register dump codeMartin Schwidefsky1-2/+0
2015-11-27s390/dump: remove SAVE_AREA_BASEMartin Schwidefsky1-1/+1
2015-11-27s390/zcore: simplify memcpy_hsaMartin Schwidefsky1-68/+33
2015-11-27s390/dump: streamline oldmem copy functionsMartin Schwidefsky1-3/+17
2015-11-27s390/zcore: remove /sys/kernel/debug/zcore/memMartin Schwidefsky1-386/+8
2015-11-27s390/zcore: copy vector registers into the image dataMartin Schwidefsky1-16/+54
2015-11-27s390/zcore: remove invalid kfree in init_cpu_infoMartin Schwidefsky1-1/+0
2015-06-25s390/kdump: fix nosmt kernel parameterMichael Holzheu1-1/+1
2015-05-13s390/sclp: unify basic sclp access by exposing "struct sclp"David Hildenbrand1-5/+5
2015-03-25s390: remove 31 bit supportHeiko Carstens1-32/+0
2014-10-09s390/kdump: add support for vector extensionMichael Holzheu1-7/+11
2014-05-20s390/mm: Convert bootmem to memblockPhilipp Hachtmann1-30/+14
2013-11-15s390/sclp: Determine HSA size dynamically for zfcpdumpMichael Holzheu1-15/+7
2013-10-24s390: Remove zfcpdump NR_CPUS dependencyMichael Holzheu1-11/+9
2013-09-11s390/vmcore: use vmcore for zfcpdumpMichael Holzheu1-3/+3
2013-05-02s390/mem_detect: limit memory detection loop to "mem=" parameterHeiko Carstens1-2/+2
2013-05-02s390/zcore: calculate real memory size using own get_mem_size functionHeiko Carstens1-15/+15
2013-04-23s390/zcore: Fix HSA copy length for last blockMichael Holzheu1-1/+1
2013-02-14s390/time: rename tod clock access functionsHeiko Carstens1-1/+1
2013-02-14s390/zcore: Add hsa fileMichael Holzheu1-3/+59
2012-07-20s390/comments: unify copyright messages and remove file namesHeiko Carstens1-1/+1
2012-03-11[S390] rework smp codeMartin Schwidefsky1-1/+0
2011-11-14[S390] zfcpdump: Do not initialize zfcpdump in kdump modeMichael Holzheu1-0/+2
2011-10-30[S390] zcore: add missing module.h includeHeiko Carstens1-0/+1
2011-10-30[S390] Add real memory access functionsMichael Holzheu1-18/+2
2010-10-15llseek: automatically add .llseek fopArnd Bergmann1-0/+2