index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
kernel
/
umh.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
sysctl: fix unused proc_cap_handler() function warning
Arnd Bergmann
2023-06-29
1
-1
/
+1
*
sysctl: move umh sysctl registration to its own file
Luis Chamberlain
2023-06-08
1
-1
/
+10
*
umh: simplify the capability pointer logic
Linus Torvalds
2023-03-03
1
-13
/
+5
*
capability: just use a 'u64' instead of a 'u32[2]' array
Linus Torvalds
2023-03-01
1
-23
/
+18
*
freezer,umh: Fix call_usermode_helper_exec() vs SIGKILL
Peter Zijlstra
2023-02-13
1
-7
/
+13
*
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
2022-09-07
1
-11
/
+9
*
freezer,umh: Clean up freezer/initrd interaction
Peter Zijlstra
2022-09-07
1
-0
/
+8
*
kthread: Don't allocate kthread_struct for init and umh
Eric W. Biederman
2022-05-06
1
-3
/
+3
*
kernel/umh.c: fix some spelling mistakes
zhouchuangao
2021-05-07
1
-3
/
+3
*
init/initramfs.c: do unpacking asynchronously
Rasmus Villemoes
2021-05-07
1
-0
/
+2
*
usermodehelper: reset umask to default before executing user process
Linus Torvalds
2020-10-06
1
-0
/
+9
*
kernel: add a kernel_wait helper
Christoph Hellwig
2020-08-12
1
-25
/
+4
*
exec: Implement kernel_execve
Eric W. Biederman
2020-07-21
1
-3
/
+3
*
umh: Stop calling do_execve_file
Eric W. Biederman
2020-07-04
1
-7
/
+3
*
umh: Separate the user mode driver and the user mode helper support
Eric W. Biederman
2020-07-04
1
-139
/
+0
*
umh: Remove call_usermodehelper_setup_file.
Eric W. Biederman
2020-07-04
1
-31
/
+11
*
umh: Rename the user mode driver helpers for clarity
Eric W. Biederman
2020-07-04
1
-5
/
+5
*
umh: Move setting PF_UMH into umh_pipe_setup
Eric W. Biederman
2020-07-04
1
-4
/
+3
*
umh: Capture the pid in umh_pipe_setup
Eric W. Biederman
2020-07-04
1
-3
/
+2
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
David S. Miller
2020-05-15
1
-0
/
+11
|
\
|
*
Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/net
Linus Torvalds
2020-05-15
1
-0
/
+6
|
|
\
|
|
*
umh: fix memory leak on execve failure
Vincent Minet
2020-05-08
1
-0
/
+6
|
*
|
coredump: fix crash when umh is disabled
Luis Chamberlain
2020-04-28
1
-0
/
+5
|
|
/
*
/
sysctl: pass kernel pointers to ->proc_handler
Christoph Hellwig
2020-04-27
1
-1
/
+1
|
/
*
treewide: Add SPDX license identifier for missed files
Thomas Gleixner
2019-05-21
1
-0
/
+1
*
umh: add exit routine for UMH process
Taehee Yoo
2019-01-11
1
-2
/
+31
*
umh: Add command line to user mode helpers
Olivier Brunel
2018-10-22
1
-2
/
+14
*
umh: fix race condition
Alexei Starovoitov
2018-06-07
1
-2
/
+1
*
umh: introduce fork_usermode_blob() helper
Alexei Starovoitov
2018-05-23
1
-3
/
+122
*
kernel: use kernel_wait4() instead of sys_wait4()
Dominik Brodowski
2018-04-02
1
-2
/
+2
*
kernel/umh.c: optimize 'proc_cap_handler()'
Christophe JAILLET
2017-11-17
1
-2
/
+2
*
kmod: split out umh code into its own file
Luis R. Rodriguez
2017-09-08
1
-0
/
+568