1. 54d1571 binfmt_elf: Correct `arch_check_elf's description by Maciej W. Rozycki · 9 years ago
  2. b582ef5 binfmt_elf: Don't clobber passed executable's file header by Maciej W. Rozycki · 9 years ago
  3. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  4. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
  5. 2b1d3ae fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings by Andrew Morton · 9 years ago
  6. 204db6e mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE by Kees Cook · 9 years ago
  7. d1fd836 mm: split ET_DYN ASLR from mmap ASLR by Kees Cook · 9 years ago
  8. a87938b fs/binfmt_elf.c: fix bug in loading of PIE binaries by Michael Davidson · 9 years ago
  9. 4e7c22d x86, mm/ASLR: Fix stack randomization on 64-bit systems by Hector Marco-Gisbert · 9 years ago
  10. c0222ac0 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 9 years ago
  11. 52f5592e fs/binfmt_elf.c: fix internal inconsistency relating to vma dump size by Jungseung Lee · 9 years ago
  12. 774c105 binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headers by Paul Burton · 10 years ago
  13. a9d9ef1 binfmt_elf: load interpreter program headers earlier by Paul Burton · 10 years ago
  14. 6a8d389 binfmt_elf: Hoist ELF program header loading to a function by Paul Burton · 10 years ago
  15. 19d860a handle suicide on late failure exits in execve() in search_binary_handler() by Al Viro · 10 years ago
  16. a0abcf2e Merge branch 'x86/vdso' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip into next by Linus Torvalds · 10 years ago
  17. b219e25 fs/binfmt_elf.c: fix bool assignements by Fabian Frederick · 10 years ago
  18. 78d683e mm, fs: Add vm_ops->name as an alternative to arch_vma_name by Andy Lutomirski · 10 years ago
  19. ab0e113 exec: kill the unnecessary mm->def_flags setting in load_elf_binary() by Alex Thorlton · 10 years ago
  20. 69369a7 fs, kernel: permit disabling the uselib syscall by Josh Triplett · 10 years ago
  21. 7a5f4f1 fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELF by Todor Minchev · 10 years ago
  22. afabada elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo) by Al Viro · 11 years ago
  23. ec57941 constify do_coredump() argument by Al Viro · 11 years ago
  24. ce39596 constify copy_siginfo_to_user{,32}() by Al Viro · 11 years ago
  25. 22a8cb8 new helper: dump_align() by Al Viro · 11 years ago
  26. 9b56d54 dump_skip(): dump_seek() replacement taking coredump_params by Al Viro · 11 years ago
  27. 1ad6701 binfmt_elf: count notes towards coredump limit by Al Viro · 11 years ago
  28. cdc3d56 switch elf_coredump_extra_notes_write() to dump_emit() by Al Viro · 11 years ago
  29. 13046ec binfmt_elf: convert writing actual dump pages to dump_emit() by Al Viro · 11 years ago
  30. aa3e7ea switch elf_core_write_extra_data() to dump_emit() by Al Viro · 11 years ago
  31. 506f21c switch elf_core_write_extra_phdrs() to dump_emit() by Al Viro · 11 years ago
  32. ecc8c77 new helper: dump_emit() by Al Viro · 11 years ago
  33. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  34. 7202365 fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from Oopsing by Dan Aloni · 11 years ago
  35. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  36. 5a148af Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  37. 079148b coredump: factor out the setting of PF_DUMPCORE by Oleg Nesterov · 11 years ago
  38. c1d025e binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurate by Jiri Kosina · 11 years ago
  39. 2171364 powerpc: Add HWCAP2 aux entry by Michael Neuling · 11 years ago
  40. 23d9e48 fs/binfmt_elf.c: fix hugetlb memory check in vma_dump_size() by Naoya Horiguchi · 11 years ago
  41. 8fd5e7a Merge tag 'metag-v3.9-rc1-v4' of git://git.kernel.org/pub/scm/linux/kernel/git/jhogan/metag by Linus Torvalds · 11 years ago
  42. c07380b Revert some of "binfmt_elf: cleanups" by James Hogan · 13 years ago
  43. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  44. 496ad9a new helper: file_inode(file) by Al Viro · 11 years ago
  45. d3330cf binfmt_elf: remove unused argument in fill_elf_header by Zhang Yanfei · 11 years ago
  46. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
  47. 6899e92 binfmt_elf: fix corner case kfree of uninitialized data by Alan Cox · 11 years ago
  48. 71613c3 get rid of pt_regs argument of ->load_binary() by Al Viro · 12 years ago
  49. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  50. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  51. 0103bd1 mm: prepare VM_DONTDUMP for using in drivers by Konstantin Khlebnikov · 12 years ago
  52. 2aa362c coredump: extend core dump note section to contain file names of mapped files by Denys Vlasenko · 12 years ago
  53. 49ae4d4 coredump: add a new elf note with siginfo of the signal by Denys Vlasenko · 12 years ago
  54. 5ab1c30 coredump: pass siginfo_t* to do_coredump() and below, not merely signr by Denys Vlasenko · 12 years ago
  55. 6eec482 binfmt_elf: Uninitialized variable by Alan Cox · 12 years ago
  56. f34f9d1 coredump: prevent double-free on an error path in core dumper by Denys Vlasenko · 12 years ago
  57. 826eba4 the only place that needs to include asm/exec.h is linux/binfmts.h by Al Viro · 12 years ago
  58. 5a5e4c2 binfmt_elf: switch elf_map() to vm_mmap/vm_munmap by Al Viro · 12 years ago
  59. 644473e Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 12 years ago
  60. ebc887b userns: Convert binary formats to use kuid/kgid where appropriate by Eric W. Biederman · 12 years ago
  61. 6be5ceb VM: add "vm_mmap()" helper function by Linus Torvalds · 12 years ago
  62. e4eb1ff VM: add "vm_brk()" helper function by Linus Torvalds · 12 years ago
  63. 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
  64. 0195c00 Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-asm_system by Linus Torvalds · 12 years ago
  65. 96f951e Add #includes needed to permit the removal of asm/system.h by David Howells · 12 years ago
  66. accb61f coredump: add VM_NODUMP, MADV_NODUMP, MADV_CLEAR_NODUMP by Jason Baron · 12 years ago
  67. 909af76 coredump: remove VM_ALWAYSDUMP flag by Jason Baron · 12 years ago
  68. 19e5109 take removal of PF_FORKNOEXEC to flush_old_exec() by Al Viro · 12 years ago
  69. 8fc3dc5 __register_binfmt() made void by Al Viro · 12 years ago
  70. c8e2525 regset: Prevent null pointer reference on readonly regsets by H. Peter Anvin · 12 years ago
  71. 0953f65d elf: Allow core dump-related fields to be overridden by H. J. Lu · 12 years ago
  72. e39f560 fs: binfmt_elf: create Kconfig variable for PIE randomization by David Daney · 12 years ago
  73. a3defbe binfmt_elf: fix PIE execution with randomization disabled by Jiri Kosina · 13 years ago
  74. 1b5d783 consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handling by Al Viro · 13 years ago
  75. 4471a67 brk: COMPAT_BRK: fix detection of randomized brk by Jiri Kosina · 13 years ago
  76. b81a618 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs-2.6 by Linus Torvalds · 13 years ago
  77. 31db58b mm: arch: make get_gate_vma take an mm_struct instead of a task_struct by Stephen Wilson · 13 years ago
  78. 1a530a6 binfmt_elf: quiet GCC-4.6 'set but not used' warning in load_elf_binary() by David Daney · 13 years ago
  79. f670d0e binfmt_elf: cleanups by Mikael Pettersson · 13 years ago
  80. e4eab08 ARM: 6342/1: fix ASLR of PIE executables by Nicolas Pitre · 14 years ago
  81. 30736a4 coredump: pass mm->flags as a coredump parameter for consistency by Masami Hiramatsu · 14 years ago
  82. 8d9032b elf coredump: add extended numbering support by Daisuke HATAYAMA · 14 years ago
  83. 93eb211 elf coredump: make offset calculation process and writing process explicit by Daisuke HATAYAMA · 14 years ago
  84. 1fcccba elf coredump: replace ELF_CORE_EXTRA_* macros by functions by Daisuke HATAYAMA · 14 years ago
  85. 088e7af coredump: move dump_write() and dump_seek() into a header file by Daisuke HATAYAMA · 14 years ago
  86. 221af7f Split 'flush_old_exec' into two functions by Linus Torvalds · 14 years ago
  87. f6151df mm: introduce coredump parameter structure by Masami Hiramatsu · 14 years ago
  88. 698ba7b elf: kill USE_ELF_CORE_DUMP by Christoph Hellwig · 14 years ago
  89. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  90. 0cf062d elf: clean up fill_note_info() by Amerigo Wang · 15 years ago
  91. f3e8fcc mm: add get_dump_page by Hugh Dickins · 15 years ago
  92. 752015d binfmt_elf: fix PT_INTERP bss handling by Roland McGrath · 15 years ago
  93. e2dbe12 elf: fix one check-after-use by Amerigo Wang · 15 years ago
  94. 341c87b elf: limit max map count to safe value by KAMEZAWA Hiroyuki · 15 years ago
  95. 3b34fc5 elf_core_dump: use rcu_read_lock() to access ->real_parent by Oleg Nesterov · 15 years ago
  96. d0f35dd Trim includes in binfmt_elf by Al Viro · 15 years ago
  97. e7b9b55 Don't mess with descriptor table in load_elf_binary() by Al Viro · 15 years ago
  98. 92dc07b elf core dump: fix get_user use by Roland McGrath · 15 years ago
  99. f06295b ELF: implement AT_RANDOM for glibc PRNG seeding by Kees Cook · 15 years ago
  100. 1db2a5c1 Merge branch 'for-linus' of git://git390.osdl.marist.edu/pub/scm/linux-2.6 by Linus Torvalds · 15 years ago