aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/s390/char/zcore.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2010-05-17[S390] avoid default_llseek in s390 driversMartin Schwidefsky1-2/+2
2010-04-22[S390] zcore: Fix reipl device detectionMichael Holzheu1-5/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-24[S390] zcore: CPU registers are not saved under LPARMichael Holzheu1-29/+2
2010-02-26[S390] zcore: Add prefix registers to dump headerMichael Holzheu1-3/+19
2010-02-26[S390] Cleanup struct _lowcore usage and defines.Heiko Carstens1-0/+1
2010-02-26[S390] zfcpdump: remove cross arch dump supportHeiko Carstens1-93/+47
2009-09-23headers: utsname.h reduxAlexey Dobriyan1-1/+0
2009-09-11[S390] Get rid of cpuid.h header file.Heiko Carstens1-1/+1
2009-03-26[S390] Use csum_partial in checksum.hFrank Munzert1-1/+3
2009-03-26[S390] Automatic IPL after dumpFrank Munzert1-2/+86
2008-12-25[S390] convert zfcp dumper printks to pr_xxx macros.Michael Holzheu1-6/+8
2008-07-17[S390] zfcpdump: Make SCSI disk dump tool recognize storage holesFrank Munzert1-7/+94
2008-07-14[S390] Cleanup zfcp dumper printk messages.Michael Holzheu1-19/+12
2008-04-17[S390] replace remaining __FUNCTION__ occurrencesHarvey Harrison1-1/+1
2008-01-26[S390] constify function pointer tables.Jan Engelhardt1-1/+1
2007-10-12[S390] zcore: fix inline assembly in memcpy_real()Michael Holzheu1-3/+4