1. 7993bc1 execve: improve interactivity with large arguments by Roland McGrath · 14 years ago
  2. 1b52818 setup_arg_pages: diagnose excessive argument size by Roland McGrath · 14 years ago
  3. 145c3ae46 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 14 years ago
  4. 2a4419b fs: fs_struct rwlock to spinlock by Nick Piggin · 14 years ago
  5. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  6. 8c8946f Merge branch 'for-linus' of git://git.infradead.org/users/eparis/notify by Linus Torvalds · 14 years ago
  7. 7841733 Merge branch 'bkl/core' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing by Linus Torvalds · 14 years ago
  8. 2a12a9d fsnotify: pass a file instead of an inode to open, read, and write by Eric Paris · 14 years ago
  9. 5f202bd do_coredump: Do not take BKL by Arnd Bergmann · 14 years ago
  10. 3af9e85 perf: Add non-exec mmap() tracking by Eric B Munson · 14 years ago
  11. d344193 exit: avoid sig->count in de_thread/__exit_signal synchronization by Oleg Nesterov · 14 years ago
  12. 269b005 coredump: shift down_write(mmap_sem) into coredump_wait() by Oleg Nesterov · 14 years ago
  13. 5e43aef5 coredump: factor out put_cred() calls by Oleg Nesterov · 14 years ago
  14. d5bf4c4 coredump: cleanup "ispipe" code by Oleg Nesterov · 14 years ago
  15. c713541 coredump: factor out the not-ispipe file checks by Oleg Nesterov · 14 years ago
  16. 898b374 exec: replace call_usermodehelper_pipe with use of umh init function and resolve limit by Neil Horman · 14 years ago
  17. a8bef8ff mm: migration: avoid race between shift_arg_pages() and rmap_walk() during migration by not migrating temporary stacks by Mel Gorman · 14 years ago
  18. 3444142 revert "procfs: provide stack information for threads" and its fixup commits by Robin Holt · 14 years ago
  19. 76595f7 coredump: suppress uid comparison test if core output files are pipes by Neil Horman · 14 years ago
  20. 5c99cbf coredump: set ->group_exit_code for other CLONE_VM tasks too by Oleg Nesterov · 14 years ago
  21. 30736a4 coredump: pass mm->flags as a coredump parameter for consistency by Masami Hiramatsu · 14 years ago
  22. 5ef097d exec: create initial stack independent of PAGE_SIZE by Michael Neuling · 14 years ago
  23. d554ed89 fs: use rlimit helpers by Jiri Slaby · 14 years ago
  24. 5beb493 mm: change anon_vma linking to fix multi-process server scalability issue by Rik van Riel · 14 years ago
  25. 34e5523 mm: avoid false sharing of mm_counter by KAMEZAWA Hiroyuki · 14 years ago
  26. a17e187 fs/exec.c: fix initial stack reservation by Michael Neuling · 14 years ago
  27. 803bf5e fs/exec.c: restrict initial stack space expansion to rlimit by Michael Neuling · 14 years ago
  28. 7ab02af Fix 'flush_old_exec()/setup_new_exec()' split by Linus Torvalds · 14 years ago
  29. 221af7f Split 'flush_old_exec' into two functions by Linus Torvalds · 14 years ago
  30. f6151df mm: introduce coredump parameter structure by Masami Hiramatsu · 14 years ago
  31. 9cd80bb do_wait() optimization: do not place sub-threads on task_struct->children list by Oleg Nesterov · 14 years ago
  32. 4614a696b procfs: allow threads to rename siblings via /proc/pid/tasks/tid/comm by john stultz · 14 years ago
  33. c84d6ef Merge branch 'master' into next by James Morris · 15 years ago
  34. fc63cf2 exec: setup_arg_pages() fails to return errors by Anton Blanchard · 15 years ago
  35. 6c21a7f LSM: imbed ima calls in the security hooks by Mimi Zohar · 15 years ago
  36. 801460d task_struct cleanup: move binfmt field to mm_struct by Hiroshi Shimamoto · 15 years ago
  37. 964ee7d exec: fix set_binfmt() vs sys_delete_module() race by Oleg Nesterov · 15 years ago
  38. 61be228 exec: allow do_coredump() to wait for user space pipe readers to complete by Neil Horman · 15 years ago
  39. a293980 exec: let do_coredump() limit the number of concurrent dumps to pipes by Neil Horman · 15 years ago
  40. 725eae3 exec: make do_coredump() more resilient to recursive crashes by Neil Horman · 15 years ago
  41. d899bf7 procfs: provide stack information for threads by Stefani Seibold · 15 years ago
  42. 1f10206 getrusage: fill ru_maxrss value by Jiri Pirko · 15 years ago
  43. cdd6c48 perf: Do the big rename: Performance Counters -> Performance Events by Ingo Molnar · 15 years ago
  44. a2a8474 exec: do not sleep in TASK_TRACED under ->cred_guard_mutex by Oleg Nesterov · 15 years ago
  45. 6777d77 kernel_read: redefine offset type by Mimi Zohar · 15 years ago
  46. 793285f cred_guard_mutex: do not return -EINTR to user-space by Oleg Nesterov · 15 years ago
  47. 8a1ca8c Merge branch 'perfcounters-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  48. 2c9e703 Merge branch 'master' into next by James Morris · 15 years ago
  49. b9fc745 integrity: path_check update by Mimi Zohar · 15 years ago
  50. dc3f81b Merge commit 'v2.6.30-rc6' into perfcounters/core by Ingo Molnar · 15 years ago
  51. 5e751e9 CRED: Rename cred_exec_mutex to reflect that it's a guard against ptrace by David Howells · 15 years ago
  52. 6e8341a Switch open_exec() and sys_uselib() to do_open_filp() by Al Viro · 15 years ago
  53. a44ddbb Make open_exec() and sys_uselib() use may_open(), instead of duplicating its parts by Al Viro · 15 years ago
  54. 74641f5 alpha: binfmt_aout fix by Ivan Kokshaysky · 15 years ago
  55. e7fd5d4 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  56. 437f7fd check_unsafe_exec: s/lock_task_sighand/rcu_read_lock/ by Oleg Nesterov · 15 years ago
  57. 8c652f9 do_execve() must not clear fs->in_exec if it was set by another thread by Oleg Nesterov · 15 years ago
  58. 8d1b2d9 perf_counter: track task-comm data by Peter Zijlstra · 15 years ago
  59. f541ae3 Merge branch 'linus' into perfcounters/core-v2 by Ingo Molnar · 15 years ago
  60. 5ad4e53 Get rid of indirect include of fs_struct.h by Al Viro · 15 years ago
  61. f1191b5 check_unsafe_exec() doesn't care about signal handlers sharing by Al Viro · 15 years ago
  62. 498052b New locking/refcounting for fs_struct by Al Viro · 15 years ago
  63. e426b64 fix setuid sometimes doesn't by Hugh Dickins · 15 years ago
  64. 703a3cd Merge branch 'master' into next by James Morris · 15 years ago
  65. f9ce1f1 Add in_execve flag into task_struct. by Kentaro Takeda · 15 years ago
  66. 95fd484 Merge commit 'v2.6.29-rc4' into perfcounters/core by Ingo Molnar · 15 years ago
  67. 0bf2f3a CRED: Fix SUID exec regression by David Howells · 15 years ago
  68. cb5629b Merge branch 'master' into next by James Morris · 15 years ago
  69. 6146f0d integrity: IMA hooks by Mimi Zohar · 15 years ago
  70. 7783549 Merge commit 'v2.6.29-rc2' into perfcounters/core by Ingo Molnar · 15 years ago
  71. 1e7bfb2 [CVE-2009-0029] System call wrappers part 27 by Heiko Carstens · 15 years ago
  72. 506c10f Merge commit 'v2.6.29-rc1' into perfcounters/core by Ingo Molnar · 15 years ago
  73. 8cd3ac3 fs/exec.c: make do_coredump() void by WANG Cong · 15 years ago
  74. 350eaf7 do_coredump(): check return from argv_split() by Tetsuo Handa · 15 years ago
  75. eaccbfa fs/exec.c:__bprm_mm_init(): clean up error handling by Luiz Fernando N. Capitulino · 15 years ago
  76. 6110e3a sys_execve and sys_uselib do not call into fsnotify by Eric Paris · 15 years ago
  77. 3bfacef get rid of special-casing the /sbin/loader on alpha by Al Viro · 15 years ago
  78. cb23beb kill vfs_permission by Christoph Hellwig · 16 years ago
  79. bb758e9 Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  80. e1df957 Merge branch 'linus' into perfcounters/core by Ingo Molnar · 15 years ago
  81. cbacc2c Merge branch 'next' into for-linus by James Morris · 15 years ago
  82. f65cb45 perfcounters: flush on setuid exec by Ingo Molnar · 15 years ago
  83. 8187926 posix-timers: simplify de_thread()->exit_itimers() path by Oleg Nesterov · 16 years ago
  84. 85f3346 tracehook: exec double-reporting fix by Roland McGrath · 16 years ago
  85. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 16 years ago
  86. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  87. 86a264a CRED: Wrap current->cred and a few other accessors by David Howells · 16 years ago
  88. b6dff3e CRED: Separate task security context from task_struct by David Howells · 16 years ago
  89. da9592e CRED: Wrap task credential accesses in the filesystem subsystem by David Howells · 16 years ago
  90. 6409324 coredump: format_corename: don't append .%pid if multi-threaded by Oleg Nesterov · 16 years ago
  91. c8d8a23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  92. 07edbde pid_ns: de_thread: kill the now unneeded ->child_reaper change by Oleg Nesterov · 16 years ago
  93. 5311248 alpha: introduce field 'taso' into struct linux_binprm by Kirill A. Shutemov · 16 years ago
  94. 362e666 exec.c, compat.c: fix count(), compat_count() bounds checking by Jason Baron · 16 years ago
  95. 5f4123b remove CONFIG_KMOD from fs by Johannes Berg · 16 years ago
  96. 31a78f2 mm owner: fix race between swapoff and exit by Balbir Singh · 16 years ago
  97. ca5b172 exec: include pagemap.h again to fix build by Hugh Dickins · 16 years ago
  98. 964bd18 [PATCH] get rid of __user_path_lookup_open by Al Viro · 16 years ago
  99. 3052447 [PATCH] take noexec checks to very few callers that care by Al Viro · 16 years ago
  100. e56b6a5 Re: [PATCH 3/6] vfs: open_exec cleanup by Christoph Hellwig · 16 years ago