summaryrefslogtreecommitdiff
path: root/kernel/kmod.c
AgeCommit message (Expand)Author
2017-09-08kmod: move #ifdef CONFIG_MODULES wrapper to MakefileLuis R. Rodriguez
2017-09-08kmod: split out umh code into its own fileLuis R. Rodriguez
2017-08-18kmod: fix wait on recursive loopLuis R. Rodriguez
2017-07-14kmod: throttle kmod thread limitLuis R. Rodriguez
2017-06-27kmod: reduce atomic operations on kmod_concurrent and simplifyLuis R. Rodriguez
2017-03-02sched/headers, vfs/execve: Prepare to move the do_execve*() prototypes from <...Ingo Molnar
2017-03-02sched/headers: Prepare for new header dependencies before moving code to <lin...Ingo Molnar
2017-01-19Introduce STATIC_USERMODEHELPER to mediate call_usermodehelper()Greg Kroah-Hartman
2017-01-19kmod: make usermodehelper path a const stringGreg Kroah-Hartman
2016-12-24Replace <asm/uaccess.h> with <linux/uaccess.h> globallyLinus Torvalds
2015-10-23kmod: don't run async usermode helper as a child of kworker threadOleg Nesterov
2015-09-10kmod: handle UMH_WAIT_PROC from system unbound workqueueFrederic Weisbecker
2015-09-10kmod: use system_unbound_wq instead of khelperFrederic Weisbecker
2015-09-10kmod: add up-to-date explanations on the purpose of each asynchronous levelsFrederic Weisbecker
2015-09-10kmod: remove unecessary explicit wide CPU affinity settingFrederic Weisbecker
2015-09-10kmod: bunch of internal functions renamesFrederic Weisbecker
2015-09-10kmod: correct documentation of return status of request_moduleNeilBrown
2014-12-10usermodehelper: kill the kmod_thread_locker logicOleg Nesterov
2014-12-10usermodehelper: don't use CLONE_VFORK for ____call_usermodehelper()Oleg Nesterov
2014-10-29kernel/kmod: fix use-after-free of the sub_info structureMartin Schwidefsky
2014-06-06signals: change wait_for_helper() to use kernel_sigaction()Oleg Nesterov
2014-04-18arch: Mass conversion of smp_mb__*()Peter Zijlstra
2014-02-05execve: use 'struct filename *' for executable name passingLinus Torvalds
2013-09-30kernel/kmod.c: check for NULL in call_usermodehelper_exec()Tetsuo Handa
2013-07-03usermodehelper: kill the sub_info->path[0] checkOleg Nesterov
2013-05-16usermodehelper: check subprocess_info->path != NULLOleg Nesterov
2013-04-30kmod: remove call_usermodehelper_fns()Lucas De Marchi
2013-04-30kmod: split call to call_usermodehelper_fns()Lucas De Marchi
2013-04-30usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_set...Lucas De Marchi
2013-01-23Merge branch 'master' into for-3.9-asyncTejun Heo
2013-01-22async, kmod: warn on synchronous request_module() from async workersTejun Heo
2012-12-19Bury the conditionals from kernel_thread/kernel_execve seriesAl Viro
2012-10-12infrastructure for saner ret_from_kernel_thread semanticsAl Viro
2012-10-11make sure that kernel_thread() callbacks call do_exit() themselvesAl Viro
2012-07-30kmod: avoid deadlock from recursive kmod callTetsuo Handa
2012-07-30kernel/kmod.c: document call_usermodehelper_fns() a bitAndrew Morton
2012-05-31kmod.c: fix kernel-doc warningRandy Dunlap
2012-05-31kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpersBoaz Harrosh
2012-05-31kmod: unexport call_usermodehelper_freeinfo()Boaz Harrosh
2012-03-28PM / Sleep: Mitigate race between the freezer and request_firmware()Rafael J. Wysocki
2012-03-28firmware_class: Do not warn that system is not ready from async loadsRafael J. Wysocki
2012-03-28firmware_class: Rework usermodehelper checkRafael J. Wysocki
2012-03-23kmod: make __request_module() killableOleg Nesterov
2012-03-23kmod: introduce call_modprobe() helperOleg Nesterov
2012-03-23usermodehelper: ____call_usermodehelper() doesn't need do_exit()Oleg Nesterov
2012-03-23usermodehelper: kill umh_wait, renumber UMH_* constantsOleg Nesterov
2012-03-23usermodehelper: implement UMH_KILLABLEOleg Nesterov
2012-03-23usermodehelper: introduce umh_complete(sub_info)Oleg Nesterov
2011-12-25Merge branch 'pm-sleep' into pm-for-linusRafael J. Wysocki
2011-12-09PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled()Srivatsa S. Bhat