1. 54e6f64 sysfs: Disable lockdep for driver bind/unbind files by Daniel Vetter · 5 years ago
  2. 5555eb9 driver core: bus: Fix a potential double free by Christophe JAILLET · 7 years ago
  3. 371fd7a driver core: bus: use to_subsys_private and to_device_private_bus by Geliang Tang · 8 years ago
  4. 4c62785 driver core: bus: use list_for_each_entry* by Geliang Tang · 8 years ago
  5. 765230b driver-core: add asynchronous probing support for drivers by Dmitry Torokhov · 9 years ago
  6. 1c34203 driver core: bus: Goto appropriate labels on failure in bus_add_device by Junjie Mao · 9 years ago
  7. 0372ffb driver core: Fix unbalanced device reference in drivers_probe by Alex Williamson · 10 years ago
  8. d426334 Merge branch 'master' into for-next by Jiri Kosina · 10 years ago
  9. e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 10 years ago
  10. 174be70 driver-core: Fix use-after-free triggered by bus_unregister() by Bart Van Assche · 10 years ago
  11. e18945b driver-core: remove struct bus_type.drv_attrs by Greg Kroah-Hartman · 11 years ago
  12. b4e4613 driver-core: remove struct bus_type.bus_attrs by Greg Kroah-Hartman · 11 years ago
  13. 6396768 driver core: add #include <linux/sysfs.h> to core files. by Greg Kroah-Hartman · 11 years ago
  14. 2581c9c driver core: bus: use DRIVER_ATTR_WO() by Greg Kroah-Hartman · 11 years ago
  15. 3e1026b sysfs.h: remove attr_name() macro by Greg Kroah-Hartman · 11 years ago
  16. 3e9b2ba sysfs: add sysfs_create/remove_groups() by Greg Kroah-Hartman · 11 years ago
  17. 12478ba driver core: bus_type: add bus_groups by Greg Kroah-Hartman · 11 years ago
  18. ed0617b driver core: bus_type: add drv_groups by Greg Kroah-Hartman · 11 years ago
  19. fa6fdb3 driver core: bus_type: add dev_groups by Greg Kroah-Hartman · 11 years ago
  20. 1c04fc3 driver core: export subsys_virtual_register by Greg Kroah-Hartman · 11 years ago
  21. 46d9be3 Merge branch 'for-3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 11 years ago
  22. be871b7 device: separate all subsys mutexes by Michal Hocko · 11 years ago
  23. d73ce00 driver/base: implement subsys_virtual_register() by Tejun Heo · 11 years ago
  24. 4fa3e78 Driver core: treat unregistered bus_types as having no devices by Bjorn Helgaas · 11 years ago
  25. 190888a driver core: fix possible missing of device probe by Ming Lei · 11 years ago
  26. a42d1e3 driver core: remove CONFIG_HOTPLUG ifdefs by Bill Pemberton · 11 years ago
  27. 5a7689f driver core: move uevent call to driver_register by Sebastian Ott · 12 years ago
  28. 7cd9c9b Revert "driver core: check start node in klist_iter_init_node" by Greg Kroah-Hartman · 12 years ago
  29. a15d49f driver core: check start node in klist_iter_init_node by Hannes Reinecke · 12 years ago
  30. 97ec448 drivers/base/bus.c: local variables should not be exposed globally by H Hartley Sweeten · 12 years ago
  31. bd1d462 Merge 3.3-rc2 into the driver-core-next branch. by Greg Kroah-Hartman · 12 years ago
  32. 2b31594 driver-core: Fix possible null reference in subsys_interface_unregister by Jonghwan Choi · 12 years ago
  33. 78d7955 kernel-doc: fix new warnings in driver-core by Randy Dunlap · 12 years ago
  34. ca22e56 driver-core: implement 'sysdev' functionality for regular devices and buses by Kay Sievers · 12 years ago
  35. 008d23e Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 13 years ago
  36. dca25eb Fix "forcably" comment typo by Robert P. J. Day · 13 years ago
  37. 6b6e39a driver-core: merge private parts of class and bus by Kay Sievers · 14 years ago
  38. 39aba96 driver core: remove CONFIG_SYSFS_DEPRECATED_V2 but keep it for block devices by Kay Sievers · 14 years ago
  39. 600c20f driver core: fix memory leak on one error path in bus_register() by Jike Song · 14 years ago
  40. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  41. 8e9394c Driver core: create lock/unlock functions for struct device by Greg Kroah-Hartman · 14 years ago
  42. 52cf25d Driver core: Constify struct sysfs_ops in struct kobj_type by Emese Revfy · 14 years ago
  43. 9cd4361 kobject: Constify struct kset_uevent_ops by Emese Revfy · 14 years ago
  44. 99b28f1 driver core: Prevent reference to freed memory on error path by Phil Carmody · 14 years ago
  45. 1a6f2a7 Driver core: allow certain drivers prohibit bind/unbind via sysfs by Dmitry Torokhov · 15 years ago
  46. 2023c61 Driver core: add new device to bus's list before probing by Alan Stern · 15 years ago
  47. 0fa1b0a trivial: fix grammo in bus_for_each_dev() kerneldoc by Alex Chiang · 15 years ago
  48. 5c8563d Driver Core: do not oops when driver_unregister() is called for unregistered drivers by Kay Sievers · 15 years ago
  49. ae1b417 driver core: move knode_bus into private structure by Greg Kroah-Hartman · 15 years ago
  50. f48f3fe driver-core: do not register a driver with bus_type not registered by Dave Young · 15 years ago
  51. 49b420a driver core: check bus->match without holding device lock by Ming Lei · 15 years ago
  52. 4db8e28 Revert "driver core: move knode_bus into private structure" by Greg Kroah-Hartman · 15 years ago
  53. b9daa99 driver core: move knode_bus into private structure by Greg Kroah-Hartman · 15 years ago
  54. 1e0b2cf driver core: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  55. 99178b0 Driver core: add bus_sort_breadthfirst() function by Greg Kroah-Hartman · 16 years ago
  56. 3ce24d8d Driver core: make bus_find_device_by_name() more robust by Peter Korsgaard · 16 years ago
  57. 29591b9 bus_remove_device: be more careful about incomplete initialization by Rafael J. Wysocki · 16 years ago
  58. 2b3a302 driver core: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  59. 3f62e57 Driver core: make device_is_registered() work for class devices by Greg Kroah-Hartman · 16 years ago
  60. 0763446 Driver core: Fix error handling in bus_add_driver(). by Cornelia Huck · 16 years ago
  61. 1f9ffc0 Driver core: add bus_find_device_by_name function by Greg Kroah-Hartman · 16 years ago
  62. 4a3ad20 Driver core: coding style fixes by Greg Kroah-Hartman · 16 years ago
  63. c10997f Kobject: convert drivers/* from kobject_unregister() to kobject_put() by Greg Kroah-Hartman · 16 years ago
  64. c8e90d8 Kobject: change drivers/base/bus to use kobject_init_and_add by Greg Kroah-Hartman · 16 years ago
  65. 7dc72b2 Driver core: clean up debugging messages by Greg Kroah-Hartman · 16 years ago
  66. e5dd127 Driver core: move the static kobject out of struct driver by Greg Kroah-Hartman · 16 years ago
  67. c6f7e72 driver core: remove fields from struct bus_type by Greg Kroah-Hartman · 17 years ago
  68. b249072 driver core: add way to get to bus device klist by Greg Kroah-Hartman · 17 years ago
  69. 0fed80f driver core: add way to get to bus kset by Greg Kroah-Hartman · 17 years ago
  70. 2fb9113 kobject: remove subsystem_(un)register functions by Greg Kroah-Hartman · 17 years ago
  71. 6dcec25 kset: convert struct bus_device->drivers to use kset_create by Greg Kroah-Hartman · 17 years ago
  72. 3d89959 kset: convert struct bus_device->devices to use kset_create by Greg Kroah-Hartman · 17 years ago
  73. 59a5483 kset: convert drivers/base/bus.c to use kset_create by Greg Kroah-Hartman · 17 years ago
  74. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  75. a1148fb Driver core: rename ktype_driver by Greg Kroah-Hartman · 17 years ago
  76. 7ac1cf4 Driver core: add uevent file for bus and driver by Kay Sievers · 17 years ago
  77. 5901d01 Driver core: remove get_bus() by Greg Kroah-Hartman · 17 years ago
  78. fc1ede5 Driver core: remove put_bus() by Greg Kroah-Hartman · 17 years ago
  79. 1ef4cfa Driver core: remove subsys_get() by Greg Kroah-Hartman · 17 years ago
  80. 6e9d930 Driver core: remove subsys_put() by Greg Kroah-Hartman · 17 years ago
  81. d6b05b8 Driver core: remove subsys_set_kset by Greg Kroah-Hartman · 17 years ago
  82. 8380770 Driver core: make sysfs uevent-attributes static by Kay Sievers · 17 years ago
  83. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  84. dc0afa8 Driver core: coding style cleanup by Cornelia Huck · 17 years ago
  85. 80f03e3 Driver core: add missing kset uevent by Kay Sievers · 17 years ago
  86. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  87. 4f6e194 driver core: bus_add_driver should return an error if no bus by Greg Kroah-Hartman · 17 years ago
  88. 74e9f5f Driver core: remove unneeded completion from driver release path by Greg Kroah-Hartman · 22 years ago
  89. c6a4669 driver core: don't fail attaching the device if it cannot be bound by Cornelia Huck · 17 years ago
  90. b8c5cec Driver core: udev triggered device-<>driver binding by Kay Sievers · 17 years ago
  91. 4aca67e Driver core: device_add_attrs() cleanup by Andrew Morton · 17 years ago
  92. b9cafc7 CONFIG_SYSFS_DEPRECATED - bus symlinks by Kay Sievers · 18 years ago
  93. 116af37 Driver core: add notification of bus events by Benjamin Herrenschmidt · 18 years ago
  94. d9fd4d3b3 Driver core: bus: remove indentation level by Jeff Garzik · 18 years ago
  95. f70fa62 Driver core: Don't ignore error returns from probing by Alan Stern · 18 years ago
  96. 513e733 driver core fixes: bus_add_device() cleanup on error by Cornelia Huck · 18 years ago
  97. 1bb6881 driver core fixes: bus_add_attrs() retval check by Cornelia Huck · 18 years ago
  98. 81107bf Driver core: Remove unneeded routines from driver core by Alan Stern · 18 years ago
  99. f2eaae1 Driver core: Fix potential deadlock in driver core by Alan Stern · 18 years ago
  100. f86db39 drivers/base: check errors by Andrew Morton · 18 years ago