1. 413c239 driver-core: prepare for 2.6.27 api change by adding dev_set_name by Stephen Rothwell · 16 years ago
  2. e616c63 Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/net-2.6 by Linus Torvalds · 16 years ago
  3. 8882b39 Driver core: add device_create_vargs and device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  4. 0599ad5 sysfs: remove error messages for -EEXIST case by Stephen Hemminger · 16 years ago
  5. 0d358f2 driver core: try parent numa_node at first before using default by Yinghai Lu · 16 years ago
  6. e80ab41 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 16 years ago
  7. 2b3a302 driver core: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  8. b844eba PM: Remove destroy_suspended_device() by Rafael J. Wysocki · 16 years ago
  9. 57eee3d Driver core: Call device_pm_add() after bus_add_device() in device_add() by Rafael J. Wysocki · 16 years ago
  10. 58aca23 PM: Handle device registrations during suspend/resume by Rafael J. Wysocki · 16 years ago
  11. 6188e10 Convert asm/semaphore.h users to linux/semaphore.h by Matthew Wilcox · 16 years ago
  12. 815d2d5 driver core: debug for bad dev_attr_show() return value. by Andrew Morton · 16 years ago
  13. c1fe539 Driver core: Fix cleanup when failing device_add(). by Cornelia Huck · 16 years ago
  14. 135dee0 driver core: Remove dpm_sysfs_remove() from error path of device_add() by Rafael J. Wysocki · 16 years ago
  15. 7a8d37a PM: Do not acquire device semaphores upfront during suspend by Rafael J. Wysocki · 16 years ago
  16. 0c98b19 Driver core: Remove unneeded get_{device,driver}() calls. by Cornelia Huck · 16 years ago
  17. cd35449 driver core: convert to use class_find_device api by Dave Young · 16 years ago
  18. 4e886c2 Driver core: Fix up build when CONFIG_BLOCK=N by Greg Kroah-Hartman · 16 years ago
  19. 4a3ad20 Driver core: coding style fixes by Greg Kroah-Hartman · 16 years ago
  20. 63b6971 Driver core: Cleanup get_device_parent() in device_add() and device_move() by Cornelia Huck · 16 years ago
  21. 0f4dafc Kobject: auto-cleanup on final unref by Kay Sievers · 17 years ago
  22. f9cb074 Kobject: rename kobject_init_ng() to kobject_init() by Greg Kroah-Hartman · 17 years ago
  23. b2d6db5 Kobject: rename kobject_add_ng() to kobject_add() by Greg Kroah-Hartman · 17 years ago
  24. edfaa7c Driver core: convert block from raw kobjects to core devices by Kay Sievers · 17 years ago
  25. da231fd Driver core: fix class glue dir cleanup logic by Kay Sievers · 17 years ago
  26. 7dc72b2 Driver core: clean up debugging messages by Greg Kroah-Hartman · 17 years ago
  27. c6f7e72 driver core: remove fields from struct bus_type by Greg Kroah-Hartman · 17 years ago
  28. 9990513 Kobject: convert drivers/base/core.c to use kobject_init/add_ng() by Greg Kroah-Hartman · 17 years ago
  29. 37b0c02 driver core: clean up device_shutdown by Greg Kroah-Hartman · 17 years ago
  30. 881c6cfd kset: convert /sys/devices to use kset_create by Greg Kroah-Hartman · 17 years ago
  31. 43968d2 kobject: get rid of kobject_kset_add_dir by Greg Kroah-Hartman · 17 years ago
  32. 4ff6abf kobject: get rid of kobject_add_dir by Greg Kroah-Hartman · 17 years ago
  33. 3514fac kobject: remove struct kobj_type from struct kset by Greg Kroah-Hartman · 17 years ago
  34. 775b64d PM: Acquire device locks on suspend by Rafael J. Wysocki · 16 years ago
  35. dec13c1 create /sys/.../power when CONFIG_PM is set by Daniel Drake · 17 years ago
  36. 60b8cab Driver Core: fix bug in device_rename() for SYSFS_DEPRECATED=y by Kay Sievers · 17 years ago
  37. 8f4afc4 Driver core: rename ktype_device by Greg Kroah-Hartman · 17 years ago
  38. 5c5daf6 Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUG by Kay Sievers · 17 years ago
  39. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  40. 3eb215d Driver core: fix SYSF_DEPRECATED breakage for nested classdevs by Dmitry Torokhov · 17 years ago
  41. 5309809 Add explicit zeroing to "envp" array in device 'show' method by Linus Torvalds · 17 years ago
  42. 4f01a75 Driver core: fix deprectated sysfs structure for nested class devices by Dmitry Torokhov · 17 years ago
  43. 2790768 driver core: revert "device" link creation check by Cornelia Huck · 17 years ago
  44. ff2ee8c kobject: put kobject_actions in kobject.h by Greg Kroah-Hartman · 22 years ago
  45. 2ee97ca Driver core: check return code of sysfs_create_link() by Cornelia Huck · 17 years ago
  46. 60a96a5 Driver core: accept all valid action-strings in uevent-trigger by Kay Sievers · 17 years ago
  47. ad6a1e1 driver-core: make devt_attr and uevent_attr static by Tejun Heo · 17 years ago
  48. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  49. dc0afa8 Driver core: coding style cleanup by Cornelia Huck · 17 years ago
  50. 2c7afd1 Driver core: keep PHYSDEV for old struct class_device by Kay Sievers · 17 years ago
  51. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  52. c7308c8 Driver core: fix show_uevent from taking up way too much stack by Greg Kroah-Hartman · 17 years ago
  53. 523ded7 device_schedule_callback() needs a module reference by Alan Stern · 17 years ago
  54. 22af74f Driver core: warn when userspace writes to the uevent file in a non-supported way by Kay Sievers · 17 years ago
  55. 16574dc Driver core: make uevent-environment available in uevent-file by Kay Sievers · 17 years ago
  56. 83b5fb4c Driver core: suppress uevents via filter by Cornelia Huck · 17 years ago
  57. c6a4669 driver core: don't fail attaching the device if it cannot be bound by Cornelia Huck · 17 years ago
  58. 414264f Driver core: add name to device_type by Kay Sievers · 17 years ago
  59. 621a167 driver core: Use attribute groups in struct device_type by Dmitry Torokhov · 17 years ago
  60. a456b70 dev_printk and new-style class devices by Jean Delvare · 17 years ago
  61. 8640624 driver core: fix namespace issue with devices assigned to classes by Kay Sievers · 17 years ago
  62. 00ed8e3 driver core: fix device_add error path by Dmitriy Monakhov · 17 years ago
  63. 2363cc0 [PATCH] remove protection of LANANA-reserved majors by Andrew Morton · 17 years ago
  64. d9a9cdf [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390 by Alan Stern · 17 years ago
  65. a2807db driver core: export device_rename by Johannes Berg · 17 years ago
  66. f7f3461 Driver core: add device symlink back to sysfs by Greg Kroah-Hartman · 17 years ago
  67. 2f8d16a devres: release resources on device_del() by Tejun Heo · 17 years ago
  68. 82f0cf9 Driver core: fix error by cleanup up symlinks properly by James Simmons · 17 years ago
  69. b446b60 [PATCH] rework reserved major handling by Andrew Morton · 17 years ago
  70. 9ac7849 devres: device resource management by Tejun Heo · 17 years ago
  71. b7a3e81 Driver core: allow to delay the uevent at device creation time by Kay Sievers · 18 years ago
  72. f9f852d Driver core: add device_type to struct device by Kay Sievers · 18 years ago
  73. 239378f Driver core: add uevent vars for devices of a class by Kay Sievers · 18 years ago
  74. cb360bb driver core fixes: make_class_name() retval checks by Cornelia Huck · 18 years ago
  75. c744aeae driver core: Allow device_move(dev, NULL). by Cornelia Huck · 17 years ago
  76. 717e48c driver core: Remove device_is_registered() in device_move(). by Cornelia Huck · 17 years ago
  77. 8734813 [PATCH] add numa node information to struct device by Christoph Hellwig · 18 years ago
  78. acf02d2 driver core: Use klist_remove() in device_move() by Cornelia Huck · 18 years ago
  79. 8a82472 driver core: Introduce device_move(): move a device to a new parent. by Cornelia Huck · 18 years ago
  80. af9e076 Driver core: make drivers/base/core.c:setup_parent() static by Adrian Bunk · 18 years ago
  81. 5ab6998 driver core: Introduce device_find_child(). by Cornelia Huck · 18 years ago
  82. 2895353 Driver core: Call platform_notify_remove later by Benjamin Herrenschmidt · 18 years ago
  83. a87cb2a CONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variables by Kay Sievers · 18 years ago
  84. 99ef3ef CONFIG_SYSFS_DEPRECATED - device symlinks by Kay Sievers · 18 years ago
  85. 40fa542 Driver core: make old versions of udev work properly by Greg Kroah-Hartman · 18 years ago
  86. f0ee61a Driver Core: Move virtual_device_parent() to core.c by Greg Kroah-Hartman · 18 years ago
  87. 116af37 Driver core: add notification of bus events by Benjamin Herrenschmidt · 18 years ago
  88. 82189b9 [PATCH] Fix device_attribute memory leak in device_del by Catalin Marinas · 18 years ago
  89. f70fa62 Driver core: Don't ignore error returns from probing by Alan Stern · 18 years ago
  90. 952ab43 Driver core: Don't leak 'old_class_name' in drivers/base/core.c::device_rename() by Jesper Juhl · 18 years ago
  91. a306eea driver core fixes: device_add() cleanup on error by Cornelia Huck · 18 years ago
  92. 310a922 Fix dev_printk() is now GPL-only by Matthew Wilcox · 18 years ago
  93. 3702264 drivers/base: Platform notify needs to occur before drivers attach to the device by Brian Walsh · 18 years ago
  94. 2589f188 Driver core: add ability for devices to create and remove bin files by Greg Kroah-Hartman · 18 years ago
  95. c47ed21 Class: add support for class interfaces for devices by Greg Kroah-Hartman · 18 years ago
  96. c205ef4 Driver core: create devices/virtual/ tree by Greg Kroah-Hartman · 18 years ago
  97. a2de48c Driver core: add device_rename function by Greg Kroah-Hartman · 18 years ago
  98. 2620efe Driver core: add ability for classes to handle devices properly by Greg Kroah-Hartman · 18 years ago
  99. 64bb5d2 Driver core: allow devices in classes to have no parent by Greg Kroah-Hartman · 18 years ago
  100. de0ff00 Driver core: add groups support to struct device by Greg Kroah-Hartman · 18 years ago