aboutsummaryrefslogtreecommitdiff
path: root/kernel/crash_dump.c
AgeCommit message (Expand)AuthorFilesLines
2020-04-15crash_dump: Remove no longer used saved_max_pfnGravatar Kairui Song 1-6/+0
2019-05-21treewide: Add SPDX license identifier for missed filesGravatar Thomas Gleixner 1-0/+1
2014-08-25crash_dump: Make is_kdump_kernel() accessible from modulesGravatar Amir Vadai 1-0/+1
2011-11-06Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kern...Gravatar Linus Torvalds 1-1/+1
2011-10-31kernel: Map most files to use export.h instead of module.hGravatar Paul Gortmaker 1-1/+1
2011-10-30[S390] kdump: Add size to elfcorehdr kernel parameterGravatar Michael Holzheu 1-0/+11
2011-03-23crash_dump: export is_kdump_kernel to modules, consolidate elfcorehdr_addr, s...Gravatar Olaf Hering 1-0/+34
2006-01-10[PATCH] kdump: read previous kernel's memoryGravatar Vivek Goyal 1-64/+0
2006-01-09[PATCH] powerpc: Add arch-dependent copy_oldmem_pageGravatar Michael Ellerman 1-0/+3
2005-07-27[PATCH] kernel/crash_dump.c: add kerneldocGravatar Randy Dunlap 1-1/+10
2005-06-25[PATCH] kdump: Access dump file in elf format (/proc/vmcore)Gravatar Vivek Goyal 1-1/+1
2005-06-25[PATCH] Retrieve elfcorehdr address from command lineGravatar Vivek Goyal 1-0/+3
2005-06-25[PATCH] kdump: Routines for copying dump pagesGravatar Vivek Goyal 1-0/+49