1. 21d0e51 xhci: Kill streams URBs when the host dies. by Sarah Sharp · 10 years ago
  2. 50e8725 xhci: Refactor command watchdog and fix split string. by Sarah Sharp · 10 years ago
  3. 7cace97 uas: Remove comment about registering a uas scsi controller for each usb bus by Hans de Goede · 11 years ago
  4. f50a496 uas: Add Hans de Goede as uas maintainer by Hans de Goede · 11 years ago
  5. dc88608 uas: remove BROKEN by Gerd Hoffmann · 11 years ago
  6. 37599f9 uas: Make sure sg elements are properly aligned by Hans de Goede · 11 years ago
  7. 8e45315 uas: Add some data in/out ready iu sanity checks by Hans de Goede · 11 years ago
  8. 876285c uas: Improve error reporting by Hans de Goede · 11 years ago
  9. 673331c uas: Use the right error codes for different kinds of errors by Hans de Goede · 11 years ago
  10. 3a4462e uas: Clear cmdinfo on command queue-ing by Hans de Goede · 11 years ago
  11. 21fc05b uas: Fix memory management by Hans de Goede · 11 years ago
  12. c6f6320 uas: Fix command / task mgmt submission racing with disconnect by Hans de Goede · 11 years ago
  13. 040d1a8 uas: cmdinfo: use only one list head by Hans de Goede · 11 years ago
  14. da3033e uas: add uas_mark_cmd_dead helper function by Hans de Goede · 11 years ago
  15. 61c09ce uas: Properly complete inflight commands on bus-reset or disconnect by Hans de Goede · 11 years ago
  16. c6d4579 uas: uas_alloc_data_urb: Remove unnecessary use_streams check by Hans de Goede · 11 years ago
  17. f323abc uas: Fix task-management not working when connected over USB-2 by Hans de Goede · 11 years ago
  18. da65c2b uas: Reset device on reboot by Hans de Goede · 11 years ago
  19. 0df1f66 uas: Add suspend/resume support by Hans de Goede · 11 years ago
  20. e36e649 uas: Use GFP_NOIO rather then GFP_ATOMIC where possible by Hans de Goede · 11 years ago
  21. b83b86a uas: Don't allow more then one task to run at the same time by Hans de Goede · 11 years ago
  22. 70cf0fb uas: task_mgmt: Kill the sense-urb if we fail to submit the cmd urb by Hans de Goede · 11 years ago
  23. 58d5144 uas: Not being able to alloc streams when connected through usb-3 is an error by Hans de Goede · 11 years ago
  24. 6134041 uas: Verify endpoint descriptors from uas_use_uas_driver() by Hans de Goede · 11 years ago
  25. 74d71ae uas: Drop fixed endpoint config handling by Hans de Goede · 11 years ago
  26. d77adc02 uas: Move uas_find_endpoints to uas-detect.h by Hans de Goede · 11 years ago
  27. d495c1b uas: Fix bounds check in uas_find_endpoints by Hans de Goede · 11 years ago
  28. 34f11e5 uas: Add uas_find_endpoints() helper function by Hans de Goede · 11 years ago
  29. 97172a6 uas: Honor no-uas quirk set in usb-storage's quirks module parameter by Hans de Goede · 11 years ago
  30. d24d481 usb-storage: Modify and export adjust_quirks so that it can be used by uas by Hans de Goede · 11 years ago
  31. 5bfd5b5 usb-storage: Don't bind to uas devices if the uas driver is enabled by Hans de Goede · 11 years ago
  32. 79b4c06 uas: Add the posibilty to blacklist uas devices from using the uas driver by Hans de Goede · 11 years ago
  33. a82b76f usb: Reset USB-3 devices on USB-3 link bounce by Hans de Goede · 11 years ago
  34. 7a7b562 usb: Clear host_endpoint->streams when implicitly freeing streams by Hans de Goede · 11 years ago
  35. f792088 xhci: Handle MaxPSASize == 0 by Hans de Goede · 11 years ago
  36. 84c1e40 xhci: The trb_address_map radix tree expects 1KB segment memory aligment by Hans de Goede · 11 years ago
  37. 127329d xhci: xhci_mem_cleanup: make sure cmd_ring_reserved_trbs really is 0 by Hans de Goede · 11 years ago
  38. 82aa038 uas: Move uas detect code to uas-detect.h by Hans de Goede · 11 years ago
  39. e1be067 uas: Add a uas_find_uas_alt_setting helper function by Hans de Goede · 11 years ago
  40. d3f7c15 uas: Use all available stream ids by Hans de Goede · 11 years ago
  41. d24354b uas: Pack iu struct definitions by Hans de Goede · 11 years ago
  42. 00d202c uas: Fix response iu struct definition by Hans de Goede · 11 years ago
  43. e52e031 uas: s/response_ui/response_iu/ by Hans de Goede · 11 years ago
  44. 4de7a373 uas: Fix reset handling for externally triggered reset by Hans de Goede · 11 years ago
  45. be326f4 uas: Fix reset locking by Hans de Goede · 11 years ago
  46. 6c2334e uas: Fix uas not working when plugged into an ehci port by Hans de Goede · 11 years ago
  47. a887cd3 uas: uas_alloc_cmd_urb: drop unused stream_id parameter by Hans de Goede · 11 years ago
  48. 7e50e0b uas: Avoid unnecessary unlock / lock calls around unlink_data_urbs by Hans de Goede · 11 years ago
  49. 6ce8213 uas: Properly set interface to altsetting 0 on probe failure by Hans de Goede · 11 years ago
  50. d5f808d uas: Urbs must be anchored before submitting them by Hans de Goede · 11 years ago
  51. f491ecb uas: replace BUG_ON() + WARN_ON() with WARN_ON_ONCE() by Gerd Hoffmann · 11 years ago
  52. 326349f uas: add dead request list by Gerd Hoffmann · 11 years ago
  53. 1bf8198 uas: make work list per-device by Gerd Hoffmann · 11 years ago
  54. d89bd83 uas: properly reinitialize in uas_eh_bus_reset_handler by Gerd Hoffmann · 11 years ago
  55. bcf7f6e usbfs: Add support for allocating / freeing streams by Hans de Goede · 11 years ago
  56. 2fec32b usbfs: Add ep_to_host_endpoint helper function by Hans de Goede · 11 years ago
  57. 948cd8c usbfs: Add support for bulk stream ids by Hans de Goede · 11 years ago
  58. b2d03eb usbfs: proc_do_submiturb use a local variable for number_of_packets by Hans de Goede · 11 years ago
  59. 5ec9c17 usbfs: Kill urbs on interface before doing a set_interface by Hans de Goede · 11 years ago
  60. 6343e8b usb-core: Free bulk streams on interface release by Hans de Goede · 11 years ago
  61. 8d4f70b usb-core: Track if an endpoint has streams by Hans de Goede · 11 years ago
  62. 8f5d354 usb-core: Move USB_MAXENDPOINTS definitions to usb.h by Hans de Goede · 11 years ago
  63. 12d4bbc usb-core: Fix usb_free_streams return value documentation by Hans de Goede · 11 years ago
  64. d573422 xhci: Remove segments from radix tree on failed insert. by Sarah Sharp · 11 years ago
  65. a390153 xhci: use usb_ss_max_streams in xhci_check_streams_endpoint by Hans de Goede · 11 years ago
  66. 9aad95e xhci: For streams the dequeue ptr must be read from the stream ctx by Hans de Goede · 11 years ago
  67. 95241db xhci: Set SCT field for Set TR dequeue on streams by Hans de Goede · 11 years ago
  68. c4bedb7 xhci: For streams the css flag most be read from the stream-ctx on ep stop by Hans de Goede · 11 years ago
  69. ee4aa54 xhci: Check size rather then number of streams when allocating stream ctxs by Hans de Goede · 11 years ago
  70. df61383 xhci: Free streams when they are still allocated on a set_interface call by Hans de Goede · 11 years ago
  71. 1534130 xhci: fix usb3 streams by Gerd Hoffmann · 11 years ago
  72. e587b8b xhci: make warnings greppable by Oliver Neukum · 11 years ago
  73. 25cd288 usb/xhci: Change how we indicate a host supports Link PM. by Sarah Sharp · 11 years ago
  74. 3c1b2c3 USB: sisusb: Use static const, fix typo by Joe Perches · 10 years ago
  75. 5d188d6 USB: EHCI: tegra: Drop unused defines by Thierry Reding · 10 years ago
  76. 8cb38e9 Merge 3.14-rc5 into usb-next by Greg Kroah-Hartman · 10 years ago
  77. 0414855 Linux 3.14-rc5 by Linus Torvalds · 10 years ago
  78. c59224d Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linux by Linus Torvalds · 10 years ago
  79. a53c8ce Merge tag 'usb-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  80. 3751c97 Merge tag 'driver-core-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core by Linus Torvalds · 10 years ago
  81. 9ff7aeb Merge tag 'staging-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  82. d668ca1c Merge branch 'drm-fixes-3.14' of git://people.freedesktop.org/~agd5f/linux into drm-fixes by Dave Airlie · 10 years ago
  83. 9f4a9b8 Merge iio fixes into staging-linus by Greg Kroah-Hartman · 10 years ago
  84. 3154da3 Merge branch 'perf-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  85. 49e893b Merge tag 'vmwgfx-fixes-3.14-2014-03-02' of git://people.freedesktop.org/~thomash/linux into drm-fixes by Dave Airlie · 10 years ago
  86. 6950e23 drm/vmwgfx: avoid null pointer dereference at failure paths by Alexey Khoroshilov · 10 years ago
  87. a34417f drm/vmwgfx: Make sure backing mobs are cleared when allocated. Update driver date. by Thomas Hellstrom · 10 years ago
  88. ae20456 drm/vmwgfx: Remove some unused surface formats by Thomas Hellstrom · 10 years ago
  89. 55de1ed Merge branch 'x86-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip by Linus Torvalds · 10 years ago
  90. 702256e Merge git://git.kernel.org/pub/scm/linux/kernel/git/nab/target-pending by Linus Torvalds · 10 years ago
  91. 3750c14 Merge branch 'fixes' of git://git.infradead.org/users/vkoul/slave-dma by Linus Torvalds · 10 years ago
  92. 751a03c Merge tag 'pm+acpi-3.14-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 10 years ago
  93. af76815 Merge tag 'perf-urgent-for-mingo' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux into perf/urgent by Ingo Molnar · 10 years ago
  94. 927c4da usb: wusbcore: fix compile warnings by Thomas Pugliese · 10 years ago
  95. d3dae4a Merge tag 'fixes-for-3.14d' of git://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio into staging-linus by Greg Kroah-Hartman · 10 years ago
  96. 23c0582 usb: hub: usb_ext_cap_descriptor.bmAttributes is le32 by Bjørn Mork · 10 years ago
  97. 938569e hub: debug message for failing to enable device by Oliver Neukum · 10 years ago
  98. d1c5dd6 usb: wusbcore: add info to HWA debug prints by Thomas Pugliese · 10 years ago
  99. ecf3701 usb: wusbcore: read actual_length bytes isoc in segments by Thomas Pugliese · 10 years ago
  100. 4659a24 usb: wusbcore: adjust iterator correctly when searching for ep comp descriptor by Thomas Pugliese · 10 years ago