1. 29ecf8c binfmt_elf: Do not move brk for INTERP-less ET_EXEC by Kees Cook · 4 years, 10 months ago
  2. c0ccb4d binfmt_elf: move brk out of mmap when doing direct loader exec by Kees Cook · 5 years ago
  3. e5a32b5 Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  4. 2f819db binfmt_elf: Respect error return from `regset->active' by Maciej W. Rozycki · 6 years ago
  5. 24962af fs, elf: make sure to page align bss in load_elf_library by Oscar Salvador · 6 years ago
  6. 86a2bb5 coredump: fix spam with zero VMA process by Alexey Dobriyan · 6 years ago
  7. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 6 years ago
  8. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 6 years ago
  9. d23a61e fs, elf: don't complain MAP_FIXED_NOREPLACE unless -EEXIST error by Tetsuo Handa · 6 years ago
  10. ad55eac elf: enforce MAP_FIXED on overlaying elf segments by Michal Hocko · 6 years ago
  11. 4ed2863 fs, elf: drop MAP_FIXED usage from elf_map by Michal Hocko · 6 years ago
  12. b838383 exec: introduce finalize_exec() before start_thread() by Kees Cook · 6 years ago
  13. 60c9d92 elf: fix NT_FILE integer overflow by Alexey Dobriyan · 6 years ago
  14. 441692a Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  15. 27e64b4 regset: Add support for dynamically sized regsets by Dave Martin · 7 years ago
  16. 1bb0783 Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into devel-stable by Russell King · 7 years ago
  17. 581bfce Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  18. 4755200 binfmt_elf: don't attempt to load FDPIC binaries by Nicolas Pitre · 7 years ago
  19. 828f425 Merge tag 'secureexec-v4.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/kees/linux by Linus Torvalds · 7 years ago
  20. bdd1d2d fs: fix kernel_read prototype by Christoph Hellwig · 7 years ago
  21. 01578e3 x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checks by Oleg Nesterov · 7 years ago
  22. c425e18 binfmt: Introduce secureexec flag by Kees Cook · 7 years ago
  23. 67c6777 binfmt_elf: safely increment argv pointers by Kees Cook · 7 years ago
  24. eab0953 binfmt_elf: use ELF_ET_DYN_BASE only for PIE by Kees Cook · 7 years ago
  25. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 7 years ago
  26. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 7 years ago
  27. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 7 years ago
  28. f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 7 years ago
  29. 16e72e9 powerpc: do not make the entire heap executable by Denys Vlasenko · 7 years ago
  30. cd19c36 fs/binfmt: Convert obsolete cputime type to nsecs by Frederic Weisbecker · 7 years ago
  31. 5613fda sched/cputime: Convert task/group cputime to nsecs by Frederic Weisbecker · 7 years ago
  32. a1cecf2 sched/cputime: Introduce special task_cputime_t() API to return old-typed cputime by Frederic Weisbecker · 7 years ago
  33. 4d22c75 coredump: Ensure proper size of sparse core files by Dave Kleikamp · 8 years ago
  34. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  35. 30f74aa binfmt_elf: use vmalloc() for allocation of vma_filesz by Jason Baron · 8 years ago
  36. 90954e7 x86/coredump: Use pr_reg size, rather that TIF_IA32 flag by Dmitry Safonov · 8 years ago
  37. 9f834ec binfmt_elf: switch to new creds when switching to new mm by Linus Torvalds · 8 years ago
  38. 0036d1f binfmt_elf: fix calculations for bss padding by Kees Cook · 8 years ago
  39. 1607f09 coredump: fix dumping through pipes by Mateusz Guzik · 8 years ago
  40. 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 8 years ago
  41. ecc2bc8 mm, elf: handle vm_brk error by Michal Hocko · 8 years ago
  42. 9e17632 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 8 years ago
  43. a008393 coredump: get rid of coredump_params->written by Omar Sandoval · 8 years ago
  44. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 8 years ago
  45. 5ef11c3 mm: ASLR: use get_random_long() by Daniel Cashman · 8 years ago
  46. eb4bc07 ELF: Also pass any interpreter's file header to `arch_check_elf' by Maciej W. Rozycki · 9 years ago
  47. 842cf0b Merge branch 'for-linus-2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  48. 54d15714 binfmt_elf: Correct `arch_check_elf's description by Maciej W. Rozycki · 9 years ago
  49. b582ef5c binfmt_elf: Don't clobber passed executable's file header by Maciej W. Rozycki · 9 years ago
  50. 5037835 coredump: add DAX filtering for ELF coredumps by Ross Zwisler · 9 years ago
  51. 1dc51b8 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  52. 9bf39ab vfs: add file_path() helper by Miklos Szeredi · 9 years ago
  53. 2b1d3ae fs/binfmt_elf.c:load_elf_binary(): return -EINVAL on zero-length mappings by Andrew Morton · 9 years ago
  54. 204db6e mm: fold arch_randomize_brk into ARCH_HAS_ELF_RANDOMIZE by Kees Cook · 9 years ago
  55. d1fd836 mm: split ET_DYN ASLR from mmap ASLR by Kees Cook · 9 years ago
  56. a87938b fs/binfmt_elf.c: fix bug in loading of PIE binaries by Michael Davidson · 9 years ago
  57. 4e7c22d x86, mm/ASLR: Fix stack randomization on 64-bit systems by Hector Marco-Gisbert · 9 years ago
  58. c0222ac0 Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linus by Linus Torvalds · 10 years ago
  59. 52f5592e fs/binfmt_elf.c: fix internal inconsistency relating to vma dump size by Jungseung Lee · 10 years ago
  60. 774c105 binfmt_elf: allow arch code to examine PT_LOPROC ... PT_HIPROC headers by Paul Burton · 10 years ago
  61. a9d9ef1 binfmt_elf: load interpreter program headers earlier by Paul Burton · 10 years ago
  62. 6a8d389 binfmt_elf: Hoist ELF program header loading to a function by Paul Burton · 10 years ago
  63. 19d860a handle suicide on late failure exits in execve() in search_binary_handler() by Al Viro · 10 years ago
  64. 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
  65. b219e25 fs/binfmt_elf.c: fix bool assignements by Fabian Frederick · 10 years ago
  66. 78d683e mm, fs: Add vm_ops->name as an alternative to arch_vma_name by Andy Lutomirski · 10 years ago
  67. ab0e113 exec: kill the unnecessary mm->def_flags setting in load_elf_binary() by Alex Thorlton · 10 years ago
  68. 69369a7 fs, kernel: permit disabling the uselib syscall by Josh Triplett · 10 years ago
  69. 7a5f4f1 fs: binfmt_elf: remove unused defines INTERPRETER_NONE and INTERPRETER_ELF by Todor Minchev · 11 years ago
  70. afabada elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo) by Al Viro · 11 years ago
  71. ec57941 constify do_coredump() argument by Al Viro · 11 years ago
  72. ce39596 constify copy_siginfo_to_user{,32}() by Al Viro · 11 years ago
  73. 22a8cb8 new helper: dump_align() by Al Viro · 11 years ago
  74. 9b56d54 dump_skip(): dump_seek() replacement taking coredump_params by Al Viro · 11 years ago
  75. 1ad6701 binfmt_elf: count notes towards coredump limit by Al Viro · 11 years ago
  76. cdc3d56 switch elf_coredump_extra_notes_write() to dump_emit() by Al Viro · 11 years ago
  77. 13046ec binfmt_elf: convert writing actual dump pages to dump_emit() by Al Viro · 11 years ago
  78. aa3e7ea switch elf_core_write_extra_data() to dump_emit() by Al Viro · 11 years ago
  79. 506f21c switch elf_core_write_extra_phdrs() to dump_emit() by Al Viro · 11 years ago
  80. ecc8c77 new helper: dump_emit() by Al Viro · 11 years ago
  81. 72c2d53 file->f_op is never NULL... by Al Viro · 11 years ago
  82. 7202365 fs/binfmt_elf.c: prevent a coredump with a large vm_map_count from Oopsing by Dan Aloni · 11 years ago
  83. 98d1e64 mm: remove free_area_cache by Michel Lespinasse · 11 years ago
  84. 5a148af Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpc by Linus Torvalds · 11 years ago
  85. 079148b coredump: factor out the setting of PF_DUMPCORE by Oleg Nesterov · 11 years ago
  86. c1d025e binfmt_elf: PIE: make PF_RANDOMIZE check comment more accurate by Jiri Kosina · 11 years ago
  87. 2171364 powerpc: Add HWCAP2 aux entry by Michael Neuling · 11 years ago
  88. 23d9e48 fs/binfmt_elf.c: fix hugetlb memory check in vma_dump_size() by Naoya Horiguchi · 11 years ago
  89. 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
  90. c07380b Revert some of "binfmt_elf: cleanups" by James Hogan · 13 years ago
  91. d895cb1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  92. 496ad9a new helper: file_inode(file) by Al Viro · 12 years ago
  93. d3330cf binfmt_elf: remove unused argument in fill_elf_header by Zhang Yanfei · 11 years ago
  94. 6fac482 cputime: Use accessors to read task cputime stats by Frederic Weisbecker · 12 years ago
  95. 6899e92 binfmt_elf: fix corner case kfree of uninitialized data by Alan Cox · 12 years ago
  96. 71613c3 get rid of pt_regs argument of ->load_binary() by Al Viro · 12 years ago
  97. 42859ee Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signal by Linus Torvalds · 12 years ago
  98. 314e51b mm: kill vma flag VM_RESERVED and mm->reserved_vm counter by Konstantin Khlebnikov · 12 years ago
  99. 0103bd1 mm: prepare VM_DONTDUMP for using in drivers by Konstantin Khlebnikov · 12 years ago
  100. 2aa362c coredump: extend core dump note section to contain file names of mapped files by Denys Vlasenko · 12 years ago