1. 60b8cab Driver Core: fix bug in device_rename() for SYSFS_DEPRECATED=y by Kay Sievers · 17 years ago
  2. 8f4afc4 Driver core: rename ktype_device by Greg Kroah-Hartman · 17 years ago
  3. 5c5daf6 Driver core: exclude kobject_uevent.c for !CONFIG_HOTPLUG by Kay Sievers · 17 years ago
  4. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  5. 3eb215d Driver core: fix SYSF_DEPRECATED breakage for nested classdevs by Dmitry Torokhov · 17 years ago
  6. 5309809 Add explicit zeroing to "envp" array in device 'show' method by Linus Torvalds · 17 years ago
  7. 4f01a75 Driver core: fix deprectated sysfs structure for nested class devices by Dmitry Torokhov · 17 years ago
  8. 2790768 driver core: revert "device" link creation check by Cornelia Huck · 17 years ago
  9. ff2ee8c kobject: put kobject_actions in kobject.h by Greg Kroah-Hartman · 22 years ago
  10. 2ee97ca Driver core: check return code of sysfs_create_link() by Cornelia Huck · 17 years ago
  11. 60a96a5 Driver core: accept all valid action-strings in uevent-trigger by Kay Sievers · 17 years ago
  12. ad6a1e1 driver-core: make devt_attr and uevent_attr static by Tejun Heo · 17 years ago
  13. 7b59575 sysfs: kill unnecessary attribute->owner by Tejun Heo · 17 years ago
  14. dc0afa8 Driver core: coding style cleanup by Cornelia Huck · 17 years ago
  15. 2c7afd1 Driver core: keep PHYSDEV for old struct class_device by Kay Sievers · 17 years ago
  16. 823bccf remove "struct subsystem" as it is no longer needed by Greg Kroah-Hartman · 17 years ago
  17. c7308c8 Driver core: fix show_uevent from taking up way too much stack by Greg Kroah-Hartman · 17 years ago
  18. 523ded7 device_schedule_callback() needs a module reference by Alan Stern · 17 years ago
  19. 22af74f Driver core: warn when userspace writes to the uevent file in a non-supported way by Kay Sievers · 17 years ago
  20. 16574dc Driver core: make uevent-environment available in uevent-file by Kay Sievers · 17 years ago
  21. 83b5fb4c Driver core: suppress uevents via filter by Cornelia Huck · 17 years ago
  22. c6a4669 driver core: don't fail attaching the device if it cannot be bound by Cornelia Huck · 18 years ago
  23. 414264f Driver core: add name to device_type by Kay Sievers · 17 years ago
  24. 621a167 driver core: Use attribute groups in struct device_type by Dmitry Torokhov · 17 years ago
  25. a456b70 dev_printk and new-style class devices by Jean Delvare · 17 years ago
  26. 8640624 driver core: fix namespace issue with devices assigned to classes by Kay Sievers · 17 years ago
  27. 00ed8e3 driver core: fix device_add error path by Dmitriy Monakhov · 17 years ago
  28. 2363cc0 [PATCH] remove protection of LANANA-reserved majors by Andrew Morton · 17 years ago
  29. d9a9cdf [PATCH] sysfs and driver core: add callback helper, used by SCSI and S390 by Alan Stern · 17 years ago
  30. a2807db driver core: export device_rename by Johannes Berg · 17 years ago
  31. f7f3461 Driver core: add device symlink back to sysfs by Greg Kroah-Hartman · 17 years ago
  32. 2f8d16a devres: release resources on device_del() by Tejun Heo · 17 years ago
  33. 82f0cf9 Driver core: fix error by cleanup up symlinks properly by James Simmons · 18 years ago
  34. b446b60 [PATCH] rework reserved major handling by Andrew Morton · 18 years ago
  35. 9ac7849 devres: device resource management by Tejun Heo · 18 years ago
  36. b7a3e81 Driver core: allow to delay the uevent at device creation time by Kay Sievers · 18 years ago
  37. f9f852d Driver core: add device_type to struct device by Kay Sievers · 18 years ago
  38. 239378f Driver core: add uevent vars for devices of a class by Kay Sievers · 18 years ago
  39. cb360bb driver core fixes: make_class_name() retval checks by Cornelia Huck · 18 years ago
  40. c744aeae driver core: Allow device_move(dev, NULL). by Cornelia Huck · 18 years ago
  41. 717e48c driver core: Remove device_is_registered() in device_move(). by Cornelia Huck · 18 years ago
  42. 8734813 [PATCH] add numa node information to struct device by Christoph Hellwig · 18 years ago
  43. acf02d2 driver core: Use klist_remove() in device_move() by Cornelia Huck · 18 years ago
  44. 8a82472 driver core: Introduce device_move(): move a device to a new parent. by Cornelia Huck · 18 years ago
  45. af9e076 Driver core: make drivers/base/core.c:setup_parent() static by Adrian Bunk · 18 years ago
  46. 5ab6998 driver core: Introduce device_find_child(). by Cornelia Huck · 18 years ago
  47. 2895353 Driver core: Call platform_notify_remove later by Benjamin Herrenschmidt · 18 years ago
  48. a87cb2a CONFIG_SYSFS_DEPRECATED - PHYSDEV* uevent variables by Kay Sievers · 18 years ago
  49. 99ef3ef CONFIG_SYSFS_DEPRECATED - device symlinks by Kay Sievers · 18 years ago
  50. 40fa542 Driver core: make old versions of udev work properly by Greg Kroah-Hartman · 18 years ago
  51. f0ee61a Driver Core: Move virtual_device_parent() to core.c by Greg Kroah-Hartman · 18 years ago
  52. 116af37 Driver core: add notification of bus events by Benjamin Herrenschmidt · 18 years ago
  53. 82189b9 [PATCH] Fix device_attribute memory leak in device_del by Catalin Marinas · 18 years ago
  54. f70fa62 Driver core: Don't ignore error returns from probing by Alan Stern · 18 years ago
  55. 952ab43 Driver core: Don't leak 'old_class_name' in drivers/base/core.c::device_rename() by Jesper Juhl · 18 years ago
  56. a306eea driver core fixes: device_add() cleanup on error by Cornelia Huck · 18 years ago
  57. 310a922 Fix dev_printk() is now GPL-only by Matthew Wilcox · 18 years ago
  58. 3702264 drivers/base: Platform notify needs to occur before drivers attach to the device by Brian Walsh · 18 years ago
  59. 2589f188 Driver core: add ability for devices to create and remove bin files by Greg Kroah-Hartman · 18 years ago
  60. c47ed21 Class: add support for class interfaces for devices by Greg Kroah-Hartman · 18 years ago
  61. c205ef4 Driver core: create devices/virtual/ tree by Greg Kroah-Hartman · 18 years ago
  62. a2de48c Driver core: add device_rename function by Greg Kroah-Hartman · 18 years ago
  63. 2620efe Driver core: add ability for classes to handle devices properly by Greg Kroah-Hartman · 18 years ago
  64. 64bb5d2 Driver core: allow devices in classes to have no parent by Greg Kroah-Hartman · 18 years ago
  65. de0ff00 Driver core: add groups support to struct device by Greg Kroah-Hartman · 18 years ago
  66. 5cbe5f8 device_create(): make fmt argument 'const char *' by Greg Kroah-Hartman · 18 years ago
  67. d81d9d6 deprecate PHYSDEV* keys by Kay Sievers · 18 years ago
  68. 42734da [PATCH] Driver core: kernel-doc in drivers/base/core.c corrections by Henrik Kretzschmar · 18 years ago
  69. 7d12e9d [PATCH] Driver core: fix driver-core kernel-doc by Randy Dunlap · 18 years ago
  70. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  71. 5d9fd16 [PATCH] Driver core: fix locking issues with the devices that are attached to classes by Greg Kroah-Hartman · 18 years ago
  72. 3e95637 [PATCH] Driver Core: Make dev_info and friends print the bus name if there is no driver by Alan Stern · 18 years ago
  73. e9a7d30 [PATCH] Driver core: add proper symlinks for devices by Greg Kroah-Hartman · 18 years ago
  74. b9d9c82 [PATCH] Driver core: add generic "subsystem" link to all devices by Kay Sievers · 18 years ago
  75. 23681e4 [PATCH] Driver core: allow struct device to have a dev_t by Greg Kroah-Hartman · 18 years ago
  76. 53877d0 [PATCH] Driver core: bus device event delay by Kay Sievers · 18 years ago
  77. 0863afb [PATCH] DocBook: fix kernel-doc comments by Martin Waitz · 19 years ago
  78. 312c004 [PATCH] driver core: replace "hotplug" by "uevent" by Kay Sievers · 19 years ago
  79. c41455f [PATCH] kernel-doc: drivers/base fixes by Randy Dunlap · 19 years ago
  80. a7fd670 [PATCH] add sysfs attr to re-emit device hotplug event by Kay Sievers · 19 years ago
  81. 0ac8524 [PATCH] driver model wakeup flags by David Brownell · 19 years ago
  82. 34bb61f [PATCH] fix klist semantics for lists which have elements removed on traversal by James Bottomley · 19 years ago
  83. d856f1e3 [PATCH] klist: fix klist to have the same klist_add semantics as list_head by James Bottomley · 19 years ago
  84. d62c0f9 [PATCH] Driver core: Use klist_del() instead of klist_remove(). by Patrick Mochel · 19 years ago
  85. 54b6f35 [PATCH] Driver core: change device_attribute callbacks by Yani Ioannou · 19 years ago
  86. 3623957 [PATCH] Use a klist for device child lists. by mochel@digitalimplant.org · 19 years ago
  87. 63c4f20 [PATCH] Remove struct device::driver_list. by mochel@digitalimplant.org · 19 years ago
  88. 7dc35cd [PATCH] Remove struct device::bus_list. by mochel@digitalimplant.org · 19 years ago
  89. cb85b6f [PATCH] Remove the unused device_find(). by mochel@digitalimplant.org · 19 years ago
  90. 94e7b1c5 [PATCH] Add a klist to struct device_driver for the devices bound to it. by mochel@digitalimplant.org · 19 years ago
  91. af70316 [PATCH] Add a semaphore to struct device to synchronize calls to its driver. by mochel@digitalimplant.org · 19 years ago
  92. 4a0c20b [PATCH] sysfs: (driver/base) if show/store is missing return -EIO by Dmitry Torokhov · 19 years ago
  93. 419cab3 [PATCH] kset_hotplug_ops->name shoudl return const char * by Dmitry Torokhov · 19 years ago
  94. 187a1a9 [PATCH] driver core: restore event order for device_add() by Kay Sievers · 19 years ago
  95. 0b405a0 [PATCH] Driver Core: remove driver model detach_state by David Brownell · 19 years ago
  96. 177a432 [PATCH] Hotplug: Make dev->bus checking consistent by Alexander Nyberg · 20 years ago
  97. e57cd73 [PATCH] kobject/hotplug split - devices core by kay.sievers@vrfy.org · 19 years ago
  98. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago