summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2016-05-28fs: fix binfmt_aout.c build errorGuenter Roeck1-1/+0
2016-05-27mm: remove more IS_ERR_VALUE abusesLinus Torvalds6-36/+30
2016-05-24mm, aout: handle vm_brk failuresMichal Hocko2-10/+23
2014-11-19assorted conversions to %p[dD]Al Viro36-260/+194
2014-10-09handle suicide on late failure exits in execve() in search_binary_handler()Al Viro5-77/+35
2013-11-09dump_skip(): dump_seek() replacement taking coredump_paramsAl Viro6-43/+22
2013-11-09aout: switch to dump_emitAl Viro2-16/+11
2013-10-25file->f_op is never NULL...Al Viro29-97/+74
2013-07-11mm: remove free_area_cacheMichel Lespinasse17-66/+0
2013-05-02Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...Linus Torvalds385-14539/+7395
2013-05-01coredump: factor out the setting of PF_DUMPCOREOleg Nesterov5-6/+2
2013-04-29new helper: read_code()Al Viro6-67/+42
2013-02-23new helper: file_inode(file)Al Viro306-717/+696
2012-11-29get rid of pt_regs argument of ->load_binary()Al Viro12-20/+25
2012-10-05coredump: pass siginfo_t* to do_coredump() and below, not merely signrDenys Vlasenko8-21/+21
2012-10-05coredump: make core dump functionality optionalAlex Kelly6-27/+53
2012-04-21VM: add "vm_mmap()" helper functionLinus Torvalds15-97/+87
2012-04-21VM: add "vm_brk()" helper functionLinus Torvalds6-45/+31
2012-03-28Remove all #inclusions of asm/system.hDavid Howells510-512/+4
2012-03-21take removal of PF_FORKNOEXEC to flush_old_exec()Al Viro7-10/+1
2012-03-21__register_binfmt() made voidAl Viro12-23/+27
2012-03-05aout: move setup_arg_pages() prior to reading/mapping the binaryAl Viro2-14/+14
2010-10-14Don't dump task struct in a.out core-dumpsLinus Torvalds3-22/+6
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2010-03-24fs/binfmt_aout.c: fix pointer warningsBorislav Petkov1-6/+8
2010-03-06coredump: move dump_write() and dump_seek() into a header fileDaisuke HATAYAMA4-117/+79
2010-03-06coredump: unify dump_seek() implementations for each binfmt_*.cDaisuke HATAYAMA2-28/+62
2010-03-06fs: use rlimit helpersJiri Slaby8-12/+12
2010-01-29Split 'flush_old_exec' into two functionsLinus Torvalds10-41/+33
2009-12-17mm: introduce coredump parameter structureMasami Hiramatsu7-53/+69
2009-01-03sanitize ifdefs in binfmt_aoutAl Viro1-9/+7
2009-01-03remove the rudiment of a.out for sparcAl Viro1-64/+1
2008-11-13CRED: Make execve() take advantage of copy-on-write credentialsDavid Howells23-515/+429
2008-07-26tracehook: execRoland McGrath8-38/+50
2008-04-29fs/binfmt_aout.c: use printk_ratelimit()S.Caglar Onur1-9/+3
2008-02-08aout: suppress A.OUT library support if !CONFIG_ARCH_SUPPORTS_AOUTDavid Howells25-257/+423
2008-02-07Sanitize the type of struct user.u_ar0H. Peter Anvin18-22/+18
2007-12-20mm: fix exit_mmap BUG() on a.out binary exitIvan Kokshaysky1-1/+0
2007-10-17core_pattern: ignore RLIMIT_CORE if core_pattern is a pipeNeil Horman10-39/+39
2006-12-08[PATCH] VFS: change struct file to use struct pathJosef "Jeff" Sipek32-139/+141
2006-09-29[PATCH] Require mmap handler for a.out executablesEugene Teo1-0/+14
2006-01-10[PATCH] dump_thread() cleanupakpm@osdl.org28-250/+5
2005-10-30[PATCH] mm: mm_init set_mm_countersHugh Dickins9-16/+2
2005-06-22[PATCH] Avoiding mmap fragmentationWolfgang Wander14-30/+147
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845