summaryrefslogtreecommitdiffstats
path: root/lib/kobject_uevent.c
Commit message (Expand)AuthorAgeFilesLines
* Use WARN() in lib/Arjan van de Ven2008-07-261-4/+2
* kobject: Transmit return value of call_usermodehelper() to callerWang Chen2008-07-211-1/+2
* lib: replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-301-5/+5
* Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/davem/...David S. Miller2008-04-031-1/+1
|\
| * fix uevent action-string regressionMark Lord2008-03-301-1/+1
* | [NETNS]: Declare init_net even without CONFIG_NET defined.Denis V. Lunev2008-04-031-2/+0
* | [NETNS]: Do no include NET related headers if CONFIG_NET is not set.Denis V. Lunev2008-03-271-2/+6
|/
* Kobject: fix coding style issues in kobject c filesGreg Kroah-Hartman2008-01-241-4/+3
* Kobject: auto-cleanup on final unrefKay Sievers2008-01-241-0/+11
* kobject: clean up debugging messagesGreg Kroah-Hartman2008-01-241-6/+14
* Fix misspellings of "system", "controller", "interrupt" and "necessary".Robert P. J. Day2007-10-191-1/+1
* Driver core: kerneldoc - kobject_uevent_env is not "usually KOBJ_MOVE"Kay Sievers2007-10-121-4/+4
* Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUGKay Sievers2007-10-121-13/+44
* Driver core: add CONFIG_UEVENT_HELPER_PATHKay Sievers2007-10-121-1/+1
* Driver core: change add_uevent_var to use a structKay Sievers2007-10-121-86/+63
* [NET]: Support multiple network namespaces with netlinkEric W. Biederman2007-10-101-3/+2
* kobject: fix link error when CONFIG_HOTPLUG is disabledCornelia Huck2007-07-301-8/+8
* Driver core: accept all valid action-strings in uevent-triggerKay Sievers2007-07-181-20/+10
* usermodehelper: Tidy up waitingJeremy Fitzhardinge2007-07-181-1/+1
* the overdue removal of the mount/umount ueventsAdrian Bunk2007-04-271-4/+0
* Kobject: kobject_uevent.c: Collapse unnecessary loop nesting (top_kobj)John Anthony Kazos Jr2007-04-271-4/+2
* driver core: fix namespace issue with devices assigned to classesKay Sievers2007-04-271-6/+10
* [NETLINK]: Switch cb_lock spinlock to mutex and allow to override itPatrick McHardy2007-04-251-1/+1
* kobject: kobject_uevent() returns manageable valueAneesh Kumar K.V2006-12-201-14/+30
* driver core: Introduce device_move(): move a device to a new parent.Cornelia Huck2006-12-011-4/+24
* PCI: docking station: remove dock ueventsKristen Carlson Accardi2006-08-031-4/+0
* KEVENT: add new uevent for dockKristen Accardi2006-06-271-0/+4
* [PATCH] Kobject: fix build errorKay Sievers2006-04-271-1/+7
* [PATCH] kobject: fix build error if CONFIG_SYSFS=nJun'ichi Nomura2006-03-201-0/+2
* Revert mount/umount uevent removalGreg Kroah-Hartman2006-02-221-0/+4
* [PATCH] Fix uevent buffer overflow in input layerBenjamin Herrenschmidt2006-02-061-1/+1
* [PATCH] kobject_uevent CONFIG_NET=n fixakpm@osdl.org2006-01-041-3/+1
* [PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers2006-01-041-32/+32
* [PATCH] merge kobject_uevent and kobject_hotplugKay Sievers2006-01-041-184/+95
* [PATCH] remove mount/umount uevents from superblock handlingKay Sievers2006-01-041-4/+0
* [PATCH] remove CONFIG_KOBJECT_UEVENT optionKay Sievers2006-01-041-19/+5
* Merge ../bleed-2.6Greg KH2005-10-281-2/+2
|\
| * [PATCH] gfp_t: lib/*Al Viro2005-10-281-2/+2
* | [PATCH] kobject_uevent.c has a typo in a commentErik Hovland2005-10-281-1/+1
|/
* [NETLINK]: Add "groups" argument to netlink_kernel_createPatrick McHardy2005-08-291-1/+1
* [NETLINK]: Convert netlink users to use group numbers instead of bitmasksPatrick McHardy2005-08-291-1/+1
* [NETLINK]: Fix missing dst_groups initializations in netlink_broadcast usersPatrick McHardy2005-08-291-0/+1
* [NETLINK]: Add properly module refcounting for kernel netlink sockets.Harald Welte2005-08-291-1/+2
* [PATCH] Make kobject's name be const char *Dmitry Torokhov2005-06-201-2/+2
* [PATCH] kobject_hotplug() should use kobject_name()Dmitry Torokhov2005-06-201-1/+1
* Linux-2.6.12-rc2Linus Torvalds2005-04-161-0/+369