summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf.c
AgeCommit message (Expand)Author
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-14Merge tag 'x86_cleanups_for_v5.11' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2020-12-10coredump: Document coredump code exclusively used by cell spufsEric W. Biederman
2020-10-29fs: Replace zero-length array with flexible-array memberGustavo A. R. Silva
2020-10-26elf: Expose ELF header on arch_setup_additional_pages()Gabriel Krisman Bertazi
2020-10-26elf: Expose ELF header in compat_start_thread()Gabriel Krisman Bertazi
2020-10-18binfmt_elf: take the mmap lock around find_extend_vma()Jann Horn
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn
2020-10-16coredump: refactor page range dumping into common helperJann Horn
2020-10-16fs/binfmt_elf: use PT_LOAD p_align values for suitable start addressChris Kennelly
2020-07-27kill elf_fpxregs_tAl Viro
2020-07-27introduction of regset ->get() wrappers, switching ELF coredumps to thoseAl Viro
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-04Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-04fs/binfmt_elf: remove redundant elf_map ifndefAnthony Iliopoulos
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-03binfmt_elf: don't bother with __{put,copy_to}_user()Al Viro
2020-06-01Merge branch 'work.set_fs-exec' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2020-06-01Merge tag 'arm64-upstream' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds
2020-05-28fs/binfmt_elf.c: allocate initialized memory in fill_thread_core_info()Alexander Potapenko
2020-05-21exec: Generic execfd supportEric W. Biederman
2020-05-07exec: Rename flush_old_exec begin_new_execEric W. Biederman
2020-05-07exec: Merge install_exec_creds into setup_new_execEric W. Biederman
2020-05-05binfmt_elf: remove the set_fs(KERNEL_DS) in elf_core_dumpChristoph Hellwig
2020-05-05binfmt_elf: remove the set_fs in fill_siginfo_noteEric W. Biederman
2020-05-05Merge branch 'for-next/bti-user' into for-next/btiWill Deacon
2020-04-07fs/binfmt_elf.c: don't free interpreter's ELF pheaders on common pathAlexey Dobriyan
2020-04-07fs/binfmt_elf.c: allocate less for static executableAlexey Dobriyan
2020-04-07fs/binfmt_elf.c: delete "loc" variableAlexey Dobriyan
2020-04-07mm/vma: replace all remaining open encodings with is_vm_hugetlb_page()Anshuman Khandual
2020-03-16elf: Allow arch to tweak initial mmap prot flagsDave Martin
2020-03-16ELF: Add ELF program property parsing supportDave Martin
2020-01-31fs/binfmt_elf.c: coredump: allow process with empty address space to coredumpAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: coredump: delete duplicated overflow checkAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: coredump: allocate core ELF header on stackAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: make BAD_ADDR() unlikelyAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: better codegen around current->mmAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: don't copy ELF header aroundAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: fix ->start_code calculationAlexey Dobriyan
2020-01-31fs/binfmt_elf.c: smaller code generation around auxv vector fillAlexey Dobriyan
2019-12-04fs/binfmt_elf.c: extract elf_read() functionAlexey Dobriyan
2019-12-04fs/binfmt_elf.c: delete unused "interp_map_addr" argumentAlexey Dobriyan
2019-11-15y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann
2019-10-06elf: don't use MAP_FIXED_NOREPLACE for elf executable mappingsLinus Torvalds
2019-09-26binfmt_elf: Do not move brk for INTERP-less ET_EXECKees Cook
2019-09-24mm, fs: move randomize_stack_top from fs to mmAlexandre Ghiti
2019-07-16fs/binfmt_elf.c: delete stale commentAlexey Dobriyan
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-05-14binfmt_elf: move brk out of mmap when doing direct loader execKees Cook