summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf_fdpic.c
AgeCommit message (Expand)Author
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
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds
2017-09-10binfmt_elf_fdpic: fix crash on MMU system with dynamic binariesNicolas Pitre
2017-09-10ARM: enable elf_fdpic on systems with an MMUNicolas Pitre
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig
2017-08-01binfmt: Introduce secureexec flagKees Cook
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-02-01fs/binfmt: Convert obsolete cputime type to nsecsFrederic Weisbecker
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2016-07-25elf_fdpic_transfer_args_to_stack(): make it genericNicolas Pitre
2016-06-07coredump: fix dumping through pipesMateusz Guzik
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds