1. 59a2cee Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 2 months ago
  2. a43e5e3 ELF: simplify STACK_ALLOC macro by Alexey Dobriyan · 3 years, 2 months ago
  3. 5f501d5 binfmt_elf: reintroduce using MAP_FIXED_NOREPLACE by Kees Cook · 3 years, 2 months ago
  4. a602285 Merge branch 'per_signal_struct_coredumps-for-v5.16' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 3 years, 2 months ago
  5. 0258b5f coredump: Limit coredumps to a single thread group by Eric W. Biederman · 3 years, 3 months ago
  6. 9b2f72c elf: don't use MAP_FIXED_NOREPLACE for elf interpreter mappings by Chen Jingwen · 3 years, 3 months ago
  7. 4589ff7 binfmt: remove in-tree usage of MAP_DENYWRITE by David Hildenbrand · 3 years, 8 months ago
  8. 42be8b4 binfmt: don't use MAP_DENYWRITE when loading shared libraries via uselib() by David Hildenbrand · 3 years, 8 months ago
  9. 65090f3 Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 3 years, 6 months ago
  10. a4eec6a binfmt: remove in-tree usage of MAP_EXECUTABLE by David Hildenbrand · 3 years, 6 months ago
  11. 2f064a5 sched: Change task_struct::state by Peter Zijlstra · 3 years, 7 months ago
  12. d0f1088 coredump: don't bother with do_truncate() by Al Viro · 4 years, 10 months ago
  13. 08179b4 Merge branch 'parisc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux by Linus Torvalds · 3 years, 10 months ago
  14. 2347961 binfmt_misc: pass binfmt_misc flags to the interpreter by Laurent Vivier · 5 years ago
  15. f2485a2 elf_prstatus: collect the common part (everything before pr_reg) into a struct by Al Viro · 4 years, 7 months ago
  16. 8a00dd0 binfmt_elf: partially sanitize PRSTATUS_SIZE and SET_PR_FPVALID by Al Viro · 4 years, 6 months ago
  17. faf145d Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespace by Linus Torvalds · 4 years ago
  18. 405f868 Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 4 years ago
  19. c39ab6d coredump: Document coredump code exclusively used by cell spufs by Eric W. Biederman · 4 years, 1 month ago
  20. 5e01fdf fs: Replace zero-length array with flexible-array member by Gustavo A. R. Silva · 4 years, 4 months ago
  21. 9a29a67 elf: Expose ELF header on arch_setup_additional_pages() by Gabriel Krisman Bertazi · 4 years, 3 months ago
  22. bc3d7bf elf: Expose ELF header in compat_start_thread() by Gabriel Krisman Bertazi · 4 years, 3 months ago
  23. b2767d9 binfmt_elf: take the mmap lock around find_extend_vma() by Jann Horn · 4 years, 2 months ago
  24. a07279c binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshot by Jann Horn · 4 years, 2 months ago
  25. 429a22e coredump: rework elf/elf_fdpic vma_dump_size() into common helper by Jann Horn · 4 years, 2 months ago
  26. afc63a97b coredump: refactor page range dumping into common helper by Jann Horn · 4 years, 2 months ago
  27. ce81bb2 fs/binfmt_elf: use PT_LOAD p_align values for suitable start address by Chris Kennelly · 4 years, 2 months ago
  28. 7a89602 kill elf_fpxregs_t by Al Viro · 4 years, 7 months ago
  29. b4e9c95 introduction of regset ->get() wrappers, switching ELF coredumps to those by Al Viro · 4 years, 7 months ago
  30. 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
  31. 886d7de Merge branch 'akpm' (patches from Andrew) by Linus Torvalds · 4 years, 7 months ago
  32. 852991d fs/binfmt_elf: remove redundant elf_map ifndef by Anthony Iliopoulos · 4 years, 7 months ago
  33. 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
  34. 646e84d binfmt_elf: don't bother with __{put,copy_to}_user() by Al Viro · 4 years, 10 months ago
  35. 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
  36. 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
  37. 1d60541 fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info() by Alexander Potapenko · 4 years, 7 months ago
  38. b8a61c9 exec: Generic execfd support by Eric W. Biederman · 4 years, 8 months ago
  39. 2388777 exec: Rename flush_old_exec begin_new_exec by Eric W. Biederman · 4 years, 8 months ago
  40. 96ecee2 exec: Merge install_exec_creds into setup_new_exec by Eric W. Biederman · 4 years, 8 months ago
  41. d2530b4 binfmt_elf: remove the set_fs(KERNEL_DS) in elf_core_dump by Christoph Hellwig · 4 years, 8 months ago
  42. fa4751f binfmt_elf: remove the set_fs in fill_siginfo_note by Eric W. Biederman · 4 years, 8 months ago
  43. 80e4e56 Merge branch 'for-next/bti-user' into for-next/bti by Will Deacon · 4 years, 8 months ago
  44. aa0d156 fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common path by Alexey Dobriyan · 4 years, 9 months ago
  45. 0693ffe fs/binfmt_elf.c: allocate less for static executable by Alexey Dobriyan · 4 years, 9 months ago
  46. c69bcc9 fs/binfmt_elf.c: delete "loc" variable by Alexey Dobriyan · 4 years, 9 months ago
  47. 0391113 mm/vma: replace all remaining open encodings with is_vm_hugetlb_page() by Anshuman Khandual · 4 years, 9 months ago
  48. fe0f676 elf: Allow arch to tweak initial mmap prot flags by Dave Martin · 4 years, 10 months ago
  49. 00e19ce ELF: Add ELF program property parsing support by Dave Martin · 4 years, 10 months ago
  50. 1fbede6 fs/binfmt_elf.c: coredump: allow process with empty address space to coredump by Alexey Dobriyan · 5 years ago
  51. 28f4665 fs/binfmt_elf.c: coredump: delete duplicated overflow check by Alexey Dobriyan · 5 years ago
  52. 225a3f5 fs/binfmt_elf.c: coredump: allocate core ELF header on stack by Alexey Dobriyan · 5 years ago
  53. 18676ff fs/binfmt_elf.c: make BAD_ADDR() unlikely by Alexey Dobriyan · 5 years ago
  54. 03c6d72 fs/binfmt_elf.c: better codegen around current->mm by Alexey Dobriyan · 5 years ago
  55. a62c5b1 fs/binfmt_elf.c: don't copy ELF header around by Alexey Dobriyan · 5 years ago
  56. f67ef44 fs/binfmt_elf.c: fix ->start_code calculation by Alexey Dobriyan · 5 years ago
  57. 1f83d80 fs/binfmt_elf.c: smaller code generation around auxv vector fill by Alexey Dobriyan · 5 years ago
  58. 658c033 fs/binfmt_elf.c: extract elf_read() function by Alexey Dobriyan · 5 years ago
  59. 81696d5 fs/binfmt_elf.c: delete unused "interp_map_addr" argument by Alexey Dobriyan · 5 years ago
  60. e2bb80d y2038: elfcore: Use __kernel_old_timeval for process times by Arnd Bergmann · 7 years ago
  61. b212921 elf: don't use MAP_FIXED_NOREPLACE for elf executable mappings by Linus Torvalds · 5 years ago
  62. 7be3cb0 binfmt_elf: Do not move brk for INTERP-less ET_EXEC by Kees Cook · 5 years ago
  63. 649775b mm, fs: move randomize_stack_top from fs to mm by Alexandre Ghiti · 5 years ago
  64. aa94b1d fs/binfmt_elf.c: delete stale comment by Alexey Dobriyan · 5 years ago
  65. 09c434b treewide: Add SPDX license identifier for more missed files by Thomas Gleixner · 6 years ago
  66. bbdc607 binfmt_elf: move brk out of mmap when doing direct loader exec by Kees Cook · 6 years ago
  67. 249b08e elf: init pt_regs pointer later by Alexey Dobriyan · 6 years ago
  68. d8e7cb3 fs/binfmt_elf.c: extract PROT_* calculations by Alexey Dobriyan · 6 years ago
  69. 85264316 fs//binfmt_elf.c: move variables initialization closer to their usage by Alexey Dobriyan · 6 years ago
  70. be0deb5 fs/binfmt_elf.c: save 1 indent level by Alexey Dobriyan · 6 years ago
  71. ba0f6b8 fs/binfmt_elf.c: delete trailing "return;" in functions returning "void" by Alexey Dobriyan · 6 years ago
  72. cc33801 fs/binfmt_elf.c: free PT_INTERP filename ASAP by Alexey Dobriyan · 6 years ago
  73. 5cf4a36 fs/binfmt_elf.c: make scope of "pos" variable smaller by Alexey Dobriyan · 6 years ago
  74. 22f084d fs/binfmt_elf.c: remove unneeded initialization of mm->start_stack by Andrew Morton · 6 years ago
  75. 49ac981 fs/binfmt_elf.c: spread const a little by Alexey Dobriyan · 6 years ago
  76. 93f044e fs/binfmt_elf.c: use list_for_each_entry() by Alexey Dobriyan · 6 years ago
  77. faf1c31 fs/binfmt_elf.c: don't be afraid of overflow by Alexey Dobriyan · 6 years ago
  78. ae7795b signal: Distinguish between kernel_siginfo and siginfo by Eric W. Biederman · 6 years ago
  79. e5a32b5 Merge tag 'mips_4.19' of git://git.kernel.org/pub/scm/linux/kernel/git/mips/linux by Linus Torvalds · 6 years ago
  80. 2f819db binfmt_elf: Respect error return from `regset->active' by Maciej W. Rozycki · 7 years ago
  81. 24962af fs, elf: make sure to page align bss in load_elf_library by Oscar Salvador · 6 years ago
  82. 86a2bb5 coredump: fix spam with zero VMA process by Alexey Dobriyan · 7 years ago
  83. 42bc47b treewide: Use array_size() in vmalloc() by Kees Cook · 7 years ago
  84. 6da2ec5 treewide: kmalloc() -> kmalloc_array() by Kees Cook · 7 years ago
  85. d23a61e fs, elf: don't complain MAP_FIXED_NOREPLACE unless -EEXIST error by Tetsuo Handa · 7 years ago
  86. ad55eac elf: enforce MAP_FIXED on overlaying elf segments by Michal Hocko · 7 years ago
  87. 4ed2863 fs, elf: drop MAP_FIXED usage from elf_map by Michal Hocko · 7 years ago
  88. b838383 exec: introduce finalize_exec() before start_thread() by Kees Cook · 7 years ago
  89. 60c9d92 elf: fix NT_FILE integer overflow by Alexey Dobriyan · 7 years ago
  90. 441692a Merge branch 'for-linus' of git://git.armlinux.org.uk/~rmk/linux-arm by Linus Torvalds · 7 years ago
  91. 27e64b4 regset: Add support for dynamically sized regsets by Dave Martin · 7 years ago
  92. 1bb0783 Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into devel-stable by Russell King · 7 years ago
  93. 581bfce9 Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 7 years ago
  94. 4755200 binfmt_elf: don't attempt to load FDPIC binaries by Nicolas Pitre · 7 years ago
  95. 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
  96. bdd1d2d fs: fix kernel_read prototype by Christoph Hellwig · 7 years ago
  97. 01578e3 x86/elf: Remove the unnecessary ADDR_NO_RANDOMIZE checks by Oleg Nesterov · 7 years ago
  98. c425e18 binfmt: Introduce secureexec flag by Kees Cook · 7 years ago
  99. 67c6777 binfmt_elf: safely increment argv pointers by Kees Cook · 7 years ago
  100. eab0953 binfmt_elf: use ELF_ET_DYN_BASE only for PIE by Kees Cook · 7 years ago