Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-06-05Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2020-06-05exec: simplify the copy_strings_kernel calling conventionChristoph Hellwig
2020-05-21exec: Remove recursion from search_binary_handlerEric W. Biederman
2020-05-21exec/binfmt_script: Don't modify bprm->buf and then return -ENOEXECEric W. Biederman
2020-05-21exec: Move the call of prepare_binprm into search_binary_handlerEric W. Biederman
2019-05-21treewide: Add SPDX license identifier for more missed filesThomas Gleixner
2019-02-19exec: load_script: Do not exec truncated interpreter pathKees Cook
2019-02-15Revert "exec: load_script: don't blindly truncate shebang string"Linus Torvalds
2019-01-05exec: load_script: don't blindly truncate shebang stringOleg Nesterov
2017-10-04exec: load_script: kill the onstack interp[BINPRM_BUF_SIZE] arrayOleg Nesterov
2014-12-13syscalls: implement execveat() system callDavid Drysdale
2012-12-21exec: do not leave bprm->interp on stackKees Cook
2012-12-18exec: use -ELOOP for max recursion depthKees Cook
2012-11-29get rid of pt_regs argument of ->load_binary()Al Viro
2012-11-29get rid of pt_regs argument of search_binary_handler()Al Viro
2012-03-21__register_binfmt() made voidAl Viro
2010-08-18Make do_execve() take a const filename pointerDavid Howells
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2008-10-16Allow recursion in binfmt_script and binfmt_miscKirill A. Shutemov
2008-04-29binfmt_misc.c: avoid potential kernel stack overflowPavel Emelyanov
2007-10-20Convert files to UTF-8 and some cleanupsJan Engelhardt
2007-07-19mm: variable length argument supportOllie Wild
2007-05-08header cleaning: don't include smp_lock.h when not usedRandy Dunlap
2005-04-17Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds