summaryrefslogtreecommitdiff
path: root/fs/exec.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace...Linus Torvalds2023-04-281-0/+2
|\
| * tracing/user_events: Track fork/exec/exit for mm lifetimeBeau Belgrave2023-03-291-0/+2
* | lazy tlb: introduce lazy tlb mm refcount helper functionsNicholas Piggin2023-03-281-1/+1
|/
* Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2023-02-231-10/+10
|\
| * mm: replace vma->vm_flags direct modifications with modifier callsSuren Baghdasaryan2023-02-091-2/+2
| * mm/mmap: don't use __vma_adjust() in shift_arg_pages()Liam R. Howlett2023-02-091-2/+2
| * mm: don't use __vma_adjust() in __split_vma()Liam R. Howlett2023-02-091-2/+2
| * mm: add vma iterator to vma_adjust() argumentsLiam R. Howlett2023-02-091-7/+4
| * mm: change mprotect_fixup to vma iteratorLiam R. Howlett2023-02-091-1/+4
* | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2023-02-201-0/+4
|\ \
| * | sched: Introduce per-memory-map concurrency IDMathieu Desnoyers2022-12-271-0/+4
| |/
* | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmapChristian Brauner2023-01-191-4/+4
* | fs: port privilege checking helpers to mnt_idmapChristian Brauner2023-01-191-2/+1
* | fs: port ->permission() to pass mnt_idmapChristian Brauner2023-01-191-2/+3
|/
* Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-12-121-8/+8
|\
| * fs: use type safe idmapping helpersChristian Brauner2022-10-261-8/+8
* | Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-12-121-10/+24
|\ \
| * | exec: Remove FOLL_FORCE for stack setupKees Cook2022-11-171-1/+1
| * | exec: simplify initial stack size expansionRolf Eike Beer2022-10-251-8/+5
| * | binfmt: Fix whitespace issuesKees Cook2022-10-251-1/+1
| * | exec: Add comments on check_unsafe_exec() fs countingKees Cook2022-10-251-0/+12
| * | fs/exec: switch timens when a task gets a new mmAndrei Vagin2022-10-251-0/+5
* | | Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin...Linus Torvalds2022-10-291-1/+1
|\ \ \ | |/ / |/| |
| * | mm: multi-gen LRU: move lru_gen_add_mm() out of IRQ-off regionSebastian Andrzej Siewior2022-10-281-1/+1
| |/
* | exec: Copy oldsighand->action under spin-lockBernd Edlinger2022-10-251-2/+2
|/
* Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2022-10-101-6/+8
|\
| * exec: use VMA iterator instead of linked listMatthew Wilcox (Oracle)2022-09-261-3/+6
| * mm: remove vmacacheLiam R. Howlett2022-09-261-3/+0
| * mm: multi-gen LRU: support page table walksYu Zhao2022-09-261-0/+2
* | Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm...Linus Torvalds2022-10-091-1/+1
|\ \
| * | ucounts: Split rlimit and ucount values and max valuesAlexey Gladkov2022-05-181-1/+1
* | | Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-10-061-2/+1
|\ \ \
| * | | bprm_fill_uid(): don't open-code file_inode()Al Viro2022-09-011-2/+1
* | | | a.out: Remove the a.out implementationEric W. Biederman2022-09-271-2/+1
* | | | Revert "fs/exec: allow to unshare a time namespace on vfork+exec"Andrei Vagin2022-09-131-7/+0
| |_|/ |/| |
* | | Merge tag 'execve-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2022-08-191-7/+7
|\ \ \ | |/ / |/| |
| * | exec: Replace kmap{,_atomic}() with kmap_local_page()Fabio M. De Francesco2022-08-161-7/+7
* | | posix-cpu-timers: Cleanup CPU timers before freeing them during execThadeu Lima de Souza Cascardo2022-08-091-0/+3
* | | Merge tag 'execve-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-08-021-6/+9
|\ \ \ | |/ /
| * | exec: Call kmap_local_page() in copy_string_kernel()Fabio M. De Francesco2022-07-271-5/+1
| * | exec: Fix a spelling mistakeZhang Jiaming2022-07-011-1/+1
| * | fs/exec: allow to unshare a time namespace on vfork+execAndrei Vagin2022-06-151-0/+7
* | | fix race between exit_itimers() and /proc/pid/timersOleg Nesterov2022-07-111-1/+1
|/ /
* | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/...Linus Torvalds2022-06-031-3/+5
|\ \
| * | fork: Stop allowing kthreads to call execveEric W. Biederman2022-05-071-3/+3
| * | kthread: Don't allocate kthread_struct for init and umhEric W. Biederman2022-05-061-2/+4
| |/
* | mm/mprotect: use mmu_gatherNadav Amit2022-05-131-1/+5
|/
* Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2022-03-281-1/+0
|\
| * tracehook: Remove tracehook.hEric W. Biederman2022-03-101-1/+0
* | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2022-03-231-6/+0
|\ \