1. f0bc21b fs/coredump: move coredump sysctls into its own file by Xiaoming Ni · 3 years ago
  2. 4969733 signal: Remove the helper signal_group_exit by Eric W. Biederman · 3 years, 6 months ago
  3. 6ac79ec coredump: Stop setting signal->group_exit_task by Eric W. Biederman · 3 years, 1 month ago
  4. 2f824d4 signal: Remove SIGNAL_GROUP_COREDUMP by Eric W. Biederman · 3 years ago
  5. 752dc97 signal: During coredumps set SIGNAL_GROUP_EXIT in zap_process by Eric W. Biederman · 3 years ago
  6. 0258b5f coredump: Limit coredumps to a single thread group by Eric W. Biederman · 3 years, 3 months ago
  7. 9230738 coredump: Don't perform any cleanups before dumping core by Eric W. Biederman · 3 years, 4 months ago
  8. d67e03e exit: Factor coredump_exit_mm out of exit_mm by Eric W. Biederman · 3 years, 4 months ago
  9. 6fcac87 coredump: fix memleak in dump_vma_snapshot() by QiuXi · 3 years, 4 months ago
  10. dbd9d6f fs/coredump.c: log if a core dump is aborted due to changed file permissions by David Oberhollenzer · 3 years, 4 months ago
  11. 58ec905 Merge branch 'work.namei' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 3 years, 6 months ago
  12. 06af867 coredump: Limit what can interrupt coredumps by Eric W. Biederman · 3 years, 7 months ago
  13. ffb37ca switch file_open_root() to struct path by Al Viro · 3 years, 9 months ago
  14. d0f1088 coredump: don't bother with do_truncate() by Al Viro · 4 years, 10 months ago
  15. 3159ed5 fs/coredump: use kmap_local_page() by Ira Weiny · 3 years, 10 months ago
  16. 643fe55 open: handle idmapped mounts in do_truncate() by Christian Brauner · 4 years ago
  17. faf145d Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years ago
  18. c39ab6d coredump: Document coredump code exclusively used by cell spufs by Eric W. Biederman · 4 years, 1 month ago
  19. 1f70260 exec: Simplify unshare_files by Eric W. Biederman · 4 years, 1 month ago
  20. 2bf509d coredump: fix core_pattern parse error by Menglong Dong · 4 years, 1 month ago
  21. a07279c binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshot by Jann Horn · 4 years, 2 months ago
  22. 429a22e coredump: rework elf/elf_fdpic vma_dump_size() into common helper by Jann Horn · 4 years, 2 months ago
  23. afc63a97b coredump: refactor page range dumping into common helper by Jann Horn · 4 years, 2 months ago
  24. df0c09c coredump: let dump_emit() bail out on short writes by Jann Horn · 4 years, 2 months ago
  25. f38c85f coredump: add %f for executable filename by Lepton Wu · 4 years, 5 months ago
  26. c1e8d7c mmap locking API: convert mmap_sem comments by Michel Lespinasse · 4 years, 7 months ago
  27. d8ed45c mmap locking API: use coccinelle to convert mmap_sem rwsem call sites by Michel Lespinasse · 4 years, 7 months ago
  28. 3740d93 coredump: fix crash when umh is disabled by Luis Chamberlain · 4 years, 9 months ago
  29. db973a7 coredump: fix null pointer dereference on coredump by Sudip Mukherjee · 4 years, 8 months ago
  30. 0ddad21 pipe: use exclusive waits when reading or writing by Linus Torvalds · 5 years ago
  31. 315c692 coredump: split pipe command whitespace before expanding template by Paul Wise · 5 years ago
  32. ae7795b signal: Distinguish between kernel_siginfo and siginfo by Eric W. Biederman · 6 years ago
  33. 93f30c7 Merge branch 'misc.compat' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  34. 9627165 coredump: call do_unlinkat directly instead of sys_unlink by Christoph Hellwig · 7 years ago
  35. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  36. 0ee931c mm: treewide: remove GFP_TEMPORARY allocation flag by Michal Hocko · 7 years ago
  37. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  38. 3f07c01 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/signal.h> by Ingo Molnar · 8 years ago
  39. f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
  40. 4d22c75 coredump: Ensure proper size of sparse core files by Dave Kleikamp · 8 years ago
  41. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  42. 70d78fe coredump: fix unfreezable coredumping task by Andrey Ryabinin · 8 years ago
  43. 1607f09 coredump: fix dumping through pipes by Mateusz Guzik · 9 years ago
  44. 4136c26 coredump: make coredump_wait wait for mmap_sem for write killable by Michal Hocko · 9 years ago
  45. 2c4cb04 coredump: only charge written data against RLIMIT_CORE by Omar Sandoval · 9 years ago
  46. a008393 coredump: get rid of coredump_params->written by Omar Sandoval · 9 years ago
  47. 378c652 fs/coredump: prevent fsuid=0 dumps into user-controlled directories by Jann Horn · 9 years ago
  48. ac94b6e fs/coredump: prevent "" / "." / ".." core path components by Jann Horn · 9 years ago
  49. 03927c8 coredump: Use 64bit time for unix time of coredump by Arnd Bergmann · 9 years ago
  50. d61ba58 coredump: change zap_threads() and zap_process() to use for_each_thread() by Oleg Nesterov · 9 years ago
  51. 5fa534c coredump: ensure all coredumping tasks have SIGNAL_GROUP_COREDUMP by Oleg Nesterov · 9 years ago
  52. 40f705a fs: Don't dump core if the corefile would become world-readable. by Jann Horn · 9 years ago
  53. fbb1816 fs: if a coredump already exists, unlink and recreate with O_EXCL by Jann Horn · 9 years ago
  54. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  55. b4176b7 coredump: add __printf attribute to cn_*printf functions by Nicolas Iooss · 10 years ago
  56. 5202efe coredump: use from_kuid/kgid when formatting corename by Nicolas Iooss · 10 years ago
  57. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 10 years ago
  58. 86cc058 coredump: accept any write method by Al Viro · 10 years ago
  59. fcbc32b coredump: Fix typo in comment by Bastien Nocera · 10 years ago
  60. b03023e coredump: add %i/%I in core_pattern to report the tid of the crashed thread by Oleg Nesterov · 10 years ago
  61. aed8adb coredump: fix the setting of PF_DUMPCORE by Silesh C V · 10 years ago
  62. 404ca80 coredump: fix va_list corruption by Eric Dumazet · 11 years ago
  63. 942be38 coredump: make __get_dumpable/get_dumpable inline, kill fs/coredump.h by Oleg Nesterov · 11 years ago
  64. 52da40a dump_emit(): use __kernel_write(), not vfs_write() by Al Viro · 11 years ago
  65. db51242 dump_align(): fix the dumb braino by Al Viro · 11 years ago
  66. ec57941 constify do_coredump() argument by Al Viro · 11 years ago
  67. 22a8cb8 new helper: dump_align() by Al Viro · 11 years ago
  68. 9b56d54 dump_skip(): dump_seek() replacement taking coredump_params by Al Viro · 11 years ago
  69. 2507a4f make dump_emit() use vfs_write() instead of banging at ->f_op->write directly by Al Viro · 11 years ago
  70. ecc8c77 new helper: dump_emit() by Al Viro · 11 years ago
  71. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  72. 65aafb1 coredump: add new %P variable in core_pattern by Stéphane Graber · 11 years ago
  73. 888ffc5 coredump: '% at the end' shouldn't bypass core_uses_pid logic by Oleg Nesterov · 11 years ago
  74. 3ceadcf coredump: kill call_count, add core_name_size by Oleg Nesterov · 11 years ago
  75. 923bed03 coredump: kill cn_escape(), introduce cn_esc_printf() by Oleg Nesterov · 11 years ago
  76. 5fe9d8c coredump: cn_vprintf() has no reason to call vsnprintf() twice by Oleg Nesterov · 11 years ago
  77. bc03c69 coredump: introduce cn_vprintf() by Oleg Nesterov · 11 years ago
  78. e7fd154 coredump: format_corename() can leak cn->corename by Oleg Nesterov · 11 years ago
  79. e86d35c do_coredump(): don't wait for thaw if coredump has already been interrupted by Al Viro · 12 years ago
  80. 20b4fb4 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  81. dc7ee2a coredump: change wait_for_dump_helpers() to use wait_event_interruptible() by Oleg Nesterov · 12 years ago
  82. 079148b coredump: factor out the setting of PF_DUMPCORE by Oleg Nesterov · 12 years ago
  83. 528f827 coredump: introduce dump_interrupted() by Oleg Nesterov · 12 years ago
  84. acdedd9 coredump: sanitize the setting of signal->group_exit_code by Oleg Nesterov · 12 years ago
  85. 6cd8f0a coredump: ensure that SIGKILL always kills the dumping thread by Oleg Nesterov · 12 years ago
  86. 403bad7 coredump: only SIGKILL should interrupt the coredumping task by Oleg Nesterov · 12 years ago
  87. 907ed13 usermodehelper: split remaining calls to call_usermodehelper_fns() by Lucas De Marchi · 12 years ago
  88. fb96c47 coredump: remove trailling whitespace by Lucas De Marchi · 12 years ago
  89. de32ec4 pipe: set file->private_data to ->i_pipe by Al Viro · 12 years ago
  90. 03d95eb lift sb_start_write() out of ->write() by Al Viro · 12 years ago
  91. e579d2c coredump: remove redundant defines for dumpable states by Kees Cook · 12 years ago
  92. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  93. 541880d do_coredump(): get rid of pt_regs argument by Al Viro · 12 years ago
  94. 45525b2 fix a leak in replace_fd() users by Al Viro · 12 years ago
  95. 5ab1c30 coredump: pass siginfo_t* to do_coredump() and below, not merely signr by Denys Vlasenko · 12 years ago
  96. 12a2b4b coredump: add support for %d=__get_dumpable() in core name by Oleg Nesterov · 12 years ago
  97. 179899f coredump: update coredump-related headers by Alex Kelly · 12 years ago
  98. 10c28d9 coredump: move core dump functionality into its own file by Alex Kelly · 12 years ago