1. a69ae45 lib/kobject_uevent.c: remove redundant include by Rasmus Villemoes · 9 years ago
  2. 86d5613 kobject: Make support for uevent_helper optional. by Michael Marineau · 10 years ago
  3. bcccff9 kobject: don't block for each kobject_uevent by Vladimir Davydov · 10 years ago
  4. 82ef3d5 net: fix "queues" uevent between network namespaces by Weilong Chen · 10 years ago
  5. 9f00d97 netlink: hide struct module parameter in netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  6. 9785e10 netlink: kill netlink_set_nonroot by Pablo Neira Ayuso · 12 years ago
  7. a31f2d1 netlink: add netlink_kernel_cfg parameter to netlink_kernel_create by Pablo Neira Ayuso · 12 years ago
  8. 11bcb32 Merge tag 'module-for-3.4' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 12 years ago
  9. 7b60a18 uevent: send events in correct order according to seqnum (v3) by Andrew Vagin · 12 years ago
  10. 8bc3bcc lib: reduce the use of module.h wherever possible by Paul Gortmaker · 12 years ago
  11. 74099b1 driver-core: skip uevent generation when nobody is listening by Kay Sievers · 12 years ago
  12. ebf4127 kobj_uevent: Ignore if some listeners cannot handle message by Milan Broz · 13 years ago
  13. f6e6e77 kobject_uevent: fix typo in comments by Xiaotian Feng · 14 years ago
  14. 743db2d kobject: free memory if netlink_kernel_create() fails by Dan Carpenter · 14 years ago
  15. c842128 lib/kobject_uevent.c: fix CONIG_NET=n warning by Andrew Morton · 14 years ago
  16. 417daa1 hotplug: netns aware uevent_helper by Eric W. Biederman · 14 years ago
  17. 5f71a29 kobj: Send hotplug events in the proper namespace. by Eric W. Biederman · 14 years ago
  18. 07e9896 kobject: Send hotplug events in all network namespaces by Eric W. Biederman · 14 years ago
  19. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  20. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 14 years ago
  21. d094cbe driver core: allow non-root users to listen to uevents by Kay Sievers · 15 years ago
  22. 05f54c1 Revert "kobject: don't block for each kobject_uevent". by Hugh Dickins · 15 years ago
  23. 08abe18 Merge branch 'master' of /home/davem/src/GIT/linux-2.6/ by David S. Miller · 15 years ago
  24. f520360 kobject: don't block for each kobject_uevent by Arjan van de Ven · 15 years ago
  25. f67f129 Driver core: implement uevent suppress in kobject by Ming Lei · 15 years ago
  26. ff491a7 netlink: change return-value logic of netlink_broadcast() by Pablo Neira Ayuso · 15 years ago
  27. e0d7bf5 kobject: return the result of uevent sending by netlink by Ming Lei · 15 years ago
  28. c65b914 uevent: don't pass envp_ext[] as format string in kobject_uevent_env() by Tejun Heo · 15 years ago
  29. 5cd2b45 Use WARN() in lib/ by Arjan van de Ven · 16 years ago
  30. 0ad1d6f kobject: Transmit return value of call_usermodehelper() to caller by Wang Chen · 16 years ago
  31. 810304d lib: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  32. 3bb5da3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by David S. Miller · 16 years ago
  33. a4aa834 [NETNS]: Declare init_net even without CONFIG_NET defined. by Denis V. Lunev · 16 years ago
  34. a9edadb fix uevent action-string regression by Mark Lord · 16 years ago
  35. 2d38f9a [NETNS]: Do no include NET related headers if CONFIG_NET is not set. by Denis V. Lunev · 16 years ago
  36. e374a2b Kobject: fix coding style issues in kobject c files by Greg Kroah-Hartman · 16 years ago
  37. 0f4dafc Kobject: auto-cleanup on final unref by Kay Sievers · 16 years ago
  38. 9f66fa2 kobject: clean up debugging messages by Greg Kroah-Hartman · 16 years ago
  39. 3a4fa0a Fix misspellings of "system", "controller", "interrupt" and "necessary". by Robert P. J. Day · 17 years ago
  40. ccd490a Driver core: kerneldoc - kobject_uevent_env is not "usually KOBJ_MOVE" by Kay Sievers · 17 years ago
  41. 5c5daf6 Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUG by Kay Sievers · 17 years ago
  42. 6a8d8ab Driver core: add CONFIG_UEVENT_HELPER_PATH by Kay Sievers · 17 years ago
  43. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  44. b4b5102 [NET]: Support multiple network namespaces with netlink by Eric W. Biederman · 17 years ago
  45. cd030c4 kobject: fix link error when CONFIG_HOTPLUG is disabled by Cornelia Huck · 17 years ago
  46. 60a96a5 Driver core: accept all valid action-strings in uevent-trigger by Kay Sievers · 17 years ago
  47. 86313c4 usermodehelper: Tidy up waiting by Jeremy Fitzhardinge · 17 years ago
  48. 3106d46 the overdue removal of the mount/umount uevents by Adrian Bunk · 17 years ago
  49. 14193fb Kobject: kobject_uevent.c: Collapse unnecessary loop nesting (top_kobj) by John Anthony Kazos Jr · 17 years ago
  50. 8640624 driver core: fix namespace issue with devices assigned to classes by Kay Sievers · 17 years ago
  51. af65bdf [NETLINK]: Switch cb_lock spinlock to mutex and allow to override it by Patrick McHardy · 17 years ago
  52. 542cfce kobject: kobject_uevent() returns manageable value by Aneesh Kumar K.V · 17 years ago
  53. 8a82472 driver core: Introduce device_move(): move a device to a new parent. by Cornelia Huck · 17 years ago
  54. 5669021 PCI: docking station: remove dock uevents by Kristen Carlson Accardi · 18 years ago
  55. a6a888b KEVENT: add new uevent for dock by Kristen Accardi · 18 years ago
  56. 4d17ffd [PATCH] Kobject: fix build error by Kay Sievers · 18 years ago
  57. 5110730 [PATCH] kobject: fix build error if CONFIG_SYSFS=n by Jun'ichi Nomura · 18 years ago
  58. fa67576 Revert mount/umount uevent removal by Greg Kroah-Hartman · 18 years ago
  59. d87499e [PATCH] Fix uevent buffer overflow in input layer by Benjamin Herrenschmidt · 18 years ago
  60. f743ca5 [PATCH] kobject_uevent CONFIG_NET=n fix by akpm@osdl.org · 18 years ago
  61. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 18 years ago
  62. 5f123fb [PATCH] merge kobject_uevent and kobject_hotplug by Kay Sievers · 18 years ago
  63. 033b96f [PATCH] remove mount/umount uevents from superblock handling by Kay Sievers · 18 years ago
  64. 0296b22 [PATCH] remove CONFIG_KOBJECT_UEVENT option by Kay Sievers · 18 years ago
  65. 6fbfddc Merge ../bleed-2.6 by Greg KH · 19 years ago
  66. 4ed17dc [PATCH] kobject_uevent.c has a typo in a comment by Erik Hovland · 19 years ago
  67. fd4f2df [PATCH] gfp_t: lib/* by Al Viro · 19 years ago
  68. 0662860 [NETLINK]: Add "groups" argument to netlink_kernel_create by Patrick McHardy · 19 years ago
  69. ac6d439 [NETLINK]: Convert netlink users to use group numbers instead of bitmasks by Patrick McHardy · 19 years ago
  70. 43e943c [NETLINK]: Fix missing dst_groups initializations in netlink_broadcast users by Patrick McHardy · 19 years ago
  71. 4fdb3bb [NETLINK]: Add properly module refcounting for kernel netlink sockets. by Harald Welte · 19 years ago
  72. f3b4f3c [PATCH] Make kobject's name be const char * by Dmitry Torokhov · 19 years ago
  73. eb11d8f [PATCH] kobject_hotplug() should use kobject_name() by Dmitry Torokhov · 19 years ago
  74. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago