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