summaryrefslogtreecommitdiff
path: root/fs/binfmt_elf_fdpic.c
AgeCommit message (Expand)AuthorFilesLines
2013-05-02Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/benh/pow...Linus Torvalds1-4/+4
2013-05-01Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus 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/vir...Linus 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/vir...Linus 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/ebi...Linus Torvalds1-6/+6
2012-05-15userns: Convert binary formats to use kuid/kgid where appropriateEric W. Biederman1-6/+6
2012-04-20VM: add "vm_mmap()" helper functionLinus Torvalds1-14/+4
2012-03-28Add #includes needed to permit the removal of asm/system.hDavid Howells1-0/+1
2012-03-20take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro1-3/+0
2012-03-20__register_binfmt() made voidAl Viro1-1/+2
2011-07-20consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro1-2/+1
2011-07-06FDPIC: Fix memory leakDavidlohr Bueso1-0/+1
2010-06-01binfmt_elf_fdpic: Fix clear_user() error handlingTakuya Yoshikawa1-15/+11
2010-04-27Remove redundant check for CONFIG_MMUChristoph Egger1-7/+0
2010-03-24FDPIC: For-loop in elf_core_vma_data_size() is incorrectDavid Howells1-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina1-1/+1
2010-03-06coredump: pass mm->flags as a coredump parameter for consistencyMasami Hiramatsu1-11/+3
2010-03-06elf coredump: add extended numbering supportDaisuke HATAYAMA1-2/+61
2010-03-06elf coredump: make offset calculation process and writing process explicitDaisuke HATAYAMA1-13/+16
2010-03-06elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA1-9/+5
2010-03-06coredump: move dump_write() and dump_seek() into a header fileDaisuke HATAYAMA1-39/+15
2010-03-06coredump: unify dump_seek() implementations for each binfmt_*.cDaisuke HATAYAMA1-21/+38
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack1-1/+1
2010-01-29Split 'flush_old_exec' into two functionsLinus Torvalds1-0/+3
2010-01-06FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stackMike Frysinger1-2/+11
2010-01-04binfmt_elf_fdpic: Fix build breakage introduced by coredump changes.Daisuke HATAYAMA1-2/+2
2009-12-17mm: introduce coredump parameter structureMasami Hiramatsu1-14/+15
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig1-4/+4
2009-12-15nommu: fix malloc performance by adding uninitialized flagJie Zhang1-1/+2
2009-09-24fdpic: ignore the loader's PT_GNU_STACK when calculating the stack sizeDavid Howells1-7/+10
2009-09-22mm: add get_dump_pageHugh Dickins1-37/+19
2009-06-18elf_core_dump: use rcu_read_lock() to access ->real_parentOleg Nesterov1-2/+6
2009-05-02ptrace: s/parent/real_parent/ in binfmt_elf_fdpic.cOleg Nesterov1-2/+2
2009-04-02bin_elf_fdpic: check the return value of clear_userMike Frysinger1-8/+17
2009-01-08FDPIC: Don't attempt to expand the userspace stack to fill the space allocatedDavid Howells1-8/+0
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells1-24/+3
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells1-1/+1
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells1-2/+6
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells1-4/+5
2008-11-14CRED: Separate task security context from task_structDavid Howells1-6/+6
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells1-4/+4