summaryrefslogtreecommitdiff
path: root/kexec/crashdump.c
Commit message (Expand)AuthorAgeFilesLines
* Don't use %L width specifier with integer valuesPhilip Prindeville2017-03-141-4/+4
* Fix mistaken check of stat(2) return valueTakao Indoh2014-06-051-1/+1
* kexec/xen: switch to use xc_kexec_get_range for get_xen_vmcoreinfo.Don Slutz2013-11-191-5/+0
* kexec: Parse percpu note size from kernelZhang Yanfei2013-04-301-4/+20
* kexec: fix some compiler warningsZhang Yanfei2013-03-051-1/+2
* Add generic debug optionCong Wang2012-03-151-3/+2
* Correct magic varible of function name in debug codeHan Pingtian2012-01-101-1/+1
* kexec: improve the debug printf in get_crash_notes_per_cpu()WANG Cong2011-11-181-2/+2
* kexec jump support for kexec-toolsHuang Ying2008-10-311-0/+1
* kexec/crashdump.c: remove useless codeWANG Cong2008-07-111-3/+1
* kexec/crashdump.c: remove file descriptor leaks; make kdump_info argument to ...WANG Cong2008-06-271-1/+3
* extract vmcoreinfo from /proc/vmcore for XenItsuro ODA2008-04-021-5/+13
* kexec-tools: mipsel: mipsel portFrancesco Chiechi2008-03-061-0/+1
* Pass vmcoreinfo's address and size #2Ken'ichi Ohmichi2007-10-191-6/+2
* Pass vmcoreinfo's address and sizeKen'ichi Ohmichi2007-10-181-0/+32
* Set crash dump ELF header e_machine field based on underlying hypervisor arch...Ian Campbell2007-03-191-0/+8
* kexec-tool: Use the appropriate format in debug print statementsHorms2006-12-211-0/+4
* kexec-tools: Introduce crashdump-elf.c and crash_create_elf32/64_headers() V2Magnus Damm2006-11-271-0/+19
* kexec-tools: Add length parameter to get_crash_notes_per_cpu()Magnus Damm2006-11-271-1/+4
* kexec-tools: remove bogus stderr from die() callHorms2006-11-201-2/+2
* kexec-tools: remove unneccessary includes in kexec/crashdump.cHorms2006-11-171-3/+0
* kexec-tools: fix various bugs in get_crash_notes_per_cpuHorms2006-11-171-13/+27
* kexec-tools: i386 sys interface changes compatibilityVivek Goyal2006-07-271-0/+65