1. 0a3ad00 Driver core: struct class remove children list by Dave Young · 16 years ago
  2. c3b19ff driver core: remove no longer used "struct class_device" by Kay Sievers · 16 years ago
  3. 2b3a302 driver core: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  4. 3b470ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  5. a63ca8f docbook: fix drivers/base/class warning by Randy Dunlap · 17 years ago
  6. 4e886c2 Driver core: Fix up build when CONFIG_BLOCK=N by Greg Kroah-Hartman · 17 years ago
  7. 4a3ad20 Driver core: coding style fixes by Greg Kroah-Hartman · 17 years ago
  8. fd04897 Driver Core: add class iteration api by Dave Young · 17 years ago
  9. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 17 years ago
  10. f9cb074 Kobject: rename kobject_init_ng() to kobject_init() by Greg Kroah-Hartman · 17 years ago
  11. b2d6db5 Kobject: rename kobject_add_ng() to kobject_add() by Greg Kroah-Hartman · 17 years ago
  12. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  13. 60728d6 Kobject: convert drivers/base/class.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  14. 2fb9113 kobject: remove subsystem_(un)register functions by Greg Kroah-Hartman · 17 years ago
  15. 5c03c7a kset: remove decl_subsys macro by Greg Kroah-Hartman · 17 years ago
  16. 443dbf9 kset: convert drivers/base/class.c to use kset_create by Greg Kroah-Hartman · 17 years ago
  17. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  18. d919fd4 Revert "Driver core: remove class_device_*_bin_file" by Greg Kroah-Hartman · 17 years ago
  19. fcd239d Driver core: remove class_device_*_bin_file by Greg Kroah-Hartman · 17 years ago
  20. adc5680 Driver core: rename ktype_class by Greg Kroah-Hartman · 17 years ago
  21. e4bc166 driver core: remove subsystem_init() by Greg Kroah-Hartman · 17 years ago
  22. 1ef4cfa Driver core: remove subsys_get() by Greg Kroah-Hartman · 17 years ago
  23. 6e9d930 Driver core: remove subsys_put() by Greg Kroah-Hartman · 17 years ago
  24. d6b05b8 Driver core: remove subsys_set_kset by Greg Kroah-Hartman · 17 years ago
  25. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  26. ad6a1e1 driver-core: make devt_attr and uevent_attr static by Tejun Heo · 17 years ago
  27. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  28. 2c7afd1 Driver core: keep PHYSDEV for old struct class_device by Kay Sievers · 17 years ago
  29. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  30. 8640624 driver core: fix namespace issue with devices assigned to classes by Kay Sievers · 17 years ago
  31. 40cf67c5 Driver core: remove class_device_rename by Greg Kroah-Hartman · 18 years ago
  32. b92be9f Driver: remove redundant kobject_unregister checks by Mariusz Kozlowski · 17 years ago
  33. cb360bb driver core fixes: make_class_name() retval checks by Cornelia Huck · 18 years ago
  34. 44c53c4 driver core: delete virtual directory on class_unregister() by Akinobu Mita · 18 years ago
  35. 805fab4 CONFIG_SYSFS_DEPRECATED - class symlinks by Kay Sievers · 18 years ago
  36. f0ee61a Driver Core: Move virtual_device_parent() to core.c by Greg Kroah-Hartman · 18 years ago
  37. f0e1761 driver core fixes: sysfs_create_link() retval check in class.c by Cornelia Huck · 18 years ago
  38. 92a0f86 [PATCH] Fix parameter names in drivers/base/class.c by Rolf Eike Beer · 18 years ago
  39. c47ed21 Class: add support for class interfaces for devices by Greg Kroah-Hartman · 18 years ago
  40. c205ef4 Driver core: create devices/virtual/ tree by Greg Kroah-Hartman · 18 years ago
  41. ab7d737 Driver core: add const to class_create by Miguel Ojeda Sandonis · 18 years ago
  42. ddd5d35 class_device_create(): make fmt argument 'const char *' by Dmitry Torokhov · 18 years ago
  43. d81d9d6 deprecate PHYSDEV* keys by Kay Sievers · 18 years ago
  44. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  45. b9d9c82 [PATCH] Driver core: add generic "subsystem" link to all devices by Kay Sievers · 18 years ago
  46. 23681e4 [PATCH] Driver core: allow struct device to have a dev_t by Greg Kroah-Hartman · 18 years ago
  47. aa49b91 [PATCH] Driver core: change make_class_name() to take kobjects by Greg Kroah-Hartman · 18 years ago
  48. 1740757 [PATCH] Driver Core: remove unused exports by Greg Kroah-Hartman · 18 years ago
  49. b7fe4a6 [PATCH] Driver core: class_device_add needs error checks by Stephen Hemminger · 18 years ago
  50. 1498221 [CLASS DEVICE]: add attribute_group creation by Stephen Hemminger · 18 years ago
  51. a143889 [PATCH] driver core: fix unnecessary NULL check in drivers/base/class.c by Jayachandran C · 18 years ago
  52. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  53. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  54. 51d172d [PATCH] Driver Core: add the ability for class_device structures to be nested by Greg Kroah-Hartman · 19 years ago
  55. a7fd670 [PATCH] add sysfs attr to re-emit device hotplug event by Kay Sievers · 19 years ago
  56. d8539d8 [PATCH] Driver core: pass interface to class interface methods by Dmitry Torokhov · 19 years ago
  57. dbe9035 [PATCH] Driver core: send hotplug event before adding class interfaces by Dmitry Torokhov · 19 years ago
  58. 3e51377 [PATCH] fix class symlinks in sysfs by Bill Nottingham · 19 years ago
  59. 4aed064 [PATCH] drivers/base/*: use kzalloc instead of kmalloc+memset by Jiri Slaby · 19 years ago
  60. fef6ec8 [PATCH] Driver core: small cleanup; remove check for NULL before kfree() in driver core by Jesper Juhl · 19 years ago
  61. 76d1ce0 [PATCH] Driver core: link device and all class devices derived from it. by Dmitry Torokhov · 19 years ago
  62. 208f3d6 [PATCH] Driver core: potentially fix use after free in class_device_attr_show by Maneesh Soni · 19 years ago
  63. 2fc6844 [PATCH] class: add kerneldoc for the new class functions. by gregkh@suse.de · 19 years ago
  64. e9ba636 [PATCH] CLASS: move a "simple" class logic into the class core. by gregkh@suse.de · 19 years ago
  65. 4a0c20b [PATCH] sysfs: (driver/base) if show/store is missing return -EIO by Dmitry Torokhov · 19 years ago
  66. 419cab3 [PATCH] kset_hotplug_ops->name shoudl return const char * by Dmitry Torokhov · 19 years ago
  67. 0700f56 [PATCH] kobject/hotplug split - class core by kay.sievers@vrfy.org · 19 years ago
  68. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago