sh: convert /proc/cpu/aligmnent, /proc/cpu/kernel_alignment to seq_file
[safe/jmp/linux-2.6] / drivers / base / class.c
2009-09-15 Jean DelvareDriver core: Add support for compatibility classes
2008-10-09 Tejun Heodriver-core: use klist for class device list and implem...
2008-08-21 David Brownelldriver model: anti-oopsing medicine
2008-07-28 Randy Dunlaplocking: fix mutex @key parameter kernel-doc notation
2008-07-22 Dave Youngclass: change internal semaphore to a mutex
2008-07-22 Matthew Wilcoxclass: add lockdep infrastructure
2008-07-22 Greg Kroah-Hartmanclass: rename "sem" to "class_sem" in internal class...
2008-07-22 Greg Kroah-Hartmanclass: rename "subsys" to "class_subsys" in internal...
2008-07-22 Greg Kroah-Hartmanclass: rename "interfaces" to "class_interfaces" in...
2008-07-22 Greg Kroah-Hartmanclass: rename "devices" to "class_devices" in internal...
2008-07-22 Greg Kroah-Hartmanclass: move driver core specific parts to a private...
2008-07-22 Greg Kroah-HartmanDriver Core: add ability for class_find_device to start...
2008-07-22 Greg Kroah-HartmanDriver Core: add ability for class_for_each_device...
2008-07-22 Dan Williamssysfs: add /sys/dev/{char,block} to lookup sysfs path...
2008-05-14 Dave YoungDriver core: struct class remove children list
2008-04-30 Kay Sieversdriver core: remove no longer used "struct class_device"
2008-04-20 Harvey Harrisondriver core: replace remaining __FUNCTION__ occurrences
2008-01-30 Linus TorvaldsMerge git://git./linux/kernel/git/gregkh/driver-2.6
2008-01-30 Randy Dunlapdocbook: fix drivers/base/class warning
2008-01-27 Greg Kroah-HartmanDriver core: Fix up build when CONFIG_BLOCK=N
2008-01-25 Greg Kroah-HartmanDriver core: coding style fixes
2008-01-25 Dave YoungDriver Core: add class iteration api
2008-01-25 Kay SieversDriver core: change sysdev classes to use dynamic kobje...
2008-01-25 Greg Kroah-HartmanKobject: rename kobject_init_ng() to kobject_init()
2008-01-25 Greg Kroah-HartmanKobject: rename kobject_add_ng() to kobject_add()
2008-01-25 Kay SieversDriver core: convert block from raw kobjects to core...
2008-01-25 Greg Kroah-HartmanKobject: convert drivers/base/class.c to use kobject_in...
2008-01-25 Greg Kroah-Hartmankobject: remove subsystem_(un)register functions
2008-01-25 Greg Kroah-Hartmankset: remove decl_subsys macro
2008-01-25 Greg Kroah-Hartmankset: convert drivers/base/class.c to use kset_create
2008-01-25 Greg Kroah-Hartmankobject: remove struct kobj_type from struct kset
2007-10-31 Greg Kroah-HartmanRevert "Driver core: remove class_device_*_bin_file"
2007-10-31 Greg Kroah-HartmanDriver core: remove class_device_*_bin_file
2007-10-12 Greg Kroah-HartmanDriver core: rename ktype_class
2007-10-12 Greg Kroah-Hartmandriver core: remove subsystem_init()
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: change add_uevent_var to use a struct
2007-07-11 Tejun Heodriver-core: make devt_attr and uevent_attr static
2007-07-11 Tejun Heosysfs: kill unnecessary attribute->owner
2007-06-08 Kay SieversDriver core: keep PHYSDEV for old struct class_device
2007-05-03 Greg Kroah-Hartmanremove "struct subsystem" as it is no longer needed
2007-04-27 Kay Sieversdriver core: fix namespace issue with devices assigned...
2007-02-23 Greg Kroah-HartmanDriver core: remove class_device_rename
2007-02-16 Mariusz KozlowskiDriver: remove redundant kobject_unregister checks
2007-02-07 Cornelia Huckdriver core fixes: make_class_name() retval checks
2006-12-13 Akinobu Mitadriver core: delete virtual directory on class_unregister()
2006-12-01 Kay SieversCONFIG_SYSFS_DEPRECATED - class symlinks
2006-12-01 Greg Kroah-HartmanDriver Core: Move virtual_device_parent() to core.c
2006-10-18 Cornelia Huckdriver core fixes: sysfs_create_link() retval check...
2006-09-29 Rolf Eike Beer[PATCH] Fix parameter names in drivers/base/class.c
2006-09-26 Greg Kroah-HartmanClass: add support for class interfaces for devices
2006-09-26 Greg Kroah-HartmanDriver core: create devices/virtual/ tree
2006-09-26 Miguel Ojeda SandonisDriver core: add const to class_create
2006-09-26 Dmitry Torokhovclass_device_create(): make fmt argument 'const char *'
2006-09-26 Kay Sieversdeprecate PHYSDEV* keys
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: allow struct device to have a...
2006-06-21 Greg Kroah-Hartman[PATCH] Driver core: change make_class_name() to take...
2006-06-21 Greg Kroah-Hartman[PATCH] Driver Core: remove unused exports
2006-06-21 Stephen Hemminger[PATCH] Driver core: class_device_add needs error checks
2006-05-07 Stephen Hemminger[CLASS DEVICE]: add attribute_group creation
2006-04-14 Jayachandran C[PATCH] driver core: fix unnecessary NULL check in...
2006-01-05 Kay Sievers[PATCH] driver core: replace "hotplug" by "uevent"
2005-10-31 Tim Schmielau[PATCH] fix missing includes
2005-10-28 Greg Kroah-Hartman[PATCH] Driver Core: add the ability for class_device...
2005-10-28 Kay Sievers[PATCH] add sysfs attr to re-emit device hotplug event
2005-10-28 Dmitry Torokhov[PATCH] Driver core: pass interface to class interface...
2005-10-28 Dmitry Torokhov[PATCH] Driver core: send hotplug event before adding...
2005-09-22 Bill Nottingham[PATCH] fix class symlinks in sysfs
2005-09-13 Jiri Slaby[PATCH] drivers/base/*: use kzalloc instead of kmalloc...
2005-09-05 Jesper Juhl[PATCH] Driver core: small cleanup; remove check for...
2005-09-05 Dmitry Torokhov[PATCH] Driver core: link device and all class devices...
2005-08-17 Maneesh Soni[PATCH] Driver core: potentially fix use after free...
2005-06-20 gregkh@suse.de[PATCH] class: add kerneldoc for the new class functions.
2005-06-20 gregkh@suse.de[PATCH] CLASS: move a "simple" class logic into the...
2005-06-20 Dmitry Torokhov[PATCH] sysfs: (driver/base) if show/store is missing...
2005-06-20 Dmitry Torokhov[PATCH] kset_hotplug_ops->name shoudl return const...
2005-04-19 kay.sievers@vrfy.org[PATCH] kobject/hotplug split - class core
2005-04-16 Linus TorvaldsLinux-2.6.12-rc2 v2.6.12-rc2