include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit...
[safe/jmp/linux-2.6] / drivers / base / bus.c
2010-03-30 Tejun Heoinclude cleanup: Update gfp.h and slab.h includes to...
2010-03-08 Greg Kroah-HartmanDriver core: create lock/unlock functions for struct...
2010-03-08 Emese RevfyDriver core: Constify struct sysfs_ops in struct kobj_type
2010-03-08 Emese Revfykobject: Constify struct kset_uevent_ops
2009-12-23 Phil Carmodydriver core: Prevent reference to freed memory on error...
2009-10-30 Dmitry TorokhovDriver core: allow certain drivers prohibit bind/unbind...
2009-09-15 Alan SternDriver core: add new device to bus's list before probing
2009-06-12 Alex Chiangtrivial: fix grammo in bus_for_each_dev() kerneldoc
2009-05-28 Kay SieversDriver Core: do not oops when driver_unregister() is...
2009-03-24 Greg Kroah-Hartmandriver core: move knode_bus into private structure
2009-03-24 Dave Youngdriver-core: do not register a driver with bus_type...
2009-03-24 Ming Leidriver core: check bus->match without holding device...
2009-01-09 Greg Kroah-HartmanRevert "driver core: move knode_bus into private structure"
2009-01-06 Greg Kroah-Hartmandriver core: move knode_bus into private structure
2009-01-06 Kay Sieversdriver core: struct device - replace bus_id with dev_na...
2008-10-16 Greg Kroah-HartmanDriver core: add bus_sort_breadthfirst() function
2008-10-16 Peter KorsgaardDriver core: make bus_find_device_by_name() more robust
2008-04-23 Rafael J. Wysockibus_remove_device: be more careful about incomplete...
2008-04-20 Harvey Harrisondriver core: replace remaining __FUNCTION__ occurrences
2008-04-20 Greg Kroah-HartmanDriver core: make device_is_registered() work for class...
2008-02-21 Cornelia HuckDriver core: Fix error handling in bus_add_driver().
2008-01-27 Greg Kroah-HartmanDriver core: add bus_find_device_by_name function
2008-01-25 Greg Kroah-HartmanDriver core: coding style fixes
2008-01-25 Greg Kroah-HartmanKobject: convert drivers/* from kobject_unregister...
2008-01-25 Greg Kroah-HartmanKobject: change drivers/base/bus to use kobject_init_an...
2008-01-25 Greg Kroah-HartmanDriver core: clean up debugging messages
2008-01-25 Greg Kroah-HartmanDriver core: move the static kobject out of struct...
2008-01-25 Greg Kroah-Hartmandriver core: remove fields from struct bus_type
2008-01-25 Greg Kroah-Hartmandriver core: add way to get to bus device klist
2008-01-25 Greg Kroah-Hartmandriver core: add way to get to bus kset
2008-01-25 Greg Kroah-Hartmankobject: remove subsystem_(un)register functions
2008-01-25 Greg Kroah-Hartmankset: convert struct bus_device->drivers to use kset_create
2008-01-25 Greg Kroah-Hartmankset: convert struct bus_device->devices to use kset_create
2008-01-25 Greg Kroah-Hartmankset: convert drivers/base/bus.c to use kset_create
2008-01-25 Greg Kroah-Hartmankobject: remove struct kobj_type from struct kset
2007-10-12 Greg Kroah-HartmanDriver core: rename ktype_driver
2007-10-12 Kay SieversDriver core: add uevent file for bus and driver
2007-10-12 Greg Kroah-HartmanDriver core: remove get_bus()
2007-10-12 Greg Kroah-HartmanDriver core: remove put_bus()
2007-10-12 Greg Kroah-HartmanDriver core: remove subsys_get()
2007-10-12 Greg Kroah-HartmanDriver core: remove subsys_put()
2007-10-12 Greg Kroah-HartmanDriver core: remove subsys_set_kset
2007-10-12 Kay SieversDriver core: make sysfs uevent-attributes static
2007-07-11 Tejun Heosysfs: kill unnecessary attribute->owner
2007-07-11 Cornelia HuckDriver core: coding style cleanup
2007-07-11 Kay SieversDriver core: add missing kset uevent
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
2007-04-27 Greg Kroah-Hartmandriver core: bus_add_driver should return an error...
2007-04-27 Greg Kroah-HartmanDriver core: remove unneeded completion from driver...
2007-04-27 Cornelia Huckdriver core: don't fail attaching the device if it...
2007-04-27 Kay SieversDriver core: udev triggered device-<>driver binding
2007-02-16 Andrew MortonDriver core: device_add_attrs() cleanup
2006-12-01 Kay SieversCONFIG_SYSFS_DEPRECATED - bus symlinks
2006-12-01 Benjamin HerrenschmidtDriver core: add notification of bus events
2006-10-18 Jeff GarzikDriver core: bus: remove indentation level
2006-10-18 Alan SternDriver core: Don't ignore error returns from probing
2006-10-18 Cornelia Huckdriver core fixes: bus_add_device() cleanup on error
2006-10-18 Cornelia Huckdriver core fixes: bus_add_attrs() retval check
2006-09-26 Alan SternDriver core: Remove unneeded routines from driver core
2006-09-26 Alan SternDriver core: Fix potential deadlock in driver core
2006-09-26 Andrew Mortondrivers/base: check errors
2006-09-26 Yoichi YuasaDriver core: fixed add_bind_files() definition
2006-07-12 Adrian Bunk[PATCH] Driver core: bus.c cleanups
2006-06-30 Jörn EngelRemove obsolete #include <linux/config.h>
2006-06-21 Kay Sievers[PATCH] Driver core: add generic "subsystem" link to...
2006-06-21 Greg Kroah-Hartman[PATCH] Driver Core: remove unused exports
2006-06-21 Kay Sievers[PATCH] Driver core: bus device event delay
2006-04-14 Ryan Wilson[PATCH] driver core: driver_bind attribute returns...
2006-03-14 Moore, Eric[SCSI] drivers/base/bus.c - export reprobe
2006-02-08 Russell King[PATCH] drivers/base/bus.c warning fixes
2006-02-06 Russell King[PATCH] Fix compiler warning in driver core for CONFIG_...
2006-01-05 Greg Kroah-Hartman[PATCH] Driver core: only all userspace bind/unbind...
2006-01-05 Alan Stern[PATCH] Hold the device's parent's lock during probe...
2005-11-24 Alan Stern[PATCH] Small fixes to driver core
2005-09-08 James Bottomley[PATCH] fix klist semantics for lists which have elemen...
2005-09-05 James Bottomley[PATCH] klist: fix klist to have the same klist_add...
2005-09-05 Greg Kroah-Hartman[PATCH] Fix manual binding infinite loop
2005-08-18 Greg KH[PATCH] Fix manual binding infinite loop
2005-06-30 Greg Kroah-Hartman[PATCH] driver core: change bus_rescan_devices to retur...
2005-06-30 Greg Kroah-Hartman[PATCH] driver core: Add the ability to bind drivers...
2005-06-30 Greg Kroah-Hartman[PATCH] driver core: Add the ability to unbind drivers...
2005-06-30 Cornelia Huck[PATCH] driver core: add bus_find_device & driver_find_...
2005-06-23 Greg Kroah-Hartman[PATCH] driver core: Fix up the device_attach() error...
2005-06-20 Hannes Reinecke[PATCH] driver core: fix error handling in bus_add_device
2005-06-20 mochel@digitalimpl... [PATCH] Fix up bus code and remove use of rwsem.
2005-06-20 mochel@digitalimpl... [PATCH] Add a klist to struct bus_type for its drivers.
2005-06-20 mochel@digitalimpl... [PATCH] Add a klist to struct bus_type for its devices.
2005-06-20 mochel@digitalimpl... [PATCH] Move device/driver code to drivers/base/dd.c
2005-06-20 mochel@digitalimpl... [PATCH] Add a semaphore to struct device to synchronize...
2005-06-20 Dmitry Torokhov[PATCH] sysfs: (driver/base) if show/store is missing...
2005-05-17 David Brownell[PATCH] Driver Core: remove driver model detach_state
2005-05-05 Roman Kagan[PATCH] drivers/base/bus.c: fix iteration in driver_det...
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2