1. 8a82472 driver core: Introduce device_move(): move a device to a new parent. by Cornelia Huck · 18 years ago
  2. 5ab6998 driver core: Introduce device_find_child(). by Cornelia Huck · 18 years ago
  3. 465ae64 ACPI: Change ACPI to use dev_archdata instead of firmware_data by Benjamin Herrenschmidt · 18 years ago
  4. c6dbaef Driver core: add dev_archdata to struct device by Benjamin Herrenschmidt · 18 years ago
  5. f0ee61a Driver Core: Move virtual_device_parent() to core.c by Greg Kroah-Hartman · 18 years ago
  6. 116af37 Driver core: add notification of bus events by Benjamin Herrenschmidt · 18 years ago
  7. 04fed36 [PATCH] Remove __must_check for device_for_each_child() by Russell King · 18 years ago
  8. f2eaae1 Driver core: Fix potential deadlock in driver core by Alan Stern · 18 years ago
  9. d779249 Driver Core: add ability for drivers to do a threaded probe by Greg Kroah-Hartman · 18 years ago
  10. f86db39 drivers/base: check errors by Andrew Morton · 18 years ago
  11. 4a7fb63 add __must_check to device management code by Andrew Morton · 18 years ago
  12. 2589f188 Driver core: add ability for devices to create and remove bin files by Greg Kroah-Hartman · 18 years ago
  13. c47ed21 Class: add support for class interfaces for devices by Greg Kroah-Hartman · 18 years ago
  14. c205ef4 Driver core: create devices/virtual/ tree by Greg Kroah-Hartman · 18 years ago
  15. a2de48c Driver core: add device_rename function by Greg Kroah-Hartman · 18 years ago
  16. 2620efe Driver core: add ability for classes to handle devices properly by Greg Kroah-Hartman · 18 years ago
  17. de0ff00 Driver core: add groups support to struct device by Greg Kroah-Hartman · 18 years ago
  18. 1d3a82a PM: no suspend_prepare() phase by David Brownell · 18 years ago
  19. 7c8265f Suspend infrastructure cleanup and extension by Linus Torvalds · 18 years ago
  20. ab7d737 Driver core: add const to class_create by Miguel Ojeda Sandonis · 18 years ago
  21. 5cbe5f8 device_create(): make fmt argument 'const char *' by Greg Kroah-Hartman · 18 years ago
  22. ddd5d35 class_device_create(): make fmt argument 'const char *' by Dmitry Torokhov · 18 years ago
  23. 3e95637 [PATCH] Driver Core: Make dev_info and friends print the bus name if there is no driver by Alan Stern · 18 years ago
  24. 23681e4 [PATCH] Driver core: allow struct device to have a dev_t by Greg Kroah-Hartman · 18 years ago
  25. 1740757 [PATCH] Driver Core: remove unused exports by Greg Kroah-Hartman · 18 years ago
  26. 66643de Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 18 years ago
  27. 1498221 [CLASS DEVICE]: add attribute_group creation by Stephen Hemminger · 18 years ago
  28. 62c4f0a Don't include linux/config.h from anywhere else in include/ by David Woodhouse · 18 years ago
  29. 8b4b670 Merge git://git.kernel.org/pub/scm/linux/kernel/git/bunk/trivial by Linus Torvalds · 18 years ago
  30. 116f232b fixed path to moved file in include/linux/device.h by Rytchkov Alexey · 18 years ago
  31. d04cdb6 Merge ../linux-2.6 by James Bottomley · 18 years ago
  32. 4f2928d [PATCH] Driver core: add macros notice(), dev_notice() by Tilman Schmidt · 18 years ago
  33. e935d5d [SCSI] drivers/base/bus.c - export reprobe by Moore, Eric · 18 years ago
  34. 594c828 [PATCH] Add bus_type probe, remove, shutdown methods. by Russell King · 19 years ago
  35. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  36. d052d1b Create platform_device.h to contain all the platform device details. by Russell King · 19 years ago
  37. 9480e30 [PATCH] DRIVER MODEL: Get rid of the obsolete tri-level suspend/resume callbacks by Russell King · 19 years ago
  38. 74be227 [PATCH] Driver Core: document struct class_device properly by Greg Kroah-Hartman · 19 years ago
  39. 51d172d [PATCH] Driver Core: add the ability for class_device structures to be nested by Greg Kroah-Hartman · 19 years ago
  40. a7fd670 [PATCH] add sysfs attr to re-emit device hotplug event by Kay Sievers · 19 years ago
  41. d8539d8 [PATCH] Driver core: pass interface to class interface methods by Dmitry Torokhov · 19 years ago
  42. d305ef5 [PATCH] driver core: add helper device_is_registered() by Daniel Ritz · 19 years ago
  43. 5028770 [ACPI] merge acpi-2.6.12 branch into latest Linux 2.6.13-rc... by Len Brown · 19 years ago
  44. 4e10d12 [ACPI] Bind PCI devices with ACPI devices by David Shaohua Li · 19 years ago
  45. 23d3d60 [PATCH] driver core: change bus_rescan_devices to return void by Greg Kroah-Hartman · 19 years ago
  46. 0edb586 [PATCH] driver core: add bus_find_device & driver_find_device functions by Cornelia Huck · 19 years ago
  47. 54b6f35 [PATCH] Driver core: change device_attribute callbacks by Yani Ioannou · 19 years ago
  48. 0d3e5a2 [PATCH] Driver Core: fix bk-driver-core kills ppc64 by Patrick Mochel · 19 years ago
  49. 3623957 [PATCH] Use a klist for device child lists. by mochel@digitalimplant.org · 19 years ago
  50. 63c4f20 [PATCH] Remove struct device::driver_list. by mochel@digitalimplant.org · 19 years ago
  51. 7dc35cd [PATCH] Remove struct device::bus_list. by mochel@digitalimplant.org · 19 years ago
  52. cb85b6f [PATCH] Remove the unused device_find(). by mochel@digitalimplant.org · 19 years ago
  53. 94e7b1c5 [PATCH] Add a klist to struct device_driver for the devices bound to it. by mochel@digitalimplant.org · 19 years ago
  54. 38fdac3 [PATCH] Add a klist to struct bus_type for its drivers. by mochel@digitalimplant.org · 19 years ago
  55. 465c7a3 [PATCH] Add a klist to struct bus_type for its devices. by mochel@digitalimplant.org · 19 years ago
  56. fae3cd0 [PATCH] Add driver_for_each_device(). by mochel@digitalimplant.org · 19 years ago
  57. af70316 [PATCH] Add a semaphore to struct device to synchronize calls to its driver. by mochel@digitalimplant.org · 19 years ago
  58. cd987d3 [PATCH] class: remove class_simple code, as no one in the tree is using it anymore. by gregkh@suse.de · 19 years ago
  59. e9ba636 [PATCH] CLASS: move a "simple" class logic into the class core. by gregkh@suse.de · 19 years ago
  60. 8d790d7 [PATCH] make driver's name be const char * by Dmitry Torokhov · 19 years ago
  61. 0b405a0 [PATCH] Driver Core: remove driver model detach_state by David Brownell · 19 years ago
  62. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago