aboutsummaryrefslogtreecommitdiff
path: root/fs/binfmt_elf_fdpic.c
AgeCommit message (Expand)AuthorFilesLines
2020-10-16binfmt_elf, binfmt_elf_fdpic: use a VMA list snapshotGravatar Jann Horn 1-40/+27
2020-10-16coredump: rework elf/elf_fdpic vma_dump_size() into common helperGravatar Jann Horn 1-79/+4
2020-10-16coredump: refactor page range dumping into common helperGravatar Jann Horn 1-15/+3
2020-10-16binfmt_elf_fdpic: stop using dump_emit() on user pointers on !MMUGravatar Jann Horn 1-8/+0
2020-08-07Merge branch 'work.fdpic' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Gravatar Linus Torvalds 1-115/+90
2020-08-07mm: remove unneeded includes of <asm/pgalloc.h>Gravatar Mike Rapoport 1-1/+0
2020-07-27[elf-fdpic] switch coredump to regsetsGravatar Al Viro 1-5/+18
2020-07-27[elf-fdpic] use elf_dump_thread_status() for the dumper thread as wellGravatar Al Viro 1-53/+28
2020-07-27[elf-fdpic] move allocation of elf_thread_status into elf_dump_thread_status()Gravatar Al Viro 1-14/+10
2020-07-27[elf-fdpic] coredump: don't bother with cyclic list for per-thread objectsGravatar Al Viro 1-18/+11
2020-07-27kill elf_fpxregs_tGravatar Al Viro 1-28/+0
2020-07-27take fdpic-related parts of elf_prstatus outGravatar Al Viro 1-3/+29
2020-06-10Merge branch 'uaccess.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-12/+19
2020-06-04Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Gravatar Linus Torvalds 1-5/+4
2020-06-03binfmt_elf_fdpic: don't use __... uaccess primitivesGravatar Al Viro 1-12/+19
2020-05-27binfmt_elf_fdpic: fix execfd build regressionGravatar Arnd Bergmann 1-1/+1
2020-05-21exec: Generic execfd supportGravatar Eric W. Biederman 1-2/+2
2020-05-07exec: Rename flush_old_exec begin_new_execGravatar Eric W. Biederman 1-1/+1
2020-05-07exec: Merge install_exec_creds into setup_new_execGravatar Eric W. Biederman 1-1/+0
2020-05-07binfmt: Move install_exec_creds after setup_new_exec to match binfmt_elfGravatar Eric W. Biederman 1-1/+1
2020-05-05binfmt_elf_fdpic: remove the set_fs(KERNEL_DS) in elf_fdpic_core_dumpGravatar Christoph Hellwig 1-14/+7
2019-11-15y2038: elfcore: Use __kernel_old_timeval for process timesGravatar Arnd Bergmann 1-6/+6
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Gravatar Thomas Gleixner 1-5/+1
2018-06-12treewide: kmalloc() -> kmalloc_array()Gravatar Kees Cook 1-1/+2
2018-04-11exec: introduce finalize_exec() before start_thread()Gravatar Kees Cook 1-0/+1
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-0/+2
2017-10-12elf_fdpic: fix unused variable warningGravatar Arnd Bergmann 1-0/+2
2017-10-02Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into...Gravatar Russell King 1-2/+11
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/v...Gravatar Linus Torvalds 1-8/+9
2017-09-10binfmt_elf_fdpic: fix crash on MMU system with dynamic binariesGravatar Nicolas Pitre 1-2/+6
2017-09-10ARM: enable elf_fdpic on systems with an MMUGravatar Nicolas Pitre 1-0/+5
2017-09-04fs: fix kernel_read prototypeGravatar Christoph Hellwig 1-8/+9
2017-08-01binfmt: Introduce secureexec flagGravatar Kees Cook 1-1/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> int...Gravatar Ingo Molnar 1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Gravatar Ingo Molnar 1-0/+1
2017-02-01fs/binfmt: Convert obsolete cputime type to nsecsGravatar Frederic Weisbecker 1-8/+8
2017-02-01sched/cputime: Convert task/group cputime to nsecsGravatar Frederic Weisbecker 1-2/+2
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cpu...Gravatar Frederic Weisbecker 1-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyGravatar Linus Torvalds 1-1/+1
2016-07-25elf_fdpic_transfer_args_to_stack(): make it genericGravatar Nicolas Pitre 1-36/+2
2016-06-07coredump: fix dumping through pipesGravatar Mateusz Guzik 1-1/+1
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+1
2016-05-12coredump: get rid of coredump_params->writtenGravatar Omar Sandoval 1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosGravatar Kirill A. Shutemov 1-1/+1
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-0/+15
2015-11-09Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-8/+38
2015-11-09fs/binfmt_elf_fdpic.c: provide NOMMU loader for regular ELF binariesGravatar Rich Felker 1-8/+38
2015-11-09coredump: add DAX filtering for FDPIC ELF coredumpsGravatar Ross Zwisler 1-0/+15
2015-10-26fs/binfmt_elf_fdpic.c: fix brk area overlap with stack on NOMMUGravatar Rich Felker 1-6/+1