1. b0d1f80 driver-core: Use kobj_to_dev instead of re-implementing it by Lars-Peter Clausen · 12 years ago
  2. d1c6c03 driver core: fix shutdown races with probe/remove(v3) by Ming Lei · 12 years ago
  3. bdd4034 driver core: always handle dpm_order by Rabin Vincent · 12 years ago
  4. c4e00da driver-core: extend dev_printk() to pass structured data by Kay Sievers · 12 years ago
  5. 9169c01 drivers/base/core.c: Fix a typo in comment by yan · 12 years ago
  6. 0d4e293c core.c: fix 'the the' typo by Peter Korsgaard · 12 years ago
  7. f8974cb Merge tag 'dt-for-linus' of git://git.secretlab.ca/git/linux-2.6 by Linus Torvalds · 12 years ago
  8. ef8a3fd driver core: move the deferred probe pointer into the private area by Greg Kroah-Hartman · 12 years ago
  9. d1c3414 drivercore: Add driver probe deferral mechanism by Grant Likely · 12 years ago
  10. 07d57a3 drivercore: Output common devicetree information in uevent by Grant Likely · 12 years ago
  11. 268863f base/core.c:fix typo in comment in function device_add by majianpeng · 12 years ago
  12. b10d5ef Documentation update for the driver model core by Alan Stern · 12 years ago
  13. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  14. ff4b8a5 Merge branch 'driver-core-next' into Linux 3.2 by Greg Kroah-Hartman · 12 years ago
  15. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  16. ca22e56 driver-core: implement 'sysdev' functionality for regular devices and buses by Kay Sievers · 12 years ago
  17. fe6b91f PM / Driver core: leave runtime PM enabled during system shutdown by Alan Stern · 13 years ago
  18. af8db15 PM / driver core: disable device's runtime PM during shutdown by Peter Chen · 13 years ago
  19. cbc4663 dynamic_debug: Add __dynamic_dev_dbg by Joe Perches · 13 years ago
  20. 7f100d1 drivers/base/core.c: Fixed brace coding style issue. by Karthigan Srinivasan · 13 years ago
  21. aed65af drivers: make device_type const by Stephen Hemminger · 13 years ago
  22. 481e207 driver core: Replace the dangerous to_root_device macro with an inline function by Ferenc Wagner · 13 years ago
  23. a546251 driver-core: document restrictions on device_rename() by Timur Tabi · 13 years ago
  24. e54be89 Merge branch 'driver-core-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6 by Linus Torvalds · 13 years ago
  25. c97415a sysfs: Introducing binary attributes for struct class by Stefan Achatz · 14 years ago
  26. c6c0ac6 driver core: Document that device_rename() is only for networking by Michael Ellerman · 14 years ago
  27. 6b6e39a driver-core: merge private parts of class and bus by Kay Sievers · 14 years ago
  28. 229aebb Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 14 years ago
  29. ead454f driver core: fix build for CONFIG_BLOCK not enabled by Randy Dunlap · 14 years ago
  30. e52eec1 SYSFS: Allow boot time switching between deprecated and modern sysfs layout by Andi Kleen · 14 years ago
  31. 39aba96 driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices by Kay Sievers · 14 years ago
  32. fb8231a Merge branch 'master' into for-next by Jiri Kosina · 14 years ago
  33. eef35c2 Fix spelling fuction -> function in comments by Stefan Weil · 14 years ago
  34. 6937e8f driver core: device_rename's new_name can be const by Johannes Berg · 14 years ago
  35. 6ba7401 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-next-2.6 by Linus Torvalds · 14 years ago
  36. 24b1442 Driver-core: Always create class directories for classses that support namespaces. by Eric W. Biederman · 14 years ago
  37. 99bcf21 device.h drivers/base/core.c Convert dev_<level> logging macros to functions by Joe Perches · 14 years ago
  38. 1d9e882 driver-core: fix Typo in drivers/base/core.c for CONFIG_MODULE by Christoph Egger · 14 years ago
  39. f349cf3 driver core: Implement ns directory support for device classes. by Eric W. Biederman · 14 years ago
  40. bc451f2 kobj: Add basic infrastructure for dealing with namespaces. by Eric W. Biederman · 14 years ago
  41. 6245838 Driver core: Protect device shutdown from hot unplug events. by Hugh Daschbach · 14 years ago
  42. 1704f47 lockdep: Add novalidate class for dev->mutex conversion by Peter Zijlstra · 14 years ago
  43. 3142788 drivers/base: Convert dev->sem to mutex by Thomas Gleixner · 14 years ago
  44. ffa1565 Driver core: don't initialize wakeup flags by Alan Stern · 14 years ago
  45. f0eae0e driver-core: document ERR_PTR() return values by Jani Nikula · 14 years ago
  46. 2354dcc driver core: Use sysfs_rename_link in device_rename by Eric W. Biederman · 14 years ago
  47. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  48. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 14 years ago
  49. 3f5468c Driver-Core: require valid action string in uevent trigger by Kay Sievers · 14 years ago
  50. 77d3d7c driver-core: fix race condition in get_device_parent() by Tejun Heo · 14 years ago
  51. e6309e7 Driver-core: Fix bogus 0 error return in device_add() by Thomas Gleixner · 15 years ago
  52. 66ecb92 Driver core: bin_attribute parameters can often be const* by Phil Carmody · 14 years ago
  53. 26579ab Driver core: device_attribute parameters can often be const* by Phil Carmody · 14 years ago
  54. 3589972 Driver core: fix race in dev_driver_string by Alan Stern · 15 years ago
  55. 18ef545 Driver core: Don't remove kobjects in device_shutdown. by Eric W. Biederman · 15 years ago
  56. ad72956 Driver Core: devtmpfs: cleanup node on device creation error by Kay Sievers · 15 years ago
  57. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  58. 2b2af54 Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev by Kay Sievers · 15 years ago
  59. a4dbd67 driver model: constify attribute groups by David Brownell · 15 years ago
  60. b402843 Driver core: move dev_get/set_drvdata to drivers/base/dd.c by Greg Kroah-Hartman · 15 years ago
  61. 2023c61 Driver core: add new device to bus's list before probing by Alan Stern · 15 years ago
  62. 6fcf53a Driver Core: add nodename callbacks by Kay Sievers · 15 years ago
  63. acc0e90 driver core: fix gcc 4.3.3 warnings about string literals by Greg Kroah-Hartman · 15 years ago
  64. 401097e driver core: synchronize device shutdown by Shaohua Li · 15 years ago
  65. 5c8563d Driver Core: do not oops when driver_unregister() is called for unregistered drivers by Kay Sievers · 15 years ago
  66. 8a577ff driver: dont update dev_name via device_add path by Kay Sievers · 15 years ago
  67. 014c90db driver core: prevent device_for_each_child from oopsing by Greg Kroah-Hartman · 15 years ago
  68. ffa6a70 Driver core: Fix device_move() vs. dpm list ordering, v2 by Cornelia Huck · 15 years ago
  69. f67f129 Driver core: implement uevent suppress in kobject by Ming Lei · 15 years ago
  70. f791b8c driver core: move klist_children into private structure by Greg Kroah-Hartman · 15 years ago
  71. fb069a5 driver core: create a private portion of struct device by Greg Kroah-Hartman · 15 years ago
  72. 1fa5ae8 driver core: get rid of struct device's bus_id string array by Kay Sievers · 15 years ago
  73. 7cbcf22 driver-core: fix kernel-doc parameter name by Randy Dunlap · 15 years ago
  74. 7143f7a driver core: Convert '/' to '!' in dev_set_name() by Roland Dreier · 15 years ago
  75. 926bead Revert "driver core: create a private portion of struct device" by Greg Kroah-Hartman · 15 years ago
  76. e2d4077 Revert "driver core: move klist_children into private structure" by Greg Kroah-Hartman · 15 years ago
  77. 0aa0dc4 driver core: add root_device_register() by Mark McLoughlin · 15 years ago
  78. ec0676ee Driver core: move the bus notifier call points by Alan Stern · 16 years ago
  79. 11c3b5c driver core: move klist_children into private structure by Greg Kroah-Hartman · 15 years ago
  80. 2831fe6 driver core: create a private portion of struct device by Greg Kroah-Hartman · 15 years ago
  81. 1e0b2cf driver core: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  82. 030c1d2 kobject: Fix kobject_rename and !CONFIG_SYSFS by Eric W. Biederman · 16 years ago
  83. 286661b Driver core: Fix cleanup in device_create_vargs(). by Cornelia Huck · 16 years ago
  84. 5739411 Driver core: Clarify device cleanup. by Cornelia Huck · 16 years ago
  85. 5a3ceb8 driver-core: use klist for class device list and implement iterator by Tejun Heo · 16 years ago
  86. c906a48 driver core: add init_name to struct device by Greg Kroah-Hartman · 16 years ago
  87. 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
  88. bf9ca69 dev_printk(): constify the `dev' argument by Jean Delvare · 16 years ago
  89. f810a5c Use WARN() in drivers/base/ by Arjan van de Ven · 16 years ago
  90. 36ce6da driver core: Suppress sysfs warnings for device_rename(). by Cornelia Huck · 16 years ago
  91. f75b1c6 class: change internal semaphore to a mutex by Dave Young · 16 years ago
  92. d9a0157 class: rename "sem" to "class_sem" in internal class structure by Greg Kroah-Hartman · 16 years ago
  93. 1fbfee6 class: rename "subsys" to "class_subsys" in internal class structure by Greg Kroah-Hartman · 16 years ago
  94. 184f1f7 class: rename "interfaces" to "class_interfaces" in internal class structure by Greg Kroah-Hartman · 16 years ago
  95. 97ae69f class: rename "devices" to "class_devices" in internal class structure by Greg Kroah-Hartman · 16 years ago
  96. 7c71448 class: move driver core specific parts to a private structure by Greg Kroah-Hartman · 16 years ago
  97. 695794a Driver Core: add ability for class_find_device to start in middle of list by Greg Kroah-Hartman · 16 years ago
  98. 4e10673 device create: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  99. ccea44f driver core: remove device_create() by Greg Kroah-Hartman · 16 years ago
  100. e105b8b sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor by Dan Williams · 16 years ago