aboutsummaryrefslogtreecommitdiffstats
path: root/fs/exec.c
AgeCommit message (Expand)Author
2022-03-23Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2022-03-01exec: cleanup commentsTom Rix
2022-03-01exec: Force single empty string when argv is emptyKees Cook
2022-02-25uaccess: remove CONFIG_SET_FSArnd Bergmann
2022-01-22fs/coredump: move coredump sysctls into its own fileXiaoming Ni
2022-01-22fs: move fs/exec.c sysctls into its own fileLuis Chamberlain
2022-01-20Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2022-01-20fs/exec: replace strncpy with strscpy_pad in __get_task_commYafang Shao
2022-01-20fs/exec: replace strlcpy with strscpy_pad in __set_task_commYafang Shao
2022-01-08signal: Remove the helper signal_group_exitEric W. Biederman
2022-01-08signal: Rename group_exit_task group_exec_taskEric W. Biederman
2021-12-13kthread: Ensure struct kthread is present for all kthreadsEric W. Biederman
2021-11-10Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds
2021-10-29signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV)Eric W. Biederman
2021-10-06exec: Check for a pending fatal signal instead of core_stateEric W. Biederman
2021-09-04Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linuxLinus Torvalds
2021-09-03Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-09-03mm/pagemap: add mmap_assert_locked() annotations to find_vma*()Luigi Rizzo
2021-09-03mm: remove flush_kernel_dcache_pageChristoph Hellwig
2021-09-03kernel/fork: always deny write access to current MM exe_fileDavid Hildenbrand
2021-08-23namei: add getname_uflags()Dmitry Kadashev
2021-07-02Merge branch 'akpm' (patches from Andrew)Linus Torvalds
2021-07-01exec: remove checks in __register_bimfmt()Alexey Dobriyan
2021-04-30Reimplement RLIMIT_NPROC on top of ucountsAlexey Gladkov
2021-04-30Add a reference to ucounts for each credAlexey Gladkov
2021-02-24fs: delete repeated words in commentsRandy Dunlap
2021-02-23Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2021-01-29tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu()Will Deacon
2021-01-29tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu()Will Deacon
2021-01-24exec: handle idmapped mountsChristian Brauner
2021-01-24would_dump: handle idmapped mountsChristian Brauner
2021-01-24namei: make permission helpers idmapped mount awareChristian Brauner
2021-01-24capability: handle idmapped mountsChristian Brauner
2020-12-16Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2020-12-15Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...Linus Torvalds
2020-12-15Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2020-12-10exec: Transform exec_update_mutex into a rw_semaphoreEric W. Biederman
2020-12-10exec: Move io_uring_task_cancel after the point of no returnEric W. Biederman
2020-12-10exec: Simplify unshare_filesEric W. Biederman
2020-12-10exec: Move unshare_files to fix posix file locking during execEric W. Biederman
2020-12-10exec: Don't open code get_close_on_execEric W. Biederman
2020-12-02kernel: Implement selective syscall userspace redirectionGabriel Krisman Bertazi
2020-11-11parisc: Make user stack size configurableHelge Deller
2020-10-16Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p...Linus Torvalds
2020-10-15Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2020-10-05fs/kernel_read_file: Split into separate source fileKees Cook
2020-10-05fs/kernel_read_file: Split into separate include fileScott Branden
2020-10-05fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enumKees Cook
2020-09-30io_uring: don't rely on weak ->files referencesJens Axboe
2020-09-16mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching raceNicholas Piggin