summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf_fdpic.c
Commit message (Expand)AuthorAgeFilesLines
* binfmt: remove in-tree usage of MAP_DENYWRITEDavid Hildenbrand2021-09-031-1/+1
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2021-06-291-9/+2
|\
| * binfmt: remove in-tree usage of MAP_EXECUTABLEDavid Hildenbrand2021-06-291-9/+2
* | sched: Change task_struct::statePeter Zijlstra2021-06-181-1/+3
|/
* coredump: don't bother with do_truncate()Al Viro2021-03-081-2/+1
* Merge branch 'parisc-5.12-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2021-02-211-1/+4
|\
| * binfmt_misc: pass binfmt_misc flags to the interpreterLaurent Vivier2021-02-151-1/+4
* | elf_prstatus: collect the common part (everything before pr_reg) into a structAl Viro2021-01-061-17/+5
|/
* binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotJann Horn2020-10-161-40/+27
* coredump: rework elf/elf_fdpic vma_dump_size() into common helperJann Horn2020-10-161-79/+4
* coredump: refactor page range dumping into common helperJann Horn2020-10-161-15/+3
* binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUJann Horn2020-10-161-8/+0
* Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2020-08-071-115/+90
|\
| * [elf-fdpic] switch coredump to regsetsAl Viro2020-07-271-5/+18
| * [elf-fdpic] use elf_dump_thread_status() for the dumper thread as wellAl Viro2020-07-271-53/+28
| * [elf-fdpic] move allocation of elf_thread_status into elf_dump_thread_status()Al Viro2020-07-271-14/+10
| * [elf-fdpic] coredump: don't bother with cyclic list for per-thread objectsAl Viro2020-07-271-18/+11
| * kill elf_fpxregs_tAl Viro2020-07-271-28/+0
| * take fdpic-related parts of elf_prstatus outAl Viro2020-07-271-3/+29
* | mm: remove unneeded includes of <asm/pgalloc.h>Mike Rapoport2020-08-071-1/+0
|/
* Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2020-06-101-12/+19
|\
| * binfmt_elf_fdpic: don't use __... uaccess primitivesAl Viro2020-06-031-12/+19
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-5/+4
|\ \
| * | binfmt_elf_fdpic: fix execfd build regressionArnd Bergmann2020-05-271-1/+1
| * | exec: Generic execfd supportEric W. Biederman2020-05-211-2/+2
| * | exec: Rename flush_old_exec begin_new_execEric W. Biederman2020-05-071-1/+1
| * | exec: Merge install_exec_creds into setup_new_execEric W. Biederman2020-05-071-1/+0
| * | binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elfEric W. Biederman2020-05-071-1/+1
| |/
* / binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dumpChristoph Hellwig2020-05-051-14/+7
|/
* y2038: elfcore: Use __kernel_old_timeval for process timesArnd Bergmann2019-11-151-6/+6
* treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner2019-05-301-5/+1
* treewide: kmalloc() -> kmalloc_array()Kees Cook2018-06-121-1/+2
* exec: introduce finalize_exec() before start_thread()Kees Cook2018-04-111-0/+1
* Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2017-11-171-0/+2
|\
| * elf_fdpic: fix unused variable warningArnd Bergmann2017-10-121-0/+2
* | Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...Russell King2017-10-021-2/+11
|\ \ | |/ |/|
| * binfmt_elf_fdpic: fix crash on MMU system with dynamic binariesNicolas Pitre2017-09-101-2/+6
| * ARM: enable elf_fdpic on systems with an MMUNicolas Pitre2017-09-101-0/+5
* | Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Linus Torvalds2017-09-141-8/+9
|\ \
| * | fs: fix kernel_read prototypeChristoph Hellwig2017-09-041-8/+9
| |/
* / binfmt: Introduce secureexec flagKees Cook2017-08-011-1/+1
|/
* sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Ingo Molnar2017-03-021-0/+1
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* fs/binfmt: Convert obsolete cputime type to nsecsFrederic Weisbecker2017-02-011-8/+8
* sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker2017-02-011-2/+2
* sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Frederic Weisbecker2017-02-011-3/+3
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* elf_fdpic_transfer_args_to_stack(): make it genericNicolas Pitre2016-07-251-36/+2
* coredump: fix dumping through pipesMateusz Guzik2016-06-071-1/+1