summaryrefslogtreecommitdiff
path: root/drivers/base/core.c
AgeCommit message (Expand)Author
2006-01-10[PATCH] DocBook: fix kernel-doc commentsMartin Waitz
2006-01-04[PATCH] driver core: replace "hotplug" by "uevent"Kay Sievers
2005-10-28[PATCH] kernel-doc: drivers/base fixesRandy Dunlap
2005-10-28[PATCH] add sysfs attr to re-emit device hotplug eventKay Sievers
2005-10-28[PATCH] driver model wakeup flagsDavid Brownell
2005-09-07[PATCH] fix klist semantics for lists which have elements removed on traversalJames Bottomley
2005-09-05[PATCH] klist: fix klist to have the same klist_add semantics as list_headJames Bottomley
2005-06-29[PATCH] Driver core: Use klist_del() instead of klist_remove().Patrick Mochel
2005-06-20[PATCH] Driver core: change device_attribute callbacksYani Ioannou
2005-06-20[PATCH] Use a klist for device child lists.mochel@digitalimplant.org
2005-06-20[PATCH] Remove struct device::driver_list.mochel@digitalimplant.org
2005-06-20[PATCH] Remove struct device::bus_list.mochel@digitalimplant.org
2005-06-20[PATCH] Remove the unused device_find().mochel@digitalimplant.org
2005-06-20[PATCH] Add a klist to struct device_driver for the devices bound to it.mochel@digitalimplant.org
2005-06-20[PATCH] Add a semaphore to struct device to synchronize calls to its driver.mochel@digitalimplant.org
2005-06-20[PATCH] sysfs: (driver/base) if show/store is missing return -EIODmitry Torokhov
2005-06-20[PATCH] kset_hotplug_ops->name shoudl return const char *Dmitry Torokhov
2005-05-23[PATCH] driver core: restore event order for device_add()Kay Sievers
2005-05-17[PATCH] Driver Core: remove driver model detach_stateDavid Brownell
2005-05-04[PATCH] Hotplug: Make dev->bus checking consistentAlexander Nyberg
2005-04-18[PATCH] kobject/hotplug split - devices corekay.sievers@vrfy.org
2004-11-11[PATCH] add the bus name to the hotplug environmentKay Sievers
2004-11-03[PATCH] driver-model: device_add() error path reference counting fixTejun Heo
2004-10-22[PATCH] avoid problems with kobject_set_name and name with %Stephen Hemminger
2004-09-29[PATCH] Driver Core: Handle NULL arg for put_device()Hannes Reinecke
2004-09-23[driver model] Change symbol exports to GPL only in core.cPatrick Mochel
2004-07-08[PATCH] Driver core: kset_find_obj should increment refcount of the found objectDmitry Torokhov
2004-06-09[PATCH] Driver Core: Whitespace fixesDmitry Torokhov
2004-06-04[PATCH] Driver Core: fix struct device::release issueFrank A. Uepping
2004-03-08Driver core: make CONFIG_DEBUG_DRIVER implementation a whole lot cleanerGreg Kroah-Hartman
2004-03-02Driver core: add CONFIG_DEBUG_DRIVER to help track down driver core bugs easier.Greg Kroah-Hartman
2004-02-08Merge bk://kernel.bkbits.net/gregkh/linux/pci-2.6Linus Torvalds
2004-02-03[PATCH] Driver core: remove device_unregister_wait() as it's a very bad idea.Greg Kroah-Hartman
2004-02-01[PATCH] PCI: Replace pci_pool with generic dma_poolDeepak Saxena
2004-01-19[PATCH] Driver Core: add device_find() functionHollis Blanchard
2003-09-29[driver model] Add device_unregister_wait().Patrick Mochel
2003-09-05Merge osdl.org:/home/mochel/src/kernel/linux-2.5-virginPatrick Mochel
2003-08-29[driver model] Use kobject_set_name() when registering objects.Patrick Mochel
2003-08-27[power] Make sure devices get added to the PM lists before bus_add_device().Patrick Mochel
2003-08-14mergeGreg Kroah-Hartman
2003-08-14Driver Core: add warnings if .release functions are not set for objects.Greg Kroah-Hartman
2003-08-14Driver Core: remove struct device.name as it is not neededGreg Kroah-Hartman
2003-08-13[driver model] Allow per-device shutdown or suspend on driver detach.Patrick Mochel
2003-08-06[power] Add PM info structure to struct device and PM registration functions.Patrick Mochel
2003-06-04[driver model] Add device_for_each_child iterator. Patrick Mochel
2003-06-03[driver model] Update copyrights and license statements. Patrick Mochel
2003-05-24Make driver model use 'strlcpy()' to make sure that allLinus Torvalds
2003-05-13driver model: Remove device_semPatrick Mochel
2003-05-12driver model: Set device's kset before calling kobject_add().Patrick Mochel
2003-04-28driver core: rework driver class structures and logicGreg Kroah-Hartman