aboutsummaryrefslogtreecommitdiff
path: root/fs/exec.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-29Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-5/+0
2023-06-28Merge branch 'expand-stack'Gravatar Linus Torvalds 1-16/+22
2023-06-27mm: always expand the stack with the mmap write lock heldGravatar Linus Torvalds 1-2/+2
2023-06-24execve: expand new process stack manually ahead of timeGravatar Linus Torvalds 1-16/+21
2023-06-24mm: make find_extend_vma() fail if write lock not heldGravatar Liam R. Howlett 1-2/+3
2023-06-12fsnotify: move fsnotify_open() hook into do_dentry_open()Gravatar Amir Goldstein 1-5/+0
2023-06-09mm/gup: remove vmas parameter from get_user_pages_remote()Gravatar Lorenzo Stoakes 1-1/+1
2023-04-28Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Gravatar Linus Torvalds 1-0/+2
2023-03-29tracing/user_events: Track fork/exec/exit for mm lifetimeGravatar Beau Belgrave 1-0/+2
2023-03-28lazy tlb: introduce lazy tlb mm refcount helper functionsGravatar Nicholas Piggin 1-1/+1
2023-02-23Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-10/+10
2023-02-20Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-0/+4
2023-02-09mm: replace vma->vm_flags direct modifications with modifier callsGravatar Suren Baghdasaryan 1-2/+2
2023-02-09mm/mmap: don't use __vma_adjust() in shift_arg_pages()Gravatar Liam R. Howlett 1-2/+2
2023-02-09mm: don't use __vma_adjust() in __split_vma()Gravatar Liam R. Howlett 1-2/+2
2023-02-09mm: add vma iterator to vma_adjust() argumentsGravatar Liam R. Howlett 1-7/+4
2023-02-09mm: change mprotect_fixup to vma iteratorGravatar Liam R. Howlett 1-1/+4
2023-01-19fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapGravatar Christian Brauner 1-4/+4
2023-01-19fs: port privilege checking helpers to mnt_idmapGravatar Christian Brauner 1-2/+1
2023-01-19fs: port ->permission() to pass mnt_idmapGravatar Christian Brauner 1-2/+3
2022-12-27sched: Introduce per-memory-map concurrency IDGravatar Mathieu Desnoyers 1-0/+4
2022-12-12Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Gravatar Linus Torvalds 1-8/+8
2022-12-12Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-10/+24
2022-11-17exec: Remove FOLL_FORCE for stack setupGravatar Kees Cook 1-1/+1
2022-10-29Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Gravatar Linus Torvalds 1-1/+1
2022-10-28mm: multi-gen LRU: move lru_gen_add_mm() out of IRQ-off regionGravatar Sebastian Andrzej Siewior 1-1/+1
2022-10-26fs: use type safe idmapping helpersGravatar Christian Brauner 1-8/+8
2022-10-25exec: simplify initial stack size expansionGravatar Rolf Eike Beer 1-8/+5
2022-10-25binfmt: Fix whitespace issuesGravatar Kees Cook 1-1/+1
2022-10-25exec: Add comments on check_unsafe_exec() fs countingGravatar Kees Cook 1-0/+12
2022-10-25fs/exec: switch timens when a task gets a new mmGravatar Andrei Vagin 1-0/+5
2022-10-25exec: Copy oldsighand->action under spin-lockGravatar Bernd Edlinger 1-2/+2
2022-10-10Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Gravatar Linus Torvalds 1-6/+8
2022-10-09Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Gravatar Linus Torvalds 1-1/+1
2022-10-06Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-2/+1
2022-09-27a.out: Remove the a.out implementationGravatar Eric W. Biederman 1-2/+1
2022-09-26exec: use VMA iterator instead of linked listGravatar Matthew Wilcox (Oracle) 1-3/+6
2022-09-26mm: remove vmacacheGravatar Liam R. Howlett 1-3/+0
2022-09-26mm: multi-gen LRU: support page table walksGravatar Yu Zhao 1-0/+2
2022-09-13Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Gravatar Andrei Vagin 1-7/+0
2022-09-01bprm_fill_uid(): don't open-code file_inode()Gravatar Al Viro 1-2/+1
2022-08-19Merge tag 'execve-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Gravatar Linus Torvalds 1-7/+7
2022-08-16exec: Replace kmap{,_atomic}() with kmap_local_page()Gravatar Fabio M. De Francesco 1-7/+7
2022-08-09posix-cpu-timers: Cleanup CPU timers before freeing them during execGravatar Thadeu Lima de Souza Cascardo 1-0/+3
2022-08-02Merge tag 'execve-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Gravatar Linus Torvalds 1-6/+9
2022-07-27exec: Call kmap_local_page() in copy_string_kernel()Gravatar Fabio M. De Francesco 1-5/+1
2022-07-11fix race between exit_itimers() and /proc/pid/timersGravatar Oleg Nesterov 1-1/+1
2022-07-01exec: Fix a spelling mistakeGravatar Zhang Jiaming 1-1/+1
2022-06-15fs/exec: allow to unshare a time namespace on vfork+execGravatar Andrei Vagin 1-0/+7
2022-06-03Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Gravatar Linus Torvalds 1-3/+5