summaryrefslogtreecommitdiff
path: root/fs/binfmt_aout.c
Commit message (Expand)AuthorAge
* exec: introduce finalize_exec() before start_thread()Kees Cook2018-04-11
* fs: fix kernel_read prototypeChristoph Hellwig2017-09-04
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-02
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-24
* fs: fix binfmt_aout.c build errorGuenter Roeck2016-05-28
* mm: remove more IS_ERR_VALUE abusesLinus Torvalds2016-05-27
* mm, aout: handle vm_brk failuresMichal Hocko2016-05-23
* assorted conversions to %p[dD]Al Viro2014-11-19
* handle suicide on late failure exits in execve() in search_binary_handler()Al Viro2014-10-09
* dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro2013-11-09
* aout: switch to dump_emitAl Viro2013-11-09
* file->f_op is never NULL...Al Viro2013-10-24
* mm: remove free_area_cacheMichel Lespinasse2013-07-10
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-01
|\
| * new helper: read_code()Al Viro2013-04-29
* | coredump: factor out the setting of PF_DUMPCOREOleg Nesterov2013-04-30
|/
* new helper: file_inode(file)Al Viro2013-02-22
* get rid of pt_regs argument of ->load_binary()Al Viro2012-11-28
* coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko2012-10-06
* coredump: make core dump functionality optionalAlex Kelly2012-10-06
* VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-20
* VM: add "vm_brk()" helper functionLinus Torvalds2012-04-20
* Remove all #inclusions 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
* aout: move setup_arg_pages() prior to reading/mapping the binaryAl Viro2012-03-05
* Don't dump task struct in a.out core-dumpsLinus Torvalds2010-10-14
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* fs/binfmt_aout.c: fix pointer warningsBorislav Petkov2010-03-24
* 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
* fs: use rlimit helpersJiri Slaby2010-03-06
* Split 'flush_old_exec' into two functionsLinus Torvalds2010-01-29
* mm: introduce coredump parameter structureMasami Hiramatsu2009-12-17
* sanitize ifdefs in binfmt_aoutAl Viro2009-01-03
* remove the rudiment of a.out for sparcAl Viro2009-01-03
* CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells2008-11-14
* tracehook: execRoland McGrath2008-07-26
* fs/binfmt_aout.c: use printk_ratelimit()S.Caglar Onur2008-04-29
* aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells2008-02-08
* Sanitize the type of struct user.u_ar0H. Peter Anvin2008-02-07
* mm: fix exit_mmap BUG() on a.out binary exitIvan Kokshaysky2007-12-20
* core_pattern: ignore RLIMIT_CORE if core_pattern is a pipeNeil Horman2007-10-17
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-08
* [PATCH] Require mmap handler for a.out executablesEugene Teo2006-09-29
* [PATCH] dump_thread() cleanupakpm@osdl.org2006-01-10
* [PATCH] mm: mm_init set_mm_countersHugh Dickins2005-10-29
* [PATCH] Avoiding mmap fragmentationWolfgang Wander2005-06-21
* Linux-2.6.12-rc2Linus Torvalds2005-04-16