1. 39aba96 driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices by Kay Sievers · 14 years ago
  2. 6937e8f driver core: device_rename's new_name can be const by Johannes Berg · 14 years ago
  3. 6ba7401 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  4. 24b1442 Driver-core: Always create class directories for classses that support namespaces. by Eric W. Biederman · 14 years ago
  5. 99bcf21 device.h drivers/base/core.c Convert dev_<level> logging macros to functions by Joe Perches · 14 years ago
  6. 1d9e882 driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULE by Christoph Egger · 14 years ago
  7. f349cf3 driver core: Implement ns directory support for device classes. by Eric W. Biederman · 14 years ago
  8. bc451f2 kobj: Add basic infrastructure for dealing with namespaces. by Eric W. Biederman · 14 years ago
  9. 6245838 Driver core: Protect device shutdown from hot unplug events. by Hugh Daschbach · 14 years ago
  10. 1704f47 lockdep: Add novalidate class for dev->mutex conversion by Peter Zijlstra · 14 years ago
  11. 3142788 drivers/base: Convert dev->sem to mutex by Thomas Gleixner · 14 years ago
  12. ffa1565 Driver core: don't initialize wakeup flags by Alan Stern · 14 years ago
  13. f0eae0e driver-core: document ERR_PTR() return values by Jani Nikula · 14 years ago
  14. 2354dcc driver core: Use sysfs_rename_link in device_rename by Eric W. Biederman · 14 years ago
  15. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  16. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 15 years ago
  17. 3f5468c Driver-Core: require valid action string in uevent trigger by Kay Sievers · 14 years ago
  18. 77d3d7c driver-core: fix race condition in get_device_parent() by Tejun Heo · 14 years ago
  19. e6309e7 Driver-core: Fix bogus 0 error return in device_add() by Thomas Gleixner · 15 years ago
  20. 66ecb92 Driver core: bin_attribute parameters can often be const* by Phil Carmody · 15 years ago
  21. 26579ab Driver core: device_attribute parameters can often be const* by Phil Carmody · 15 years ago
  22. 3589972 Driver core: fix race in dev_driver_string by Alan Stern · 15 years ago
  23. 18ef545 Driver core: Don't remove kobjects in device_shutdown. by Eric W. Biederman · 15 years ago
  24. ad72956 Driver Core: devtmpfs: cleanup node on device creation error by Kay Sievers · 15 years ago
  25. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  26. 2b2af54 Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev by Kay Sievers · 15 years ago
  27. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  28. b402843 Driver core: move dev_get/set_drvdata to drivers/base/dd.c by Greg Kroah-Hartman · 15 years ago
  29. 2023c61 Driver core: add new device to bus's list before probing by Alan Stern · 15 years ago
  30. 6fcf53a Driver Core: add nodename callbacks by Kay Sievers · 15 years ago
  31. acc0e90 driver core: fix gcc 4.3.3 warnings about string literals by Greg Kroah-Hartman · 15 years ago
  32. 401097e driver core: synchronize device shutdown by Shaohua Li · 15 years ago
  33. 5c8563d Driver Core: do not oops when driver_unregister() is called for unregistered drivers by Kay Sievers · 15 years ago
  34. 8a577ff driver: dont update dev_name via device_add path by Kay Sievers · 15 years ago
  35. 014c90db driver core: prevent device_for_each_child from oopsing by Greg Kroah-Hartman · 15 years ago
  36. ffa6a70 Driver core: Fix device_move() vs. dpm list ordering, v2 by Cornelia Huck · 15 years ago
  37. f67f129 Driver core: implement uevent suppress in kobject by Ming Lei · 15 years ago
  38. f791b8c driver core: move klist_children into private structure by Greg Kroah-Hartman · 16 years ago
  39. fb069a5 driver core: create a private portion of struct device by Greg Kroah-Hartman · 16 years ago
  40. 1fa5ae8 driver core: get rid of struct device's bus_id string array by Kay Sievers · 15 years ago
  41. 7cbcf22 driver-core: fix kernel-doc parameter name by Randy Dunlap · 15 years ago
  42. 7143f7a driver core: Convert '/' to '!' in dev_set_name() by Roland Dreier · 15 years ago
  43. 926bead Revert "driver core: create a private portion of struct device" by Greg Kroah-Hartman · 15 years ago
  44. e2d4077 Revert "driver core: move klist_children into private structure" by Greg Kroah-Hartman · 15 years ago
  45. 0aa0dc4 driver core: add root_device_register() by Mark McLoughlin · 16 years ago
  46. ec0676ee Driver core: move the bus notifier call points by Alan Stern · 16 years ago
  47. 11c3b5c driver core: move klist_children into private structure by Greg Kroah-Hartman · 16 years ago
  48. 2831fe6 driver core: create a private portion of struct device by Greg Kroah-Hartman · 16 years ago
  49. 1e0b2cf driver core: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  50. 030c1d2 kobject: Fix kobject_rename and !CONFIG_SYSFS by Eric W. Biederman · 16 years ago
  51. 286661b Driver core: Fix cleanup in device_create_vargs(). by Cornelia Huck · 16 years ago
  52. 5739411 Driver core: Clarify device cleanup. by Cornelia Huck · 16 years ago
  53. 5a3ceb8 driver-core: use klist for class device list and implement iterator by Tejun Heo · 16 years ago
  54. c906a48 driver core: add init_name to struct device by Greg Kroah-Hartman · 16 years ago
  55. 3b98aea PM: don't skip device PM init when CONFIG_PM_SLEEP isn't set and CONFIG_PM is set by Alan Stern · 16 years ago
  56. bf9ca69 dev_printk(): constify the `dev' argument by Jean Delvare · 16 years ago
  57. f810a5c Use WARN() in drivers/base/ by Arjan van de Ven · 16 years ago
  58. 36ce6da driver core: Suppress sysfs warnings for device_rename(). by Cornelia Huck · 16 years ago
  59. f75b1c6 class: change internal semaphore to a mutex by Dave Young · 16 years ago
  60. d9a0157 class: rename "sem" to "class_sem" in internal class structure by Greg Kroah-Hartman · 16 years ago
  61. 1fbfee6 class: rename "subsys" to "class_subsys" in internal class structure by Greg Kroah-Hartman · 16 years ago
  62. 184f1f7 class: rename "interfaces" to "class_interfaces" in internal class structure by Greg Kroah-Hartman · 16 years ago
  63. 97ae69f class: rename "devices" to "class_devices" in internal class structure by Greg Kroah-Hartman · 16 years ago
  64. 7c71448 class: move driver core specific parts to a private structure by Greg Kroah-Hartman · 16 years ago
  65. 695794a Driver Core: add ability for class_find_device to start in middle of list by Greg Kroah-Hartman · 16 years ago
  66. 4e10673 device create: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  67. ccea44f driver core: remove device_create() by Greg Kroah-Hartman · 16 years ago
  68. e105b8b sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor by Dan Williams · 16 years ago
  69. 4623236 dev_set_name: fix missing kernel-doc by Randy Dunlap · 16 years ago
  70. 413c239 driver-core: prepare for 2.6.27 api change by adding dev_set_name by Stephen Rothwell · 16 years ago
  71. e616c63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  72. 8882b39 Driver core: add device_create_vargs and device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  73. 0599ad5 sysfs: remove error messages for -EEXIST case by Stephen Hemminger · 16 years ago
  74. 0d358f2 driver core: try parent numa_node at first before using default by Yinghai Lu · 16 years ago
  75. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  76. 2b3a302 driver core: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  77. b844eba PM: Remove destroy_suspended_device() by Rafael J. Wysocki · 16 years ago
  78. 57eee3d Driver core: Call device_pm_add() after bus_add_device() in device_add() by Rafael J. Wysocki · 16 years ago
  79. 58aca23 PM: Handle device registrations during suspend/resume by Rafael J. Wysocki · 16 years ago
  80. 6188e10 Convert asm/semaphore.h users to linux/semaphore.h by Matthew Wilcox · 16 years ago
  81. 815d2d5 driver core: debug for bad dev_attr_show() return value. by Andrew Morton · 16 years ago
  82. c1fe539 Driver core: Fix cleanup when failing device_add(). by Cornelia Huck · 16 years ago
  83. 135dee0 driver core: Remove dpm_sysfs_remove() from error path of device_add() by Rafael J. Wysocki · 16 years ago
  84. 7a8d37a PM: Do not acquire device semaphores upfront during suspend by Rafael J. Wysocki · 16 years ago
  85. 0c98b19 Driver core: Remove unneeded get_{device,driver}() calls. by Cornelia Huck · 16 years ago
  86. cd35449 driver core: convert to use class_find_device api by Dave Young · 16 years ago
  87. 4e886c2 Driver core: Fix up build when CONFIG_BLOCK=N by Greg Kroah-Hartman · 16 years ago
  88. 4a3ad20 Driver core: coding style fixes by Greg Kroah-Hartman · 16 years ago
  89. 63b6971 Driver core: Cleanup get_device_parent() in device_add() and device_move() by Cornelia Huck · 16 years ago
  90. 0f4dafc Kobject: auto-cleanup on final unref by Kay Sievers · 17 years ago
  91. f9cb074 Kobject: rename kobject_init_ng() to kobject_init() by Greg Kroah-Hartman · 17 years ago
  92. b2d6db5 Kobject: rename kobject_add_ng() to kobject_add() by Greg Kroah-Hartman · 17 years ago
  93. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  94. da231fd Driver core: fix class glue dir cleanup logic by Kay Sievers · 17 years ago
  95. 7dc72b2 Driver core: clean up debugging messages by Greg Kroah-Hartman · 17 years ago
  96. c6f7e72 driver core: remove fields from struct bus_type by Greg Kroah-Hartman · 17 years ago
  97. 9990513 Kobject: convert drivers/base/core.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  98. 37b0c02 driver core: clean up device_shutdown by Greg Kroah-Hartman · 17 years ago
  99. 881c6cfd kset: convert /sys/devices to use kset_create by Greg Kroah-Hartman · 17 years ago
  100. 43968d2 kobject: get rid of kobject_kset_add_dir by Greg Kroah-Hartman · 17 years ago