| Commit message (Expand) | Author | Age | Files | Lines |
* | file: convert to SLAB_TYPESAFE_BY_RCU | Christian Brauner | 2023-10-19 | 1 | -1/+3 |
* | Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin... | Linus Torvalds | 2020-12-16 | 1 | -15/+15 |
|\ |
|
| * | exec: Transform exec_update_mutex into a rw_semaphore | Eric W. Biederman | 2020-12-10 | 1 | -15/+15 |
* | | kcmp: In get_file_raw_ptr use task_lookup_fd_rcu | Eric W. Biederman | 2020-12-10 | 1 | -7/+2 |
* | | file: Replace fcheck_files with files_lookup_fd_rcu | Eric W. Biederman | 2020-12-10 | 1 | -1/+1 |
* | | kcmp: In kcmp_epoll_target use fget_task | Eric W. Biederman | 2020-12-10 | 1 | -16/+4 |
|/ |
|
* | kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve | Bernd Edlinger | 2020-03-25 | 1 | -4/+4 |
* | License cleanup: add SPDX GPL-2.0 license identifier to files with no license | Greg Kroah-Hartman | 2017-11-02 | 1 | -0/+1 |
* | kernel/kcmp.c: drop branch leftover typo | Cyrill Gorcunov | 2017-10-04 | 1 | -1/+1 |
* | kcmp: add KCMP_EPOLL_TFD mode to compare epoll target files | Cyrill Gorcunov | 2017-07-13 | 1 | -0/+57 |
* | ptrace: use fsuid, fsgid, effective creds for fs access checks | Jann Horn | 2016-01-21 | 1 | -2/+2 |
* | kcmp: fix standard comparison bug | Rasmus Villemoes | 2014-09-11 | 1 | -3/+4 |
* | kcmp: include linux/ptrace.h | Cyrill Gorcunov | 2012-12-21 | 1 | -0/+1 |
* | syscalls, x86: add __NR_kcmp syscall | Cyrill Gorcunov | 2012-06-01 | 1 | -0/+196 |