1. c4ad8f9 execve: use 'struct filename *' for executable name passing by Linus Torvalds · 10 years ago
  2. 5cbb3d2 Merge branch 'akpm' (patches from Andrew Morton) by Linus Torvalds · 11 years ago
  3. d049f74 exec/ptrace: fix get_dumpable() incorrect tests by Kees Cook · 11 years ago
  4. ec57941 constify do_coredump() argument by Al Viro · 11 years ago
  5. ecc8c77 new helper: dump_emit() by Al Viro · 11 years ago
  6. 131b2f9 exec: kill "int depth" in search_binary_handler() by Oleg Nesterov · 11 years ago
  7. 3dc20cb new helper: read_code() by Al Viro · 11 years ago
  8. 9cc64ce fs/exec.c: make bprm_mm_init() static by Yuanhan Liu · 11 years ago
  9. 4c9a44a Merge branch 'akpm' (Andrew's patch-bomb) by Linus Torvalds · 12 years ago
  10. 54d46ea Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  11. b66c598 exec: do not leave bprm->interp on stack by Kees Cook · 12 years ago
  12. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
  13. d740269 exec: use -ELOOP for max recursion depth by Kees Cook · 12 years ago
  14. 71613c3 get rid of pt_regs argument of ->load_binary() by Al Viro · 12 years ago
  15. 3c456bf get rid of pt_regs argument of search_binary_handler() by Al Viro · 12 years ago
  16. 607ca46 UAPI: (Scripted) Disintegrate include/linux by David Howells · 12 years ago
  17. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  18. 5ab1c30 coredump: pass siginfo_t* to do_coredump() and below, not merely signr by Denys Vlasenko · 12 years ago
  19. 179899f coredump: update coredump-related headers by Alex Kelly · 12 years ago
  20. 046d662 coredump: make core dump functionality optional by Alex Kelly · 12 years ago
  21. 282124d generic kernel_execve() by Al Viro · 12 years ago
  22. 826eba4 the only place that needs to include asm/exec.h is linux/binfmts.h by Al Viro · 12 years ago
  23. 8fc3dc5 __register_binfmt() made void by Al Viro · 12 years ago
  24. 96e02d1 exec: fix use-after-free bug in setup_new_exec() by Heiko Carstens · 12 years ago
  25. 1b5d783 consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling by Al Viro · 13 years ago
  26. 0e02846 exec: unify do_execve/compat_do_execve code by Oleg Nesterov · 13 years ago
  27. f670d0e binfmt_elf: cleanups by Mikael Pettersson · 14 years ago
  28. 114279b exec: copy-and-paste the fixes into compat_do_execve() paths by Oleg Nesterov · 14 years ago
  29. 3c77f84 exec: make argv/envp memory visible to oom-killer by Oleg Nesterov · 14 years ago
  30. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  31. 30736a4 coredump: pass mm->flags as a coredump parameter for consistency by Masami Hiramatsu · 14 years ago
  32. 221af7f Split 'flush_old_exec' into two functions by Linus Torvalds · 14 years ago
  33. f6151df mm: introduce coredump parameter structure by Masami Hiramatsu · 15 years ago
  34. 964ee7d exec: fix set_binfmt() vs sys_delete_module() race by Oleg Nesterov · 15 years ago
  35. a2a8474 exec: do not sleep in TASK_TRACED under ->cred_guard_mutex by Oleg Nesterov · 15 years ago
  36. 74641f5 alpha: binfmt_aout fix by Ivan Kokshaysky · 15 years ago
  37. a50b0aa struct linux_binprm: drop unused fields by Kirill A. Shutemov · 15 years ago
  38. 8cd3ac3 fs/exec.c: make do_coredump() void by WANG Cong · 16 years ago
  39. 5cf0cc4 binfmts.h: include list.h by Hiroshi Shimamoto · 16 years ago
  40. a6f76f2 CRED: Make execve() take advantage of copy-on-write credentials by David Howells · 16 years ago
  41. bf2a9a3 Allow recursion in binfmt_script and binfmt_misc by Kirill A. Shutemov · 16 years ago
  42. 5311248 alpha: introduce field 'taso' into struct linux_binprm by Kirill A. Shutemov · 16 years ago
  43. 5459c16 security: protect legacy applications from executing with insufficient privilege by Andrew G. Morgan · 16 years ago
  44. 08a6fac [PATCH] get rid of leak in compat_execve() by Al Viro · 16 years ago
  45. 3a2e7f4 binfmt_misc.c: avoid potential kernel stack overflow by Pavel Emelyanov · 16 years ago
  46. 175a06a exec: remove argv_len from struct linux_binprm by Tetsuo Handa · 16 years ago
  47. b537677 Implement file posix capabilities by Serge E. Hallyn · 17 years ago
  48. 7dc0b22 core_pattern: ignore RLIMIT_CORE if core_pattern is a pipe by Neil Horman · 17 years ago
  49. f6b450d Make unregister_binfmt() return void by Alexey Dobriyan · 17 years ago
  50. e4dc1b1 Use list_head in binfmt handling by Alexey Dobriyan · 17 years ago
  51. b6a2fea mm: variable length argument support by Ollie Wild · 17 years ago
  52. bdf4c48 audit: rework execve audit by Peter Zijlstra · 17 years ago
  53. 71ce92f make sysctl/kernel/core_pattern and fs/exec.c agree on maximum core filename size by Dan Aloni · 17 years ago
  54. 9fbbd4d [PATCH] x86: Don't require the vDSO for handling a.out signals by Andi Kleen · 17 years ago
  55. d6e7114 [PATCH] setuid core dump by Alan Cox · 19 years ago
  56. 75c96f8 [PATCH] make some things static by Adrian Bunk · 19 years ago
  57. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago