aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* 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-281-1/+0
* mm: remove more IS_ERR_VALUE abusesLinus Torvalds2016-05-271-11/+7
* mm, aout: handle vm_brk failuresMichal Hocko2016-05-231-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/+6
* dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro2013-11-081-1/+1
* aout: switch to dump_emitAl Viro2013-11-081-4/+3
* file->f_op is never NULL...Al Viro2013-10-241-2/+2
* mm: remove free_area_cacheMichel Lespinasse2013-07-101-2/+0
* Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds2013-05-011-19/+6
|\
| * new helper: read_code()Al Viro2013-04-291-19/+6
* | coredump: factor out the setting of PF_DUMPCOREOleg Nesterov2013-04-301-1/+0
|/
* new helper: file_inode(file)Al Viro2013-02-221-2/+2
* get rid of pt_regs argument of ->load_binary()Al Viro2012-11-281-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-201-9/+3
* VM: add "vm_brk()" helper functionLinus Torvalds2012-04-201-15/+5
* Remove all #inclusions of asm/system.hDavid Howells2012-03-281-1/+0
* take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro2012-03-201-1/+0
* __register_binfmt() made voidAl Viro2012-03-201-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/+0
* 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-241-6/+8
* coredump: move dump_write() and dump_seek() into a header fileDaisuke HATAYAMA2010-03-061-40/+9
* 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-171-6/+7
* sanitize ifdefs in binfmt_aoutAl Viro2009-01-031-9/+7
* remove the rudiment of a.out for sparcAl Viro2009-01-031-64/+1
* CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells2008-11-131-1/+1
* tracehook: execRoland McGrath2008-07-261-6/+0
* fs/binfmt_aout.c: use printk_ratelimit()S.Caglar Onur2008-04-291-9/+3
* 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/+0
* core_pattern: ignore RLIMIT_CORE if core_pattern is a pipeNeil Horman2007-10-171-10/+6
* [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/+0
* [PATCH] mm: mm_init set_mm_countersHugh Dickins2005-10-291-1/+0
* [PATCH] Avoiding mmap fragmentationWolfgang Wander2005-06-211-0/+1
* Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds2005-04-161-0/+550