1. 1207775 class_find_device: fix reference to argument "match" by Rolf Eike Beer · 9 years ago
  2. d34898d drivers: base: class: Add a blank line after declarations by Cosmin Tomulescu · 9 years ago
  3. 58292cbe sysfs: make attr namespace interface less convoluted by Tejun Heo · 11 years ago
  4. 3e1026b sysfs.h: remove attr_name() macro by Greg Kroah-Hartman · 11 years ago
  5. 9f3b795 driver-core: constify data for class_find_device() by Michał Mirosław · 11 years ago
  6. ca22e56 driver-core: implement 'sysdev' functionality for regular devices and buses by Kay Sievers · 12 years ago
  7. 672d82c class: Implement support for class attrs in tagged sysfs directories. by Eric W. Biederman · 13 years ago
  8. 6b6e39a driver-core: merge private parts of class and bus by Kay Sievers · 14 years ago
  9. 319684b driver core: fix whitespace in class_attr_string by Brandon Philips · 14 years ago
  10. e52eec1 SYSFS: Allow boot time switching between deprecated and modern sysfs layout by Andi Kleen · 14 years ago
  11. 39aba96 driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices by Kay Sievers · 14 years ago
  12. bc451f2 kobj: Add basic infrastructure for dealing with namespaces. by Eric W. Biederman · 14 years ago
  13. f0eae0e driver-core: document ERR_PTR() return values by Jani Nikula · 14 years ago
  14. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  15. 869dfc8 driver core: Add class_attr_string for simple read-only string by Andi Kleen · 14 years ago
  16. 28812fe driver-core: Add attribute argument to class_attribute show/store by Andi Kleen · 14 years ago
  17. 18d19c9 class: Free the class private data in class_release by Laurent Pinchart · 14 years ago
  18. 4622709 Driver core: Add support for compatibility classes by Jean Delvare · 15 years ago
  19. 5a3ceb8 driver-core: use klist for class device list and implement iterator by Tejun Heo · 16 years ago
  20. 7c22503 driver model: anti-oopsing medicine by David Brownell · 16 years ago
  21. 0e241ff locking: fix mutex @key parameter kernel-doc notation by Randy Dunlap · 16 years ago
  22. f75b1c6 class: change internal semaphore to a mutex by Dave Young · 16 years ago
  23. d2a3b91 class: add lockdep infrastructure by Matthew Wilcox · 16 years ago
  24. d9a0157 class: rename "sem" to "class_sem" in internal class structure by Greg Kroah-Hartman · 16 years ago
  25. 1fbfee6 class: rename "subsys" to "class_subsys" in internal class structure by Greg Kroah-Hartman · 16 years ago
  26. 184f1f7 class: rename "interfaces" to "class_interfaces" in internal class structure by Greg Kroah-Hartman · 16 years ago
  27. 97ae69f class: rename "devices" to "class_devices" in internal class structure by Greg Kroah-Hartman · 16 years ago
  28. 7c71448 class: move driver core specific parts to a private structure by Greg Kroah-Hartman · 16 years ago
  29. 695794a Driver Core: add ability for class_find_device to start in middle of list by Greg Kroah-Hartman · 16 years ago
  30. 93562b5 Driver Core: add ability for class_for_each_device to start in middle of list by Greg Kroah-Hartman · 16 years ago
  31. e105b8b sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor by Dan Williams · 16 years ago
  32. 0a3ad00 Driver core: struct class remove children list by Dave Young · 16 years ago
  33. c3b19ff driver core: remove no longer used "struct class_device" by Kay Sievers · 16 years ago
  34. 2b3a302 driver core: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  35. 3b470ac Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  36. a63ca8f docbook: fix drivers/base/class warning by Randy Dunlap · 16 years ago
  37. 4e886c2 Driver core: Fix up build when CONFIG_BLOCK=N by Greg Kroah-Hartman · 16 years ago
  38. 4a3ad20 Driver core: coding style fixes by Greg Kroah-Hartman · 16 years ago
  39. fd04897 Driver Core: add class iteration api by Dave Young · 16 years ago
  40. af5ca3f Driver core: change sysdev classes to use dynamic kobject names by Kay Sievers · 16 years ago
  41. f9cb074 Kobject: rename kobject_init_ng() to kobject_init() by Greg Kroah-Hartman · 16 years ago
  42. b2d6db5 Kobject: rename kobject_add_ng() to kobject_add() by Greg Kroah-Hartman · 16 years ago
  43. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  44. 60728d6 Kobject: convert drivers/base/class.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 16 years ago
  45. 2fb9113 kobject: remove subsystem_(un)register functions by Greg Kroah-Hartman · 17 years ago
  46. 5c03c7a kset: remove decl_subsys macro by Greg Kroah-Hartman · 17 years ago
  47. 443dbf9 kset: convert drivers/base/class.c to use kset_create by Greg Kroah-Hartman · 17 years ago
  48. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  49. d919fd4 Revert "Driver core: remove class_device_*_bin_file" by Greg Kroah-Hartman · 17 years ago
  50. fcd239d Driver core: remove class_device_*_bin_file by Greg Kroah-Hartman · 17 years ago
  51. adc5680 Driver core: rename ktype_class by Greg Kroah-Hartman · 17 years ago
  52. e4bc166 driver core: remove subsystem_init() by Greg Kroah-Hartman · 17 years ago
  53. 1ef4cfa Driver core: remove subsys_get() by Greg Kroah-Hartman · 17 years ago
  54. 6e9d930 Driver core: remove subsys_put() by Greg Kroah-Hartman · 17 years ago
  55. d6b05b8 Driver core: remove subsys_set_kset by Greg Kroah-Hartman · 17 years ago
  56. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  57. ad6a1e1 driver-core: make devt_attr and uevent_attr static by Tejun Heo · 17 years ago
  58. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  59. 2c7afd1 Driver core: keep PHYSDEV for old struct class_device by Kay Sievers · 17 years ago
  60. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  61. 8640624 driver core: fix namespace issue with devices assigned to classes by Kay Sievers · 17 years ago
  62. 40cf67c5 Driver core: remove class_device_rename by Greg Kroah-Hartman · 18 years ago
  63. b92be9f Driver: remove redundant kobject_unregister checks by Mariusz Kozlowski · 17 years ago
  64. cb360bb driver core fixes: make_class_name() retval checks by Cornelia Huck · 17 years ago
  65. 44c53c4 driver core: delete virtual directory on class_unregister() by Akinobu Mita · 18 years ago
  66. 805fab4 CONFIG_SYSFS_DEPRECATED - class symlinks by Kay Sievers · 18 years ago
  67. f0ee61a Driver Core: Move virtual_device_parent() to core.c by Greg Kroah-Hartman · 18 years ago
  68. f0e1761 driver core fixes: sysfs_create_link() retval check in class.c by Cornelia Huck · 18 years ago
  69. 92a0f86 [PATCH] Fix parameter names in drivers/base/class.c by Rolf Eike Beer · 18 years ago
  70. c47ed21 Class: add support for class interfaces for devices by Greg Kroah-Hartman · 18 years ago
  71. c205ef4 Driver core: create devices/virtual/ tree by Greg Kroah-Hartman · 18 years ago
  72. ab7d737 Driver core: add const to class_create by Miguel Ojeda Sandonis · 18 years ago
  73. ddd5d35 class_device_create(): make fmt argument 'const char *' by Dmitry Torokhov · 18 years ago
  74. d81d9d6 deprecate PHYSDEV* keys by Kay Sievers · 18 years ago
  75. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  76. b9d9c82 [PATCH] Driver core: add generic "subsystem" link to all devices by Kay Sievers · 18 years ago
  77. 23681e4 [PATCH] Driver core: allow struct device to have a dev_t by Greg Kroah-Hartman · 18 years ago
  78. aa49b91 [PATCH] Driver core: change make_class_name() to take kobjects by Greg Kroah-Hartman · 18 years ago
  79. 1740757 [PATCH] Driver Core: remove unused exports by Greg Kroah-Hartman · 18 years ago
  80. b7fe4a6 [PATCH] Driver core: class_device_add needs error checks by Stephen Hemminger · 18 years ago
  81. 1498221 [CLASS DEVICE]: add attribute_group creation by Stephen Hemminger · 18 years ago
  82. a143889 [PATCH] driver core: fix unnecessary NULL check in drivers/base/class.c by Jayachandran C · 18 years ago
  83. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  84. 4e57b68 [PATCH] fix missing includes by Tim Schmielau · 19 years ago
  85. 51d172d [PATCH] Driver Core: add the ability for class_device structures to be nested by Greg Kroah-Hartman · 19 years ago
  86. a7fd670 [PATCH] add sysfs attr to re-emit device hotplug event by Kay Sievers · 19 years ago
  87. d8539d8 [PATCH] Driver core: pass interface to class interface methods by Dmitry Torokhov · 19 years ago
  88. dbe9035 [PATCH] Driver core: send hotplug event before adding class interfaces by Dmitry Torokhov · 19 years ago
  89. 3e51377 [PATCH] fix class symlinks in sysfs by Bill Nottingham · 19 years ago
  90. 4aed064 [PATCH] drivers/base/*: use kzalloc instead of kmalloc+memset by Jiri Slaby · 19 years ago
  91. fef6ec8 [PATCH] Driver core: small cleanup; remove check for NULL before kfree() in driver core by Jesper Juhl · 19 years ago
  92. 76d1ce0 [PATCH] Driver core: link device and all class devices derived from it. by Dmitry Torokhov · 19 years ago
  93. 208f3d6 [PATCH] Driver core: potentially fix use after free in class_device_attr_show by Maneesh Soni · 19 years ago
  94. 2fc6844 [PATCH] class: add kerneldoc for the new class functions. by gregkh@suse.de · 19 years ago
  95. e9ba636 [PATCH] CLASS: move a "simple" class logic into the class core. by gregkh@suse.de · 19 years ago
  96. 4a0c20b [PATCH] sysfs: (driver/base) if show/store is missing return -EIO by Dmitry Torokhov · 19 years ago
  97. 419cab3 [PATCH] kset_hotplug_ops->name shoudl return const char * by Dmitry Torokhov · 19 years ago
  98. 0700f56 [PATCH] kobject/hotplug split - class core by kay.sievers@vrfy.org · 19 years ago
  99. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago