summaryrefslogtreecommitdiffstats
path: root/include/linux/coredump.h
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2022-12-121-1/+0
|\
| * kill coredump_params->regsAl Viro2022-10-231-1/+0
* | core_pattern: add CPU specifierOleksandr Natalenko2022-11-181-0/+1
|/
* coredump: Use the vma snapshot in fill_files_noteEric W. Biederman2022-03-081-0/+2
* coredump: Snapshot the vmas in do_coredumpEric W. Biederman2022-03-081-3/+3
* coredump: Move definition of struct coredump_params into coredump.hEric W. Biederman2022-03-081-1/+11
* fs/coredump: move coredump sysctls into its own fileXiaoming Ni2022-01-221-4/+6
* coredump.h: move CONFIG_COREDUMP-only stuff inside the ifdefAl Viro2021-03-081-5/+5
* coredump: don't bother with do_truncate()Al Viro2021-03-081-2/+2
* binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn2020-10-161-1/+9
* coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn2020-10-161-0/+1
* coredump: refactor page range dumping into common helperJann Horn2020-10-161-0/+2
* sysctl: remove all extern declaration from sysctl.cChristoph Hellwig2020-04-271-0/+4
* signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman2018-10-031-2/+2
* License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman2017-11-021-0/+1
* coredump: Ensure proper size of sparse core filesDave Kleikamp2017-01-141-0/+1
* constify do_coredump() argumentAl Viro2013-11-091-2/+2
* new helper: dump_align()Al Viro2013-11-091-0/+1
* dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro2013-11-091-2/+1
* new helper: dump_emit()Al Viro2013-11-091-0/+2
* do_coredump(): get rid of pt_regs argumentAl Viro2012-11-291-2/+2
* linux/coredump.h needs asm/siginfo.hRichard Weinberger2012-10-191-0/+1
* coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko2012-10-061-2/+2
* coredump: update coredump-related headersAlex Kelly2012-10-061-0/+5
* Un-inline the core-dump helper functionsLinus Torvalds2010-10-141-32/+2
* Don't dump task struct in a.out core-dumpsLinus Torvalds2010-10-141-1/+1
* coredump: plug a memory leak situation on dump_seek()André Goddard Rosa2010-03-121-3/+7
* coredump: move dump_write() and dump_seek() into a header fileDaisuke HATAYAMA2010-03-061-0/+41