aboutsummaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf_fdpic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-06-12treewide: kmalloc() -> kmalloc_array()Kees Cook1-1/+2
2018-04-11exec: introduce finalize_exec() before start_thread()Kees Cook1-0/+1
2017-11-17Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-0/+2
2017-10-12elf_fdpic: fix unused variable warningArnd Bergmann1-0/+2
2017-10-02Merge branch 'fdpic' of http://git.linaro.org/people/nicolas.pitre/linux into devel-stableRussell King1-2/+11
2017-09-14Merge branch 'work.set_fs' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-8/+9
2017-09-10binfmt_elf_fdpic: fix crash on MMU system with dynamic binariesNicolas Pitre1-2/+6
2017-09-10ARM: enable elf_fdpic on systems with an MMUNicolas Pitre1-0/+5
2017-09-04fs: fix kernel_read prototypeChristoph Hellwig1-8/+9
2017-08-01binfmt: Introduce secureexec flagKees Cook1-1/+1
2017-03-02sched/headers: Prepare to move cputime functionality from <linux/sched.h> into <linux/sched/cputime.h>Ingo Molnar1-0/+1
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task_stack.h>Ingo Molnar1-1/+2
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <linux/sched/coredump.h>Ingo Molnar1-0/+1
2017-02-01fs/binfmt: Convert obsolete cputime type to nsecsFrederic Weisbecker1-8/+8
2017-02-01sched/cputime: Convert task/group cputime to nsecsFrederic Weisbecker1-2/+2
2017-02-01sched/cputime: Introduce special task_cputime_t() API to return old-typed cputimeFrederic Weisbecker1-3/+3
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds1-1/+1
2016-07-25elf_fdpic_transfer_args_to_stack(): make it genericNicolas Pitre1-36/+2
2016-06-07coredump: fix dumping through pipesMateusz Guzik1-1/+1
2016-05-18Merge branch 'work.misc' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-1/+1
2016-05-12coredump: get rid of coredump_params->writtenOmar Sandoval1-1/+1
2016-04-04mm, fs: get rid of PAGE_CACHE_* and page_cache_{get,release} macrosKirill A. Shutemov1-1/+1
2015-11-10Merge tag 'libnvdimm-for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/nvdimm/nvdimmLinus Torvalds1-0/+15
2015-11-09Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-8/+38
2015-11-09fs/binfmt_elf_fdpic.c: provide NOMMU loader for regular ELF binariesRich Felker1-8/+38
2015-11-09coredump: add DAX filtering for FDPIC ELF coredumpsRoss Zwisler1-0/+15
2015-10-26fs/binfmt_elf_fdpic.c: fix brk area overlap with stack on NOMMURich Felker1-6/+1
2014-10-09handle suicide on late failure exits in execve() in search_binary_handler()Al Viro1-16/+8
2013-11-09elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo)Al Viro1-19/+16
2013-11-09new helper: dump_align()Al Viro1-8/+2
2013-11-09dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro1-8/+3
2013-11-09convert the rest of binfmt_elf_fdpic to dump_emit()Al Viro1-79/+31
2013-11-09switch elf_core_write_extra_data() to dump_emit()Al Viro1-1/+3
2013-11-09switch elf_core_write_extra_phdrs() to dump_emit()Al Viro1-1/+3
2013-10-24file->f_op is never NULL...Al Viro1-1/+1
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/powerpcLinus Torvalds1-4/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-5/+2
2013-04-30coredump: factor out the setting of PF_DUMPCOREOleg Nesterov1-2/+0
2013-04-29new helper: read_code()Al Viro1-5/+2
2013-04-26powerpc: Add HWCAP2 aux entryMichael Neuling1-4/+4
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfsLinus Torvalds1-2/+2
2013-02-22new helper: file_inode(file)Al Viro1-2/+2
2013-01-27cputime: Use accessors to read task cputime statsFrederic Weisbecker1-2/+5
2012-11-28get rid of pt_regs argument of ->load_binary()Al Viro1-3/+3
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/signalLinus Torvalds1-1/+0
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov1-1/+1
2012-10-06coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko1-3/+3
2012-09-20the only place that needs to include asm/exec.h is linux/binfmts.hAl Viro1-1/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebiederm/user-namespaceLinus Torvalds1-6/+6
2012-05-15userns: Convert binary formats to use kuid/kgid where appropriateEric W. Biederman1-6/+6