summaryrefslogtreecommitdiff
path: root/fs/binfmt_elf_fdpic.c
AgeCommit message (Expand)Author
2023-10-30Merge tag 'execve-v6.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2023-10-03binfmt_elf_fdpic: clean up debug warningsGreg Ungerer
2023-09-29fs: binfmt_elf_efpic: fix personality for ELF-FDPICGreg Ungerer
2023-08-23binfmt_elf_fdpic: support 64-bit systemsGreg Ungerer
2023-05-30binfmt: Slightly simplify elf_fdpic_map_file()Christophe JAILLET
2023-05-30binfmt: Use struct_size()Christophe JAILLET
2023-05-16coredump, vmcore: Set p_align to 4 for PT_NOTEFangrui Song
2023-04-08ELF: fix all "Elf" typosAlexey Dobriyan
2023-01-05elfcore: Add a cprm parameter to elf_core_extra_{phdrs,data_size}Catalin Marinas
2022-12-01binfmt: Fix error return code in load_elf_fdpic_binary()Wang Yufen
2022-10-25binfmt: Fix whitespace issuesKees Cook
2022-03-08coredump: Snapshot the vmas in do_coredumpEric W. Biederman
2022-03-01binfmt: move more stuff undef CONFIG_COREDUMPAlexey Dobriyan
2021-10-08coredump: Limit coredumps to a single thread groupEric W. Biederman
2021-09-03binfmt: remove in-tree usage of MAP_DENYWRITEDavid Hildenbrand
2021-06-29Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-06-29binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand
2021-06-18sched: Change task_struct::statePeter Zijlstra
2021-03-08coredump: don't bother with do_truncate()Al Viro
2021-02-21Merge branch 'parisc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2021-02-15binfmt_misc: pass binfmt_misc flags to the interpreterLaurent Vivier
2021-01-06elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro
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-16binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUJann Horn
2020-08-07Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport
2020-07-27[elf-fdpic] switch coredump to regsetsAl Viro
2020-07-27[elf-fdpic] use elf_dump_thread_status() for the dumper thread as wellAl Viro
2020-07-27[elf-fdpic] move allocation of elf_thread_status into elf_dump_thread_status()Al Viro
2020-07-27[elf-fdpic] coredump: don't bother with cyclic list for per-thread objectsAl Viro
2020-07-27kill elf_fpxregs_tAl Viro
2020-07-27take fdpic-related parts of elf_prstatus outAl Viro
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds
2020-06-03binfmt_elf_fdpic: don't use __... uaccess primitivesAl Viro
2020-05-27binfmt_elf_fdpic: fix execfd build regressionArnd Bergmann
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-07binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elfEric W. Biederman
2020-05-05binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dumpChristoph Hellwig
2019-11-15y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook
2018-04-11exec: introduce finalize_exec() before start_thread()Kees Cook
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds
2017-10-12elf_fdpic: fix unused variable warningArnd Bergmann
2017-10-02Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...Russell King