index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
linux
/
coredump.h
Age
Commit message (
Expand
)
Author
2022-03-08
coredump: Use the vma snapshot in fill_files_note
Eric W. Biederman
2022-03-08
coredump: Snapshot the vmas in do_coredump
Eric W. Biederman
2022-03-08
coredump: Move definition of struct coredump_params into coredump.h
Eric W. Biederman
2022-01-22
fs/coredump: move coredump sysctls into its own file
Xiaoming Ni
2021-03-08
coredump.h: move CONFIG_COREDUMP-only stuff inside the ifdef
Al Viro
2021-03-08
coredump: don't bother with do_truncate()
Al Viro
2020-10-16
binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshot
Jann Horn
2020-10-16
coredump: rework elf/elf_fdpic vma_dump_size() into common helper
Jann Horn
2020-10-16
coredump: refactor page range dumping into common helper
Jann Horn
2020-04-27
sysctl: remove all extern declaration from sysctl.c
Christoph Hellwig
2018-10-03
signal: Distinguish between kernel_siginfo and siginfo
Eric W. Biederman
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-01-14
coredump: Ensure proper size of sparse core files
Dave Kleikamp
2013-11-09
constify do_coredump() argument
Al Viro
2013-11-09
new helper: dump_align()
Al Viro
2013-11-09
dump_skip(): dump_seek() replacement taking coredump_params
Al Viro
2013-11-09
new helper: dump_emit()
Al Viro
2012-11-29
do_coredump(): get rid of pt_regs argument
Al Viro
2012-10-19
linux/coredump.h needs asm/siginfo.h
Richard Weinberger
2012-10-06
coredump: pass siginfo_t* to do_coredump() and below, not merely signr
Denys Vlasenko
2012-10-06
coredump: update coredump-related headers
Alex Kelly
2010-10-14
Un-inline the core-dump helper functions
Linus Torvalds
2010-10-14
Don't dump task struct in a.out core-dumps
Linus Torvalds
2010-03-12
coredump: plug a memory leak situation on dump_seek()
André Goddard Rosa
2010-03-06
coredump: move dump_write() and dump_seek() into a header file
Daisuke HATAYAMA