1. f549953 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  2. b3df3f9 xhci: Always set urb->status to zero for isoc endpoints. by Sarah Sharp · 13 years ago
  3. f6ba6fe xHCI 1.0: Incompatible Device Error by Alex He · 13 years ago
  4. e1cf486 xHCI 1.0: Force Stopped Event(FSE) by Alex He · 13 years ago
  5. dcc8545 Merge 3.0-rc2 into usb-linus as it's needed by some USB patches by Greg Kroah-Hartman · 13 years ago
  6. f5960b6 xhci: Remove some unnecessary casts and tidy some endian swap code by Matt Evans · 13 years ago
  7. f697531 xhci: Bigendian fix for skip_isoc_td() by Matt Evans · 13 years ago
  8. 2cf95c1 Intel xhci: Limit number of active endpoints to 64. by Sarah Sharp · 13 years ago
  9. ad80833 Intel xhci: Ignore spurious successful event. by Sarah Sharp · 13 years ago
  10. f444ff2 xhci: STFU: Be quieter during URB submission and completion. by Sarah Sharp · 13 years ago
  11. 5153b7b xhci: STFU: Don't print event ring dequeue pointer. by Sarah Sharp · 13 years ago
  12. 380032c xhci: STFU: Remove function tracing. by Sarah Sharp · 13 years ago
  13. 0714a57 xhci: Clear stopped_td when Stop Endpoint command completes. by Sarah Sharp · 13 years ago
  14. 3abeca9 xhci: Fix bug in control transfer cancellation. by Sarah Sharp · 13 years ago
  15. ad106f2 xHCI 1.0: Block Interrupts for Isoch transfer by Andiry Xu · 13 years ago
  16. b83cdc8 xHCI 1.0: Setup Stage TRB Transfer Type flag by Andiry Xu · 13 years ago
  17. b61d378 xhci 1.0: Set transfer burst last packet count field. by Sarah Sharp · 13 years ago
  18. 5cd43e3 xhci 1.0: Set transfer burst count field. by Sarah Sharp · 13 years ago
  19. 4da6e6f xhci 1.0: Update TD size field format. by Sarah Sharp · 13 years ago
  20. af8b9e6 xhci 1.0: Only interrupt on short packet for IN EPs. by Sarah Sharp · 13 years ago
  21. 9dee9a2 xhci: Remove recursive call to xhci_handle_event by Matt Evans · 13 years ago
  22. 92a3da4 xhci: Add rmb() between reading event validity & event data access. by Matt Evans · 13 years ago
  23. 28ccd29 xhci: Make xHCI driver endian-safe by Matt Evans · 13 years ago
  24. c41136b xHCI: Implement AMD PLL quirk by Andiry Xu · 13 years ago
  25. 386139d xhci: Fix NULL pointer deref in handle_port_status() by Sarah Sharp · 13 years ago
  26. 926008c USB: xhci: simplify logic of skipping missed isoc TDs by Dmitry Torokhov · 13 years ago
  27. 575688e USB: xhci - remove excessive 'inline' markings by Dmitry Torokhov · 13 years ago
  28. 22e0487 USB: xhci: unsigned char never equals -1 by Dan Carpenter · 13 years ago
  29. 971f115 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  30. ba0a4d9 xhci: Clean up cycle bit math used during stalls. by Sarah Sharp · 13 years ago
  31. 01a1fdb xhci: Fix cycle bit calculation during stall handling. by Sarah Sharp · 13 years ago
  32. bf161e8 xhci: Update internal dequeue pointers after stalls. by Sarah Sharp · 13 years ago
  33. b320937 xhci: Fixes for suspend/resume of shared HCDs. by Sarah Sharp · 13 years ago
  34. f6ff0ac xhci: Register second xHCI roothub. by Sarah Sharp · 14 years ago
  35. 5233630 xhci: Change xhci_find_slot_id_by_port() API. by Sarah Sharp · 14 years ago
  36. 20b67cf xhci: Refactor bus suspend state into a struct. by Sarah Sharp · 14 years ago
  37. 5308a91 xhci: Index with a port array instead of PORTSC addresses. by Sarah Sharp · 14 years ago
  38. ff9d78b USB: Set usb_hcd->state and flags for shared roothubs. by Sarah Sharp · 14 years ago
  39. 214f76f xhci: Always use usb_hcd in URB instead of converting xhci_hcd. by Sarah Sharp · 14 years ago
  40. ac04e6f xhci: Remove references to HC_STATE_HALT. by Sarah Sharp · 13 years ago
  41. 518e848 xhci: Rename variables and reduce register reads. by Sarah Sharp · 14 years ago
  42. 0b8ca72 xhci: Remove old no-op test. by Sarah Sharp · 14 years ago
  43. bcd2fde xhci: Fix an error in count_sg_trbs_needed() by Paul Zimmerman · 13 years ago
  44. 5807795 xhci: Fix errors in the running total calculations in the TRB math by Paul Zimmerman · 13 years ago
  45. a249018 xhci: Clarify some expressions in the TRB math by Paul Zimmerman · 13 years ago
  46. 68e41c5 xhci: Avoid BUG() in interrupt context by Paul Zimmerman · 13 years ago
  47. 50d64676 xhci: Remove more doorbell-related reads by Matthew Wilcox · 14 years ago
  48. 7961acd xHCI: fix printk_ratelimit() usage by Andiry Xu · 14 years ago
  49. f2c565e xHCI: replace dev_dbg() with xhci_dbg() by Andiry Xu · 14 years ago
  50. 50f7b52 xHCI: fix cycle bit set in giveback_first_trb() by Andiry Xu · 14 years ago
  51. e1eab2e xHCI: remove redundant parameter in giveback_first_trb() by Andiry Xu · 14 years ago
  52. 47cbf69 xHCI: fix queue_trb in isoc transfer by Andiry Xu · 14 years ago
  53. 7111ebc xhci: Resume bus on any port status change. by Sarah Sharp · 14 years ago
  54. 241b652 xhci: Remove excessive printks with shared IRQs. by Sarah Sharp · 14 years ago
  55. 5619253 USB: xHCI: port remote wakeup implementation by Andiry Xu · 14 years ago
  56. be88fe4 USB: xHCI: port power management implementation by Andiry Xu · 14 years ago
  57. 14184f9 USB: xHCI: update ring dequeue pointer when process missed tds by Andiry Xu · 14 years ago
  58. a1669b2 USB: xhci: Remove buggy assignment in next_trb() by John Youn · 14 years ago
  59. ed3f245 USB: xhci: Don't flush doorbell writes. by Sarah Sharp · 14 years ago
  60. c21599a USB: xhci: Reduce reads and writes of interrupter registers. by Sarah Sharp · 14 years ago
  61. 257d585 USB: xhci: Make xhci_set_hc_event_deq() static. by Sarah Sharp · 14 years ago
  62. c06d68b USB: xhci: Minimize HW event ring dequeue pointer writes. by Sarah Sharp · 14 years ago
  63. d6d98a4 USB: xhci: Make xhci_handle_event() static. by Sarah Sharp · 14 years ago
  64. 27e0dd4 USB: xhci: Remove unnecessary reads of IRQ_PENDING register. by Sarah Sharp · 14 years ago
  65. bda5314 USB: xhci: Performance - move xhci_work() into xhci_irq() by Sarah Sharp · 14 years ago
  66. 9032cd5 USB: xhci: Performance - move interrupt handlers into xhci-ring.c by Sarah Sharp · 14 years ago
  67. 021bff9 USB: xhci: Performance - move functions that find ep ring. by Sarah Sharp · 14 years ago
  68. 04e5190 USB: xHCI: Isochronous transfer implementation by Andiry Xu · 14 years ago
  69. 8e51adc USB: xHCI: Introduce urb_priv structure by Andiry Xu · 14 years ago
  70. d18240d USB: xHCI: Missed Service Error Event process by Andiry Xu · 14 years ago
  71. 986a92d USB: xHCI: adds new cases to trb_comp_code switch by Andiry Xu · 14 years ago
  72. 7fec325 USB: xHCI: remove redundant print messages by Andiry Xu · 14 years ago
  73. 22405ed USB xHCI: handle_tx_event() refactor: process_bulk_intr_td by Andiry Xu · 14 years ago
  74. 8af56be USB: xHCI: handle_tx_event() refactor: process_ctrl_td by Andiry Xu · 14 years ago
  75. 4422da6 USB: xHCI: handle_tx_event() refactor: finish_td by Andiry Xu · 14 years ago
  76. d1dc908 USB: xHCI: Fix another bug in link TRB activation change. by Sarah Sharp · 14 years ago
  77. 6cc30d8 USB: xHCI: Fix bug in link TRB activation change. by Sarah Sharp · 14 years ago
  78. 0238634 USB: xhci: Print NEC firmware version. by Sarah Sharp · 14 years ago
  79. c3443a6 USB: xhci: fix compiler warning. by Greg Kroah-Hartman · 14 years ago
  80. 54b5acf USB: xHCI: Fix wrong usage of macro TRB_TYPE by Andiry Xu · 14 years ago
  81. 6c12db9 USB: xhci: Transfer ring link TRB activation change. by John Youn · 14 years ago
  82. 5e5cf6f USB: xhci: Set stream ID to 0 after cleaning up stalls. by Sarah Sharp · 14 years ago
  83. 910f8d0 USB: Change the scatterlist type in struct urb by Matthew Wilcox · 14 years ago
  84. 326b481 USB: clean up some host controller sparse warnings by Randy Dunlap · 14 years ago
  85. e9df17e USB: xhci: Correct assumptions about number of rings per endpoint. by Sarah Sharp · 14 years ago
  86. 8df75f4 USB: xhci: Add memory allocation for USB3 bulk streams. by Sarah Sharp · 14 years ago
  87. ff9c895 USB: fix usbmon and DMA mapping for scatter-gather URBs by Alan Stern · 14 years ago
  88. 44ebd03 USB: xhci: Fix check for room on the ring. by Sarah Sharp · 14 years ago
  89. 1624ae1 USB: xhci: Fix issue with set interface after stall. by Sarah Sharp · 14 years ago
  90. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  91. 2a8f82c USB: xhci: Notify the xHC when a device is reset. by Sarah Sharp · 15 years ago
  92. b45b506 USB: xhci: Refactor test for vendor-specific completion codes. by Sarah Sharp · 15 years ago
  93. 06df572 USB: xhci: Fix command completion after a drop endpoint. by Sarah Sharp · 15 years ago
  94. bcef3fd USB: xhci: Handle errors that cause endpoint halts. by Sarah Sharp · 15 years ago
  95. 5ad6a52 USB: xhci: Return success for vendor-specific info codes. by Sarah Sharp · 15 years ago
  96. ec74e40 USB: xhci: Return -EPROTO on a split transaction error. by Sarah Sharp · 15 years ago
  97. 04dd950 USB: xhci: Set transfer descriptor size field correctly. by Sarah Sharp · 15 years ago
  98. 6648f29 USB: xhci: Add tests for TRB address translation. by Sarah Sharp · 15 years ago
  99. 3c67d89 USB: xhci: Remove unused HCD statistics code. by Sarah Sharp · 15 years ago
  100. 6f5165c USB: xhci: Add watchdog timer for URB cancellation. by Sarah Sharp · 15 years ago