1. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  2. 6d92d4f fs/exec.c: work around icc miscompilation by Xi Wang · 11 years ago
  3. 4c9a44a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  4. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  5. b66c598 exec: do not leave bprm->interp on stack by Kees Cook · 12 years ago
  6. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
  7. 848b814 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  8. d740269 exec: use -ELOOP for max recursion depth by Kees Cook · 12 years ago
  9. 6a2b60b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  10. 71613c3 get rid of pt_regs argument of ->load_binary() by Al Viro · 12 years ago
  11. 3c456bf get rid of pt_regs argument of search_binary_handler() by Al Viro · 12 years ago
  12. 835ab32 get rid of pt_regs argument of do_execve_common() by Al Viro · 12 years ago
  13. da3d4c5 get rid of pt_regs argument of do_execve() by Al Viro · 12 years ago
  14. d03d26e make compat_do_execve() static, lose pt_regs argument by Al Viro · 12 years ago
  15. 3cdf5b4 userns: Ignore suid and sgid on binaries if the uid or gid can not be mapped by Eric W. Biederman · 13 years ago
  16. b40a795 freezer: exec should clear PF_NOFREEZE along with PF_KTHREAD by Oleg Nesterov · 12 years ago
  17. 669abf4 vfs: make path_openat take a struct filename pointer by Jeff Layton · 12 years ago
  18. 91a27b2 vfs: define struct filename and have getname() return it by Jeff Layton · 12 years ago
  19. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  20. 38a7601 mm: avoid taking rmap locks in move_ptes() by Michel Lespinasse · 12 years ago
  21. d5bbd43 exec: make de_thread() killable by Oleg Nesterov · 12 years ago
  22. 0f4cfb2 coredump: use SUID_DUMPABLE_ENABLED rather than hardcoded 1 by Oleg Nesterov · 12 years ago
  23. 179899f coredump: update coredump-related headers by Alex Kelly · 12 years ago
  24. 10c28d9 coredump: move core dump functionality into its own file by Alex Kelly · 12 years ago
  25. 38b983b generic sys_execve() by Al Viro · 12 years ago
  26. 282124d generic kernel_execve() by Al Viro · 12 years ago
  27. 179e037 do_coredump(): make sure that descriptor table isn't shared by Al Viro · 12 years ago
  28. 8280d16 new helper: replace_fd() by Al Viro · 12 years ago
  29. 6a6d27d take close-on-exec logics to fs/file.c, clean it up a bit by Al Viro · 12 years ago
  30. 826eba4 the only place that needs to include asm/exec.h is linux/binfmts.h by Al Viro · 12 years ago
  31. a0e881b Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  32. 108ceeb coredump: fix wrong comments on core limits of pipe coredump case by Jovi Zhang · 12 years ago
  33. 54b5019 coredump: warn about unsafe suid_dumpable / core_pattern combo by Kees Cook · 12 years ago
  34. 9520628 fs: make dumpable=2 require fully qualified path by Kees Cook · 12 years ago
  35. e4fad8e consolidate pipe file creation by Al Viro · 12 years ago
  36. 8ded2bb posix_types.h: Cleanup stale __NFDBITS and related definitions by Josh Boyer · 12 years ago
  37. 4fe7efd mm: correctly synchronize rss-counters at exit/exec by Konstantin Khlebnikov · 12 years ago
  38. 48d212a Revert "mm: correctly synchronize rss-counters at exit/exec" by Linus Torvalds · 12 years ago
  39. 40af1bb mm: correctly synchronize rss-counters at exit/exec by Konstantin Khlebnikov · 12 years ago
  40. e546785 split ->file_mmap() into ->mmap_addr()/->mmap_file() by Al Viro · 12 years ago
  41. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  42. ec0d7f1 Merge branch 'x86-fpu-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  43. 11aeca0 coredump: ensure the fpu state is flushed for proper multi-threaded core dump by Suresh Siddha · 12 years ago
  44. 9e4a36e userns: Fail exec for suid and sgid binaries with ids outside our user namespace. by Eric W. Biederman · 13 years ago
  45. 8e96e3b userns: Use uid_eq gid_eq helpers when comparing kuids and kgids in the vfs by Eric W. Biederman · 12 years ago
  46. 259e5e6 Add PR_{GET,SET}_NO_NEW_PRIVS to prevent execve from granting privs by Andy Lutomirski · 12 years ago
  47. 66cfb32 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  48. 6308191 tracing, sched, vfs: Fix 'old_pid' usage in trace_sched_process_exec() by Oleg Nesterov · 12 years ago
  49. a591afc Merge branch 'x86-x32-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 12 years ago
  50. 96f951e Add #includes needed to permit the removal of asm/system.h by David Howells · 12 years ago
  51. 9521127 Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  52. 05af2e1 mm, counters: remove task argument to sync_mm_rss() and __sync_task_rss_stat() by David Rientjes · 12 years ago
  53. e2a0883 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  54. 9f39383 Merge branch 'kmap_atomic' of git://github.com/congwang/linux by Linus Torvalds · 12 years ago
  55. 19e5109 take removal of PF_FORKNOEXEC to flush_old_exec() by Al Viro · 12 years ago
  56. 8fc3dc5 __register_binfmt() made void by Al Viro · 12 years ago
  57. 701085b exec: move de_thread()->setmax_mm_hiwater_rss() into exec_mmap() by Oleg Nesterov · 12 years ago
  58. e636825 exit_signal: simplify the "we have changed execution domain" logic by Oleg Nesterov · 12 years ago
  59. e8e3c3d fs: remove the second argument of k[un]map_atomic() by Cong Wang · 13 years ago
  60. 35239e2 Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  61. 57b59c4 coredump_wait: don't call complete_vfork_done() by Oleg Nesterov · 12 years ago
  62. c415c3b vfork: introduce complete_vfork_done() by Oleg Nesterov · 12 years ago
  63. 737f24b Merge branch 'perf/urgent' into perf/core by Ingo Molnar · 12 years ago
  64. 4ff16c2 tracepoint, vfs, sched: Add exec() tracepoint by David Smith · 12 years ago
  65. 1fd36ad Replace the fd_sets in struct fdtable with an array of unsigned longs by David Howells · 12 years ago
  66. 1dce27c Wrap accesses to the fd_sets in struct fdtable by David Howells · 12 years ago
  67. 96e02d1 exec: fix use-after-free bug in setup_new_exec() by Heiko Carstens · 12 years ago
  68. 43d2b11 tracepoint: add tracepoints for debugging oom_score_adj by KAMEZAWA Hiroyuki · 12 years ago
  69. f47ec3f trim fs/internal.h by Al Viro · 13 years ago
  70. c9f0124 oom: remove oom_disable_count by David Rientjes · 13 years ago
  71. 72fa599 move RLIMIT_NPROC check from set_user() to do_execve_common() by Vasiliy Kulikov · 13 years ago
  72. 32e107f fs/exec.c:acct_arg_size(): ptl is no longer needed for add_mm_counter() by Oleg Nesterov · 13 years ago
  73. b4edf8b exec: do not retry load_binary method if CONFIG_MODULES=n by Tetsuo Handa · 13 years ago
  74. 9121935 exec: do not call request_module() twice from search_binary_handler() by Tetsuo Handa · 13 years ago
  75. aacb3d1 fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP by Michal Hocko · 13 years ago
  76. 99b6456 do_coredump: fix the "ispipe" error check by Oleg Nesterov · 13 years ago
  77. 2c56373 coredump: escape / in hostname and comm by Jiri Slaby · 13 years ago
  78. 3141c8b coredump: use task comm instead of (unknown) by Jiri Slaby · 13 years ago
  79. bbd9d6f Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  80. 8209f53 Merge branch 'ptrace' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  81. eac1b5e ptrace: do_wait(traced_leader_killed_by_mt_exec) can block forever by Oleg Nesterov · 13 years ago
  82. 1b5d783 consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling by Al Viro · 13 years ago
  83. bb188d7 ptrace: make former thread ID available via PTRACE_GETEVENTMSG after PTRACE_EVENT_EXEC stop by Denys Vlasenko · 13 years ago
  84. 087806b redefine thread_group_leader() as exit_signal >= 0 by Oleg Nesterov · 13 years ago
  85. 4b9d33e ptrace: kill clone/exec tracehooks by Tejun Heo · 13 years ago
  86. a288eec ptrace: kill trivial tracehooks by Tejun Heo · 13 years ago
  87. 8796699 KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring by David Howells · 13 years ago
  88. 13fca64 Revert "fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP" by Linus Torvalds · 13 years ago
  89. 7f81c88 fs/exec.c: use BUILD_BUG_ON for VM_STACK_FLAGS & VM_STACK_INCOMPLETE_SETUP by Michal Hocko · 13 years ago
  90. dac853a exec: delay address limit change until point of no return by Mathias Krause · 13 years ago
  91. 6dfca32 job control: make task_clear_jobctl_pending() clear TRAPPING automatically by Tejun Heo · 13 years ago
  92. 3759a0d job control: introduce JOBCTL_PENDING_MASK and task_clear_jobctl_pending() by Tejun Heo · 13 years ago
  93. a8f072c job control: rename signal->group_stop and flags to jobctl and update them by Tejun Heo · 13 years ago
  94. 57cc083 coredump: add support for exe_file in core name by Jiri Slaby · 13 years ago
  95. 3864601 mm: extract exe_file handling from procfs by Jiri Slaby · 13 years ago
  96. d16dfc5 mm: mmu_gather rework by Peter Zijlstra · 13 years ago
  97. d05f316 mm: make expand_downwards() symmetrical with expand_upwards() by Michal Hocko · 13 years ago
  98. 99dff58 Merge branch 'tty-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/tty-2.6 by Linus Torvalds · 13 years ago
  99. 4d9dec4 Merge branch 'exec_rm_compat' of git://git.kernel.org/pub/scm/linux/kernel/git/oleg/misc by Linus Torvalds · 13 years ago
  100. 7d74f49 export kernel call get_task_comm(). by J Freyensee · 13 years ago