aboutsummaryrefslogtreecommitdiff
path: root/fs/binfmt_em86.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-04Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+3
2020-06-04exec: simplify the copy_strings_kernel calling conventionGravatar Christoph Hellwig 1-3/+3
2020-05-21exec: Remove recursion from search_binary_handlerGravatar Eric W. Biederman 1-7/+2
2020-05-21exec: Move the call of prepare_binprm into search_binary_handlerGravatar Eric W. Biederman 1-4/+0
2019-05-21treewide: Add SPDX license identifier for more missed filesGravatar Thomas Gleixner 1-0/+1
2016-08-02fs/binfmt_em86.c: fix incompatible pointer typeGravatar Daniel Wagner 1-1/+2
2014-12-13syscalls: implement execveat() system callGravatar David Drysdale 1-0/+4
2013-10-24file->f_op is never NULL...Gravatar Al Viro 1-1/+1
2012-12-17exec: use -ELOOP for max recursion depthGravatar Kees Cook 1-1/+0
2012-11-28get rid of pt_regs argument of ->load_binary()Gravatar Al Viro 1-1/+1
2012-11-28get rid of pt_regs argument of search_binary_handler()Gravatar Al Viro 1-1/+1
2012-03-20__register_binfmt() made voidGravatar Al Viro 1-1/+2
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Gravatar Tejun Heo 1-1/+0
2008-10-16Allow recursion in binfmt_script and binfmt_miscGravatar Kirill A. Shutemov 1-1/+1
2008-04-29binfmt_misc.c: avoid potential kernel stack overflowGravatar Pavel Emelyanov 1-1/+1
2007-10-19Convert files to UTF-8 and some cleanupsGravatar Jan Engelhardt 1-1/+1
2007-05-08header cleaning: don't include smp_lock.h when not usedGravatar Randy Dunlap 1-1/+0
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Gravatar Linus Torvalds 1-0/+115