1. 384f5a8 software nodes: Split software_node_notify() by Rafael J. Wysocki · 3 years, 6 months ago
  2. 0d9f837 driver core: Export device_driver_attach() by Jason Gunthorpe · 3 years, 7 months ago
  3. d46f3e3 driver core: Improve fw_devlink & deferred_probe_timeout interaction by Saravana Kannan · 3 years, 9 months ago
  4. b6f617d driver core: Update device link status properly for device_bind_driver() by Saravana Kannan · 3 years, 10 months ago
  5. 471b12c4 driver core: auxiliary bus: Fix calling stage for auxiliary bus init by Dave Jiang · 3 years, 11 months ago
  6. 2c3dc64 driver core: make driver_probe_device() static by Julian Wiedmann · 4 years, 1 month ago
  7. c84b909 Revert "driver core: fw_devlink: Add support for batching fwnode parsing" by Saravana Kannan · 4 years, 1 month ago
  8. 96d8a91 Revert "driver core: Don't do deferred probe in parallel with kernel_init thread" by Saravana Kannan · 4 years, 1 month ago
  9. d090b70 driver core: add deferring probe reason to devices_deferred property by Andrzej Hajda · 4 years, 6 months ago
  10. cec72f3 driver core: Don't do deferred probe in parallel with kernel_init thread by Saravana Kannan · 4 years, 6 months ago
  11. 716a7a2 driver core: fw_devlink: Add support for batching fwnode parsing by Saravana Kannan · 4 years, 8 months ago
  12. cf901a1c device.h: move devtmpfs prototypes out of the file by Greg Kroah-Hartman · 5 years ago
  13. 5367601 drivers/base: base.h: add proper copyright and header info by Greg Kroah-Hartman · 5 years ago
  14. c2fa1e1 driver/core: Convert to use built-in RCU list checking by Joel Fernandes (Google) · 5 years ago
  15. ef0ff68 driver core: Probe devices asynchronously instead of the driver by Alexander Duyck · 6 years ago
  16. ed88747 device core: Consolidate locking and unlocking of parent and device by Alexander Duyck · 6 years ago
  17. 3451a49 driver core: Establish order of operations for device_add and device_del via bitflag by Alexander Duyck · 6 years ago
  18. 570d020 driver core: move device->knode_class to device_private by Wei Yang · 6 years ago
  19. 46d3a03 driver core: remove unnecessary function extern declare by Shaokun Zhang · 6 years ago
  20. 494fd7b PM / core: fix deferred probe breaking suspend resume order by Feng Kan · 7 years ago
  21. b244131 License cleanup: add SPDX GPL-2.0 license identifier to files with no license by Greg Kroah-Hartman · 7 years ago
  22. a7670d4 driver core: make device_{add|remove}_groups() public by Dmitry Torokhov · 7 years ago
  23. c7334ce Revert "driver core: Add deferred_probe attribute to devices in sysfs" by Greg Kroah-Hartman · 8 years ago
  24. 6751667 driver core: Add deferred_probe attribute to devices in sysfs by Ben Hutchings · 8 years ago
  25. 9ed9895 driver core: Functional dependencies tracking support by Rafael J. Wysocki · 8 years ago
  26. 013c074 PM / sleep: prohibit devices probing during suspend/hibernation by Strashko, Grygorii · 9 years ago
  27. 52cdbdd driver core: correct device's shutdown order by Grygorii Strashko · 9 years ago
  28. 82b2c3c driver core: fix docbook for device_private.device by Tomeu Vizoso · 10 years ago
  29. 765230b driver-core: add asynchronous probing support for drivers by Dmitry Torokhov · 10 years ago
  30. 1bb6c08 driver core: Move driver_data back to struct device by Jean Delvare · 11 years ago
  31. caa73ea ACPI / hotplug / driver core: Handle containers in a special way by Rafael J. Wysocki · 11 years ago
  32. ed0617b driver core: bus_type: add drv_groups by Greg Kroah-Hartman · 11 years ago
  33. fa6fdb3 driver core: bus_type: add dev_groups by Greg Kroah-Hartman · 11 years ago
  34. d73ce00 driver/base: implement subsys_virtual_register() by Tejun Heo · 12 years ago
  35. ef8a3fd driver core: move the deferred probe pointer into the private area by Greg Kroah-Hartman · 13 years ago
  36. d1c3414 drivercore: Add driver probe deferral mechanism by Grant Likely · 13 years ago
  37. 024f784 cpu: Do not return errors from cpu_dev_init() which will be ignored by Ben Hutchings · 13 years ago
  38. ca22e56 driver-core: implement 'sysdev' functionality for regular devices and buses by Kay Sievers · 13 years ago
  39. ba33162 drivers/base: base.h implicitly depends on <linux/notifier.h> by Paul Gortmaker · 14 years ago
  40. 2e711c0 PM: Remove sysdev suspend, resume and shutdown operations by Rafael J. Wysocki · 14 years ago
  41. 6b6e39a driver-core: merge private parts of class and bus by Kay Sievers · 14 years ago
  42. 2b2af54 Driver Core: devtmpfs - kernel-maintained tmpfs-based /dev by Kay Sievers · 16 years ago
  43. b402843 Driver core: move dev_get/set_drvdata to drivers/base/dd.c by Greg Kroah-Hartman · 16 years ago
  44. 2023c61 Driver core: add new device to bus's list before probing by Alan Stern · 15 years ago
  45. 5247aec driver core: fix driver_match_device by Ming Lei · 16 years ago
  46. ae1b417 driver core: move knode_bus into private structure by Greg Kroah-Hartman · 16 years ago
  47. 8940b4f driver core: move knode_driver into private structure by Greg Kroah-Hartman · 16 years ago
  48. f791b8c driver core: move klist_children into private structure by Greg Kroah-Hartman · 16 years ago
  49. fb069a5 driver core: create a private portion of struct device by Greg Kroah-Hartman · 16 years ago
  50. 49b420a driver core: check bus->match without holding device lock by Ming Lei · 16 years ago
  51. 770824b PM: Split up sysdev_[suspend|resume] from device_power_[down|up] by Rafael J. Wysocki · 16 years ago
  52. 926bead Revert "driver core: create a private portion of struct device" by Greg Kroah-Hartman · 16 years ago
  53. e2d4077 Revert "driver core: move klist_children into private structure" by Greg Kroah-Hartman · 16 years ago
  54. cda5e83 Revert "driver core: move knode_driver into private structure" by Greg Kroah-Hartman · 16 years ago
  55. 4db8e28 Revert "driver core: move knode_bus into private structure" by Greg Kroah-Hartman · 16 years ago
  56. b9daa99 driver core: move knode_bus into private structure by Greg Kroah-Hartman · 16 years ago
  57. 93e746d driver core: move knode_driver into private structure by Greg Kroah-Hartman · 16 years ago
  58. 11c3b5c driver core: move klist_children into private structure by Greg Kroah-Hartman · 16 years ago
  59. 2831fe6 driver core: create a private portion of struct device by Greg Kroah-Hartman · 16 years ago
  60. 5a3ceb8 driver-core: use klist for class device list and implement iterator by Tejun Heo · 16 years ago
  61. f75b1c6 class: change internal semaphore to a mutex by Dave Young · 17 years ago
  62. 1e41250 class: fix docbook comments for class_private structure by Greg Kroah-Hartman · 17 years ago
  63. d9a0157 class: rename "sem" to "class_sem" in internal class structure by Greg Kroah-Hartman · 17 years ago
  64. 1fbfee6 class: rename "subsys" to "class_subsys" in internal class structure by Greg Kroah-Hartman · 17 years ago
  65. 184f1f7 class: rename "interfaces" to "class_interfaces" in internal class structure by Greg Kroah-Hartman · 17 years ago
  66. 97ae69f class: rename "devices" to "class_devices" in internal class structure by Greg Kroah-Hartman · 17 years ago
  67. 7c71448 class: move driver core specific parts to a private structure by Greg Kroah-Hartman · 17 years ago
  68. c3b19ff driver core: remove no longer used "struct class_device" by Kay Sievers · 17 years ago
  69. 4a3ad20 Driver core: coding style fixes by Greg Kroah-Hartman · 17 years ago
  70. 92b4214 driver core: fix build with SYSFS=n by Randy Dunlap · 17 years ago
  71. db1118a Driver core: use LIST_HEAD instead of call to INIT_LIST_HEAD in __init by Denis Cheng · 17 years ago
  72. e5dd127 Driver core: move the static kobject out of struct driver by Greg Kroah-Hartman · 17 years ago
  73. c63469a Driver core: move the driver specific module code into the driver core by Greg Kroah-Hartman · 17 years ago
  74. c6f7e72 driver core: remove fields from struct bus_type by Greg Kroah-Hartman · 17 years ago
  75. 881c6cfd kset: convert /sys/devices to use kset_create by Greg Kroah-Hartman · 17 years ago
  76. 5901d01 Driver core: remove get_bus() by Greg Kroah-Hartman · 17 years ago
  77. fc1ede5 Driver core: remove put_bus() by Greg Kroah-Hartman · 17 years ago
  78. 2a01345 Driver core: fix devres_release_all() return value by Adrian Bunk · 18 years ago
  79. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 18 years ago
  80. c6a4669 driver core: don't fail attaching the device if it cannot be bound by Cornelia Huck · 18 years ago
  81. 9ac7849 devres: device resource management by Tejun Heo · 18 years ago
  82. f86db39 drivers/base: check errors by Andrew Morton · 18 years ago
  83. aa49b91 [PATCH] Driver core: change make_class_name() to take kobjects by Greg Kroah-Hartman · 19 years ago
  84. 4039483 [PATCH] Driver Core: Add /sys/hypervisor when needed by Michael Holzheu · 19 years ago
  85. 1740757 [PATCH] Driver Core: remove unused exports by Greg Kroah-Hartman · 19 years ago
  86. 53877d0 [PATCH] Driver core: bus device event delay by Kay Sievers · 19 years ago
  87. f67d115 [PATCH] drivers/base/: proper prototypes by Adrian Bunk · 19 years ago
  88. a1bdc7a [PATCH] drivers/base - fix sparse warnings by Ben Dooks · 19 years ago
  89. afdce75 [PATCH] driver core: Add the ability to bind drivers to devices from userspace by Greg Kroah-Hartman · 20 years ago
  90. 07e4a3e [PATCH] Move device/driver code to drivers/base/dd.c by mochel@digitalimplant.org · 20 years ago
  91. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 20 years ago