aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/include/linux/coredump.h (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-12-12Merge tag 'pull-elfcore' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+0
2022-11-18core_pattern: add CPU specifierOleksandr Natalenko1-0/+1
2022-10-23kill coredump_params->regsAl Viro1-1/+0
2022-03-08coredump: Use the vma snapshot in fill_files_noteEric W. Biederman1-0/+2
2022-03-08coredump: Snapshot the vmas in do_coredumpEric W. Biederman1-3/+3
2022-03-08coredump: Move definition of struct coredump_params into coredump.hEric W. Biederman1-1/+11
2022-01-22fs/coredump: move coredump sysctls into its own fileXiaoming Ni1-4/+6
2021-03-08coredump.h: move CONFIG_COREDUMP-only stuff inside the ifdefAl Viro1-5/+5
2021-03-08coredump: don't bother with do_truncate()Al Viro1-2/+2
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn1-1/+9
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn1-0/+1
2020-10-16coredump: refactor page range dumping into common helperJann Horn1-0/+2
2020-04-27sysctl: remove all extern declaration from sysctl.cChristoph Hellwig1-0/+4
2018-10-03signal: Distinguish between kernel_siginfo and siginfoEric W. Biederman1-2/+2
2017-11-02License cleanup: add SPDX GPL-2.0 license identifier to files with no licenseGreg Kroah-Hartman1-0/+1
2017-01-14coredump: Ensure proper size of sparse core filesDave Kleikamp1-0/+1
2013-11-09constify do_coredump() argumentAl Viro1-2/+2
2013-11-09new helper: dump_align()Al Viro1-0/+1
2013-11-09dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro1-2/+1
2013-11-09new helper: dump_emit()Al Viro1-0/+2
2012-11-29do_coredump(): get rid of pt_regs argumentAl Viro1-2/+2
2012-10-19linux/coredump.h needs asm/siginfo.hRichard Weinberger1-0/+1
2012-10-06coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko1-2/+2
2012-10-06coredump: update coredump-related headersAlex Kelly1-0/+5
2010-10-14Un-inline the core-dump helper functionsLinus Torvalds1-32/+2
2010-10-14Don't dump task struct in a.out core-dumpsLinus Torvalds1-1/+1
2010-03-12coredump: plug a memory leak situation on dump_seek()André Goddard Rosa1-3/+7
2010-03-06coredump: move dump_write() and dump_seek() into a header fileDaisuke HATAYAMA1-0/+41