summaryrefslogtreecommitdiffstats
path: root/fs/binfmt_aout.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Add SPDX license identifier for more missed filesThomas Gleixner2019-05-211-0/+1
* a.out: remove core dumping supportLinus Torvalds2019-03-051-83/+0Star
* Remove 'type' argument from access_ok() functionLinus Torvalds2019-01-041-2/+2
* exec: introduce finalize_exec() before start_thread()Kees Cook2018-04-111-0/+1
* fs: fix kernel_read prototypeChristoph Hellwig2017-09-051-1/+2
* sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar2017-03-021-0/+1
* Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds2016-12-241-1/+1
* fs: fix binfmt_aout.c build errorGuenter Roeck2016-05-291-1/+0Star
* mm: remove more IS_ERR_VALUE abusesLinus Torvalds2016-05-281-11/+7Star
* mm, aout: handle vm_brk failuresMichal Hocko2016-05-241-3/+8
* assorted conversions to %p[dD]Al Viro2014-11-191-4/+4
* handle suicide on late failure exits in execve() in search_binary_handler()Al Viro2014-10-091-19/+6Star
* dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro2013-11-091-1/+1
* aout: switch to dump_emitAl Viro2013-11-091-4/+3Star
* file->f_op is never NULL...Al Viro2013-10-251-2/+2
* mm: remove free_area_cacheMichel Lespinasse2013-07-111-2/+0Star
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-021-19/+6Star
|\
| * new helper: read_code()Al Viro2013-04-291-19/+6Star
* | coredump: factor out the setting of PF_DUMPCOREOleg Nesterov2013-05-011-1/+0Star
|/
* new helper: file_inode(file)Al Viro2013-02-231-2/+2
* get rid of pt_regs argument of ->load_binary()Al Viro2012-11-291-2/+3
* coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko2012-10-051-1/+1
* coredump: make core dump functionality optionalAlex Kelly2012-10-051-25/+27
* VM: add "vm_mmap()" helper functionLinus Torvalds2012-04-211-9/+3Star
* VM: add "vm_brk()" helper functionLinus Torvalds2012-04-211-15/+5Star
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0Star
* take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro2012-03-211-1/+0Star
* __register_binfmt() made voidAl Viro2012-03-211-1/+2
* aout: move setup_arg_pages() prior to reading/mapping the binaryAl Viro2012-03-051-7/+7
* Don't dump task struct in a.out core-dumpsLinus Torvalds2010-10-141-4/+0Star
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-1/+1
* fs/binfmt_aout.c: fix pointer warningsBorislav Petkov2010-03-251-6/+8
* coredump: move dump_write() and dump_seek() into a header fileDaisuke HATAYAMA2010-03-061-40/+9Star
* coredump: unify dump_seek() implementations for each binfmt_*.cDaisuke HATAYAMA2010-03-061-7/+24
* fs: use rlimit helpersJiri Slaby2010-03-061-1/+1
* Split 'flush_old_exec' into two functionsLinus Torvalds2010-01-291-0/+1
* mm: introduce coredump parameter structureMasami Hiramatsu2009-12-181-6/+7
* sanitize ifdefs in binfmt_aoutAl Viro2009-01-031-9/+7Star
* remove the rudiment of a.out for sparcAl Viro2009-01-031-64/+1Star
* CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells2008-11-141-1/+1
* tracehook: execRoland McGrath2008-07-261-6/+0Star
* fs/binfmt_aout.c: use printk_ratelimit()S.Caglar Onur2008-04-291-9/+3Star
* aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells2008-02-081-1/+2
* Sanitize the type of struct user.u_ar0H. Peter Anvin2008-02-071-1/+1
* mm: fix exit_mmap BUG() on a.out binary exitIvan Kokshaysky2007-12-201-1/+0Star
* core_pattern: ignore RLIMIT_CORE if core_pattern is a pipeNeil Horman2007-10-171-10/+6Star
* [PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek2006-12-081-4/+4
* [PATCH] Require mmap handler for a.out executablesEugene Teo2006-09-291-0/+14
* [PATCH] dump_thread() cleanupakpm@osdl.org2006-01-101-2/+0Star
* [PATCH] mm: mm_init set_mm_countersHugh Dickins2005-10-301-1/+0Star