index
:
linux-arm.git
aarch64/hotplug-vcpu/head
aarch64/hotplug-vcpu/v6.5
aarch64/hotplug-vcpu/v6.6
aarch64/hotplug-vcpu/v6.6-rc1
aarch64/hotplug-vcpu/v6.6-rc5
aarch64/hotplug-vcpu/v6.6-rc6
aarch64/hotplug-vcpu/v6.6-rc7
aarch64/hotplug-vcpu/v6.7
aarch64/hotplug-vcpu/v6.7-rc1
aarch64/hotplug-vcpu/v6.7-rc2
aarch64/hotplug-vcpu/v6.7-rc3
aarch64/hotplug-vcpu/v6.7-rc4
aarch64/hotplug-vcpu/v6.7-rc5
aarch64/hotplug-vcpu/v6.8-rc2
aarch64/ktext/head
aarch64/ktext/v6.5
aarch64/ktext/v6.6-rc5
aarch64/ktext/v6.7
adfs
cex7
clearfog
clearfog-4.10
clearfog-4.11
clearfog-4.12
clearfog-4.13
clearfog-4.9
clkdev
csi-v6
devel-stable
drm-armada-devel
drm-armada-devel-4.15
drm-armada-fixes
drm-armada-fixes-4.15
drm-dwhdmi-devel
drm-etnaviv-devel
drm-tda9950-fixes
drm-tda998x-devel
drm-tda998x-fixes
fec-testing
fiq
fixes
fixes-sa1111
for-arm-soc
for-next
hb2
ktext
ktext-current
master
mcbin
mvneta
mvpp2
net-merged
net-next
net-queue
nmi
phy
rtc
sa1100
spectre
to-build
uaccess
vcpu-rmk
wl18xx
zii
Russell King's ARM Linux kernel tree
Russell King
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
kernel
/
umh.c
Age
Commit message (
Expand
)
Author
2023-06-29
sysctl: fix unused proc_cap_handler() function warning
Arnd Bergmann
2023-06-08
sysctl: move umh sysctl registration to its own file
Luis Chamberlain
2023-03-03
umh: simplify the capability pointer logic
Linus Torvalds
2023-03-01
capability: just use a 'u64' instead of a 'u32[2]' array
Linus Torvalds
2023-02-13
freezer,umh: Fix call_usermode_helper_exec() vs SIGKILL
Peter Zijlstra
2022-09-07
freezer,sched: Rewrite core freezer logic
Peter Zijlstra
2022-09-07
freezer,umh: Clean up freezer/initrd interaction
Peter Zijlstra
2022-05-06
kthread: Don't allocate kthread_struct for init and umh
Eric W. Biederman
2021-05-07
kernel/umh.c: fix some spelling mistakes
zhouchuangao
2021-05-07
init/initramfs.c: do unpacking asynchronously
Rasmus Villemoes
2020-10-06
usermodehelper: reset umask to default before executing user process
Linus Torvalds
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