index
:
linux.git
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
umh.c
Age
Commit message (
Expand
)
Author
2020-08-12
kernel: add a kernel_wait helper
Christoph Hellwig
2020-07-21
exec: Implement kernel_execve
Eric W. Biederman
2020-07-04
umh: Stop calling do_execve_file
Eric W. Biederman
2020-07-04
umh: Separate the user mode driver and the user mode helper support
Eric W. Biederman
2020-07-04
umh: Remove call_usermodehelper_setup_file.
Eric W. Biederman
2020-07-04
umh: Rename the user mode driver helpers for clarity
Eric W. Biederman
2020-07-04
umh: Move setting PF_UMH into umh_pipe_setup
Eric W. Biederman
2020-07-04
umh: Capture the pid in umh_pipe_setup
Eric W. Biederman
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-15
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-05-08
umh: fix memory leak on execve failure
Vincent Minet
2020-04-28
coredump: fix crash when umh is disabled
Luis Chamberlain
2020-04-27
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2019-05-21
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-01-11
umh: add exit routine for UMH process
Taehee Yoo
2018-10-22
umh: Add command line to user mode helpers
Olivier Brunel
2018-06-07
umh: fix race condition
Alexei Starovoitov
2018-05-23
umh: introduce fork_usermode_blob() helper
Alexei Starovoitov
2018-04-02
kernel: use kernel_wait4() instead of sys_wait4()
Dominik Brodowski
2017-11-17
kernel/umh.c: optimize 'proc_cap_handler()'
Christophe JAILLET
2017-09-08
kmod: split out umh code into its own file
Luis R. Rodriguez