コミット履歴

作者 SHA1 メッセージ 日付
  Linus Torvalds 7c0f6ba682 Replace <asm/uaccess.h> with <linux/uaccess.h> globally 8 年 前
  Oleg Nesterov 5211613978 kmod: don't run async usermode helper as a child of kworker thread 9 年 前
  Frederic Weisbecker bb304a5c6f kmod: handle UMH_WAIT_PROC from system unbound workqueue 10 年 前
  Frederic Weisbecker 90f023030e kmod: use system_unbound_wq instead of khelper 10 年 前
  Frederic Weisbecker b639e86bae kmod: add up-to-date explanations on the purpose of each asynchronous levels 10 年 前
  Frederic Weisbecker d097c0240a kmod: remove unecessary explicit wide CPU affinity setting 10 年 前
  Frederic Weisbecker b6b50a814d kmod: bunch of internal functions renames 10 年 前
  NeilBrown 60b61a6f42 kmod: correct documentation of return status of request_module 10 年 前
  Oleg Nesterov 7f6def9f9b usermodehelper: kill the kmod_thread_locker logic 10 年 前
  Oleg Nesterov 7117bc8888 usermodehelper: don't use CLONE_VFORK for ____call_usermodehelper() 10 年 前
  Martin Schwidefsky 0baf2a4dbf kernel/kmod: fix use-after-free of the sub_info structure 10 年 前
  Oleg Nesterov 76e0a6f40b signals: change wait_for_helper() to use kernel_sigaction() 11 年 前
  Peter Zijlstra 4e857c58ef arch: Mass conversion of smp_mb__*() 11 年 前
  Linus Torvalds c4ad8f98be execve: use 'struct filename *' for executable name passing 11 年 前
  Tetsuo Handa 4c1c7be95c kernel/kmod.c: check for NULL in call_usermodehelper_exec() 12 年 前
  Oleg Nesterov 7f57cfa4e2 usermodehelper: kill the sub_info->path[0] check 12 年 前
  Oleg Nesterov 264b83c07a usermodehelper: check subprocess_info->path != NULL 12 年 前
  Lucas De Marchi 66e5b7e194 kmod: remove call_usermodehelper_fns() 12 年 前
  Lucas De Marchi f634460c90 kmod: split call to call_usermodehelper_fns() 12 年 前
  Lucas De Marchi 938e4b22e2 usermodehelper: export call_usermodehelper_exec() and call_usermodehelper_setup() 12 年 前
  Tejun Heo c14afb82ff Merge branch 'master' into for-3.9-async 12 年 前
  Tejun Heo 0fdff3ec6d async, kmod: warn on synchronous request_module() from async workers 12 年 前
  Al Viro ae903caae2 Bury the conditionals from kernel_thread/kernel_execve series 12 年 前
  Al Viro a74fb73c12 infrastructure for saner ret_from_kernel_thread semantics 13 年 前
  Al Viro fb45550d76 make sure that kernel_thread() callbacks call do_exit() themselves 13 年 前
  Tetsuo Handa 0f20784d4b kmod: avoid deadlock from recursive kmod call 13 年 前
  Andrew Morton 79c743dd1e kernel/kmod.c: document call_usermodehelper_fns() a bit 13 年 前
  Randy Dunlap 9b3c98cd66 kmod.c: fix kernel-doc warning 13 年 前
  Boaz Harrosh 785042f2e2 kmod: move call_usermodehelper_fns() to .c file and unexport all it's helpers 13 年 前
  Boaz Harrosh ae3cef7300 kmod: unexport call_usermodehelper_freeinfo() 13 年 前