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