Sign in
android-kvm
/
linux
/
6a918bade9dab40aaef80559bd1169c69e8d69cb
/
kernel
/
kmod.c
b7ba68c
Merge branch 'pm-sleep' into pm-for-linus
by Rafael J. Wysocki
· 13 years ago
b298d28
PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()
by Srivatsa S. Bhat
· 13 years ago
5307427
PM / Usermodehelper: Cleanup remnants of usermodehelper_pm_callback()
by Srivatsa S. Bhat
· 13 years ago
37252db
kmod: prevent kmod_loop_msg overflow in __request_module()
by Jiri Kosina
· 13 years ago
288d5ab
Boot up with usermodehelper disabled
by Linus Torvalds
· 13 years ago
8796699
KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring
by David Howells
· 14 years ago
434d42c
Merge branch 'next' into for-linus
by James Morris
· 14 years ago
13d53f8
kmod: always provide usermodehelper_disable()
by Kay Sievers
· 14 years ago
a144c6a
PM: Print a warning if firmware is requested when tasks are frozen
by Rafael J. Wysocki
· 14 years ago
17f60a7
capabilites: allow the application of capability limits to usermode helpers
by Eric Paris
· 14 years ago
d762746
Make do_execve() take a const filename pointer
by David Howells
· 14 years ago
04b1c38
call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failure
by Oleg Nesterov
· 15 years ago
d47419c
call_usermodehelper: simplify/fix UMH_NO_WAIT case
by Oleg Nesterov
· 15 years ago
7d64224
wait_for_helper: SIGCHLD from user-space can lead to use-after-free
by Oleg Nesterov
· 15 years ago
363da40
call_usermodehelper: no need to unblock signals
by Oleg Nesterov
· 15 years ago
c70a626
umh: creds: kill subprocess_info->cred logic
by Oleg Nesterov
· 15 years ago
685bfd2
umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()
by Oleg Nesterov
· 15 years ago
898b374
exec: replace call_usermodehelper_pipe with use of umh init function and resolve limit
by Neil Horman
· 15 years ago
a06a4dc
kmod: add init function to usermodehelper
by Neil Horman
· 15 years ago
8767ba2
kmod: fix resource leak in call_usermodehelper_pipe()
by Masami Hiramatsu
· 15 years ago
dd8dbf2
security: report the module name to security_module_request
by Eric Paris
· 15 years ago
483e3cd
Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip
by Linus Torvalds
· 15 years ago
e0e8173
CRED: Add some configurable debugging [try #6]
by David Howells
· 15 years ago
7ead8b8
tracing/events: Add module tracepoints
by Li Zefan
· 15 years ago
9188499
security: introducing security_request_module
by Eric Paris
· 15 years ago
b43f3cb
headers: mnt_namespace.h redux
by Alexey Dobriyan
· 15 years ago
ab2b7eb
kmod: Release sub_info on cred allocation failure.
by Tetsuo Handa
· 16 years ago
acae051
module: create a request_module_nowait()
by Arjan van de Ven
· 16 years ago
1a2142a
cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL
by Rusty Russell
· 16 years ago
bd4207c
kmod: fix varargs kernel-doc
by Randy Dunlap
· 16 years ago
d84f4f9
CRED: Inaugurate COW credentials
by David Howells
· 16 years ago
8bbf4976
KEYS: Alter use of key instantiation link-to-keyring argument
by David Howells
· 16 years ago
c8d8a23
Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus
by Linus Torvalds
· 16 years ago
1bfcf13
pm: rework disabling of user mode helpers during suspend/hibernation
by Rafael J. Wysocki
· 16 years ago
118a906
module: remove CONFIG_KMOD in comment after #endif
by Rusty Russell
· 16 years ago
ac331d1
call_usermodehelper(): increase reliability
by KOSAKI Motohiro
· 16 years ago
be61a86
flag parameters: NONBLOCK in pipe
by Ulrich Drepper
· 16 years ago
a1ef5ad
remove CONFIG_KMOD from core kernel code
by Johannes Berg
· 16 years ago
9f3acc3
[PATCH] split linux/file.h
by Al Viro
· 17 years ago
f70316d
generic: use new set_cpus_allowed_ptr function
by Mike Travis
· 17 years ago
db74ece
Dont touch fs_struct in usermodehelper
by Jan Blunck
· 17 years ago
7846803
Fix unbalanced helper_lock in kernel/kmod.c
by Nigel Cunningham
· 17 years ago
3210f0e
Restore call_usermodehelper_pipe() behaviour
by Michael Ellerman
· 17 years ago
61df47c
kernel-doc fix for kmod.c
by Randy Dunlap
· 17 years ago
ccd4b65
PM: prevent frozen user mode helpers from failing the freezing of tasks
by Rafael J. Wysocki
· 17 years ago
8cdd493
PM: disable usermode helper before hibernation and suspend
by Rafael J. Wysocki
· 17 years ago
86313c4
usermodehelper: Tidy up waiting
by Jeremy Fitzhardinge
· 17 years ago
0ab4dc9
usermodehelper: split setup from execution
by Jeremy Fitzhardinge
· 17 years ago
90cce03
wait_for_helper: remove unneeded do_sigaction()
by Oleg Nesterov
· 18 years ago
c9346518
____call_usermodehelper: don't flush_signals()
by Oleg Nesterov
· 18 years ago
b73a7e7
Fix kevent's childs priority greediness
by Jan Engelhardt
· 18 years ago
e63340a
header cleaning: don't include smp_lock.h when not used
by Randy Dunlap
· 18 years ago
dfff0a0
Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent"
by Greg Kroah-Hartman
· 18 years ago
4541ac9
make kernel/kmod.c:kmod_mk static
by Adrian Bunk
· 18 years ago
c353c3f
Driver core: let request_module() send a /sys/modules/kmod/-uevent
by Kay Sievers
· 18 years ago
a98f0dd
[PATCH] x86-64: Allow to run a program when a machine check event is detected
by Andi Kleen
· 18 years ago
6b3286e
[PATCH] rename struct namespace to struct mnt_namespace
by Kirill Korotaev
· 18 years ago
4c1ac1b
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6
by David Howells
· 18 years ago
3cce485
[PATCH] fix create_write_pipe() error check
by Akinobu Mita
· 18 years ago
65f27f3
WorkStruct: Pass the work_struct pointer instead of context data
by David Howells
· 18 years ago
6760856
[PATCH] introduce kernel_execve
by Arnd Bergmann
· 18 years ago
d025c9d
[PATCH] Support piping into commands in /proc/sys/kernel/core_pattern
by Andi Kleen
· 18 years ago
e239ca5
[PATCH] Create call_usermodehelper_pipe()
by Andi Kleen
· 18 years ago
111dbe0
[PATCH] Fix ____call_usermodehelper errors being silently ignored
by Björn Steinbrink
· 18 years ago
e4b69aa
[PATCH] bug fix in kernel/kmod.c
by Kenneth Lee
· 18 years ago
60be6b9
[PATCH] lockdep: annotate on-stack completions
by Ingo Molnar
· 19 years ago
6ab3d56
Remove obsolete #include <linux/config.h>
by Jörn Engel
· 19 years ago
8292d63
[PATCH] wait_for_helper: trivial style cleanup
by Oleg Nesterov
· 19 years ago
20e1129
[PATCH] Keys: Get rid of warning in kmod.c if keys disabled
by David Howells
· 19 years ago
7888e7f
[PATCH] Keys: Pass session keyring to call_usermodehelper()
by David Howells
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago
v2.6.12-rc2