1. 6409324 coredump: format_corename: don't append .%pid if multi-threaded by Oleg Nesterov · 16 years ago
  2. c8d8a23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  3. 07edbde pid_ns: de_thread: kill the now unneeded ->child_reaper change by Oleg Nesterov · 16 years ago
  4. 5311248 alpha: introduce field 'taso' into struct linux_binprm by Kirill A. Shutemov · 16 years ago
  5. 362e666 exec.c, compat.c: fix count(), compat_count() bounds checking by Jason Baron · 16 years ago
  6. 5f4123b remove CONFIG_KMOD from fs by Johannes Berg · 16 years ago
  7. 31a78f2 mm owner: fix race between swapoff and exit by Balbir Singh · 16 years ago
  8. ca5b172 exec: include pagemap.h again to fix build by Hugh Dickins · 16 years ago
  9. 964bd18 [PATCH] get rid of __user_path_lookup_open by Al Viro · 16 years ago
  10. 3052447 [PATCH] take noexec checks to very few callers that care by Al Viro · 16 years ago
  11. e56b6a5 Re: [PATCH 3/6] vfs: open_exec cleanup by Christoph Hellwig · 16 years ago
  12. b77b064 [PATCH] pass MAY_OPEN to vfs_permission() explicitly by Al Viro · 16 years ago
  13. 6341c39 tracehook: exec by Roland McGrath · 16 years ago
  14. 565b9b1 coredump: format_corename: fix the "core_uses_pid" logic by Oleg Nesterov · 16 years ago
  15. a94e2d4 coredump: kill mm->core_done by Oleg Nesterov · 16 years ago
  16. b564daf coredump: construct the list of coredumping threads at startup time by Oleg Nesterov · 16 years ago
  17. 9d5b327 coredump: make mm->core_state visible to ->core_dump() by Oleg Nesterov · 16 years ago
  18. c5f1cc8 coredump: turn core_state->nr_threads into atomic_t by Oleg Nesterov · 16 years ago
  19. 8cd9c24 coredump: simplify core_state->nr_threads calculation by Oleg Nesterov · 16 years ago
  20. 999d9fc coredump: move mm->core_waiters into struct core_state by Oleg Nesterov · 16 years ago
  21. 32ecb1f coredump: turn mm->core_startup_done into the pointer to struct core_state by Oleg Nesterov · 16 years ago
  22. 15b9f36 coredump: zap_threads() must skip kernel threads by Oleg Nesterov · 16 years ago
  23. 7b34e42 introduce PF_KTHREAD flag by Oleg Nesterov · 16 years ago
  24. e4901f9 coredump: zap_threads: comments && use while_each_thread() by Oleg Nesterov · 16 years ago
  25. ba92a43 exec: remove some includes by Hugh Dickins · 16 years ago
  26. 42b7772 mm: remove double indirection on tlb parameter to free_pgd_range() & Co by Jan Beulich · 16 years ago
  27. 96a8e13 exec: fix stack excutability without PT_GNU_STACK by Hugh Dickins · 16 years ago
  28. 702773b Include <asm/a.out.h> in fs/exec.c only for Alpha. by David Woodhouse · 16 years ago
  29. cbaffba posix timers: discard SI_TIMER signals on exec by Oleg Nesterov · 16 years ago
  30. 08a6fac [PATCH] get rid of leak in compat_execve() by Al Viro · 16 years ago
  31. 4cd1a8f memcg: fix possible panic when CONFIG_MM_OWNER=y by KOSAKI Motohiro · 16 years ago
  32. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 16 years ago
  33. 2800d8d document de_thread() with exit_notify() connection by Oleg Nesterov · 16 years ago
  34. 7a5e873 signals: de_thread: simplify the ->child_reaper switching by Oleg Nesterov · 16 years ago
  35. 925d1c4 procfs task exe symlink by Matt Helsley · 16 years ago
  36. cf475ad cgroups: add an owner to the mm_struct by Balbir Singh · 16 years ago
  37. 175a06a exec: remove argv_len from struct linux_binprm by Tetsuo Handa · 16 years ago
  38. 3b12538 [PATCH] sanitize unshare_files/reset_files_struct by Al Viro · 16 years ago
  39. fd8328b [PATCH] sanitize handling of shared descriptor tables in failing execve() by Al Viro · 16 years ago
  40. a64e715 Allow ARG_MAX execve string space even with a small stack limit by Linus Torvalds · 16 years ago
  41. 1d957f9 Introduce path_put() by Jan Blunck · 16 years ago
  42. 4ac9137 Embed a struct path into struct nameidata instead of nd->{dentry,mnt} by Jan Blunck · 16 years ago
  43. abe8be3 Allow executables larger than 2GB by Andi Kleen · 16 years ago
  44. 7fa3031 aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUT by David Howells · 16 years ago
  45. fea9d17 ITIMER_REAL: convert to use struct pid by Oleg Nesterov · 16 years ago
  46. ed5d2ca exec: rework the group exit and fix the race with kill by Oleg Nesterov · 16 years ago
  47. 59714d6 get_task_comm(): return the result by Andrew Morton · 16 years ago
  48. c46f739 vfs: coredumping fix by Ingo Molnar · 17 years ago
  49. 00ec99d core dump: remain dumpable by Roland McGrath · 17 years ago
  50. bac0abd Isolate some explicit usage of task->tgid by Pavel Emelyanov · 17 years ago
  51. b488893 pid namespaces: changes to show virtual ids to user by Pavel Emelyanov · 17 years ago
  52. 3743ca0 pid namespaces: use task_pid() to find leader's pid by Sukadev Bhattiprolu · 17 years ago
  53. 88f21d8 pid namespaces: rename child_reaper() function by Sukadev Bhattiprolu · 17 years ago
  54. 2894d650 pid namespaces: define and use task_active_pid_ns() wrapper by Sukadev Bhattiprolu · 17 years ago
  55. 3ed75eb setup vma->vm_page_prot by vm_get_page_prot() by Coly Li · 17 years ago
  56. cbfee34 security/ cleanups by Adrian Bunk · 17 years ago
  57. 6db840f exec: RT sub-thread can livelock and monopolize CPU on exec by Oleg Nesterov · 17 years ago
  58. 356d6d5 exec: consolidate 2 fast-paths by Oleg Nesterov · 17 years ago
  59. b2c903b exec: simplify the new ->sighand allocation by Oleg Nesterov · 17 years ago
  60. 0840a90 exec: simplify ->sighand switching by Oleg Nesterov · 17 years ago
  61. 1a159dd exec: remove unnecessary check for MNT_NOEXEC by Miklos Szeredi · 17 years ago
  62. 3232113 core_pattern: fix up a few miscellaneous bugs by Neil Horman · 17 years ago
  63. 74aadce core_pattern: allow passing of arguments to user mode helper when core_pattern is a pipe by Neil Horman · 17 years ago
  64. 7dc0b22 core_pattern: ignore RLIMIT_CORE if core_pattern is a pipe by Neil Horman · 17 years ago
  65. f6b450d Make unregister_binfmt() return void by Alexey Dobriyan · 17 years ago
  66. e4dc1b1 Use list_head in binfmt handling by Alexey Dobriyan · 17 years ago
  67. b8fceee signalfd simplification by Davide Libenzi · 17 years ago
  68. abd96ec exec: kill unsafe BUG_ON(sig->count) checks by Oleg Nesterov · 17 years ago
  69. f9ee228 signalfd: make it group-wide, fix posix-timers scheduling by Oleg Nesterov · 17 years ago
  70. d2d56c5 Reset current->pdeath_signal on SUID binary execution by Marcel Holtmann · 17 years ago
  71. 6c5d523 coredump masking: reimplementation of dumpable using two flags by Kawai, Hidehiro · 17 years ago
  72. b6a2fea mm: variable length argument support by Ollie Wild · 17 years ago
  73. bdf4c48 audit: rework execve audit by Peter Zijlstra · 17 years ago
  74. 492c8b3 uselib: add missing MNT_NOEXEC check by Christoph Hellwig · 17 years ago
  75. 71ce92f make sysctl/kernel/core_pattern and fs/exec.c agree on maximum core filename size by Dan Aloni · 17 years ago
  76. 853da00 Merge branch 'audit.b38' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/audit-current by Linus Torvalds · 17 years ago
  77. fba2afa signal/timer/event: signalfd core by Davide Libenzi · 17 years ago
  78. e713d0d attach_pid() with struct pid parameter by Sukadev Bhattiprolu · 17 years ago
  79. 0a4ff8c [PATCH] Abnormal End of Processes by Steve Grubb · 17 years ago
  80. 98701d1 (re)register_binfmt returns with -EBUSY by kalash nainwal · 17 years ago
  81. 4fc75ff exec: fix remove_arg_zero by Nick Piggin · 17 years ago
  82. c4bbafd exec.c: fix coredump to pipe problem and obscure "security hole" by Alan Cox · 17 years ago
  83. c376222 [PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc(). by Robert P. J. Day · 17 years ago
  84. bbea9f6 [PATCH] fdtable: Make fdarray and fdsets equal in size by Vadim Lobanov · 18 years ago
  85. 84d7378 [PATCH] add child reaper to pid_namespace by Sukadev Bhattiprolu · 18 years ago
  86. 0f7fc9e [PATCH] VFS: change struct file to use struct path by Josef "Jeff" Sipek · 18 years ago
  87. 6d4df67 [PATCH] do_coredump() and not stopping rewrite attacks? by Alexey Dobriyan · 18 years ago
  88. e94b176 [PATCH] slab: remove SLAB_KERNEL by Christoph Lameter · 18 years ago
  89. e9ff399 [PATCH] namespaces: utsname: switch to using uts namespaces by Serge E. Hallyn · 18 years ago
  90. d025c9d [PATCH] Support piping into commands in /proc/sys/kernel/core_pattern by Andi Kleen · 18 years ago
  91. 8f0ab51 [PATCH] csa: convert CONFIG tag for extended accounting routines by Jay Lan · 18 years ago
  92. 3b9b8ab [PATCH] Fix unserialized task->files changing by Kirill Korotaev · 18 years ago
  93. aafe6c2 [PATCH] de_thread: Use tsk not current by Eric W. Biederman · 18 years ago
  94. c18258c [PATCH] pid: Implement transfer_pid and use it to simplify de_thread by Eric W. Biederman · 18 years ago
  95. 513627d [PATCH] fix up lockdep trace in fs/exec.c by Dave Jones · 18 years ago
  96. a969fd5 VFS: Remove redundant open-coded mode bit checks in open_exec(). by Trond Myklebust · 18 years ago
  97. 9167b0b VFS: Remove redundant open-coded mode bit check in prepare_binfmt(). by Trond Myklebust · 18 years ago
  98. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  99. 5debfa6 [PATCH] coredump: shutdown current process first by Oleg Nesterov · 18 years ago
  100. dcf560c [PATCH] coredump: some code relocations by Oleg Nesterov · 18 years ago