1. 16be63f bluetooth: remove improper bluetooth class symlinks. by Greg Kroah-Hartman · 17 years ago
  2. 110cf37 infiniband: make cm_device use a struct device and not a kobject. by Greg Kroah-Hartman · 17 years ago
  3. d4c4196 infiniband: rename "device" to "ib_device" in cm_device by Greg Kroah-Hartman · 17 years ago
  4. 27f3025 block: make /proc/partitions and /proc/diskstats use class_find_device() by Greg Kroah-Hartman · 17 years ago
  5. 66c64af block: move header for /proc/partitions to seq_start by Greg Kroah-Hartman · 17 years ago
  6. 68c4d4a block: make proc files seq_start use the class_find_device() by Greg Kroah-Hartman · 17 years ago
  7. a6e2ba8 block: make /proc/diskstats only build if CONFIG_PROC_FS is enabled by Randy Dunlap · 17 years ago
  8. a142be8 block: make blk_lookup_devt use the class iterator function by Greg Kroah-Hartman · 17 years ago
  9. 5c6f35c block: make printk_partition use the class iterator function by Greg Kroah-Hartman · 17 years ago
  10. 6ffeea7 block: fix compiler warning in genhd.c by Greg Kroah-Hartman · 17 years ago
  11. 695794a Driver Core: add ability for class_find_device to start in middle of list by Greg Kroah-Hartman · 17 years ago
  12. 93562b5 Driver Core: add ability for class_for_each_device to start in middle of list by Greg Kroah-Hartman · 17 years ago
  13. 4e10673 device create: convert device_create_drvdata to device_create by Greg Kroah-Hartman · 16 years ago
  14. ccea44f driver core: remove device_create() by Greg Kroah-Hartman · 17 years ago
  15. 3bfd49c device create: x86: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  16. bc00bc9 device create: usb: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  17. 3d81252 device create: spi: convert device_create to device_create_drvdata by David Brownell · 17 years ago
  18. 8940921 device create: sound: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  19. 9def0b9 device create: scsi: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  20. 05675de2 device create: s390: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  21. e17da9c device create: net: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  22. daea34b device create: mtd: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  23. 7da5a05 device create: misc: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  24. 43f9874 device create: mips: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  25. 97cd790 device create: macintosh: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  26. 24d0b41 device create: isdn: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  27. c76d3d2 device create: infiniband: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  28. f71674a device create: ieee1394: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  29. 6ecaaf9 device create: ide: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  30. 1cc4376 device create: i2c: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  31. 2871f55 device create: hwmon: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  32. 0fd15a1 device create: hid: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  33. 1e27440 device create: framebuffer: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  34. e282959 device create: dvb: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  35. 275e64d device create: dca: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  36. 6143b59 device create: coda: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  37. 47aa579 device create: char: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  38. f79f060 device create: block: convert device_create to device_create_drvdata by Greg Kroah-Hartman · 17 years ago
  39. 09857e3 Firmware: fix typo in example code by Greg Kroah-Hartman · 17 years ago
  40. ff54333 debugfs: Add a reference to the debugfs API documentation. by Robert P. J. Day · 17 years ago
  41. 9f255651 kobject: replace '/' with '!' in name by Kay Sievers · 17 years ago
  42. e105b8b sysfs: add /sys/dev/{char,block} to lookup sysfs path by major:minor by Dan Williams · 17 years ago
  43. 93ded9b Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 16 years ago
  44. f756cbd usb-storage: revert DMA-alignment change for Wireless USB by Alan Stern · 17 years ago
  45. 86c57ed USB: use reset_resume when normal resume fails by Alan Stern · 17 years ago
  46. ac90e36 usb_gadget: composite cdc gadget fault handling by David Brownell · 17 years ago
  47. c24f422 usb gadget: minor USBCV fix for composite framework by David Lopo · 17 years ago
  48. 28874b7 USB: Fix bug with byte order in isp116x-hcd.c fio write/read by Julien May · 17 years ago
  49. df3e1ab USB: fix double kfree in ipaq in error case by Oliver Neukum · 17 years ago
  50. 3575858 USB: fix build error in cdc-acm for CONFIG_PM=n by Oliver Neukum · 17 years ago
  51. 95f371f USB: remove board-specific UP2OCR configuration from pxa27x-udc by Daniel Ribeiro · 17 years ago
  52. 4f53425 USB: EHCI: Reconciling USB register differences on MPC85xx vs MPC83xx by Srikanth Srinivasan · 17 years ago
  53. a80d5ff USB: Fix pointer/int cast in USB devio code by David Howells · 17 years ago
  54. 4ddd9ec usb gadget: g_cdc dependso on NET by Randy Dunlap · 17 years ago
  55. 42bfc7b USB: Au1xxx-usb: suspend/resume support. by Manuel Lauss · 17 years ago
  56. 53c81a3 USB: Au1xxx-usb: clean up ohci/ehci bus glue sources. by Manuel Lauss · 17 years ago
  57. e04199b usbfs: don't store bad pointers in registration by Alan Stern · 17 years ago
  58. d64aac3 usbfs: fix race between open and unregister by Alan Stern · 17 years ago
  59. 61ad04a usbfs: simplify the lookup-by-minor routines by Alan Stern · 17 years ago
  60. cd9f037 usbfs: send disconnect signals when device is unregistered by Alan Stern · 17 years ago
  61. 78d9a48 USB: Force unbinding of drivers lacking reset_resume or other methods by Alan Stern · 17 years ago
  62. 64b3d6d USB: ohci-pnx4008: I2C cleanups and fixes by Jean Delvare · 17 years ago
  63. 71be4f8 USB: debug port converter does not accept more than 8 byte packets by Aleksey Gorelov · 17 years ago
  64. 830f402 USB: fix disconnect bug in cdc-acm by Oliver Neukum · 17 years ago
  65. 62ad296 USB: fix usb serial pm counter decrement for disconnected interfaces by Oliver Neukum · 17 years ago
  66. 17d80d5 USB: autosuspend for cdc-wdm by Oliver Neukum · 17 years ago
  67. 11ea859 USB: additional power savings for cdc-acm devices that support remote wakeup by Oliver Neukum · 17 years ago
  68. 188d636 USB: keyspan: Remove duplicate device entries by Ben Collins · 17 years ago
  69. 3b36a8f usb: fix uninitialized variable warning in keyspan_pda by Benny Halevy · 17 years ago
  70. 397f519 usb: r8a66597-hcd: fix iinterval for Full/Low speed device by Yoshihiro Shimoda · 17 years ago
  71. 0bf32b8 usb: r8a66597-hcd: fix interrupt trigger by Yoshihiro Shimoda · 17 years ago
  72. 742120c USB: fix usb_reset_device and usb_reset_composite_device(take 3) by Ming Lei · 17 years ago
  73. dd9ca5d USB: usb-serial: fix a sparse warning about different signedness by Andre Haupt · 17 years ago
  74. 3faefc8 USB: isp1760: Support board-specific hardware configurations by Nate Case · 17 years ago
  75. 6d243e5 USB: fix comment of usb_set_configuration by Ming Lei · 17 years ago
  76. 7c3e28b USB: use standard SG iterator in the scatter-gather library by Alan Stern · 17 years ago
  77. 625f694 USB: remove interface parameter of usb_reset_composite_device by Ming Lei · 17 years ago
  78. 33578bd USB: AccessRunner: avoid unnecessary memset by Christophe Jaillet · 17 years ago
  79. d249afd USB: drivers/usb/host/isp1760-hcd.c: processor flags have type `unsigned long' by Andrew Morton · 17 years ago
  80. 87d65e5 USB: cdc-wdm cleanup by Oliver Neukum · 17 years ago
  81. 640c1bc USB: delete airprime driver by Greg Kroah-Hartman · 17 years ago
  82. 518386c USB: usbmon: use simple_read_from_buffer() by Akinobu Mita · 17 years ago
  83. bef4665 USB: uhci: mark root_hub_hub_des[] as const by Ming Lei · 17 years ago
  84. fe9b903 USB: host: mark const variable tables as "const" by Ming Lei · 17 years ago
  85. f579c2b USB Gadget: documentation update by Alan Stern · 17 years ago
  86. e0d795e usb: irda: cleanup on ir-usb module by Felipe Balbi · 17 years ago
  87. b963801 USB: ehci-hcd unlink speedups by David Brownell · 17 years ago
  88. 38f3ad5 usb: hub: add check for unsupported bus topology by Felipe Balbi · 17 years ago
  89. 6deb270 USB: ohci_hcd hang: submit vs. rmmod race by Pete Zaitcev · 17 years ago
  90. 6381fad USB: make SA1111 OHCI driver SA11x0 specific by Eric Miao · 17 years ago
  91. 421b4bf USB: missing usb_put_hcd to ohci-at91 by Pete Zaitcev · 17 years ago
  92. abe28c0 USB: speedtch.c fix sparse shadowed variable warning by Harvey Harrison · 17 years ago
  93. b2bdd1f USB: cp2101.c fix sparse signedness mismatch warnings by Harvey Harrison · 17 years ago
  94. 5a33956 USB: digi_accelport.c trivial sparse lock annotation by Harvey Harrison · 17 years ago
  95. 554cc17 USB: ohci-ppc-of: use linux/of_platform.h instead of asm by Stephen Rothwell · 17 years ago
  96. 49f1525 USB: sisusb: Push down the BKL by Alan Cox · 17 years ago
  97. 5459215 USB: rio100: Push down the BKL by Alan Cox · 17 years ago
  98. f1b5a7f USB: auerwald: Push down the BKL into the driver by Alan Cox · 17 years ago
  99. 824f16f USB: iowarrior: Push down BKL by Alan Cox · 17 years ago
  100. 5cb4aec USB: usblcd: Push down BKL into driver by Alan Cox · 17 years ago