aboutsummaryrefslogtreecommitdiff
path: root/fs/binfmt_elf_fdpic.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-09handle suicide on late failure exits in execve() in search_binary_handler()Gravatar Al Viro 1-16/+8
2013-11-09elf{,_fdpic} coredump: get rid of pointless if (siginfo->si_signo)Gravatar Al Viro 1-19/+16
2013-11-09new helper: dump_align()Gravatar Al Viro 1-8/+2
2013-11-09dump_skip(): dump_seek() replacement taking coredump_paramsGravatar Al Viro 1-8/+3
2013-11-09convert the rest of binfmt_elf_fdpic to dump_emit()Gravatar Al Viro 1-79/+31
2013-11-09switch elf_core_write_extra_data() to dump_emit()Gravatar Al Viro 1-1/+3
2013-11-09switch elf_core_write_extra_phdrs() to dump_emit()Gravatar Al Viro 1-1/+3
2013-10-24file->f_op is never NULL...Gravatar Al Viro 1-1/+1
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Gravatar Linus Torvalds 1-4/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-5/+2
2013-04-30coredump: factor out the setting of PF_DUMPCOREGravatar Oleg Nesterov 1-2/+0
2013-04-29new helper: read_code()Gravatar Al Viro 1-5/+2
2013-04-26powerpc: Add HWCAP2 aux entryGravatar Michael Neuling 1-4/+4
2013-02-26Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-2/+2
2013-02-22new helper: file_inode(file)Gravatar Al Viro 1-2/+2
2013-01-27cputime: Use accessors to read task cputime statsGravatar Frederic Weisbecker 1-2/+5
2012-11-28get rid of pt_regs argument of ->load_binary()Gravatar Al Viro 1-3/+3
2012-10-10Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Gravatar Linus Torvalds 1-1/+0
2012-10-09mm: kill vma flag VM_RESERVED and mm->reserved_vm counterGravatar Konstantin Khlebnikov 1-1/+1
2012-10-06coredump: pass siginfo_t* to do_coredump() and below, not merely signrGravatar Denys Vlasenko 1-3/+3
2012-09-20the only place that needs to include asm/exec.h is linux/binfmts.hGravatar Al Viro 1-1/+0
2012-05-23Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Gravatar Linus Torvalds 1-6/+6
2012-05-15userns: Convert binary formats to use kuid/kgid where appropriateGravatar Eric W. Biederman 1-6/+6
2012-04-20VM: add "vm_mmap()" helper functionGravatar Linus Torvalds 1-14/+4
2012-03-28Add #includes needed to permit the removal of asm/system.hGravatar David Howells 1-0/+1
2012-03-20take removal of PF_FORKNOEXEC to flush_old_exec()Gravatar Al Viro 1-3/+0
2012-03-20__register_binfmt() made voidGravatar Al Viro 1-1/+2
2011-07-20consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingGravatar Al Viro 1-2/+1
2011-07-06FDPIC: Fix memory leakGravatar Davidlohr Bueso 1-0/+1
2010-06-01binfmt_elf_fdpic: Fix clear_user() error handlingGravatar Takuya Yoshikawa 1-15/+11
2010-04-27Remove redundant check for CONFIG_MMUGravatar Christoph Egger 1-7/+0
2010-03-24FDPIC: For-loop in elf_core_vma_data_size() is incorrectGravatar David Howells 1-1/+1
2010-03-08Merge branch 'for-next' into for-linusGravatar Jiri Kosina 1-1/+1
2010-03-06coredump: pass mm->flags as a coredump parameter for consistencyGravatar Masami Hiramatsu 1-11/+3
2010-03-06elf coredump: add extended numbering supportGravatar Daisuke HATAYAMA 1-2/+61
2010-03-06elf coredump: make offset calculation process and writing process explicitGravatar Daisuke HATAYAMA 1-13/+16
2010-03-06elf coredump: replace ELF_CORE_EXTRA_* macros by functionsGravatar Daisuke HATAYAMA 1-9/+5
2010-03-06coredump: move dump_write() and dump_seek() into a header fileGravatar Daisuke HATAYAMA 1-39/+15
2010-03-06coredump: unify dump_seek() implementations for each binfmt_*.cGravatar Daisuke HATAYAMA 1-21/+38
2010-02-09tree-wide: Assorted spelling fixesGravatar Daniel Mack 1-1/+1
2010-01-29Split 'flush_old_exec' into two functionsGravatar Linus Torvalds 1-0/+3
2010-01-06FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stackGravatar Mike Frysinger 1-2/+11
2010-01-04binfmt_elf_fdpic: Fix build breakage introduced by coredump changes.Gravatar Daisuke HATAYAMA 1-2/+2
2009-12-17mm: introduce coredump parameter structureGravatar Masami Hiramatsu 1-14/+15
2009-12-16elf: kill USE_ELF_CORE_DUMPGravatar Christoph Hellwig 1-4/+4