1. 15fd395 elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappings by Chen Jingwen · 3 years, 3 months ago
  2. 5e01fdf fs: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 4 months ago
  3. b2767d9 binfmt_elf: take the mmap lock around find_extend_vma() by Jann Horn · 4 years, 2 months ago
  4. a07279c binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshot by Jann Horn · 4 years, 2 months ago
  5. 429a22e coredump: rework elf/elf_fdpic vma_dump_size() into common helper by Jann Horn · 4 years, 2 months ago
  6. afc63a97b coredump: refactor page range dumping into common helper by Jann Horn · 4 years, 2 months ago
  7. ce81bb2 fs/binfmt_elf: use PT_LOAD p_align values for suitable start address by Chris Kennelly · 4 years, 2 months ago
  8. 7a89602 kill elf_fpxregs_t by Al Viro · 4 years, 7 months ago
  9. b4e9c95 introduction of regset ->get() wrappers, switching ELF coredumps to those by Al Viro · 4 years, 7 months ago
  10. 4382a79 Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  11. 886d7de Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  12. 852991d fs/binfmt_elf: remove redundant elf_map ifndef by Anthony Iliopoulos · 4 years, 7 months ago
  13. 15a2bc4 Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years, 7 months ago
  14. 646e84d binfmt_elf: don't bother with __{put,copy_to}_user() by Al Viro · 4 years, 10 months ago
  15. 8b39a57 Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 4 years, 7 months ago
  16. 533b220 Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/arm64/linux by Linus Torvalds · 4 years, 7 months ago
  17. 1d60541 fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info() by Alexander Potapenko · 4 years, 7 months ago
  18. b8a61c9 exec: Generic execfd support by Eric W. Biederman · 4 years, 8 months ago
  19. 2388777 exec: Rename flush_old_exec begin_new_exec by Eric W. Biederman · 4 years, 8 months ago
  20. 96ecee2 exec: Merge install_exec_creds into setup_new_exec by Eric W. Biederman · 4 years, 8 months ago
  21. d2530b4 binfmt_elf: remove the set_fs(KERNEL_DS) in elf_core_dump by Christoph Hellwig · 4 years, 8 months ago
  22. fa4751f binfmt_elf: remove the set_fs in fill_siginfo_note by Eric W. Biederman · 4 years, 8 months ago
  23. 80e4e56 Merge branch 'for-next/bti-user' into for-next/bti by Will Deacon · 4 years, 8 months ago
  24. aa0d156 fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common path by Alexey Dobriyan · 4 years, 9 months ago
  25. 0693ffe fs/binfmt_elf.c: allocate less for static executable by Alexey Dobriyan · 4 years, 9 months ago
  26. c69bcc9 fs/binfmt_elf.c: delete "loc" variable by Alexey Dobriyan · 4 years, 9 months ago
  27. 0391113 mm/vma: replace all remaining open encodings with is_vm_hugetlb_page() by Anshuman Khandual · 4 years, 9 months ago
  28. fe0f676 elf: Allow arch to tweak initial mmap prot flags by Dave Martin · 4 years, 10 months ago
  29. 00e19ce ELF: Add ELF program property parsing support by Dave Martin · 4 years, 10 months ago
  30. 1fbede6 fs/binfmt_elf.c: coredump: allow process with empty address space to coredump by Alexey Dobriyan · 5 years ago
  31. 28f4665 fs/binfmt_elf.c: coredump: delete duplicated overflow check by Alexey Dobriyan · 5 years ago
  32. 225a3f5 fs/binfmt_elf.c: coredump: allocate core ELF header on stack by Alexey Dobriyan · 5 years ago
  33. 18676ff fs/binfmt_elf.c: make BAD_ADDR() unlikely by Alexey Dobriyan · 5 years ago
  34. 03c6d72 fs/binfmt_elf.c: better codegen around current->mm by Alexey Dobriyan · 5 years ago
  35. a62c5b1 fs/binfmt_elf.c: don't copy ELF header around by Alexey Dobriyan · 5 years ago
  36. f67ef44 fs/binfmt_elf.c: fix ->start_code calculation by Alexey Dobriyan · 5 years ago
  37. 1f83d80 fs/binfmt_elf.c: smaller code generation around auxv vector fill by Alexey Dobriyan · 5 years ago
  38. 658c033 fs/binfmt_elf.c: extract elf_read() function by Alexey Dobriyan · 5 years ago
  39. 81696d5 fs/binfmt_elf.c: delete unused "interp_map_addr" argument by Alexey Dobriyan · 5 years ago
  40. e2bb80d y2038: elfcore: Use __kernel_old_timeval for process times by Arnd Bergmann · 7 years ago
  41. b212921 elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings by Linus Torvalds · 5 years ago
  42. 7be3cb0 binfmt_elf: Do not move brk for INTERP-less ET_EXEC by Kees Cook · 5 years ago
  43. 649775b mm, fs: move randomize_stack_top from fs to mm by Alexandre Ghiti · 5 years ago
  44. aa94b1d fs/binfmt_elf.c: delete stale comment by Alexey Dobriyan · 5 years ago
  45. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  46. bbdc607 binfmt_elf: move brk out of mmap when doing direct loader exec by Kees Cook · 6 years ago
  47. 249b08e elf: init pt_regs pointer later by Alexey Dobriyan · 6 years ago
  48. d8e7cb3 fs/binfmt_elf.c: extract PROT_* calculations by Alexey Dobriyan · 6 years ago
  49. 85264316 fs//binfmt_elf.c: move variables initialization closer to their usage by Alexey Dobriyan · 6 years ago
  50. be0deb5 fs/binfmt_elf.c: save 1 indent level by Alexey Dobriyan · 6 years ago
  51. ba0f6b8 fs/binfmt_elf.c: delete trailing "return;" in functions returning "void" by Alexey Dobriyan · 6 years ago
  52. cc33801 fs/binfmt_elf.c: free PT_INTERP filename ASAP by Alexey Dobriyan · 6 years ago
  53. 5cf4a36 fs/binfmt_elf.c: make scope of "pos" variable smaller by Alexey Dobriyan · 6 years ago
  54. 22f084d fs/binfmt_elf.c: remove unneeded initialization of mm->start_stack by Andrew Morton · 6 years ago
  55. 49ac981 fs/binfmt_elf.c: spread const a little by Alexey Dobriyan · 6 years ago
  56. 93f044e fs/binfmt_elf.c: use list_for_each_entry() by Alexey Dobriyan · 6 years ago
  57. faf1c31 fs/binfmt_elf.c: don't be afraid of overflow by Alexey Dobriyan · 6 years ago
  58. ae7795b signal: Distinguish between kernel_siginfo and siginfo by Eric W. Biederman · 6 years ago
  59. e5a32b5 Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  60. 2f819db binfmt_elf: Respect error return from `regset->active' by Maciej W. Rozycki · 7 years ago
  61. 24962af fs, elf: make sure to page align bss in load_elf_library by Oscar Salvador · 6 years ago
  62. 86a2bb5 coredump: fix spam with zero VMA process by Alexey Dobriyan · 7 years ago
  63. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  64. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  65. d23a61e fs, elf: don't complain MAP_FIXED_NOREPLACE unless -EEXIST error by Tetsuo Handa · 7 years ago
  66. ad55eac elf: enforce MAP_FIXED on overlaying elf segments by Michal Hocko · 7 years ago
  67. 4ed2863 fs, elf: drop MAP_FIXED usage from elf_map by Michal Hocko · 7 years ago
  68. b838383 exec: introduce finalize_exec() before start_thread() by Kees Cook · 7 years ago
  69. 60c9d92 elf: fix NT_FILE integer overflow by Alexey Dobriyan · 7 years ago
  70. 441692a Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  71. 27e64b4 regset: Add support for dynamically sized regsets by Dave Martin · 7 years ago
  72. 1bb0783 Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into devel-stable by Russell King · 7 years ago
  73. 581bfce Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  74. 4755200 binfmt_elf: don't attempt to load FDPIC binaries by Nicolas Pitre · 7 years ago
  75. 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
  76. bdd1d2d fs: fix kernel_read prototype by Christoph Hellwig · 7 years ago
  77. 01578e3 x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checks by Oleg Nesterov · 7 years ago
  78. c425e18 binfmt: Introduce secureexec flag by Kees Cook · 7 years ago
  79. 67c6777 binfmt_elf: safely increment argv pointers by Kees Cook · 7 years ago
  80. eab0953 binfmt_elf: use ELF_ET_DYN_BASE only for PIE by Kees Cook · 7 years ago
  81. 32ef551 sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h> by Ingo Molnar · 8 years ago
  82. 68db0cf sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h> by Ingo Molnar · 8 years ago
  83. 5b825c3 sched/headers: Prepare to remove <linux/cred.h> inclusion from <linux/sched.h> by Ingo Molnar · 8 years ago
  84. f7ccbae sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h> by Ingo Molnar · 8 years ago
  85. 16e72e9 powerpc: do not make the entire heap executable by Denys Vlasenko · 8 years ago
  86. cd19c36 fs/binfmt: Convert obsolete cputime type to nsecs by Frederic Weisbecker · 8 years ago
  87. 5613fda sched/cputime: Convert task/group cputime to nsecs by Frederic Weisbecker · 8 years ago
  88. a1cecf2 sched/cputime: Introduce special task_cputime_t() API to return old-typed cputime by Frederic Weisbecker · 8 years ago
  89. 4d22c75 coredump: Ensure proper size of sparse core files by Dave Kleikamp · 8 years ago
  90. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  91. 30f74aa binfmt_elf: use vmalloc() for allocation of vma_filesz by Jason Baron · 8 years ago
  92. 90954e7 x86/coredump: Use pr_reg size, rather that TIF_IA32 flag by Dmitry Safonov · 8 years ago
  93. 9f834ec binfmt_elf: switch to new creds when switching to new mm by Linus Torvalds · 8 years ago
  94. 0036d1f binfmt_elf: fix calculations for bss padding by Kees Cook · 8 years ago
  95. 1607f09 coredump: fix dumping through pipes by Mateusz Guzik · 9 years ago
  96. 5d22fc2 mm: remove more IS_ERR_VALUE abuses by Linus Torvalds · 9 years ago
  97. ecc2bc8 mm, elf: handle vm_brk error by Michal Hocko · 9 years ago
  98. 9e17632 Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 9 years ago
  99. a008393 coredump: get rid of coredump_params->written by Omar Sandoval · 9 years ago
  100. 09cbfea mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macros by Kirill A. Shutemov · 9 years ago