1. 17652f4 modules: add CONFIG_MODPROBE_PATH by Rasmus Villemoes · 3 years, 8 months ago
  2. 6f9e148 kmod: remove redundant "be an" in the comment by Tiezhu Yang · 4 years, 5 months ago
  3. d7d27cf kmod: make request_module() return an error when autoloading is disabled by Eric Biggers · 4 years, 9 months ago
  4. 06d4f81 kernel/kmod.c: fix a typo "assuems" -> "assumes" by Qiujun Huang · 4 years, 9 months ago
  5. 0ce2c20 kmod: move #ifdef CONFIG_MODULES wrapper to Makefile by Luis R. Rodriguez · 7 years ago
  6. 2355869 kmod: split out umh code into its own file by Luis R. Rodriguez · 7 years ago
  7. 2ba293c kmod: fix wait on recursive loop by Luis R. Rodriguez · 7 years ago
  8. 6d7964a kmod: throttle kmod thread limit by Luis R. Rodriguez · 7 years ago
  9. 165d1cc kmod: reduce atomic operations on kmod_concurrent and simplify by Luis R. Rodriguez · 8 years ago
  10. 5c2c5c5 sched/headers, vfs/execve: Prepare to move the do_execve*() prototypes from <linux/sched.h> to <linux/binfmts.h> by Ingo Molnar · 8 years ago
  11. 2993002 sched/headers: Prepare for new header dependencies before moving code to <linux/sched/task.h> by Ingo Molnar · 8 years ago
  12. 64e90a8a Introduce STATIC_USERMODEHELPER to mediate call_usermodehelper() by Greg Kroah-Hartman · 8 years ago
  13. 6d2c5d6 kmod: make usermodehelper path a const string by Greg Kroah-Hartman · 8 years ago
  14. 7c0f6ba Replace <asm/uaccess.h> with <linux/uaccess.h> globally by Linus Torvalds · 8 years ago
  15. 5211613 kmod: don't run async usermode helper as a child of kworker thread by Oleg Nesterov · 9 years ago
  16. bb304a5 kmod: handle UMH_WAIT_PROC from system unbound workqueue by Frederic Weisbecker · 9 years ago
  17. 90f0230 kmod: use system_unbound_wq instead of khelper by Frederic Weisbecker · 9 years ago
  18. b639e86 kmod: add up-to-date explanations on the purpose of each asynchronous levels by Frederic Weisbecker · 9 years ago
  19. d097c02 kmod: remove unecessary explicit wide CPU affinity setting by Frederic Weisbecker · 9 years ago
  20. b6b50a8 kmod: bunch of internal functions renames by Frederic Weisbecker · 9 years ago
  21. 60b61a6 kmod: correct documentation of return status of request_module by NeilBrown · 9 years ago
  22. 7f6def9 usermodehelper: kill the kmod_thread_locker logic by Oleg Nesterov · 10 years ago
  23. 7117bc8 usermodehelper: don't use CLONE_VFORK for ____call_usermodehelper() by Oleg Nesterov · 10 years ago
  24. 0baf2a4 kernel/kmod: fix use-after-free of the sub_info structure by Martin Schwidefsky · 10 years ago
  25. 76e0a6f signals: change wait_for_helper() to use kernel_sigaction() by Oleg Nesterov · 11 years ago
  26. 4e857c5 arch: Mass conversion of smp_mb__*() by Peter Zijlstra · 11 years ago
  27. c4ad8f9 execve: use 'struct filename *' for executable name passing by Linus Torvalds · 11 years ago
  28. 4c1c7be kernel/kmod.c: check for NULL in call_usermodehelper_exec() by Tetsuo Handa · 11 years ago
  29. 7f57cfa usermodehelper: kill the sub_info->path[0] check by Oleg Nesterov · 11 years ago
  30. 264b83c usermodehelper: check subprocess_info->path != NULL by Oleg Nesterov · 12 years ago
  31. 66e5b7e kmod: remove call_usermodehelper_fns() by Lucas De Marchi · 12 years ago
  32. f634460 kmod: split call to call_usermodehelper_fns() by Lucas De Marchi · 12 years ago
  33. 938e4b2 usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_setup() by Lucas De Marchi · 12 years ago
  34. c14afb8 Merge branch 'master' into for-3.9-async by Tejun Heo · 12 years ago
  35. 0fdff3e async, kmod: warn on synchronous request_module() from async workers by Tejun Heo · 12 years ago
  36. ae903ca Bury the conditionals from kernel_thread/kernel_execve series by Al Viro · 12 years ago
  37. a74fb73 infrastructure for saner ret_from_kernel_thread semantics by Al Viro · 12 years ago
  38. fb45550 make sure that kernel_thread() callbacks call do_exit() themselves by Al Viro · 12 years ago
  39. 0f20784 kmod: avoid deadlock from recursive kmod call by Tetsuo Handa · 12 years ago
  40. 79c743d kernel/kmod.c: document call_usermodehelper_fns() a bit by Andrew Morton · 12 years ago
  41. 9b3c98c kmod.c: fix kernel-doc warning by Randy Dunlap · 13 years ago
  42. 785042f kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpers by Boaz Harrosh · 13 years ago
  43. ae3cef7 kmod: unexport call_usermodehelper_freeinfo() by Boaz Harrosh · 13 years ago
  44. 247bc03 PM / Sleep: Mitigate race between the freezer and request_firmware() by Rafael J. Wysocki · 13 years ago
  45. 9b78c1d firmware_class: Do not warn that system is not ready from async loads by Rafael J. Wysocki · 13 years ago
  46. fe2e39d8 firmware_class: Rework usermodehelper check by Rafael J. Wysocki · 13 years ago
  47. 1cc684a kmod: make __request_module() killable by Oleg Nesterov · 13 years ago
  48. 3e63a93 kmod: introduce call_modprobe() helper by Oleg Nesterov · 13 years ago
  49. 5b9bd47 usermodehelper: ____call_usermodehelper() doesn't need do_exit() by Oleg Nesterov · 13 years ago
  50. 9d944ef usermodehelper: kill umh_wait, renumber UMH_* constants by Oleg Nesterov · 13 years ago
  51. d0bd587 usermodehelper: implement UMH_KILLABLE by Oleg Nesterov · 13 years ago
  52. b344992 usermodehelper: introduce umh_complete(sub_info) by Oleg Nesterov · 13 years ago
  53. b7ba68c Merge branch 'pm-sleep' into pm-for-linus by Rafael J. Wysocki · 13 years ago
  54. b298d28 PM / Sleep: Fix freezer failures due to racy usermodehelper_is_disabled() by Srivatsa S. Bhat · 13 years ago
  55. 5307427 PM / Usermodehelper: Cleanup remnants of usermodehelper_pm_callback() by Srivatsa S. Bhat · 13 years ago
  56. 37252db kmod: prevent kmod_loop_msg overflow in __request_module() by Jiri Kosina · 13 years ago
  57. 288d5ab Boot up with usermodehelper disabled by Linus Torvalds · 13 years ago
  58. 8796699 KEYS/DNS: Fix ____call_usermodehelper() to not lose the session keyring by David Howells · 14 years ago
  59. 434d42c Merge branch 'next' into for-linus by James Morris · 14 years ago
  60. 13d53f8 kmod: always provide usermodehelper_disable() by Kay Sievers · 14 years ago
  61. a144c6a PM: Print a warning if firmware is requested when tasks are frozen by Rafael J. Wysocki · 14 years ago
  62. 17f60a7 capabilites: allow the application of capability limits to usermode helpers by Eric Paris · 14 years ago
  63. d762746 Make do_execve() take a const filename pointer by David Howells · 14 years ago
  64. 04b1c38 call_usermodehelper: UMH_WAIT_EXEC ignores kernel_thread() failure by Oleg Nesterov · 15 years ago
  65. d47419c call_usermodehelper: simplify/fix UMH_NO_WAIT case by Oleg Nesterov · 15 years ago
  66. 7d64224 wait_for_helper: SIGCHLD from user-space can lead to use-after-free by Oleg Nesterov · 15 years ago
  67. 363da40 call_usermodehelper: no need to unblock signals by Oleg Nesterov · 15 years ago
  68. c70a626 umh: creds: kill subprocess_info->cred logic by Oleg Nesterov · 15 years ago
  69. 685bfd2 umh: creds: convert call_usermodehelper_keys() to use subprocess_info->init() by Oleg Nesterov · 15 years ago
  70. 898b374 exec: replace call_usermodehelper_pipe with use of umh init function and resolve limit by Neil Horman · 15 years ago
  71. a06a4dc kmod: add init function to usermodehelper by Neil Horman · 15 years ago
  72. 8767ba2 kmod: fix resource leak in call_usermodehelper_pipe() by Masami Hiramatsu · 15 years ago
  73. dd8dbf2 security: report the module name to security_module_request by Eric Paris · 15 years ago
  74. 483e3cd Merge branch 'tracing-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip by Linus Torvalds · 15 years ago
  75. e0e8173 CRED: Add some configurable debugging [try #6] by David Howells · 15 years ago
  76. 7ead8b8 tracing/events: Add module tracepoints by Li Zefan · 15 years ago
  77. 9188499 security: introducing security_request_module by Eric Paris · 15 years ago
  78. b43f3cb headers: mnt_namespace.h redux by Alexey Dobriyan · 15 years ago
  79. ab2b7eb kmod: Release sub_info on cred allocation failure. by Tetsuo Handa · 16 years ago
  80. acae051 module: create a request_module_nowait() by Arjan van de Ven · 16 years ago
  81. 1a2142a cpumask: remove dangerous CPU_MASK_ALL_PTR, &CPU_MASK_ALL by Rusty Russell · 16 years ago
  82. bd4207c kmod: fix varargs kernel-doc by Randy Dunlap · 16 years ago
  83. d84f4f9 CRED: Inaugurate COW credentials by David Howells · 16 years ago
  84. 8bbf4976 KEYS: Alter use of key instantiation link-to-keyring argument by David Howells · 16 years ago
  85. c8d8a23 Merge git://git.kernel.org/pub/scm/linux/kernel/git/rusty/linux-2.6-for-linus by Linus Torvalds · 16 years ago
  86. 1bfcf13 pm: rework disabling of user mode helpers during suspend/hibernation by Rafael J. Wysocki · 16 years ago
  87. 118a906 module: remove CONFIG_KMOD in comment after #endif by Rusty Russell · 16 years ago
  88. ac331d1 call_usermodehelper(): increase reliability by KOSAKI Motohiro · 16 years ago
  89. be61a86 flag parameters: NONBLOCK in pipe by Ulrich Drepper · 16 years ago
  90. a1ef5ad remove CONFIG_KMOD from core kernel code by Johannes Berg · 16 years ago
  91. 9f3acc3 [PATCH] split linux/file.h by Al Viro · 17 years ago
  92. f70316d generic: use new set_cpus_allowed_ptr function by Mike Travis · 17 years ago
  93. db74ece Dont touch fs_struct in usermodehelper by Jan Blunck · 17 years ago
  94. 7846803 Fix unbalanced helper_lock in kernel/kmod.c by Nigel Cunningham · 17 years ago
  95. 3210f0e Restore call_usermodehelper_pipe() behaviour by Michael Ellerman · 17 years ago
  96. 61df47c kernel-doc fix for kmod.c by Randy Dunlap · 17 years ago
  97. ccd4b65 PM: prevent frozen user mode helpers from failing the freezing of tasks by Rafael J. Wysocki · 17 years ago
  98. 8cdd493 PM: disable usermode helper before hibernation and suspend by Rafael J. Wysocki · 17 years ago
  99. 86313c4 usermodehelper: Tidy up waiting by Jeremy Fitzhardinge · 17 years ago
  100. 0ab4dc9 usermodehelper: split setup from execution by Jeremy Fitzhardinge · 17 years ago