aboutsummaryrefslogtreecommitdiffstats
path: root/lib/kobject_uevent.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2008-01-24Kobject: auto-cleanup on final unrefKay Sievers1-0/+11
2008-01-24kobject: clean up debugging messagesGreg Kroah-Hartman1-6/+14
2007-10-19Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day1-1/+1
2007-10-12Driver core: kerneldoc - kobject_uevent_env is not "usually KOBJ_MOVE"Kay Sievers1-4/+4
2007-10-12Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUGKay Sievers1-13/+44
2007-10-12Driver core: add CONFIG_UEVENT_HELPER_PATHKay Sievers1-1/+1
2007-10-12Driver core: change add_uevent_var to use a structKay Sievers1-86/+63
2007-10-10[NET]: Support multiple network namespaces with netlinkEric W. Biederman1-3/+2
2007-07-30kobject: fix link error when CONFIG_HOTPLUG is disabledCornelia Huck1-8/+8
2007-07-18Driver core: accept all valid action-strings in uevent-triggerKay Sievers1-20/+10
2007-07-18usermodehelper: Tidy up waitingJeremy Fitzhardinge1-1/+1
2007-04-27the overdue removal of the mount/umount ueventsAdrian Bunk1-4/+0
2007-04-27Kobject: kobject_uevent.c: Collapse unnecessary loop nesting (top_kobj)John Anthony Kazos Jr1-4/+2
2007-04-27driver core: fix namespace issue with devices assigned to classesKay Sievers1-6/+10
2007-04-25[NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy1-1/+1
2006-12-20kobject: kobject_uevent() returns manageable valueAneesh Kumar K.V1-14/+30
2006-12-01driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck1-4/+24
2006-08-03PCI: docking station: remove dock ueventsKristen Carlson Accardi1-4/+0
2006-06-27KEVENT: add new uevent for dockKristen Accardi1-0/+4
2006-04-27[PATCH] Kobject: fix build errorKay Sievers1-1/+7
2006-03-20[PATCH] kobject: fix build error if CONFIG_SYSFS=nJun'ichi Nomura1-0/+2
2006-02-22Revert mount/umount uevent removalGreg Kroah-Hartman1-0/+4
2006-02-06[PATCH] Fix uevent buffer overflow in input layerBenjamin Herrenschmidt1-1/+1
2006-01-04[PATCH] kobject_uevent CONFIG_NET=n fixakpm@osdl.org1-3/+1
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers1-32/+32
2006-01-04[PATCH] merge kobject_uevent and kobject_hotplugKay Sievers1-184/+95
2006-01-04[PATCH] remove mount/umount uevents from superblock handlingKay Sievers1-4/+0
2006-01-04[PATCH] remove CONFIG_KOBJECT_UEVENT optionKay Sievers1-19/+5
2005-10-28Merge ../bleed-2.6Greg KH1-2/+2
2005-10-28[PATCH] kobject_uevent.c has a typo in a commentErik Hovland1-1/+1
2005-10-28[PATCH] gfp_t: lib/*Al Viro1-2/+2
2005-08-29[NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy1-1/+1
2005-08-29[NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy1-1/+1
2005-08-29[NETLINK]: Fix missing dst_groups initializations in netlink_broadcast usersPatrick McHardy1-0/+1
2005-08-29[NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte1-1/+2
2005-06-20[PATCH] Make kobject's name be const char *Dmitry Torokhov1-2/+2
2005-06-20[PATCH] kobject_hotplug() should use kobject_name()Dmitry Torokhov1-1/+1
2005-04-16Linux-2.6.12-rc2Linus Torvalds1-0/+369