Age | Commit message (Expand) | Author | Files | Lines |
2025-04-21 | fs: remove uselib() system call | Christian Brauner | 1 | -60/+0 |
2025-04-03 | rseq: Eliminate useless task_work on execve | Mathieu Desnoyers | 1 | -1/+2 |
2025-03-25 | exec: fix the racy usage of fs_struct->in_exec | Oleg Nesterov | 1 | -6/+9 |
2025-02-24 | binfmt: Remove loader from linux_binprm struct | Yonatan Goldschmidt | 1 | -2/+0 |
2025-01-28 | treewide: const qualify ctl_tables where applicable | Joel Granados | 1 | -1/+1 |
2025-01-26 | Merge tag 'mm-stable-2025-01-26-14-59' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -11/+3 |
2025-01-23 | Merge tag 'fsnotify_hsm_for_v6.14-rc1' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -4/+4 |
2025-01-22 | Merge tag 'AT_EXECVE_CHECK-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -2/+18 |
2025-01-20 | Merge tag 'execve-v6.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -27/+36 |
2025-01-13 | mm: abstract get_arg_page() stack expansion and mmap read lock | Lorenzo Stoakes | 1 | -11/+3 |
2024-12-18 | exec: Add a new AT_EXECVE_CHECK flag to execveat(2) | Mickaël Salaün | 1 | -2/+18 |
2024-12-16 | exec: fix up /proc/pid/comm in the execveat(AT_EMPTY_PATH) case | Kees Cook | 1 | -3/+26 |
2024-12-16 | exec: Make sure task->comm is always NUL-terminated | Kees Cook | 1 | -6/+6 |
2024-12-11 | fs: don't block write during exec on pre-content watched files | Amir Goldstein | 1 | -4/+4 |
2024-11-29 | exec: remove legacy custom binfmt modules autoloading | Nir Lichtman | 1 | -15/+1 |
2024-11-29 | exec: move warning of null argv to be next to the relevant code | nir@lichtman.org | 1 | -3/+3 |
2024-11-27 | Revert "fs: don't block i_writecount during exec" | Christian Brauner | 1 | -8/+15 |
2024-11-25 | Merge tag 'mm-nonmm-stable-2024-11-24-02-05' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -10/+0 |
2024-11-05 | get rid of __get_task_comm() | Yafang Shao | 1 | -10/+0 |
2024-10-14 | sched: Improve cache locality of RSEQ concurrency IDs for intermittent workloads | Mathieu Desnoyers | 1 | -1/+1 |
2024-09-21 | Merge tag 'mm-stable-2024-09-20-02-31' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -75/+6 |
2024-09-19 | Merge tag 'parisc-for-6.12-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+2 |
2024-09-09 | parisc: Fix stack start for ADDR_NO_RANDOMIZE personality | Helge Deller | 1 | -1/+2 |
2024-09-01 | mm: move vma_shrink(), vma_expand() to internal header | Lorenzo Stoakes | 1 | -75/+6 |
2024-08-30 | exec: don't WARN for racy path_noexec check | Mateusz Guzik | 1 | -19/+12 |
2024-08-13 | exec: Fix ToCToU between perm check and set-uid/gid usage | Kees Cook | 1 | -1/+7 |
2024-07-24 | sysctl: treewide: constify the ctl_table argument of proc_handlers | Joel Granados | 1 | -1/+1 |
2024-07-23 | Merge tag 'execve-v6.11-rc1-fix1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -1/+1 |
2024-07-22 | execve: Move KUnit tests to tests/ subdirectory | Kees Cook | 1 | -1/+1 |
2024-07-16 | Merge tag 'execve-v6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -7/+42 |
2024-07-13 | exec: Avoid pathological argc, envc, and bprm->p values | Kees Cook | 1 | -1/+9 |
2024-07-13 | execve: Keep bprm->argmin behind CONFIG_MMU | Kees Cook | 1 | -6/+20 |
2024-06-19 | exec: Add KUnit test for bprm_stack_limits() | Kees Cook | 1 | -0/+13 |
2024-06-03 | fs: don't block i_writecount during exec | Christian Brauner | 1 | -11/+3 |
2024-05-19 | Merge tag 'mm-stable-2024-05-17-19-19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+11 |
2024-04-25 | mm/ksm: fix ksm exec support for prctl | Jinjiang Tu | 1 | -0/+11 |
2024-04-11 | tracing: Add sched_prepare_exec tracepoint | Marco Elver | 1 | -0/+8 |
2024-03-27 | Merge tag 'execve-v6.9-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -0/+1 |
2024-03-21 | exec: Fix NOMMU linux_binprm::exec in transfer_args_to_stack() | Max Filippov | 1 | -0/+1 |
2024-03-12 | Merge tag 'execve-v6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -8/+3 |
2024-03-11 | Merge tag 'vfs-6.9.pidfd' of git://git.kernel.org/pub/scm/linux/kernel/git/vf... | Linus Torvalds | 1 | -1/+0 |
2024-03-09 | exec: Simplify remove_arg_zero() error path | Kees Cook | 1 | -7/+3 |
2024-02-23 | exec: Delete unnecessary statements in remove_arg_zero() | Li kunyu | 1 | -1/+0 |
2024-02-02 | pidfd: kill the no longer needed do_notify_pidfd() in de_thread() | Oleg Nesterov | 1 | -5/+0 |
2024-02-02 | pidfd: implement PIDFD_THREAD flag for pidfd_open() | Oleg Nesterov | 1 | -1/+5 |
2024-01-24 | Merge tag 'execve-v6.8-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -9/+30 |
2024-01-24 | uselib: remove use of __FMODE_EXEC | Linus Torvalds | 1 | -1/+1 |
2024-01-24 | exec: Distinguish in_execve from in_exec | Kees Cook | 1 | -0/+1 |
2024-01-22 | exec: Fix error handling in begin_new_exec() | Bernd Edlinger | 1 | -0/+3 |
2024-01-22 | exec: Add do_close_execat() helper | Kees Cook | 1 | -6/+26 |
2024-01-22 | exec: remove useless comment | Askar Safin | 1 | -3/+0 |
2024-01-20 | execve: open the executable file before doing anything else | Linus Torvalds | 1 | -34/+35 |
2024-01-10 | Merge tag 'sysctl-6.8-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/m... | Linus Torvalds | 1 | -1/+0 |
2024-01-10 | Merge tag 'header_cleanup-2024-01-10' of https://evilpiepirate.org/git/bcachefs | Linus Torvalds | 1 | -0/+1 |
2023-12-28 | fs: Remove the now superfluous sentinel elements from ctl_table array | Joel Granados | 1 | -1/+0 |
2023-12-27 | rseq: Split out rseq.h from sched.h | Kent Overstreet | 1 | -0/+1 |
2023-12-10 | introduce for_other_threads(p, t) | Oleg Nesterov | 1 | -2/+1 |
2023-10-04 | mm/mremap: allow moves within the same VMA for stack moves | Joel Fernandes (Google) | 1 | -1/+1 |
2023-10-04 | mm: remove remnants of SPLIT_RSS_COUNTING | Mateusz Guzik | 1 | -2/+0 |
2023-08-29 | Merge tag 'mm-nonmm-stable-2023-08-28-22-48' of git://git.kernel.org/pub/scm/... | Linus Torvalds | 1 | -2/+2 |
2023-08-21 | kernel/fork: stop playing lockless games for exe_file replacement | Mateusz Guzik | 1 | -2/+2 |
2023-08-18 | mm: set up vma iterator for vma_iter_prealloc() calls | Liam R. Howlett | 1 | -0/+1 |
2023-06-29 | Merge tag 'fsnotify_for_v6.5-rc1' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -5/+0 |
2023-06-28 | Merge branch 'expand-stack' | Linus Torvalds | 1 | -16/+22 |
2023-06-27 | mm: always expand the stack with the mmap write lock held | Linus Torvalds | 1 | -2/+2 |
2023-06-24 | execve: expand new process stack manually ahead of time | Linus Torvalds | 1 | -16/+21 |
2023-06-24 | mm: make find_extend_vma() fail if write lock not held | Liam R. Howlett | 1 | -2/+3 |
2023-06-12 | fsnotify: move fsnotify_open() hook into do_dentry_open() | Amir Goldstein | 1 | -5/+0 |
2023-06-09 | mm/gup: remove vmas parameter from get_user_pages_remote() | Lorenzo Stoakes | 1 | -1/+1 |
2023-04-28 | Merge tag 'trace-v6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/trace... | Linus Torvalds | 1 | -0/+2 |
2023-03-29 | tracing/user_events: Track fork/exec/exit for mm lifetime | Beau Belgrave | 1 | -0/+2 |
2023-03-28 | lazy tlb: introduce lazy tlb mm refcount helper functions | Nicholas Piggin | 1 | -1/+1 |
2023-02-23 | Merge tag 'mm-stable-2023-02-20-13-37' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -10/+10 |
2023-02-20 | Merge tag 'sched-core-2023-02-20' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -0/+4 |
2023-02-09 | mm: replace vma->vm_flags direct modifications with modifier calls | Suren Baghdasaryan | 1 | -2/+2 |
2023-02-09 | mm/mmap: don't use __vma_adjust() in shift_arg_pages() | Liam R. Howlett | 1 | -2/+2 |
2023-02-09 | mm: don't use __vma_adjust() in __split_vma() | Liam R. Howlett | 1 | -2/+2 |
2023-02-09 | mm: add vma iterator to vma_adjust() arguments | Liam R. Howlett | 1 | -7/+4 |
2023-02-09 | mm: change mprotect_fixup to vma iterator | Liam R. Howlett | 1 | -1/+4 |
2023-01-19 | fs: port i_{g,u}id_into_vfs{g,u}id() to mnt_idmap | Christian Brauner | 1 | -4/+4 |
2023-01-19 | fs: port privilege checking helpers to mnt_idmap | Christian Brauner | 1 | -2/+1 |
2023-01-19 | fs: port ->permission() to pass mnt_idmap | Christian Brauner | 1 | -2/+3 |
2022-12-27 | sched: Introduce per-memory-map concurrency ID | Mathieu Desnoyers | 1 | -0/+4 |
2022-12-12 | Merge tag 'fs.vfsuid.conversion.v6.2' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -8/+8 |
2022-12-12 | Merge tag 'execve-v6.2-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -10/+24 |
2022-11-17 | exec: Remove FOLL_FORCE for stack setup | Kees Cook | 1 | -1/+1 |
2022-10-29 | Merge tag 'mm-hotfixes-stable-2022-10-28' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -1/+1 |
2022-10-28 | mm: multi-gen LRU: move lru_gen_add_mm() out of IRQ-off region | Sebastian Andrzej Siewior | 1 | -1/+1 |
2022-10-26 | fs: use type safe idmapping helpers | Christian Brauner | 1 | -8/+8 |
2022-10-25 | exec: simplify initial stack size expansion | Rolf Eike Beer | 1 | -8/+5 |
2022-10-25 | binfmt: Fix whitespace issues | Kees Cook | 1 | -1/+1 |
2022-10-25 | exec: Add comments on check_unsafe_exec() fs counting | Kees Cook | 1 | -0/+12 |
2022-10-25 | fs/exec: switch timens when a task gets a new mm | Andrei Vagin | 1 | -0/+5 |
2022-10-25 | exec: Copy oldsighand->action under spin-lock | Bernd Edlinger | 1 | -2/+2 |
2022-10-10 | Merge tag 'mm-stable-2022-10-08' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -6/+8 |
2022-10-09 | Merge tag 'ucount-rlimits-cleanups-for-v5.19' of git://git.kernel.org/pub/scm... | Linus Torvalds | 1 | -1/+1 |
2022-10-06 | Merge tag 'pull-file_inode' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -2/+1 |
2022-09-27 | a.out: Remove the a.out implementation | Eric W. Biederman | 1 | -2/+1 |
2022-09-26 | exec: use VMA iterator instead of linked list | Matthew Wilcox (Oracle) | 1 | -3/+6 |
2022-09-26 | mm: remove vmacache | Liam R. Howlett | 1 | -3/+0 |
2022-09-26 | mm: multi-gen LRU: support page table walks | Yu Zhao | 1 | -0/+2 |
2022-09-13 | Revert "fs/exec: allow to unshare a time namespace on vfork+exec" | Andrei Vagin | 1 | -7/+0 |
2022-09-01 | bprm_fill_uid(): don't open-code file_inode() | Al Viro | 1 | -2/+1 |
2022-08-19 | Merge tag 'execve-v6.0-rc2' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -7/+7 |
2022-08-16 | exec: Replace kmap{,_atomic}() with kmap_local_page() | Fabio M. De Francesco | 1 | -7/+7 |
2022-08-09 | posix-cpu-timers: Cleanup CPU timers before freeing them during exec | Thadeu Lima de Souza Cascardo | 1 | -0/+3 |
2022-08-02 | Merge tag 'execve-v5.20-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+9 |
2022-07-27 | exec: Call kmap_local_page() in copy_string_kernel() | Fabio M. De Francesco | 1 | -5/+1 |
2022-07-11 | fix race between exit_itimers() and /proc/pid/timers | Oleg Nesterov | 1 | -1/+1 |
2022-07-01 | exec: Fix a spelling mistake | Zhang Jiaming | 1 | -1/+1 |
2022-06-15 | fs/exec: allow to unshare a time namespace on vfork+exec | Andrei Vagin | 1 | -0/+7 |
2022-06-03 | Merge tag 'kthread-cleanups-for-v5.19' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -3/+5 |
2022-05-18 | ucounts: Split rlimit and ucount values and max values | Alexey Gladkov | 1 | -1/+1 |
2022-05-13 | mm/mprotect: use mmu_gather | Nadav Amit | 1 | -1/+5 |
2022-05-07 | fork: Stop allowing kthreads to call execve | Eric W. Biederman | 1 | -3/+3 |
2022-05-06 | kthread: Don't allocate kthread_struct for init and umh | Eric W. Biederman | 1 | -2/+4 |
2022-03-28 | Merge tag 'ptrace-cleanups-for-v5.18' of git://git.kernel.org/pub/scm/linux/k... | Linus Torvalds | 1 | -1/+0 |
2022-03-23 | Merge tag 'asm-generic-5.18' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -6/+0 |
2022-03-10 | tracehook: Remove tracehook.h | Eric W. Biederman | 1 | -1/+0 |
2022-03-01 | exec: cleanup comments | Tom Rix | 1 | -3/+3 |
2022-03-01 | exec: Force single empty string when argv is empty | Kees Cook | 1 | -1/+25 |
2022-02-25 | uaccess: remove CONFIG_SET_FS | Arnd Bergmann | 1 | -6/+0 |
2022-01-22 | fs/coredump: move coredump sysctls into its own file | Xiaoming Ni | 1 | -55/+0 |
2022-01-22 | fs: move fs/exec.c sysctls into its own file | Luis Chamberlain | 1 | -0/+90 |
2022-01-20 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -2/+3 |
2022-01-20 | fs/exec: replace strncpy with strscpy_pad in __get_task_comm | Yafang Shao | 1 | -1/+2 |
2022-01-20 | fs/exec: replace strlcpy with strscpy_pad in __set_task_comm | Yafang Shao | 1 | -1/+1 |
2022-01-08 | signal: Remove the helper signal_group_exit | Eric W. Biederman | 1 | -1/+1 |
2022-01-08 | signal: Rename group_exit_task group_exec_task | Eric W. Biederman | 1 | -4/+4 |
2021-12-13 | kthread: Ensure struct kthread is present for all kthreads | Eric W. Biederman | 1 | -0/+2 |
2021-11-10 | Merge branch 'exit-cleanups-for-v5.16' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -1/+1 |
2021-10-29 | signal: Replace force_sigsegv(SIGSEGV) with force_fatal_sig(SIGSEGV) | Eric W. Biederman | 1 | -1/+1 |
2021-10-06 | exec: Check for a pending fatal signal instead of core_state | Eric W. Biederman | 1 | -8/+6 |
2021-09-04 | Merge tag 'denywrite-for-5.15' of git://github.com/davidhildenbrand/linux | Linus Torvalds | 1 | -1/+3 |
2021-09-03 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+5 |
2021-09-03 | mm/pagemap: add mmap_assert_locked() annotations to find_vma*() | Luigi Rizzo | 1 | -0/+2 |
2021-09-03 | mm: remove flush_kernel_dcache_page | Christoph Hellwig | 1 | -3/+3 |
2021-09-03 | kernel/fork: always deny write access to current MM exe_file | David Hildenbrand | 1 | -1/+3 |
2021-08-23 | namei: add getname_uflags() | Dmitry Kadashev | 1 | -6/+2 |
2021-07-02 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -3/+0 |
2021-07-01 | exec: remove checks in __register_bimfmt() | Alexey Dobriyan | 1 | -3/+0 |
2021-04-30 | Reimplement RLIMIT_NPROC on top of ucounts | Alexey Gladkov | 1 | -1/+1 |
2021-04-30 | Add a reference to ucounts for each cred | Alexey Gladkov | 1 | -0/+4 |
2021-02-24 | fs: delete repeated words in comments | Randy Dunlap | 1 | -2/+2 |
2021-02-23 | Merge tag 'idmapped-mounts-v5.12' of git://git.kernel.org/pub/scm/linux/kerne... | Linus Torvalds | 1 | -4/+8 |
2021-01-29 | tlb: mmu_gather: Remove start/end arguments from tlb_gather_mmu() | Will Deacon | 1 | -1/+1 |
2021-01-29 | tlb: mmu_gather: Remove unused start/end arguments from tlb_finish_mmu() | Will Deacon | 1 | -1/+1 |
2021-01-24 | exec: handle idmapped mounts | Christian Brauner | 1 | -2/+5 |
2021-01-24 | would_dump: handle idmapped mounts | Christian Brauner | 1 | -3/+3 |
2021-01-24 | namei: make permission helpers idmapped mount aware | Christian Brauner | 1 | -1/+1 |
2021-01-24 | capability: handle idmapped mounts | Christian Brauner | 1 | -1/+2 |
2020-12-16 | Merge branch 'parisc-5.11-1' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 1 | -2/+2 |
2020-12-15 | Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 1 | -6/+6 |
2020-12-15 | Merge branch 'exec-for-v5.11' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 1 | -21/+18 |
2020-12-10 | exec: Transform exec_update_mutex into a rw_semaphore | Eric W. Biederman | 1 | -6/+6 |
2020-12-10 | exec: Move io_uring_task_cancel after the point of no return | Eric W. Biederman | 1 | -5/+5 |
2020-12-10 | exec: Simplify unshare_files | Eric W. Biederman | 1 | -4/+1 |
2020-12-10 | exec: Move unshare_files to fix posix file locking during exec | Eric W. Biederman | 1 | -14/+15 |
2020-12-10 | exec: Don't open code get_close_on_exec | Eric W. Biederman | 1 | -2/+1 |
2020-12-02 | kernel: Implement selective syscall userspace redirection | Gabriel Krisman Bertazi | 1 | -0/+3 |
2020-11-11 | parisc: Make user stack size configurable | Helge Deller | 1 | -2/+2 |
2020-10-16 | Merge tag 'powerpc-5.10-1' of git://git.kernel.org/pub/scm/linux/kernel/git/p... | Linus Torvalds | 1 | -2/+15 |
2020-10-15 | Merge tag 'char-misc-5.10-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g... | Linus Torvalds | 1 | -131/+1 |
2020-10-05 | fs/kernel_read_file: Split into separate source file | Kees Cook | 1 | -132/+0 |
2020-10-05 | fs/kernel_read_file: Split into separate include file | Scott Branden | 1 | -0/+1 |
2020-10-05 | fs/kernel_read_file: Remove FIRMWARE_PREALLOC_BUFFER enum | Kees Cook | 1 | -3/+4 |
2020-09-30 | io_uring: don't rely on weak ->files references | Jens Axboe | 1 | -0/+6 |
2020-09-16 | mm: fix exec activate_mm vs TLB shootdown and lazy tlb switching race | Nicholas Piggin | 1 | -2/+15 |
2020-08-12 | mm/gup: remove task_struct pointer for all gup code | Peter Xu | 1 | -1/+1 |
2020-08-12 | exec: move path_noexec() check earlier | Kees Cook | 1 | -8/+4 |
2020-08-12 | exec: move S_ISREG() check earlier | Kees Cook | 1 | -2/+12 |
2020-08-12 | exec: change uselib(2) IS_SREG() failure to EACCES | Kees Cook | 1 | -2/+1 |
2020-08-12 | exec: use force_uaccess_begin during exec and exit | Christoph Hellwig | 1 | -1/+6 |
2020-07-21 | exec: Implement kernel_execve | Eric W. Biederman | 1 | -2/+86 |
2020-07-21 | exec: Factor bprm_stack_limits out of prepare_arg_pages | Eric W. Biederman | 1 | -11/+12 |
2020-07-21 | exec: Factor bprm_execve out of do_execve_common | Eric W. Biederman | 1 | -50/+58 |
2020-07-21 | exec: Move bprm_mm_init into alloc_bprm | Eric W. Biederman | 1 | -8/+8 |
2020-07-21 | exec: Move initialization of bprm->filename into alloc_bprm | Eric W. Biederman | 1 | -28/+33 |
2020-07-21 | exec: Factor out alloc_bprm | Eric W. Biederman | 1 | -10/+19 |
2020-07-04 | exec: Remove do_execve_file | Eric W. Biederman | 1 | -29/+9 |
2020-06-09 | mmap locking API: convert mmap_sem comments | Michel Lespinasse | 1 | -1/+1 |
2020-06-09 | mmap locking API: use coccinelle to convert mmap_sem rwsem call sites | Michel Lespinasse | 1 | -8/+8 |
2020-06-08 | exec: use flush_icache_user_range in read_code | Christoph Hellwig | 1 | -1/+1 |
2020-06-08 | exec: only build read_code when needed | Christoph Hellwig | 1 | -0/+3 |
2020-06-04 | Merge branch 'akpm' (patches from Andrew) | Linus Torvalds | 1 | -14/+38 |
2020-06-04 | exec: open code copy_string_kernel | Christoph Hellwig | 1 | -9/+34 |
2020-06-04 | exec: simplify the copy_strings_kernel calling convention | Christoph Hellwig | 1 | -7/+6 |
2020-06-04 | Merge branch 'exec-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -143/+173 |
2020-06-04 | Merge branch 'proc-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/eb... | Linus Torvalds | 1 | -5/+1 |
2020-05-29 | exec: Compute file based creds only once | Eric W. Biederman | 1 | -37/+26 |
2020-05-29 | exec: Add a per bprm->file version of per_clear | Eric W. Biederman | 1 | -2/+4 |
2020-05-21 | exec: Remove recursion from search_binary_handler | Eric W. Biederman | 1 | -18/+33 |
2020-05-21 | exec: Generic execfd support | Eric W. Biederman | 1 | -0/+15 |
2020-05-21 | exec: Move the call of prepare_binprm into search_binary_handler | Eric W. Biederman | 1 | -7/+5 |
2020-05-21 | exec: Allow load_misc_binary to call prepare_binprm unconditionally | Eric W. Biederman | 1 | -7/+12 |
2020-05-21 | exec: Convert security_bprm_set_creds into security_bprm_repopulate_creds | Eric W. Biederman | 1 | -4/+4 |
2020-05-20 | exec: Factor security_bprm_creds_for_exec out of security_bprm_set_creds | Eric W. Biederman | 1 | -1/+5 |
2020-05-18 | Merge f87d1c955916 ("exec: Move would_dump into flush_old_exec") | Eric W. Biederman | 1 | -2/+2 |
2020-05-17 | exec: Move would_dump into flush_old_exec | Eric W. Biederman | 1 | -2/+2 |
2020-05-11 | exec: Set the point of no return sooner | Eric W. Biederman | 1 | -7/+5 |