summaryrefslogtreecommitdiffstats
path: root/kernel/kmod.c
Commit message (Expand)AuthorAgeFilesLines
* Make do_execve() take a const filename pointerDavid Howells2010-08-171-1/+3
* call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failureOleg Nesterov2010-05-271-2/+2
* call_usermodehelper: simplify/fix UMH_NO_WAIT caseOleg Nesterov2010-05-271-6/+4
* wait_for_helper: SIGCHLD from user-space can lead to use-after-freeOleg Nesterov2010-05-271-5/+5
* call_usermodehelper: no need to unblock signalsOleg Nesterov2010-05-271-3/+0
* umh: creds: kill subprocess_info->cred logicOleg Nesterov2010-05-271-19/+0
* umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init()Oleg Nesterov2010-05-271-18/+0
* exec: replace call_usermodehelper_pipe with use of umh init function and reso...Neil Horman2010-05-271-82/+0
* kmod: add init function to usermodehelperNeil Horman2010-05-271-22/+29
* kmod: fix resource leak in call_usermodehelper_pipe()Masami Hiramatsu2010-01-111-5/+7
* security: report the module name to security_module_requestEric Paris2009-11-101-4/+4
* Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds2009-09-111-0/+4
|\
| * tracing/events: Add module tracepointsLi Zefan2009-08-171-0/+4
* | CRED: Add some configurable debugging [try #6]David Howells2009-09-021-0/+1
* | security: introducing security_request_moduleEric Paris2009-08-141-0/+4
|/
* headers: mnt_namespace.h reduxAlexey Dobriyan2009-07-081-1/+0
* kmod: Release sub_info on cred allocation failure.Tetsuo Handa2009-05-261-1/+3
* module: create a request_module_nowait()Arjan van de Ven2009-03-311-4/+6
* cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALLRusty Russell2009-03-301-1/+1
* kmod: fix varargs kernel-docRandy Dunlap2009-01-061-2/+2
* CRED: Inaugurate COW credentialsDavid Howells2008-11-141-7/+23
* KEYS: Alter use of key instantiation link-to-keyring argumentDavid Howells2008-11-141-1/+1
* Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linusLinus Torvalds2008-10-161-1/+1
|\
| * module: remove CONFIG_KMOD in comment after #endifRusty Russell2008-10-171-1/+1
* | pm: rework disabling of user mode helpers during suspend/hibernationRafael J. Wysocki2008-10-161-37/+28
|/
* call_usermodehelper(): increase reliabilityKOSAKI Motohiro2008-07-251-4/+5
* flag parameters: NONBLOCK in pipeUlrich Drepper2008-07-241-2/+2
* remove CONFIG_KMOD from core kernel codeJohannes Berg2008-07-221-1/+1
* [PATCH] split linux/file.hAl Viro2008-05-011-0/+1
* generic: use new set_cpus_allowed_ptr functionMike Travis2008-04-191-1/+1
* Dont touch fs_struct in usermodehelperJan Blunck2008-02-141-4/+1
* Fix unbalanced helper_lock in kernel/kmod.cNigel Cunningham2008-01-171-7/+6
* Restore call_usermodehelper_pipe() behaviourMichael Ellerman2007-09-111-1/+1
* kernel-doc fix for kmod.cRandy Dunlap2007-07-261-4/+4
* PM: prevent frozen user mode helpers from failing the freezing of tasksRafael J. Wysocki2007-07-191-10/+68
* PM: disable usermode helper before hibernation and suspendRafael J. Wysocki2007-07-191-1/+30
* usermodehelper: Tidy up waitingJeremy Fitzhardinge2007-07-181-11/+16
* usermodehelper: split setup from executionJeremy Fitzhardinge2007-07-181-56/+135
* wait_for_helper: remove unneeded do_sigaction()Oleg Nesterov2007-05-091-5/+0
* ____call_usermodehelper: don't flush_signals()Oleg Nesterov2007-05-091-1/+0
* Fix kevent's childs priority greedinessJan Engelhardt2007-05-081-0/+6
* header cleaning: don't include smp_lock.h when not usedRandy Dunlap2007-05-081-1/+0
* Revert "Driver core: let request_module() send a /sys/modules/kmod/-uevent"Greg Kroah-Hartman2007-02-231-120/+0
* make kernel/kmod.c:kmod_mk staticAdrian Bunk2007-02-231-1/+1
* Driver core: let request_module() send a /sys/modules/kmod/-ueventKay Sievers2007-02-161-0/+120
* [PATCH] x86-64: Allow to run a program when a machine check event is detectedAndi Kleen2007-02-131-14/+30
* [PATCH] rename struct namespace to struct mnt_namespaceKirill Korotaev2006-12-081-1/+1
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval...David Howells2006-12-051-4/+4
|\
| * [PATCH] fix create_write_pipe() error checkAkinobu Mita2006-11-281-4/+4
* | WorkStruct: Pass the work_struct pointer instead of context dataDavid Howells2006-11-221-6/+10
|/
OpenPOWER on IntegriCloud