1. af901ca tree-wide: fix assorted typos all over the place by André Goddard Rosa · 15 years ago
  2. 81bf46f USB: Let usb_sg_init to set transfer_buffer more often by Pete Zaitcev · 15 years ago
  3. 0cce2ed USB: fix LANGID=0 regression by Daniel Mack · 15 years ago
  4. e04748e USB: Push scatter gather lists down to host controller drivers. by Sarah Sharp · 15 years ago
  5. 79abb1a USB: Support for bandwidth allocation. by Sarah Sharp · 15 years ago
  6. 74675a5 NLS: update handling of Unicode by Alan Stern · 15 years ago
  7. a853a3d usb: return device strings in UTF-8 by Clemens Ladisch · 15 years ago
  8. 3444b26 USB: add reset endpoint operations by David Vrabel · 15 years ago
  9. b7af0bb USB: allow malformed LANGID descriptors by Daniel Mack · 15 years ago
  10. 71d2718 USB: more u32 conversion after transfer_buffer_length and actual_length by Roel Kluin · 15 years ago
  11. 1662e3a USB: add quirk to avoid config and interface strings by Alan Stern · 15 years ago
  12. 67f5a4b USB: usb_get_string should check the descriptor type by Alan Stern · 15 years ago
  13. ddeac4e7 USB: fix toggle mismatch in disable_endpoint paths by Alan Stern · 15 years ago
  14. 2caf7fc USB: re-enable interface after driver unbinds by Alan Stern · 15 years ago
  15. df71896 USB: cancel pending Set-Config requests if userspace gets there first by Alan Stern · 15 years ago
  16. 3b23dd6 USB: utilize the bus notifiers by Alan Stern · 16 years ago
  17. dc023dc USB: Introduce usb_queue_reset() to do resets from atomic contexts by Inaky Perez-Gonzalez · 16 years ago
  18. da2bbdc USB: avoid needless address-taking of function parameters by Harvey Harrison · 16 years ago
  19. 352d026 USB: don't register endpoints for interfaces that are going away by Alan Stern · 16 years ago
  20. 3b6004f USB: remove warn() macro from usb drivers by Greg Kroah-Hartman · 16 years ago
  21. 1a21175 USB: fix interface unregistration logic by Alan Stern · 16 years ago
  22. 580da34 Fix USB storage hang on command abort by Alan Stern · 16 years ago
  23. 6d243e5 USB: fix comment of usb_set_configuration by Ming Lei · 16 years ago
  24. 7c3e28b USB: use standard SG iterator in the scatter-gather library by Alan Stern · 16 years ago
  25. 0031a06 USB: usb dev_set_name() instead of dev->bus_id by Kay Sievers · 16 years ago
  26. 7071a3c USB: usb dev_name() instead of dev->bus_id by Kay Sievers · 16 years ago
  27. 2e5f10e USB: create attributes before sending uevent by Alan Stern · 16 years ago
  28. e272252 USB: fix cannot work usb storage when using ohci-sm501 by Yoshihiro Shimoda · 16 years ago
  29. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  30. 61a5c65 USB: rework sysfs removal of interface files by Alan Stern · 16 years ago
  31. eb764c4 USB: check serial-number string after device reset by Alan Stern · 16 years ago
  32. 392e1d9 USB: new quirk flag to avoid Set-Interface by Alan Stern · 16 years ago
  33. 3e35bf3 USB: fix codingstyle issues in drivers/usb/core/message.c by Greg Kroah-Hartman · 16 years ago
  34. 782e70c USB: mark USB drivers as being GPL only by Greg Kroah-Hartman · 16 years ago
  35. 4a9bee8 USB: uevent environment key fix by Alan Stern · 17 years ago
  36. 7e61559 USB: keep track of whether interface sysfs files exist by Alan Stern · 17 years ago
  37. 966396d x86 gart: rename CONFIG_IOMMU to CONFIG_GART_IOMMU by Joerg Roedel · 17 years ago
  38. 439a903 USB: fix interface sysfs file-creation bug by Alan Stern · 17 years ago
  39. 1176360 [PATCH] Fix breakage after SG cleanups by Ralf Baechle · 17 years ago
  40. 45711f1 [SG] Update drivers to use sg helpers by Jens Axboe · 17 years ago
  41. 898eb71 Add missing newlines to some uses of dev_<level> messages by Joe Perches · 17 years ago
  42. efefc6e Merge master.kernel.org:/pub/scm/linux/kernel/git/gregkh/driver-2.6 by Linus Torvalds · 17 years ago
  43. 95cf82f USB: break apart flush_endpoint and disable_endpoint by Alan Stern · 17 years ago
  44. d74d4a6 USB: don't touch sysfs stuff when altsetting is unchanged by Alan Stern · 17 years ago
  45. b0e396e USB: make usb_release_interface static by Greg Kroah-Hartman · 17 years ago
  46. 16bbab2 usb: usb_set_configuration() obeys authorization by Inaky Perez-Gonzalez · 17 years ago
  47. 5e60a16 USB: avoid using urb->pipe in usbcore by Alan Stern · 17 years ago
  48. bdd016b USB: add ep->enable by Alan Stern · 17 years ago
  49. 7eff2e7 Driver core: change add_uevent_var to use a struct by Kay Sievers · 17 years ago
  50. d65cc1b usb: add PRODUCT, TYPE to usb-interface events by Kay Sievers · 17 years ago
  51. c39772d USB: allow retry on descriptor fetch errors by Alan Stern · 17 years ago
  52. 67f5dde USB: Fix a bug in usb_start_wait_urb by Alan Stern · 17 years ago
  53. a12b8db USB: fix scatterlist PIO case (IOMMU) by David Brownell · 17 years ago
  54. 3fc3e82 USB: core: message: clean up urb->status usage by Greg Kroah-Hartman · 17 years ago
  55. 165fe97 USB: add IAD support to usbfs and sysfs by Craig W. Nadler · 17 years ago
  56. 8ccef0d USB: Fix off-by-1 error in the scatter-gather library by Alan Stern · 17 years ago
  57. 8d062b9 USB: set the correct Interrupt interval in usb_bulk_msg by Alan Stern · 17 years ago
  58. 35d07fd USB: Allow transfer_buffer with transfer_dma by Tony Lindgren · 17 years ago
  59. 9f8b17e USB: make usbdevices export their device nodes instead of using a separate class by Kay Sievers · 17 years ago
  60. 341487a8 USB: remove use of the bus rwsem, as it doesn't really protect anything. by Greg Kroah-Hartman · 17 years ago
  61. 97b9eb9 USB: set the correct interval for interrupt URBs by Alan Stern · 17 years ago
  62. 7ceec1f USB: add a blacklist for devices that can't handle some things we throw at them. by Oliver Neukum · 17 years ago
  63. 3f141e2 USB: unconfigure devices which have config 0 by Alan Stern · 17 years ago
  64. 1737bf2 usbcore: remove unneeded error check by Alan Stern · 17 years ago
  65. 54e6ecb [PATCH] slab: remove SLAB_ATOMIC by Christoph Lameter · 18 years ago
  66. 4c1ac1b Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Howells · 18 years ago
  67. 94fcda1 usbcore: remove unused argument in autosuspend by Alan Stern · 18 years ago
  68. ce36158 USB: struct usb_device: change flag to bitflag by Alan Stern · 18 years ago
  69. c402895 WorkStruct: make allyesconfig by David Howells · 18 years ago
  70. 6ab16a9 USB: Fixed outdated usb_get_device_descriptor() documentation by Laurent Pinchart · 18 years ago
  71. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  72. ec17cf1 USB: Remove unneeded void * casts in core files by Tobias Klauser · 18 years ago
  73. 01d883d usbcore: non-hub-specific uses of autosuspend by Alan Stern · 18 years ago
  74. a6d2bb9 USB: remove struct usb_operations by Alan Stern · 18 years ago
  75. 088dc27 usbcore: help drivers to change device configs by Alan Stern · 18 years ago
  76. ecdc0a5 USB: usbcore get rid of the timer in usb_start_wait_urb() by Franck Bui-Huu · 18 years ago
  77. 6ab3d56 Remove obsolete #include <linux/config.h> by Jörn Engel · 18 years ago
  78. 6ad0712 [PATCH] usbcore: recovery from Set-Configuration failure by Alan Stern · 18 years ago
  79. 782a7a6 [PATCH] USB: add usb_interrupt_msg() function for api completeness. by Greg Kroah-Hartman · 18 years ago
  80. f48219d [PATCH] USB: usbcore: usb_set_configuration oops (NULL ptr dereference) by Horst Schirmeier · 18 years ago
  81. e266a12 [PATCH] USB: drivers/usb/core/message.c: make usb_get_string() static by Adrian Bunk · 19 years ago
  82. 5d68dfc [PATCH] USB: arm26: fix compilation of drivers/usb/core/message.c by Alexey Dobriyan · 18 years ago
  83. f3d34ed [PATCH] USB: fix local variable clash by Alan Stern · 18 years ago
  84. 55c5271 [PATCH] USB: Consider power budget when choosing configuration by Alan Stern · 19 years ago
  85. 654f311 [PATCH] USB: move CONFIG_USB_DEBUG checks into the Makefile by Greg Kroah-Hartman · 19 years ago
  86. d4ece29 [PATCH] USB: fix 'unused variable' warning by Dmitry Torokhov · 19 years ago
  87. 4f62efe [PATCH] usbcore: Fix handling of sysfs strings and other attributes by Alan Stern · 19 years ago
  88. 0a1ef3b [PATCH] usbcore: Use kzalloc instead of kmalloc/memset by Alan Stern · 19 years ago
  89. 0e6c8e8 [PATCH] usbcore: endpoint attributes track altsetting changes by Alan Stern · 19 years ago
  90. d09d36a [PATCH] USB: usb_bulk_message() handles interrupts endpoints by Alan Stern · 19 years ago
  91. db69087 [PATCH] usb_interface power state by David Brownell · 19 years ago
  92. 55016f1 [PATCH] gfp_t: drivers/usb by Al Viro · 19 years ago
  93. d305ef5 [PATCH] driver core: add helper device_is_registered() by Daniel Ritz · 19 years ago
  94. 8f34c28 [PATCH] USB: remove annoying message by david-b@pacbell.net · 19 years ago
  95. b375a04 [PATCH] USB: URB_ASYNC_UNLINK flag removed from the kernel by Alan Stern · 19 years ago
  96. 86d3074 [PATCH] USB: Usbcore: Don't try to delete unregistered interfaces by Alan Stern · 19 years ago
  97. 5db539e [PATCH] USB: Fix kmalloc's flags type in USB by Olav Kongas · 19 years ago
  98. 093cf72 [PATCH] USB: Spelling fixes for drivers/usb. by Steven Cole · 19 years ago
  99. a81e7ec [PATCH] USB: revert "fix" to usb_set_interface() by David Brownell · 19 years ago
  100. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago