1. 3f97870 arm: bus_id -> dev_name() and dev_set_name() conversions by Kay Sievers · 16 years ago
  2. 2222c31 sparc64: fix up bus_id changes in sparc core code by Greg Kroah-Hartman · 16 years ago
  3. 361d5ee 3c59x: handle pci_name() being const by Greg Kroah-Hartman · 16 years ago
  4. eadcf0d MTD: handle pci_name() being const by Greg Kroah-Hartman · 16 years ago
  5. 89bcb05 HP iLO driver by David Altobelli · 16 years ago
  6. d95d62c sysdev: Convert the x86 mce tolerant sysdev attribute to generic attribute by Andi Kleen · 16 years ago
  7. 9800794 sysdev: Add utility functions for simple int/ulong variable sysdev attributes by Andi Kleen · 16 years ago
  8. 4a0b2b4 sysdev: Pass the attribute to the low level sysdev show/store function by Andi Kleen · 16 years ago
  9. 36ce6da driver core: Suppress sysfs warnings for device_rename(). by Cornelia Huck · 16 years ago
  10. 0ad1d6f kobject: Transmit return value of call_usermodehelper() to caller by Wang Chen · 16 years ago
  11. 83c79b5 sysfs-rules.txt: reword API stability statement by Nathan Lynch · 16 years ago
  12. 9505e63 debugfs: Implement debugfs_remove_recursive() by Haavard Skinnemoen · 16 years ago
  13. 4316614 HOWTO: change email addresses of James in HOWTO by Tsugikazu Shibata · 16 years ago
  14. d9b1919 always enable FW_LOADER unless EMBEDDED=y by Adrian Bunk · 16 years ago
  15. 4f7e530 uio-howto.tmpl: use unique output names by Mike Frysinger · 16 years ago
  16. 17149d9 uio-howto.tmpl: use standard copyright/legal markings by Mike Frysinger · 16 years ago
  17. 93265d1 sysfs: don't call notify_change by Miklos Szeredi · 16 years ago
  18. 838ea8e sysdev: fix debugging statements in registration code. by Ben Dooks · 16 years ago
  19. 185000f kobject: should use kobject_put() in kset-example by Li Zefan · 16 years ago
  20. a231934 kobject: reorder kobject to save space on 64 bit builds by Richard Kennedy · 16 years ago
  21. 6d8333c UIO: minor style and comment fixes by Uwe Kleine-König · 16 years ago
  22. 4d80d59 UIO: add generic UIO platform driver by Uwe Kleine-König · 16 years ago
  23. 328a14e UIO: Add write function to allow irq masking by Hans J. Koch · 16 years ago
  24. 934da47 UIO: fix UIO Kconfig dependencies by Uwe Kleine-König · 16 years ago
  25. 22454cb pnp: add acpi:* modalias entries by Kay Sievers · 16 years ago
  26. fc3a882 driver core: fix a lot of printk usages of bus_id by Greg Kroah-Hartman · 16 years ago
  27. b98cb4b driver core: remove DEVICE_ID_SIZE define by Greg Kroah-Hartman · 16 years ago
  28. ca52a49 driver core: remove DEVICE_NAME_SIZE define by Kay Sievers · 16 years ago
  29. aab0de2 driver core: remove KOBJ_NAME_LEN define by Kay Sievers · 16 years ago
  30. f75b1c6 class: change internal semaphore to a mutex by Dave Young · 16 years ago
  31. d2a3b91 class: add lockdep infrastructure by Matthew Wilcox · 16 years ago
  32. 1e41250 class: fix docbook comments for class_private structure by Greg Kroah-Hartman · 16 years ago
  33. d9a0157 class: rename "sem" to "class_sem" in internal class structure by Greg Kroah-Hartman · 16 years ago
  34. 1fbfee6 class: rename "subsys" to "class_subsys" in internal class structure by Greg Kroah-Hartman · 16 years ago
  35. 184f1f7 class: rename "interfaces" to "class_interfaces" in internal class structure by Greg Kroah-Hartman · 16 years ago
  36. 97ae69f class: rename "devices" to "class_devices" in internal class structure by Greg Kroah-Hartman · 16 years ago
  37. 7c71448 class: move driver core specific parts to a private structure by Greg Kroah-Hartman · 17 years ago
  38. 16be63f bluetooth: remove improper bluetooth class symlinks. by Greg Kroah-Hartman · 16 years ago
  39. 110cf37 infiniband: make cm_device use a struct device and not a kobject. by Greg Kroah-Hartman · 16 years ago
  40. d4c4196 infiniband: rename "device" to "ib_device" in cm_device by Greg Kroah-Hartman · 16 years ago
  41. 27f3025 block: make /proc/partitions and /proc/diskstats use class_find_device() by Greg Kroah-Hartman · 16 years ago
  42. 66c64af block: move header for /proc/partitions to seq_start by Greg Kroah-Hartman · 16 years ago
  43. 68c4d4a block: make proc files seq_start use the class_find_device() by Greg Kroah-Hartman · 16 years ago
  44. a6e2ba8 block: make /proc/diskstats only build if CONFIG_PROC_FS is enabled by Randy Dunlap · 16 years ago
  45. a142be8 block: make blk_lookup_devt use the class iterator function by Greg Kroah-Hartman · 16 years ago
  46. 5c6f35c block: make printk_partition use the class iterator function by Greg Kroah-Hartman · 16 years ago
  47. 6ffeea7 block: fix compiler warning in genhd.c by Greg Kroah-Hartman · 16 years ago
  48. 695794a Driver Core: add ability for class_find_device to start in middle of list by Greg Kroah-Hartman · 16 years ago
  49. 93562b5 Driver Core: add ability for class_for_each_device to start in middle of list by Greg Kroah-Hartman · 16 years ago
  50. 4e10673 device create: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  51. ccea44f driver core: remove device_create() by Greg Kroah-Hartman · 16 years ago
  52. 3bfd49c device create: x86: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  53. bc00bc9 device create: usb: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  54. 3d81252 device create: spi: convert device_create to device_create_drvdata by David Brownell · 16 years ago
  55. 8940921 device create: sound: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  56. 9def0b9 device create: scsi: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  57. 05675de2 device create: s390: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  58. e17da9c device create: net: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  59. daea34b device create: mtd: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  60. 7da5a05 device create: misc: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  61. 43f9874 device create: mips: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  62. 97cd790 device create: macintosh: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  63. 24d0b41 device create: isdn: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  64. c76d3d2 device create: infiniband: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  65. f71674a device create: ieee1394: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  66. 6ecaaf9 device create: ide: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  67. 1cc4376 device create: i2c: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  68. 2871f55 device create: hwmon: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  69. 0fd15a1 device create: hid: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  70. 1e27440 device create: framebuffer: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  71. e282959 device create: dvb: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  72. 275e64d device create: dca: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  73. 6143b59 device create: coda: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  74. 47aa579 device create: char: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  75. f79f060 device create: block: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 16 years ago
  76. 09857e3 Firmware: fix typo in example code by Greg Kroah-Hartman · 16 years ago
  77. ff54333 debugfs: Add a reference to the debugfs API documentation. by Robert P. J. Day · 16 years ago
  78. 9f25565 kobject: replace '/' with '!' in name by Kay Sievers · 16 years ago
  79. e105b8b sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor by Dan Williams · 16 years ago
  80. 93ded9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  81. f756cbd usb-storage: revert DMA-alignment change for Wireless USB by Alan Stern · 16 years ago
  82. 86c57ed USB: use reset_resume when normal resume fails by Alan Stern · 16 years ago
  83. ac90e36 usb_gadget: composite cdc gadget fault handling by David Brownell · 16 years ago
  84. c24f422 usb gadget: minor USBCV fix for composite framework by David Lopo · 16 years ago
  85. 28874b7 USB: Fix bug with byte order in isp116x-hcd.c fio write/read by Julien May · 16 years ago
  86. df3e1ab USB: fix double kfree in ipaq in error case by Oliver Neukum · 16 years ago
  87. 3575858 USB: fix build error in cdc-acm for CONFIG_PM=n by Oliver Neukum · 16 years ago
  88. 95f371f USB: remove board-specific UP2OCR configuration from pxa27x-udc by Daniel Ribeiro · 16 years ago
  89. 4f53425 USB: EHCI: Reconciling USB register differences on MPC85xx vs MPC83xx by Srikanth Srinivasan · 16 years ago
  90. a80d5ff USB: Fix pointer/int cast in USB devio code by David Howells · 16 years ago
  91. 4ddd9ec usb gadget: g_cdc dependso on NET by Randy Dunlap · 16 years ago
  92. 42bfc7b USB: Au1xxx-usb: suspend/resume support. by Manuel Lauss · 16 years ago
  93. 53c81a3 USB: Au1xxx-usb: clean up ohci/ehci bus glue sources. by Manuel Lauss · 16 years ago
  94. e04199b usbfs: don't store bad pointers in registration by Alan Stern · 16 years ago
  95. d64aac3 usbfs: fix race between open and unregister by Alan Stern · 16 years ago
  96. 61ad04a usbfs: simplify the lookup-by-minor routines by Alan Stern · 16 years ago
  97. cd9f037 usbfs: send disconnect signals when device is unregistered by Alan Stern · 16 years ago
  98. 78d9a48 USB: Force unbinding of drivers lacking reset_resume or other methods by Alan Stern · 16 years ago
  99. 64b3d6d USB: ohci-pnx4008: I2C cleanups and fixes by Jean Delvare · 16 years ago
  100. 71be4f8 USB: debug port converter does not accept more than 8 byte packets by Aleksey Gorelov · 16 years ago