aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kmod.c
Commit message (Expand)AuthorAge
* Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki2011-12-25
|\
| * PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()Srivatsa S. Bhat2011-12-09
* | PM / Usermodehelper: Cleanup remnants of usermodehelper_pm_callback()Srivatsa S. Bhat2011-11-23
|/
* kmod: prevent kmod_loop_msg overflow in __request_module()Jiri Kosina2011-10-25
* Boot up with usermodehelper disabledLinus Torvalds2011-08-04
* KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells2011-06-17
* Merge branch 'next' into for-linusJames Morris2011-05-24
|\
| * capabilites: allow the application of capability limits to usermode helpersEric Paris2011-04-03
* | kmod: always provide usermodehelper_disable()Kay Sievers2011-05-17
* | PM: Print a warning if firmware is requested when tasks are frozenRafael J. Wysocki2011-05-17
|/
* Make do_execve() take a const filename pointerDavid Howells2010-08-17
* call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failureOleg Nesterov2010-05-27
* call_usermodehelper: simplify/fix UMH_NO_WAIT caseOleg Nesterov2010-05-27
* wait_for_helper: SIGCHLD from user-space can lead to use-after-freeOleg Nesterov2010-05-27
* call_usermodehelper: no need to unblock signalsOleg Nesterov2010-05-27
* umh: creds: kill subprocess_info->cred logicOleg Nesterov2010-05-27
* umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov2010-05-27
* exec: replace call_usermodehelper_pipe with use of umh init function and reso...Neil Horman2010-05-27
* kmod: add init function to usermodehelperNeil Horman2010-05-27
* kmod: fix resource leak in call_usermodehelper_pipe()Masami Hiramatsu2010-01-11
* security: report the module name to security_module_requestEric Paris2009-11-09
* Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-11
|\
| * tracing/events: Add module tracepointsLi Zefan2009-08-17
* | CRED: Add some configurable debugging [try #6]David Howells2009-09-02
* | security: introducing security_request_moduleEric Paris2009-08-13
|/
* headers: mnt_namespace.h reduxAlexey Dobriyan2009-07-08
* kmod: Release sub_info on cred allocation failure.Tetsuo Handa2009-05-26
* module: create a request_module_nowait()Arjan van de Ven2009-03-30
* cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALLRusty Russell2009-03-30
* kmod: fix varargs kernel-docRandy Dunlap2009-01-06
* CRED: Inaugurate COW credentialsDavid Howells2008-11-13
* KEYS: Alter use of key instantiation link-to-keyring argumentDavid Howells2008-11-13
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-10-16
|\
| * module: remove CONFIG_KMOD in comment after #endifRusty Russell2008-10-16
* | pm: rework disabling of user mode helpers during suspend/hibernationRafael J. Wysocki2008-10-16
|/
* call_usermodehelper(): increase reliabilityKOSAKI Motohiro2008-07-25
* flag parameters: NONBLOCK in pipeUlrich Drepper2008-07-24
* remove CONFIG_KMOD from core kernel codeJohannes Berg2008-07-22
* [PATCH] split linux/file.hAl Viro2008-05-01
* generic: use new set_cpus_allowed_ptr functionMike Travis2008-04-19
* Dont touch fs_struct in usermodehelperJan Blunck2008-02-15
* Fix unbalanced helper_lock in kernel/kmod.cNigel Cunningham2008-01-17
* Restore call_usermodehelper_pipe() behaviourMichael Ellerman2007-09-11
* kernel-doc fix for kmod.cRandy Dunlap2007-07-26
* PM: prevent frozen user mode helpers from failing the freezing of tasksRafael J. Wysocki2007-07-19
* PM: disable usermode helper before hibernation and suspendRafael J. Wysocki2007-07-19
* usermodehelper: Tidy up waitingJeremy Fitzhardinge2007-07-18
* usermodehelper: split setup from executionJeremy Fitzhardinge2007-07-18
* wait_for_helper: remove unneeded do_sigaction()Oleg Nesterov2007-05-09
* ____call_usermodehelper: don't flush_signals()Oleg Nesterov2007-05-09