summaryrefslogtreecommitdiffstats
path: root/fs/exec.c
Commit message (Expand)AuthorAgeFilesLines
* fs: delete repeated words in commentsRandy Dunlap2021-02-241-2/+2
* Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2021-02-231-4/+8
|\
| * exec: handle idmapped mountsChristian Brauner2021-01-241-2/+5
| * would_dump: handle idmapped mountsChristian Brauner2021-01-241-3/+3
| * namei: make permission helpers idmapped mount awareChristian Brauner2021-01-241-1/+1
| * capability: handle idmapped mountsChristian Brauner2021-01-241-1/+2
* | tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon2021-01-291-1/+1
* | tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon2021-01-291-1/+1
|/
* Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2020-12-161-2/+2
|\
| * parisc: Make user stack size configurableHelge Deller2020-11-111-2/+2
* | Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2020-12-151-6/+6
|\ \
| * | exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman2020-12-101-6/+6
| |/
* | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2020-12-151-21/+18
|\ \
| * | exec: Move io_uring_task_cancel after the point of no returnEric W. Biederman2020-12-101-5/+5
| * | exec: Simplify unshare_filesEric W. Biederman2020-12-101-4/+1
| * | exec: Move unshare_files to fix posix file locking during execEric W. Biederman2020-12-101-14/+15
| * | exec: Don't open code get_close_on_execEric W. Biederman2020-12-101-2/+1
| |/
* / kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi2020-12-021-0/+3
|/
* Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds2020-10-161-2/+15
|\
| * mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching raceNicholas Piggin2020-09-161-2/+15
* | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-10-151-131/+1
|\ \
| * | fs/kernel_read_file: Split into separate source fileKees Cook2020-10-051-132/+0
| * | fs/kernel_read_file: Split into separate include fileScott Branden2020-10-051-0/+1
| * | fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook2020-10-051-3/+4
| |/
* / io_uring: don't rely on weak ->files referencesJens Axboe2020-09-301-0/+6
|/
* mm/gup: remove task_struct pointer for all gup codePeter Xu2020-08-121-1/+1
* exec: move path_noexec() check earlierKees Cook2020-08-121-8/+4
* exec: move S_ISREG() check earlierKees Cook2020-08-121-2/+12
* exec: change uselib(2) IS_SREG() failure to EACCESKees Cook2020-08-121-2/+1
* exec: use force_uaccess_begin during exec and exitChristoph Hellwig2020-08-121-1/+6
* exec: Implement kernel_execveEric W. Biederman2020-07-211-2/+86
* exec: Factor bprm_stack_limits out of prepare_arg_pagesEric W. Biederman2020-07-211-11/+12
* exec: Factor bprm_execve out of do_execve_commonEric W. Biederman2020-07-211-50/+58
* exec: Move bprm_mm_init into alloc_bprmEric W. Biederman2020-07-211-8/+8
* exec: Move initialization of bprm->filename into alloc_bprmEric W. Biederman2020-07-211-28/+33
* exec: Factor out alloc_bprmEric W. Biederman2020-07-211-10/+19
* exec: Remove do_execve_fileEric W. Biederman2020-07-041-29/+9
* mmap locking API: convert mmap_sem commentsMichel Lespinasse2020-06-091-1/+1
* mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesMichel Lespinasse2020-06-091-8/+8
* exec: use flush_icache_user_range in read_codeChristoph Hellwig2020-06-081-1/+1
* exec: only build read_code when neededChristoph Hellwig2020-06-081-0/+3
* Merge branch 'akpm' (patches from Andrew)Linus Torvalds2020-06-041-14/+38
|\
| * exec: open code copy_string_kernelChristoph Hellwig2020-06-041-9/+34
| * exec: simplify the copy_strings_kernel calling conventionChristoph Hellwig2020-06-041-7/+6
* | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb...Linus Torvalds2020-06-041-143/+173
|\ \
| * | exec: Compute file based creds only onceEric W. Biederman2020-05-291-37/+26
| * | exec: Add a per bprm->file version of per_clearEric W. Biederman2020-05-291-2/+4
| * | exec: Remove recursion from search_binary_handlerEric W. Biederman2020-05-211-18/+33
| * | exec: Generic execfd supportEric W. Biederman2020-05-211-0/+15
| * | exec: Move the call of prepare_binprm into search_binary_handlerEric W. Biederman2020-05-211-7/+5