index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
kcmp.c
Age
Commit message (
Expand
)
Author
2020-12-15
Merge branch 'exec-update-lock-for-v5.11' of git://git.kernel.org/pub/scm/lin...
Linus Torvalds
2020-12-10
exec: Transform exec_update_mutex into a rw_semaphore
Eric W. Biederman
2020-12-10
kcmp: In get_file_raw_ptr use task_lookup_fd_rcu
Eric W. Biederman
2020-12-10
file: Replace fcheck_files with files_lookup_fd_rcu
Eric W. Biederman
2020-12-10
kcmp: In kcmp_epoll_target use fget_task
Eric W. Biederman
2020-03-25
kernel/kcmp.c: Use new infrastructure to fix deadlocks in execve
Bernd Edlinger
2017-11-02
License cleanup: add SPDX GPL-2.0 license identifier to files with no license
Greg Kroah-Hartman
2017-10-03
kernel/kcmp.c: drop branch leftover typo
Cyrill Gorcunov
2017-07-12
kcmp: add KCMP_EPOLL_TFD mode to compare epoll target files
Cyrill Gorcunov
2016-01-20
ptrace: use fsuid, fsgid, effective creds for fs access checks
Jann Horn
2014-09-10
kcmp: fix standard comparison bug
Rasmus Villemoes
2012-12-20
kcmp: include linux/ptrace.h
Cyrill Gorcunov
2012-05-31
syscalls, x86: add __NR_kcmp syscall
Cyrill Gorcunov