1. 63aea0d USB: xhci: fix lock-inversion problem by Alan Stern · 7 years ago
  2. 6a29bee usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcd by Peter Chen · 7 years ago
  3. 7bc5d5a usb: xhci: trace URB before giving it back instead of after by Mathias Nyman · 7 years ago
  4. 8c10152 usb: xhci: remove xhci_debug_trb() by Lu Baolu · 7 years ago
  5. 121dcf1 usb: xhci: remove ring debugging code by Lu Baolu · 7 years ago
  6. cd12fd9 usb: xhci: remove enq_updates and deq_updates from ring by Lu Baolu · 7 years ago
  7. 74e0b56 usb: xhci: remove error messages for failed memory allocation by Lu Baolu · 7 years ago
  8. b2d6edb usb: xhci: add xhci_log_ring trace events by Lu Baolu · 7 years ago
  9. d9f11ba xhci: Rework how we handle unresponsive or hoptlug removed hosts by Mathias Nyman · 7 years ago
  10. b7f769a xhci: add slot and endpoint numbers to debug messages in handle_tx_event by Zhengjun Xing · 7 years ago
  11. 19a7d0d usb: host: xhci: add Slot and EP Context tracers by Felipe Balbi · 7 years ago
  12. 0ab2881 xhci: Set URB actual length for stopped control transfers by Mathias Nyman · 7 years ago
  13. 7e64b03 xhci: simplify how we store TDs in urb private data by Mathias Nyman · 8 years ago
  14. 9ef7fbb xhci: Rename variables related to transfer descritpors by Mathias Nyman · 8 years ago
  15. 5abdc2e usb: host: xhci: add urb_enqueue/dequeue/giveback tracers by Felipe Balbi · 8 years ago
  16. a37c3f7 usb: host: xhci: make a generic TRB tracer by Felipe Balbi · 8 years ago
  17. a54cfae usb: host: xhci: convert to list_for_each_entry_safe() by Felipe Balbi · 8 years ago
  18. 5278204 xhci: use the trb_to_noop() helper for command trbs by Mathias Nyman · 8 years ago
  19. ae1e3f0 xhci: Introduce helper to turn one TRB into a no-op by Mathias Nyman · 8 years ago
  20. a60f2f2 usb: host: xhci: unconditionally call xhci_unmap_td_bounce_buffer() by Felipe Balbi · 8 years ago
  21. f45e2a0 usb: host: xhci: check for a valid ring when unmapping bounce buffer by Felipe Balbi · 8 years ago
  22. f3899a2 usb: host: xhci: remove bogus __releases()/__acquires() annotation by Felipe Balbi · 8 years ago
  23. 55fa439 usb: host: xhci: introduce xhci_td_cleanup() by Felipe Balbi · 8 years ago
  24. be0f50c usb: host: xhci: reorder variable definitions by Felipe Balbi · 8 years ago
  25. 04861f8 usb: host: xhci: use slightly better list helpers by Felipe Balbi · 8 years ago
  26. 76a3529 usb: host: xhci: simplify irq handler return by Felipe Balbi · 8 years ago
  27. 0b7c105 usb: host: xhci: rename completion codes to match spec by Felipe Balbi · 8 years ago
  28. daa47f2 usb: xhci: use list_is_singular for cmd_list by Lu Baolu · 8 years ago
  29. fb79a6d usb: xhci: avoid unnecessary calculation by Lu Baolu · 8 years ago
  30. 80c4796 usb: xhci: remove unnecessary assignment by Lu Baolu · 8 years ago
  31. 1cc6d86 usb: xhci: remove unnecessary second abort try by Lu Baolu · 8 years ago
  32. 6b02e97 xhci: remove unnecessary check for pending timer by Mathias Nyman · 8 years ago
  33. f992659 xhci: detect stop endpoint race using pending timer instead of counter. by Mathias Nyman · 8 years ago
  34. 9983a5f xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDING by Mathias Nyman · 8 years ago
  35. 505f581 xhci: simplify if statement to make it more readable by Mathias Nyman · 8 years ago
  36. d6169d0 xhci: fix deadlock at host remove by running watchdog correctly by Mathias Nyman · 8 years ago
  37. 29fc1aa usb: host: xhci: handle COMP_STOP from SETUP phase too by Felipe Balbi · 8 years ago
  38. 1c111b6 xhci: Fix race related to abort operation by OGAWA Hirofumi · 8 years ago
  39. cb4d5ce xhci: Use delayed_work instead of timer for command timeout by OGAWA Hirofumi · 8 years ago
  40. 4dea707 usb: xhci: hold lock over xhci_abort_cmd_ring() by Lu Baolu · 8 years ago
  41. a5a1b95 xhci: Handle command completion and timeout race by Mathias Nyman · 8 years ago
  42. 2a7cfdf usb: host: xhci: Fix possible wild pointer when handling abort command by Baolin Wang · 8 years ago
  43. 2b98546 usb: xhci: fix possible wild pointer by Lu Baolu · 8 years ago
  44. ae4d814 Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 8 years ago
  45. c2d3d49 usb: xhci: move slot_id from xhci_hcd to xhci_command structure by Lu Baolu · 8 years ago
  46. 5071e6b xhci: add helper to get the endpoint state of a endpoint context by Mathias Nyman · 8 years ago
  47. f4c8f03 usb: xhci: clean up error_bitmask usage by Lu Baolu · 8 years ago
  48. 2a72126 xhci: Remove duplicate xhci urb giveback functions by Mathias Nyman · 8 years ago
  49. 0c03d89 xhci: Giveback urb in finish_td directly by Mathias Nyman · 8 years ago
  50. 446b314 xhci: refactor handle_tx_event() urb giveback by Mathias Nyman · 8 years ago
  51. 2d6d576 xhci: fix non static symbol warning by Wei Yongjun · 8 years ago
  52. 0d58a1a xhci: cleanup and refactor td_to_noop() by Mathias Nyman · 8 years ago
  53. 36da3a1 xhci: refactor and cleanup process_isoc_td() by Mathias Nyman · 8 years ago
  54. f97c08a xhci: rename endpoint related trb variables by Mathias Nyman · 8 years ago
  55. 30a65b4 xhci: cleanup and refactor process_bulk_intr_td() by Mathias Nyman · 8 years ago
  56. 0b6c324 xhci: cleanup and refactor process_ctrl_td() by Mathias Nyman · 8 years ago
  57. 52ab868 xhci: remove extra URB_SHORT_NOT_OK checks in xhci, core handles most cases by Mathias Nyman · 8 years ago
  58. 0ce5749 xhci: add trb_is_noop() helper function by Mathias Nyman · 8 years ago
  59. 3495e45 xhci: use trb helper functions when possible by Mathias Nyman · 8 years ago
  60. cf5d344 xhci: remove unnecessary xhci_quiesce call before xhci_halt by Mathias Nyman · 8 years ago
  61. 734d3dd usb: host: xhci: purge GET_MAX_PACKET() by Felipe Balbi · 8 years ago
  62. bcf42aa xhci: fix null pointer dereference in stop command timeout function by Mathias Nyman · 8 years ago
  63. 0d2daad xhci: really enqueue zero length TRBs. by Alban Browaeys · 8 years ago
  64. 33be126 xhci: always handle "Command Ring Stopped" events by Mathias Nyman · 8 years ago
  65. f76a28a xhci: free the correct ring by Arnd Bergmann · 8 years ago
  66. d0c77d8 xhci: rename and simplify last_trb_on_last_seg() helper by Mathias Nyman · 8 years ago
  67. 549310a xhci: remove enqueue_is_link() helper by Mathias Nyman · 8 years ago
  68. bd5e67f xhci: rework inc_deq() and fix off by one error. by Mathias Nyman · 8 years ago
  69. 2d98ef4 xhci: use and add separate function for checking for link trbs by Mathias Nyman · 8 years ago
  70. 2251198 xhci: clean up event ring checks from inc_enq() by Mathias Nyman · 8 years ago
  71. f9c589e xhci: TD-fragment, align the unsplittable case with a bounce buffer by Mathias Nyman · 8 years ago
  72. 474ed23 xhci: align the last trb before link if it is easily splittable. by Mathias Nyman · 8 years ago
  73. 86065c2 xhci: don't rely on precalculated value of needed trbs in the enqueue loop by Mathias Nyman · 8 years ago
  74. 124c393 xhci: use boolean to indicate last trb in td remainder calculation by Mathias Nyman · 8 years ago
  75. 5a83f04 xhci: properly prepare zero packet TD after normal bulk TD. by Mathias Nyman · 8 years ago
  76. 5a5a0b1 xhci: rename ep_ring variable in queue_bulk_tx(), no functional change by Mathias Nyman · 8 years ago
  77. 3425aa0 xhci: Fix handling timeouted commands on hosts in weird states. by Mathias Nyman · 8 years ago
  78. 27a41a8 xhci: Cleanup only when releasing primary hcd by Gabriel Krisman Bertazi · 8 years ago
  79. 7814015 usb: xhci: remove duplicate code of interval checking by Alexandr Ivanov · 8 years ago
  80. 75b040e usb: xhci: remove duplicate function xhci_urb_to_transfer_ring by Alexandr Ivanov · 8 years ago
  81. d251034 usb: xhci: merge xhci_queue_bulk_tx and queue_bulk_sg_tx functions by Alexandr Ivanov · 8 years ago
  82. d4fc8bf xhci: fix typo in babble endpoint handling comment by Rajesh Bhagat · 9 years ago
  83. 98d74f9 xhci: fix 10 second timeout on removal of PCI hotpluggable xhci controllers by Mathias Nyman · 8 years ago
  84. 2f6d3b6 xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1 by Mathias Nyman · 9 years ago
  85. 09c352e xhci: cleanup isoc tranfers queuing code by Mathias Nyman · 9 years ago
  86. 172ad9a Merge 4.5-rc4 into usb-next by Greg Kroah-Hartman · 9 years ago
  87. a683509 Revert "xhci: don't finish a TD if we get a short-transfer event mid TD" by Mathias Nyman · 9 years ago
  88. 0caf6b3 xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices. by Mathias Nyman · 9 years ago
  89. 252ca49 Merge 4.4-rc5 into usb-next as we want those fixes here for testing by Greg Kroah-Hartman · 9 years ago
  90. f69115f xhci: fix usb2 resume timing and races. by Mathias Nyman · 9 years ago
  91. 0cbd4b3 xhci: mediatek: support MTK xHCI host controller by Chunfeng Yun · 9 years ago
  92. 42df721 usb: xhci: fix checking ep busy for CFC by Lu Baolu · 9 years ago
  93. 0bbc367 Merge 4.3-rc7 into usb-next by Greg Kroah-Hartman · 9 years ago
  94. 3b4739b8 xhci: handle no ping response error properly by Mathias Nyman · 9 years ago
  95. e210c42 xhci: don't finish a TD if we get a short transfer event mid TD by Mathias Nyman · 9 years ago
  96. c840d6c xhci: create one unified function to calculate TRB TD remainder. by Mathias Nyman · 9 years ago
  97. b50107b xhci: check xhci hardware for USB 3.1 support by Mathias Nyman · 9 years ago
  98. 2338b9e xhci: define the new default speed ID for SuperSpeedPlus used by xhci hw by Mathias Nyman · 9 years ago
  99. dca7794 xhci: change xhci 1.0 only restrictions to support xhci 1.1 by Mathias Nyman · 9 years ago
  100. a6809ff xhci: give command abortion one more chance before killing xhci by Mathias Nyman · 9 years ago