1. 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
  2. d72cca1 drivercore: Fix ordering between deferred_probe and exiting initcalls by Grant Likely · 11 years ago
  3. ab78029 drivers/pinctrl: grab default handles from device core by Linus Walleij · 12 years ago
  4. eed5d21 PM / Runtime: Do not increment device usage counts before probing by Rafael J. Wysocki · 12 years ago
  5. 8153584 driver core: Move deferred devices to the end of dpm_list before probing by Mark Brown · 12 years ago
  6. 6fbfd05 Merge v3.5-rc5 into driver-core-next by Greg Kroah-Hartman · 12 years ago
  7. 0998d06 device-core: Ensure drvdata = NULL when no driver is bound by Hans de Goede · 12 years ago
  8. 1d29cfa5 driver core: fixup reversed deferred probe order by Kuninori Morimoto · 12 years ago
  9. 8b0372a driver core: minor comment formatting cleanups by Greg Kroah-Hartman · 12 years ago
  10. ef8a3fd driver core: move the deferred probe pointer into the private area by Greg Kroah-Hartman · 12 years ago
  11. d1c3414 drivercore: Add driver probe deferral mechanism by Grant Likely · 12 years ago
  12. bcbe4f9 drivers: base: print rejected matches with DEBUG_DRIVER by Wolfram Sang · 13 years ago
  13. 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
  14. e1866b3 PM / Runtime: Rework runtime PM handling during driver removal by Rafael J. Wysocki · 13 years ago
  15. c870508 driver core: let dev_set_drvdata return int instead of void as it can fail by Uwe Kleine-König · 13 years ago
  16. 8497d6a driver-core: fix race between device_register and driver_register by Sebastian Ott · 13 years ago
  17. 45daef0 Driver core: Add BUS_NOTIFY_BIND_DRIVER by Magnus Damm · 14 years ago
  18. fbb88fa driver-core: fix potential race condition in drivers/base/dd.c by Stefani Seibold · 14 years ago
  19. 8e9394c Driver core: create lock/unlock functions for struct device by Greg Kroah-Hartman · 14 years ago
  20. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  21. b402843 Driver core: move dev_get/set_drvdata to drivers/base/dd.c by Greg Kroah-Hartman · 15 years ago
  22. 5e928f7 PM: Introduce core framework for run-time PM of I/O devices (rev. 17) by Rafael J. Wysocki · 15 years ago
  23. 59a3cd7 Driver core: fix comment for device_attach() by Dmitry Torokhov · 15 years ago
  24. 309b7d6 driver core: add BUS_NOTIFY_UNBOUND_DRIVER event by Joerg Roedel · 15 years ago
  25. d4d5291 driver synchronization: make scsi_wait_scan more advanced by Arjan van de Ven · 15 years ago
  26. 8940b4f driver core: move knode_driver into private structure by Greg Kroah-Hartman · 16 years ago
  27. b23530e driver core: remove polling for driver_probe_done(v5) by Ming Lei · 15 years ago
  28. 49b420a driver core: check bus->match without holding device lock by Ming Lei · 16 years ago
  29. 216773a Consolidate driver_probe_done() loops into one place by Arjan van de Ven · 15 years ago
  30. cda5e83 Revert "driver core: move knode_driver into private structure" by Greg Kroah-Hartman · 16 years ago
  31. 7232800 driver core:fix duplicate removing driver link in __device_release_driver by Ming Lei · 16 years ago
  32. 93e746d driver core: move knode_driver into private structure by Greg Kroah-Hartman · 16 years ago
  33. 1e0b2cf driver core: struct device - replace bus_id with dev_name(), dev_set_name() by Kay Sievers · 16 years ago
  34. 6cd4958 device model: Do a quickcheck for driver binding before doing an expensive check by Arjan van de Ven · 16 years ago
  35. 2b3a302 driver core: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  36. 4a3ad20 Driver core: coding style fixes by Greg Kroah-Hartman · 17 years ago
  37. ef2c517 Driver core: fix race in __device_release_driver by Alan Stern · 17 years ago
  38. 7dc72b2 Driver core: clean up debugging messages by Greg Kroah-Hartman · 17 years ago
  39. e5dd127 Driver core: move the static kobject out of struct driver by Greg Kroah-Hartman · 17 years ago
  40. c6f7e72 driver core: remove fields from struct bus_type by Greg Kroah-Hartman · 17 years ago
  41. ab71c6f driver core: fix kernel doc of device_release_driver by Stefan Richter · 17 years ago
  42. 1f5681a driver core: properly get driver in device_release_driver by Stefan Richter · 17 years ago
  43. 475c5a1 Driver core: kill unused code by Stephen Hemminger · 17 years ago
  44. 5adc55d PCI: remove the broken PCI_MULTITHREAD_PROBE option by Adrian Bunk · 17 years ago
  45. c6a4669 driver core: don't fail attaching the device if it cannot be bound by Cornelia Huck · 18 years ago
  46. 21c7f30 driver core: per-subsystem multithreaded probing by Cornelia Huck · 18 years ago
  47. 9ac7849 devres: device resource management by Tejun Heo · 18 years ago
  48. cb986b7 driver core: Change function call order in device_bind_driver(). by Cornelia Huck · 18 years ago
  49. c578abb driver core: Don't stop probing on ->probe errors. by Cornelia Huck · 18 years ago
  50. 1901fb2 Driver core: fix "driver" symlink timing by Kay Sievers · 18 years ago
  51. 116af37 Driver core: add notification of bus events by Benjamin Herrenschmidt · 18 years ago
  52. 735a7ff [PATCH] drivers: wait for threaded probes between initcall levels by Andrew Morton · 18 years ago
  53. 4d66423 driver core: kmalloc() failure check in driver_probe_device by Akinobu Mita · 18 years ago
  54. 0fbf116 Driver core: plug device probe memory leak by Duncan Sands · 18 years ago
  55. f2eaae1 Driver core: Fix potential deadlock in driver core by Alan Stern · 18 years ago
  56. d779249 Driver Core: add ability for drivers to do a threaded probe by Greg Kroah-Hartman · 18 years ago
  57. f86db39 drivers/base: check errors by Andrew Morton · 18 years ago
  58. 0f836ca [PATCH] driver core: safely unbind drivers for devices not on a bus by Alan Stern · 18 years ago
  59. 594c828 [PATCH] Add bus_type probe, remove, shutdown methods. by Russell King · 19 years ago
  60. bf74ad5 [PATCH] Hold the device's parent's lock during probe and remove by Alan Stern · 19 years ago
  61. 2b08c8d [PATCH] Small fixes to driver core by Alan Stern · 19 years ago
  62. 4c898c7 [PATCH] Driver Core: fis bus rescan devices race by Daniel Ritz · 19 years ago
  63. d856f1e3 [PATCH] klist: fix klist to have the same klist_add semantics as list_head by James Bottomley · 19 years ago
  64. afdce75 [PATCH] driver core: Add the ability to bind drivers to devices from userspace by Greg Kroah-Hartman · 19 years ago
  65. ca2b94b [PATCH] driver core: fix error handling in bus_add_device by Hannes Reinecke · 19 years ago
  66. c95a6b0 [PATCH] driver core: Fix races in driver_detach() by Alan Stern · 19 years ago
  67. 0d3e5a2 [PATCH] Driver Core: fix bk-driver-core kills ppc64 by Patrick Mochel · 19 years ago
  68. b86c1df [PATCH] Driver core: Fix up the driver and device iterators to be quieter by gregkh@suse.de · 19 years ago
  69. 0956af5 [PATCH] Call klist_del() instead of klist_remove(). by mochel@digitalimplant.org · 19 years ago
  70. 2287c32 [PATCH] Use bus_for_each_{dev,drv} for driver binding. by mochel@digitalimplant.org · 19 years ago
  71. 94e7b1c5 [PATCH] Add a klist to struct device_driver for the devices bound to it. by mochel@digitalimplant.org · 19 years ago
  72. 07e4a3e [PATCH] Move device/driver code to drivers/base/dd.c by mochel@digitalimplant.org · 19 years ago