aboutsummaryrefslogtreecommitdiffstats
path: root/kernel/kmod.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-07-03usermodehelper: kill the sub_info->path[0] checkOleg Nesterov1-8/+3
2013-05-16usermodehelper: check subprocess_info->path != NULLOleg Nesterov1-0/+5
2013-04-30kmod: remove call_usermodehelper_fns()Lucas De Marchi1-14/+17
2013-04-30kmod: split call to call_usermodehelper_fns()Lucas De Marchi1-2/+10
2013-04-30usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_setup()Lucas De Marchi1-33/+24
2013-01-23Merge branch 'master' into for-3.9-asyncTejun Heo1-3/+3
2013-01-22async, kmod: warn on synchronous request_module() from async workersTejun Heo1-0/+9
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro1-3/+3
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro1-0/+3
2012-10-11make sure that kernel_thread() callbacks call do_exit() themselvesAl Viro1-2/+2
2012-07-30kmod: avoid deadlock from recursive kmod callTetsuo Handa1-2/+29
2012-07-30kernel/kmod.c: document call_usermodehelper_fns() a bitAndrew Morton1-0/+6
2012-05-31kmod.c: fix kernel-doc warningRandy Dunlap1-1/+1
2012-05-31kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpersBoaz Harrosh1-3/+22
2012-05-31kmod: unexport call_usermodehelper_freeinfo()Boaz Harrosh1-2/+1
2012-03-28PM / Sleep: Mitigate race between the freezer and request_firmware()Rafael J. Wysocki1-10/+37
2012-03-28firmware_class: Do not warn that system is not ready from async loadsRafael J. Wysocki1-13/+45
2012-03-28firmware_class: Rework usermodehelper checkRafael J. Wysocki1-13/+11
2012-03-23kmod: make __request_module() killableOleg Nesterov1-2/+24
2012-03-23kmod: introduce call_modprobe() helperOleg Nesterov1-8/+16
2012-03-23usermodehelper: ____call_usermodehelper() doesn't need do_exit()Oleg Nesterov1-1/+1
2012-03-23usermodehelper: kill umh_wait, renumber UMH_* constantsOleg Nesterov1-6/+2
2012-03-23usermodehelper: implement UMH_KILLABLEOleg Nesterov1-2/+25
2012-03-23usermodehelper: introduce umh_complete(sub_info)Oleg Nesterov1-2/+7
2011-12-25Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki1-1/+24
2011-12-09PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()Srivatsa S. Bhat1-1/+22
2011-11-23PM / Usermodehelper: Cleanup remnants of usermodehelper_pm_callback()Srivatsa S. Bhat1-4/+2
2011-10-26kmod: prevent kmod_loop_msg overflow in __request_module()Jiri Kosina1-1/+3
2011-08-03Boot up with usermodehelper disabledLinus Torvalds1-1/+1
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells1-7/+9
2011-05-24Merge branch 'next' into for-linusJames Morris1-0/+100
2011-05-17kmod: always provide usermodehelper_disable()Kay Sievers1-7/+0
2011-05-17PM: Print a warning if firmware is requested when tasks are frozenRafael J. Wysocki1-0/+9
2011-04-04capabilites: allow the application of capability limits to usermode helpersEric Paris1-0/+100
2010-08-17Make do_execve() take a const filename pointerDavid Howells1-1/+3
2010-05-27call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failureOleg Nesterov1-2/+2
2010-05-27call_usermodehelper: simplify/fix UMH_NO_WAIT caseOleg Nesterov1-6/+4
2010-05-27wait_for_helper: SIGCHLD from user-space can lead to use-after-freeOleg Nesterov1-5/+5
2010-05-27call_usermodehelper: no need to unblock signalsOleg Nesterov1-3/+0
2010-05-27umh: creds: kill subprocess_info->cred logicOleg Nesterov1-19/+0
2010-05-27umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov1-18/+0
2010-05-27exec: replace call_usermodehelper_pipe with use of umh init function and resolve limitNeil Horman1-82/+0
2010-05-27kmod: add init function to usermodehelperNeil Horman1-22/+29
2010-01-11kmod: fix resource leak in call_usermodehelper_pipe()Masami Hiramatsu1-5/+7
2009-11-10security: report the module name to security_module_requestEric Paris1-4/+4
2009-09-11Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tipLinus Torvalds1-0/+4
2009-09-02CRED: Add some configurable debugging [try #6]David Howells1-0/+1
2009-08-17tracing/events: Add module tracepointsLi Zefan1-0/+4
2009-08-14security: introducing security_request_moduleEric Paris1-0/+4
2009-07-08headers: mnt_namespace.h reduxAlexey Dobriyan1-1/+0