summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf_fdpic.c
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2012-10-101-1/+0
|\
| * the only place that needs to include asm/exec.h is linux/binfmts.hAl Viro2012-09-201-1/+0
* | mm: kill vma flag VM_RESERVED and mm->reserved_vm counterKonstantin Khlebnikov2012-10-091-1/+1
* | coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko2012-10-061-3/+3
|/
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ebi...Linus Torvalds2012-05-231-6/+6
|\
| * userns: Convert binary formats to use kuid/kgid where appropriateEric W. Biederman2012-05-151-6/+6
* | VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-201-14/+4
|/
* Add #includes needed to permit the removal of asm/system.hDavid Howells2012-03-281-0/+1
* take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro2012-03-201-3/+0
* __register_binfmt() made voidAl Viro2012-03-201-1/+2
* consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro2011-07-201-2/+1
* FDPIC: Fix memory leakDavidlohr Bueso2011-07-061-0/+1
* binfmt_elf_fdpic: Fix clear_user() error handlingTakuya Yoshikawa2010-06-011-15/+11
* Remove redundant check for CONFIG_MMUChristoph Egger2010-04-271-7/+0
* FDPIC: For-loop in elf_core_vma_data_size() is incorrectDavid Howells2010-03-241-1/+1
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-081-1/+1
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-091-1/+1
* | coredump: pass mm->flags as a coredump parameter for consistencyMasami Hiramatsu2010-03-061-11/+3
* | elf coredump: add extended numbering supportDaisuke HATAYAMA2010-03-061-2/+61
* | elf coredump: make offset calculation process and writing process explicitDaisuke HATAYAMA2010-03-061-13/+16
* | elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA2010-03-061-9/+5
* | coredump: move dump_write() and dump_seek() into a header fileDaisuke HATAYAMA2010-03-061-39/+15
* | coredump: unify dump_seek() implementations for each binfmt_*.cDaisuke HATAYAMA2010-03-061-21/+38
|/
* Split 'flush_old_exec' into two functionsLinus Torvalds2010-01-291-0/+3
* FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stackMike Frysinger2010-01-061-2/+11
* binfmt_elf_fdpic: Fix build breakage introduced by coredump changes.Daisuke HATAYAMA2010-01-041-2/+2
* mm: introduce coredump parameter structureMasami Hiramatsu2009-12-171-14/+15
* elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-161-4/+4
* nommu: fix malloc performance by adding uninitialized flagJie Zhang2009-12-151-1/+2
* fdpic: ignore the loader's PT_GNU_STACK when calculating the stack sizeDavid Howells2009-09-241-7/+10
* mm: add get_dump_pageHugh Dickins2009-09-221-37/+19
* elf_core_dump: use rcu_read_lock() to access ->real_parentOleg Nesterov2009-06-181-2/+6
* ptrace: s/parent/real_parent/ in binfmt_elf_fdpic.cOleg Nesterov2009-05-021-2/+2
* bin_elf_fdpic: check the return value of clear_userMike Frysinger2009-04-021-8/+17
* FDPIC: Don't attempt to expand the userspace stack to fill the space allocatedDavid Howells2009-01-081-8/+0
* NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-081-24/+3
* CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells2008-11-141-1/+1
* CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-141-2/+6
* CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-141-4/+5
* CRED: Separate task security context from task_structDavid Howells2008-11-141-6/+6
* CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells2008-11-141-4/+4
* binfmt_elf_fdpic: Update for cputime changes.Paul Mundt2008-10-201-12/+7
* binfmt_elf_fdpic: wire up AT_EXECFD, AT_EXECFN, AT_SECUREPaul Mundt2008-10-161-1/+13
* binfmt_elf_fdpic: convert initial stack alignment to arch_align_stack()Paul Mundt2008-10-161-17/+8
* binfmt_elf_fdpic: support auxvec base platform stringPaul Mundt2008-10-161-7/+43
* binfmt_elf_fdpic: Magical stack pointer index, for NEW_AUX_ENT compat.Paul Mundt2008-07-281-20/+25
* tracehook: execRoland McGrath2008-07-261-7/+0
* coredump: elf_fdpic_core_dump: use core_state->dumper listOleg Nesterov2008-07-251-17/+12
* coredump: elf_core_dump: skip kernel threadsOleg Nesterov2008-07-251-0/+3
* nommu: fix ksize() abusePekka Enberg2008-06-061-1/+1