1. bea5b15 driver core: add test of driver remove calls during probe by Rob Herring · 8 years ago
  2. 656b803 ARM: 8524/1: driver cohandle -EPROBE_DEFER from bus_type.match() by Tomeu Vizoso · 8 years ago
  3. 3ded910 driver core: Avoid NULL pointer dereferences in device_is_bound() by Rafael J. Wysocki · 8 years ago
  4. aa8e54b PM / sleep: Go direct_complete if driver has no callbacks by Tomeu Vizoso · 8 years ago
  5. 6b9cb42 device core: add device_is_bound() by Tomeu Vizoso · 8 years ago
  6. c4e4d63 Merge branch 'acpi-soc' into pm-core by Rafael J. Wysocki · 8 years ago
  7. 14b6257 device core: add BUS_NOTIFY_DRIVER_NOT_BOUND notification by Andy Shevchenko · 9 years ago
  8. d89d7ff Merge branches 'pm-sleep' and 'pm-runtime' into pm-core by Rafael J. Wysocki · 9 years ago
  9. 5de85b9 PM / runtime: Re-init runtime PM states at probe error and driver unbind by Ulf Hansson · 9 years ago
  10. 013c074 PM / sleep: prohibit devices probing during suspend/hibernation by Strashko, Grygorii · 9 years ago
  11. ef0eebc drivers/pinctrl: Add the concept of an "init" state by Douglas Anderson · 9 years ago
  12. ae98207 Merge tag 'pm+acpi-4.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  13. 52cdbdd driver core: correct device's shutdown order by Grygorii Strashko · 9 years ago
  14. ddef08d Driver core: wakeup the parent device before trying probe by Rafael J. Wysocki · 9 years ago
  15. 9ba8af6 base:dd - Fix for typo in comment to function driver_deferred_probe_trigger(). by Shailendra Verma · 9 years ago
  16. 80c6e14 driver-core: fix build for !CONFIG_MODULES by Dmitry Torokhov · 9 years ago
  17. 802a87f driver-core: make __device_attach() static by Dmitry Torokhov · 9 years ago
  18. d173a13 driver-core: enable drivers to opt-out of async probe by Luis R. Rodriguez · 9 years ago
  19. f2411da driver-core: add driver module asynchronous probe support by Luis R. Rodriguez · 9 years ago
  20. 765230b driver-core: add asynchronous probing support for drivers by Dmitry Torokhov · 9 years ago
  21. 2481bc7 Merge tag 'pm+acpi-4.1-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 9 years ago
  22. 13fcffb driver core: Make probe deferral more quiet by Mark Brown · 9 years ago
  23. bb2b407 driver core: use *switch* statement in really_probe() by Sergei Shtylyov · 9 years ago
  24. e90d553 driver core / PM: Add PM domain callbacks for device setup/cleanup by Rafael J. Wysocki · 9 years ago
  25. 4157533 driver core: Remove kerneldoc from local function by Thierry Reding · 10 years ago
  26. a996d01 driver core: Inline dev_set/get_drvdata by Jean Delvare · 10 years ago
  27. d433201 driver core: dev_get_drvdata: Don't check for NULL dev by Jean Delvare · 10 years ago
  28. 2c1f1ff driver core: dev_set_drvdata returns void by Jean Delvare · 10 years ago
  29. 1bb6c08 driver core: Move driver_data back to struct device by Jean Delvare · 10 years ago
  30. 58b116b drivercore: deferral race condition fix by Grant Likely · 10 years ago
  31. 94f8cc0 drivers/base/dd.c incorrect pr_debug() parameters by Frank Rowand · 10 years ago
  32. baab52d PM / runtime: Use pm_runtime_put_sync() in __device_release_driver() by Rafael J. Wysocki · 11 years ago
  33. fa180eb PM / Runtime: Idle devices asynchronously after probe|release by Ulf Hansson · 11 years ago
  34. 06991c2 Merge tag 'driver-core-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 11 years ago
  35. d72cca1 drivercore: Fix ordering between deferred_probe and exiting initcalls by Grant Likely · 11 years ago
  36. ab78029 drivers/pinctrl: grab default handles from device core by Linus Walleij · 11 years ago
  37. eed5d21 PM / Runtime: Do not increment device usage counts before probing by Rafael J. Wysocki · 12 years ago
  38. 8153584 driver core: Move deferred devices to the end of dpm_list before probing by Mark Brown · 12 years ago
  39. 6fbfd05 Merge v3.5-rc5 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  40. 0998d06 device-core: Ensure drvdata = NULL when no driver is bound by Hans de Goede · 12 years ago
  41. 1d29cfa5 driver core: fixup reversed deferred probe order by Kuninori Morimoto · 12 years ago
  42. 8b0372a driver core: minor comment formatting cleanups by Greg Kroah-Hartman · 12 years ago
  43. ef8a3fd driver core: move the deferred probe pointer into the private area by Greg Kroah-Hartman · 12 years ago
  44. d1c3414 drivercore: Add driver probe deferral mechanism by Grant Likely · 12 years ago
  45. bcbe4f9 drivers: base: print rejected matches with DEBUG_DRIVER by Wolfram Sang · 13 years ago
  46. 39ab05c 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
  47. e1866b3 PM / Runtime: Rework runtime PM handling during driver removal by Rafael J. Wysocki · 13 years ago
  48. c870508 driver core: let dev_set_drvdata return int instead of void as it can fail by Uwe Kleine-König · 13 years ago
  49. 8497d6a driver-core: fix race between device_register and driver_register by Sebastian Ott · 13 years ago
  50. 45daef0 Driver core: Add BUS_NOTIFY_BIND_DRIVER by Magnus Damm · 14 years ago
  51. fbb88fa driver-core: fix potential race condition in drivers/base/dd.c by Stefani Seibold · 14 years ago
  52. 8e9394c Driver core: create lock/unlock functions for struct device by Greg Kroah-Hartman · 14 years ago
  53. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  54. b402843 Driver core: move dev_get/set_drvdata to drivers/base/dd.c by Greg Kroah-Hartman · 15 years ago
  55. 5e928f7 PM: Introduce core framework for run-time PM of I/O devices (rev. 17) by Rafael J. Wysocki · 15 years ago
  56. 59a3cd7 Driver core: fix comment for device_attach() by Dmitry Torokhov · 15 years ago
  57. 309b7d6 driver core: add BUS_NOTIFY_UNBOUND_DRIVER event by Joerg Roedel · 15 years ago
  58. d4d5291 driver synchronization: make scsi_wait_scan more advanced by Arjan van de Ven · 15 years ago
  59. 8940b4f driver core: move knode_driver into private structure by Greg Kroah-Hartman · 16 years ago
  60. b23530e driver core: remove polling for driver_probe_done(v5) by Ming Lei · 15 years ago
  61. 49b420a driver core: check bus->match without holding device lock by Ming Lei · 15 years ago
  62. 216773a Consolidate driver_probe_done() loops into one place by Arjan van de Ven · 15 years ago
  63. cda5e83 Revert "driver core: move knode_driver into private structure" by Greg Kroah-Hartman · 15 years ago
  64. 7232800 driver core:fix duplicate removing driver link in __device_release_driver by Ming Lei · 16 years ago
  65. 93e746d driver core: move knode_driver into private structure by Greg Kroah-Hartman · 16 years ago
  66. 1e0b2cf driver core: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  67. 6cd4958 device model: Do a quickcheck for driver binding before doing an expensive check by Arjan van de Ven · 16 years ago
  68. 2b3a302 driver core: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  69. 4a3ad20 Driver core: coding style fixes by Greg Kroah-Hartman · 16 years ago
  70. ef2c517 Driver core: fix race in __device_release_driver by Alan Stern · 17 years ago
  71. 7dc72b2 Driver core: clean up debugging messages by Greg Kroah-Hartman · 17 years ago
  72. e5dd127 Driver core: move the static kobject out of struct driver by Greg Kroah-Hartman · 17 years ago
  73. c6f7e72 driver core: remove fields from struct bus_type by Greg Kroah-Hartman · 17 years ago
  74. ab71c6f driver core: fix kernel doc of device_release_driver by Stefan Richter · 17 years ago
  75. 1f5681a driver core: properly get driver in device_release_driver by Stefan Richter · 17 years ago
  76. 475c5a1 Driver core: kill unused code by Stephen Hemminger · 17 years ago
  77. 5adc55d PCI: remove the broken PCI_MULTITHREAD_PROBE option by Adrian Bunk · 17 years ago
  78. c6a4669 driver core: don't fail attaching the device if it cannot be bound by Cornelia Huck · 17 years ago
  79. 21c7f30 driver core: per-subsystem multithreaded probing by Cornelia Huck · 17 years ago
  80. 9ac7849 devres: device resource management by Tejun Heo · 17 years ago
  81. cb986b7 driver core: Change function call order in device_bind_driver(). by Cornelia Huck · 18 years ago
  82. c578abb driver core: Don't stop probing on ->probe errors. by Cornelia Huck · 18 years ago
  83. 1901fb2 Driver core: fix "driver" symlink timing by Kay Sievers · 18 years ago
  84. 116af37 Driver core: add notification of bus events by Benjamin Herrenschmidt · 18 years ago
  85. 735a7ff [PATCH] drivers: wait for threaded probes between initcall levels by Andrew Morton · 18 years ago
  86. 4d66423 driver core: kmalloc() failure check in driver_probe_device by Akinobu Mita · 18 years ago
  87. 0fbf116 Driver core: plug device probe memory leak by Duncan Sands · 18 years ago
  88. f2eaae1 Driver core: Fix potential deadlock in driver core by Alan Stern · 18 years ago
  89. d779249 Driver Core: add ability for drivers to do a threaded probe by Greg Kroah-Hartman · 18 years ago
  90. f86db39 drivers/base: check errors by Andrew Morton · 18 years ago
  91. 0f836ca [PATCH] driver core: safely unbind drivers for devices not on a bus by Alan Stern · 18 years ago
  92. 594c828 [PATCH] Add bus_type probe, remove, shutdown methods. by Russell King · 18 years ago
  93. bf74ad5 [PATCH] Hold the device's parent's lock during probe and remove by Alan Stern · 19 years ago
  94. 2b08c8d [PATCH] Small fixes to driver core by Alan Stern · 19 years ago
  95. 4c898c7 [PATCH] Driver Core: fis bus rescan devices race by Daniel Ritz · 19 years ago
  96. d856f1e3 [PATCH] klist: fix klist to have the same klist_add semantics as list_head by James Bottomley · 19 years ago
  97. afdce75 [PATCH] driver core: Add the ability to bind drivers to devices from userspace by Greg Kroah-Hartman · 19 years ago
  98. ca2b94b [PATCH] driver core: fix error handling in bus_add_device by Hannes Reinecke · 19 years ago
  99. c95a6b0 [PATCH] driver core: Fix races in driver_detach() by Alan Stern · 19 years ago
  100. 0d3e5a2 [PATCH] Driver Core: fix bk-driver-core kills ppc64 by Patrick Mochel · 19 years ago