aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)AuthorFilesLines
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxGravatar Linus Torvalds 1-1/+3
2021-09-03Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+5
2021-09-03mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Gravatar Luigi Rizzo 1-0/+2
2021-09-03mm: remove flush_kernel_dcache_pageGravatar Christoph Hellwig 1-3/+3
2021-09-03kernel/fork: always deny write access to current MM exe_fileGravatar David Hildenbrand 1-1/+3
2021-08-23namei: add getname_uflags()Gravatar Dmitry Kadashev 1-6/+2
2021-07-02Merge branch 'akpm' (patches from Andrew)Gravatar Linus Torvalds 1-3/+0
2021-07-01exec: remove checks in __register_bimfmt()Gravatar Alexey Dobriyan 1-3/+0
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsGravatar Alexey Gladkov 1-1/+1
2021-04-30Add a reference to ucounts for each credGravatar Alexey Gladkov 1-0/+4
2021-02-24fs: delete repeated words in commentsGravatar Randy Dunlap 1-2/+2
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-4/+8
2021-01-29tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Gravatar Will Deacon 1-1/+1
2021-01-29tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Gravatar Will Deacon 1-1/+1
2021-01-24exec: handle idmapped mountsGravatar Christian Brauner 1-2/+5
2021-01-24would_dump: handle idmapped mountsGravatar Christian Brauner 1-3/+3
2021-01-24namei: make permission helpers idmapped mount awareGravatar Christian Brauner 1-1/+1
2021-01-24capability: handle idmapped mountsGravatar Christian Brauner 1-1/+2
2020-12-16Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-2/+2
2020-12-15Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-6/+6
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-21/+18
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreGravatar Eric W. Biederman 1-6/+6
2020-12-10exec: Move io_uring_task_cancel after the point of no returnGravatar Eric W. Biederman 1-5/+5
2020-12-10exec: Simplify unshare_filesGravatar Eric W. Biederman 1-4/+1
2020-12-10exec: Move unshare_files to fix posix file locking during execGravatar Eric W. Biederman 1-14/+15
2020-12-10exec: Don't open code get_close_on_execGravatar Eric W. Biederman 1-2/+1
2020-12-02kernel: Implement selective syscall userspace redirectionGravatar Gabriel Krisman Bertazi 1-0/+3
2020-11-11parisc: Make user stack size configurableGravatar Helge Deller 1-2/+2
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Gravatar Linus Torvalds 1-2/+15
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Gravatar Linus Torvalds 1-131/+1
2020-10-05fs/kernel_read_file: Split into separate source fileGravatar Kees Cook 1-132/+0
2020-10-05fs/kernel_read_file: Split into separate include fileGravatar Scott Branden 1-0/+1
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumGravatar Kees Cook 1-3/+4
2020-09-30io_uring: don't rely on weak ->files referencesGravatar Jens Axboe 1-0/+6
2020-09-16mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching raceGravatar Nicholas Piggin 1-2/+15
2020-08-12mm/gup: remove task_struct pointer for all gup codeGravatar Peter Xu 1-1/+1
2020-08-12exec: move path_noexec() check earlierGravatar Kees Cook 1-8/+4
2020-08-12exec: move S_ISREG() check earlierGravatar Kees Cook 1-2/+12
2020-08-12exec: change uselib(2) IS_SREG() failure to EACCESGravatar Kees Cook 1-2/+1
2020-08-12exec: use force_uaccess_begin during exec and exitGravatar Christoph Hellwig 1-1/+6
2020-07-21exec: Implement kernel_execveGravatar Eric W. Biederman 1-2/+86
2020-07-21exec: Factor bprm_stack_limits out of prepare_arg_pagesGravatar Eric W. Biederman 1-11/+12
2020-07-21exec: Factor bprm_execve out of do_execve_commonGravatar Eric W. Biederman 1-50/+58
2020-07-21exec: Move bprm_mm_init into alloc_bprmGravatar Eric W. Biederman 1-8/+8
2020-07-21exec: Move initialization of bprm->filename into alloc_bprmGravatar Eric W. Biederman 1-28/+33
2020-07-21exec: Factor out alloc_bprmGravatar Eric W. Biederman 1-10/+19
2020-07-04exec: Remove do_execve_fileGravatar Eric W. Biederman 1-29/+9
2020-06-09mmap locking API: convert mmap_sem commentsGravatar Michel Lespinasse 1-1/+1
2020-06-09mmap locking API: use coccinelle to convert mmap_sem rwsem call sitesGravatar Michel Lespinasse 1-8/+8
2020-06-08exec: use flush_icache_user_range in read_codeGravatar Christoph Hellwig 1-1/+1