summaryrefslogtreecommitdiff
AgeCommit messageAuthorFilesLines
2015-10-23kmod: don't run async usermode helper as a child of kworker threadOleg Nesterov1-2/+6
2015-09-10kmod: handle UMH_WAIT_PROC from system unbound workqueueFrederic Weisbecker1-24/+20
2015-09-10kmod: use system_unbound_wq instead of khelperFrederic Weisbecker3-26/+17
2015-09-10kmod: add up-to-date explanations on the purpose of each asynchronous levelsFrederic Weisbecker1-8/+24
2015-09-10kmod: remove unecessary explicit wide CPU affinity settingFrederic Weisbecker1-3/+0
2015-09-10kmod: bunch of internal functions renamesFrederic Weisbecker1-13/+17
2015-09-10kmod: correct documentation of return status of request_moduleNeilBrown1-4/+5
2014-12-11usermodehelper: kill the kmod_thread_locker logicOleg Nesterov1-30/+3
2014-12-11usermodehelper: don't use CLONE_VFORK for ____call_usermodehelper()Oleg Nesterov1-9/+3
2014-10-29kernel/kmod: fix use-after-free of the sub_info structureMartin Schwidefsky1-39/+37
2014-06-06signals: change wait_for_helper() to use kernel_sigaction()Oleg Nesterov1-4/+1
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra106-288/+284
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds9-43/+58
2013-09-30kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa1-0/+4
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-05-01kmod: remove call_usermodehelper_fns()Lucas De Marchi2-24/+18
2013-05-01kmod: split call to call_usermodehelper_fns()Lucas De Marchi1-2/+10
2013-05-01usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_set...Lucas De Marchi2-33/+32
2013-01-23Merge branch 'master' into for-3.9-asyncTejun Heo3468-31304/+74116
2013-01-23async, kmod: warn on synchronous request_module() from async workersTejun Heo1-0/+9
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro63-131/+6
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro5-8/+27
2012-10-12make sure that kernel_thread() callbacks call do_exit() themselvesAl Viro1-2/+2
2012-07-31kmod: avoid deadlock from recursive kmod callTetsuo Handa1-2/+29
2012-07-31kernel/kmod.c: document call_usermodehelper_fns() a bitAndrew Morton1-0/+6
2012-06-01kmod.c: fix kernel-doc warningRandy Dunlap1-1/+1
2012-06-01kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpersBoaz Harrosh2-31/+24
2012-06-01kmod: unexport call_usermodehelper_freeinfo()Boaz Harrosh2-6/+1
2012-03-28PM / Sleep: Mitigate race between the freezer and request_firmware()Rafael J. Wysocki3-13/+58
2012-03-28firmware_class: Do not warn that system is not ready from async loadsRafael J. Wysocki3-34/+76
2012-03-28firmware_class: Rework usermodehelper checkRafael J. Wysocki3-22/+18
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 Nesterov3-18/+10
2012-03-23usermodehelper: implement UMH_KILLABLEOleg Nesterov2-2/+27
2012-03-23usermodehelper: introduce umh_complete(sub_info)Oleg Nesterov1-2/+7
2011-12-25Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki81-1268/+770
2011-12-09PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()Srivatsa S. Bhat3-1/+28
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-04Boot up with usermodehelper disabledLinus Torvalds2-2/+5
2011-06-17KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyringDavid Howells4-14/+15
2011-05-24Merge branch 'next' into for-linusJames Morris25-64/+205
2011-05-17kmod: always provide usermodehelper_disable()Kay Sievers2-11/+0
2011-05-17PM: Print a warning if firmware is requested when tasks are frozenRafael J. Wysocki3-0/+19
2011-04-04capabilites: allow the application of capability limits to usermode helpersEric Paris3-0/+109
2010-08-18Make do_execve() take a const filename pointerDavid Howells50-98/+179
2010-05-27call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failureOleg Nesterov1-2/+2
[next]