summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2014-12-13syscalls: implement execveat() system callDavid Drysdale13-15/+145
2012-12-21exec: do not leave bprm->interp on stackKees Cook4-2/+23
2012-12-18exec: use -ELOOP for max recursion depthKees Cook5-17/+6
2012-11-29get rid of pt_regs argument of ->load_binary()Al Viro12-20/+25
2012-11-29get rid of pt_regs argument of search_binary_handler()Al Viro6-9/+8
2012-03-21__register_binfmt() made voidAl Viro12-23/+27
2010-08-18Make do_execve() take a const filename pointerDavid Howells50-98/+179
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo4208-717/+3717
2008-10-16Allow recursion in binfmt_script and binfmt_miscKirill A. Shutemov4-5/+8
2008-04-29binfmt_misc.c: avoid potential kernel stack overflowPavel Emelyanov4-3/+10
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt168-248/+248
2007-07-19mm: variable length argument supportOllie Wild15-453/+554
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap436-436/+0
2005-04-16Linux-2.6.12-rc2Linus Torvalds17291-0/+6718845