summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_elf_fdpic.c
AgeCommit message (Expand)AuthorLines
2010-04-27Remove redundant check for CONFIG_MMUChristoph Egger-7/+0
2010-03-24FDPIC: For-loop in elf_core_vma_data_size() is incorrectDavid Howells-1/+1
2010-03-08Merge branch 'for-next' into for-linusJiri Kosina-1/+1
2010-03-06coredump: pass mm->flags as a coredump parameter for consistencyMasami Hiramatsu-11/+3
2010-03-06elf coredump: add extended numbering supportDaisuke HATAYAMA-2/+61
2010-03-06elf coredump: make offset calculation process and writing process explicitDaisuke HATAYAMA-13/+16
2010-03-06elf coredump: replace ELF_CORE_EXTRA_* macros by functionsDaisuke HATAYAMA-9/+5
2010-03-06coredump: move dump_write() and dump_seek() into a header fileDaisuke HATAYAMA-39/+15
2010-03-06coredump: unify dump_seek() implementations for each binfmt_*.cDaisuke HATAYAMA-21/+38
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack-1/+1
2010-01-29Split 'flush_old_exec' into two functionsLinus Torvalds-0/+3
2010-01-06FDPIC: Respect PT_GNU_STACK exec protection markings when creating NOMMU stackMike Frysinger-2/+11
2010-01-04binfmt_elf_fdpic: Fix build breakage introduced by coredump changes.Daisuke HATAYAMA-2/+2
2009-12-17mm: introduce coredump parameter structureMasami Hiramatsu-14/+15
2009-12-16elf: kill USE_ELF_CORE_DUMPChristoph Hellwig-4/+4
2009-12-15nommu: fix malloc performance by adding uninitialized flagJie Zhang-1/+2
2009-09-24fdpic: ignore the loader's PT_GNU_STACK when calculating the stack sizeDavid Howells-7/+10
2009-09-22mm: add get_dump_pageHugh Dickins-37/+19
2009-06-18elf_core_dump: use rcu_read_lock() to access ->real_parentOleg Nesterov-2/+6
2009-05-02ptrace: s/parent/real_parent/ in binfmt_elf_fdpic.cOleg Nesterov-2/+2
2009-04-02bin_elf_fdpic: check the return value of clear_userMike Frysinger-8/+17
2009-01-08FDPIC: Don't attempt to expand the userspace stack to fill the space allocatedDavid Howells-8/+0
2009-01-08NOMMU: Make VMAs per MM as for MMU-mode linuxDavid Howells-24/+3
2008-11-14CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells-1/+1
2008-11-14CRED: Use RCU to access another task's creds and to release a task's own credsDavid Howells-2/+6
2008-11-14CRED: Wrap current->cred and a few other accessorsDavid Howells-4/+5
2008-11-14CRED: Separate task security context from task_structDavid Howells-6/+6
2008-11-14CRED: Wrap task credential accesses in the filesystem subsystemDavid Howells-4/+4
2008-10-20binfmt_elf_fdpic: Update for cputime changes.Paul Mundt-12/+7
2008-10-16binfmt_elf_fdpic: wire up AT_EXECFD, AT_EXECFN, AT_SECUREPaul Mundt-1/+13
2008-10-16binfmt_elf_fdpic: convert initial stack alignment to arch_align_stack()Paul Mundt-17/+8
2008-10-16binfmt_elf_fdpic: support auxvec base platform stringPaul Mundt-7/+43
2008-07-28binfmt_elf_fdpic: Magical stack pointer index, for NEW_AUX_ENT compat.Paul Mundt-20/+25
2008-07-26tracehook: execRoland McGrath-7/+0
2008-07-25coredump: elf_fdpic_core_dump: use core_state->dumper listOleg Nesterov-17/+12
2008-07-25coredump: elf_core_dump: skip kernel threadsOleg Nesterov-0/+3
2008-06-06nommu: fix ksize() abusePekka Enberg-1/+1
2008-04-29fdpic: check that the size returned by kernel_read() is what we asked forDavid Howells-4/+10
2007-10-19pid namespaces: changes to show virtual ids to userPavel Emelyanov-8/+8
2007-10-19pid namespaces: round up the APIPavel Emelianov-4/+4
2007-10-17core_pattern: ignore RLIMIT_CORE if core_pattern is a pipeNeil Horman-3/+2
2007-10-17x86: replace NT_PRXFPREG with ELF_CORE_XFPREG_TYPE #defineMark Nelson-4/+4
2007-10-16remove ZERO_PAGENick Piggin-1/+1
2007-07-19coredump masking: ELF-FDPIC: enable core dump filteringKawai, Hidehiro-17/+35
2007-07-19coredump masking: ELF-FDPIC: remove an unused argumentKawai, Hidehiro-4/+4
2007-07-19mm: variable length argument supportOllie Wild-4/+4
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap-1/+0
2007-04-02[PATCH] fix page leak during core dumpBrian Pomerantz-1/+1
2007-03-23[PATCH] FDPIC: fix the /proc/pid/stat representation of executable boundariesDavid Howells-4/+11
2007-02-11[PATCH] Remove final references to deprecated "MAP_ANON" page protection flagRobert P. J. Day-1/+1