summaryrefslogtreecommitdiff
path: root/fs/binfmt_elf_fdpic.c
Commit message (Expand)AuthorAge
...
* Add #includes needed to permit the removal of asm/system.hDavid Howells2012-03-28
* take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro2012-03-20
* __register_binfmt() made voidAl Viro2012-03-20
* consolidate BINPRM_FLAGS_ENFORCE_NONDUMP handlingAl Viro2011-07-20
* FDPIC: Fix memory leakDavidlohr Bueso2011-07-06
* binfmt_elf_fdpic: Fix clear_user() error handlingTakuya Yoshikawa2010-06-01
* Remove redundant check for CONFIG_MMUChristoph Egger2010-04-27
* FDPIC: For-loop in elf_core_vma_data_size() is incorrectDavid Howells2010-03-24
* Merge branch 'for-next' into for-linusJiri Kosina2010-03-08
|\
| * tree-wide: Assorted spelling fixesDaniel Mack2010-02-09
* | coredump: pass mm->flags as a coredump parameter for consistencyMasami Hiramatsu2010-03-06
* | elf coredump: add extended numbering supportDaisuke HATAYAMA2010-03-06
* | elf coredump: make offset calculation process and writing process explicitDaisuke HATAYAMA2010-03-06
* | elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA2010-03-06
* | coredump: move dump_write() and dump_seek() into a header fileDaisuke HATAYAMA2010-03-06
* | coredump: unify dump_seek() implementations for each binfmt_*.cDaisuke HATAYAMA2010-03-06
|/
* Split 'flush_old_exec' into two functionsLinus Torvalds2010-01-29
* FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stackMike Frysinger2010-01-06
* binfmt_elf_fdpic: Fix build breakage introduced by coredump changes.Daisuke HATAYAMA2010-01-04
* mm: introduce coredump parameter structureMasami Hiramatsu2009-12-17
* elf: kill USE_ELF_CORE_DUMPChristoph Hellwig2009-12-16
* nommu: fix malloc performance by adding uninitialized flagJie Zhang2009-12-15
* fdpic: ignore the loader's PT_GNU_STACK when calculating the stack sizeDavid Howells2009-09-24
* mm: add get_dump_pageHugh Dickins2009-09-22
* elf_core_dump: use rcu_read_lock() to access ->real_parentOleg Nesterov2009-06-18
* ptrace: s/parent/real_parent/ in binfmt_elf_fdpic.cOleg Nesterov2009-05-02
* bin_elf_fdpic: check the return value of clear_userMike Frysinger2009-04-02
* FDPIC: Don't attempt to expand the userspace stack to fill the space allocatedDavid Howells2009-01-08
* NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells2009-01-08
* CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells2008-11-14
* CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells2008-11-14
* CRED: Wrap current->cred and a few other accessorsDavid Howells2008-11-14
* CRED: Separate task security context from task_structDavid Howells2008-11-14
* CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells2008-11-14
* binfmt_elf_fdpic: Update for cputime changes.Paul Mundt2008-10-20
* binfmt_elf_fdpic: wire up AT_EXECFD, AT_EXECFN, AT_SECUREPaul Mundt2008-10-16
* binfmt_elf_fdpic: convert initial stack alignment to arch_align_stack()Paul Mundt2008-10-16
* binfmt_elf_fdpic: support auxvec base platform stringPaul Mundt2008-10-16
* binfmt_elf_fdpic: Magical stack pointer index, for NEW_AUX_ENT compat.Paul Mundt2008-07-28
* tracehook: execRoland McGrath2008-07-26
* coredump: elf_fdpic_core_dump: use core_state->dumper listOleg Nesterov2008-07-25
* coredump: elf_core_dump: skip kernel threadsOleg Nesterov2008-07-25
* nommu: fix ksize() abusePekka Enberg2008-06-06
* fdpic: check that the size returned by kernel_read() is what we asked forDavid Howells2008-04-29
* pid namespaces: changes to show virtual ids to userPavel Emelyanov2007-10-19
* pid namespaces: round up the APIPavel Emelianov2007-10-19
* core_pattern: ignore RLIMIT_CORE if core_pattern is a pipeNeil Horman2007-10-17
* x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #defineMark Nelson2007-10-17
* remove ZERO_PAGENick Piggin2007-10-16
* coredump masking: ELF-FDPIC: enable core dump filteringKawai, Hidehiro2007-07-19