aboutsummaryrefslogtreecommitdiff
path: root/include/linux/coredump.h
AgeCommit message (Expand)AuthorFilesLines
2017-01-14coredump: Ensure proper size of sparse core filesGravatar Dave Kleikamp 1-0/+1
2013-11-09constify do_coredump() argumentGravatar Al Viro 1-2/+2
2013-11-09new helper: dump_align()Gravatar Al Viro 1-0/+1
2013-11-09dump_skip(): dump_seek() replacement taking coredump_paramsGravatar Al Viro 1-2/+1
2013-11-09new helper: dump_emit()Gravatar Al Viro 1-0/+2
2012-11-29do_coredump(): get rid of pt_regs argumentGravatar Al Viro 1-2/+2
2012-10-19linux/coredump.h needs asm/siginfo.hGravatar Richard Weinberger 1-0/+1
2012-10-06coredump: pass siginfo_t* to do_coredump() and below, not merely signrGravatar Denys Vlasenko 1-2/+2
2012-10-06coredump: update coredump-related headersGravatar Alex Kelly 1-0/+5
2010-10-14Un-inline the core-dump helper functionsGravatar Linus Torvalds 1-32/+2
2010-10-14Don't dump task struct in a.out core-dumpsGravatar Linus Torvalds 1-1/+1
2010-03-12coredump: plug a memory leak situation on dump_seek()Gravatar André Goddard Rosa 1-3/+7
2010-03-06coredump: move dump_write() and dump_seek() into a header fileGravatar Daisuke HATAYAMA 1-0/+41