1. e25e62a xhci: Fix error path return value. by Sarah Sharp · 12 years ago
  2. c88db16 xhci: Fix DIV_ROUND_UP compile error. by Sarah Sharp · 12 years ago
  3. b01bcbf xhci: Fix compile with CONFIG_USB_SUSPEND=n by Sarah Sharp · 12 years ago
  4. e3567d2 xhci: Add Intel U1/U2 timeout policy. by Sarah Sharp · 12 years ago
  5. 3b3db02 xhci: Add infrastructure for host-specific LPM policies. by Sarah Sharp · 12 years ago
  6. 4b26654 xhci: Some Evaluate Context commands must succeed. by Sarah Sharp · 12 years ago
  7. ccd68bb USB: xhci: testing sizeof xhci_doorbell_array 2 time by girish verma · 12 years ago
  8. f370b99 xHCI: keep track of ports being resumed and indicate in hub_status_data by Andiry Xu · 12 years ago
  9. c7713e7 xhci: Fix register save/restore order. by Sarah Sharp · 12 years ago
  10. fb3d85b xhci: Restore event ring dequeue pointer on resume. by Sarah Sharp · 12 years ago
  11. 5af98bb xhci: Warn when hosts don't halt. by Sarah Sharp · 12 years ago
  12. 3429e91 usb: host: xhci: add platform driver support by Sebastian Andrzej Siewior · 12 years ago
  13. fdaf8b3 xHCI: update sg tablesize by Andiry Xu · 12 years ago
  14. b008df6 xHCI: count free TRBs on transfer ring by Andiry Xu · 12 years ago
  15. f99298b xHCI: BESL calculation based on USB2.0 LPM errata by Andiry Xu · 13 years ago
  16. cd70469 usb: core: hcd: make hcd->irq unsigned by Felipe Balbi · 12 years ago
  17. 68d07f6 USB: Don't fail USB3 probe on missing legacy PCI IRQ. by Sarah Sharp · 13 years ago
  18. 435c724 Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next by Greg Kroah-Hartman · 13 years ago
  19. 18b7ede usb: ch9: fix up MaxStreams helper by Felipe Balbi · 13 years ago
  20. 71d8572 xhci: Properly handle COMP_2ND_BW_ERR by Hans de Goede · 13 years ago
  21. 79688ac xhci: Be less verbose during URB cancellation. by Sarah Sharp · 13 years ago
  22. 3b9783b xhci: Remove warnings about MSI and MSI-X capabilities. by Sarah Sharp · 13 years ago
  23. 158886c xHCI: fix bug in xhci_clear_command_ring() by Andiry Xu · 13 years ago
  24. f69e3120 USB: XHCI: resume root hubs when the controller resumes by Alan Stern · 13 years ago
  25. d31c285 xhci: Set slot and ep0 flags for address command. by Sarah Sharp · 13 years ago
  26. 0cc47d5 usb/xhci: remove CONFIG_PCI in xhci.c's probe function by Sebastian Andrzej Siewior · 13 years ago
  27. 552e0c4 usb/xhci: move xhci_gen_setup() away from -pci. by Sebastian Andrzej Siewior · 13 years ago
  28. 421aa84 usb/xhci: hide MSI code behind PCI bars by Sebastian Andrzej Siewior · 13 years ago
  29. 3fd1ec5 usb/xhci: group MSI interrupt registration into its own function by Sebastian Andrzej Siewior · 13 years ago
  30. cd68176 xHCI: fix debug message by Andiry Xu · 13 years ago
  31. 65580b43 xHCI: set USB2 hardware LPM by Andiry Xu · 13 years ago
  32. 9574323 xHCI: test USB2 software LPM by Andiry Xu · 13 years ago
  33. 2b69899 xhci: USB 3.0 BW checking. by Sarah Sharp · 13 years ago
  34. d782659 usb/xhci: ignore xhci version while checking for the link quirk by Sebastian Andrzej Siewior · 13 years ago
  35. 73ddc24 xhci: Redundant check in xhci_check_args for xhci->devs by sifram.rajas@gmail.com · 13 years ago
  36. 2ffdea2 xHCI: refine td allocation by Andiry Xu · 13 years ago
  37. c29eea6 xhci: Implement HS/FS/LS bandwidth checking. by Sarah Sharp · 13 years ago
  38. 2e27980 xhci: Track interval bandwidth tables per port/TT. by Sarah Sharp · 13 years ago
  39. 9af5d71 xhci: Store endpoint bandwidth information. by Sarah Sharp · 13 years ago
  40. 839c817 xhci: Store information about roothubs and TTs. by Sarah Sharp · 13 years ago
  41. 750645f xhci: Refactor endpoint limit checking. by Sarah Sharp · 13 years ago
  42. 2dc3753 xhci: If no endpoints changed, don't issue BW command. by Sarah Sharp · 13 years ago
  43. 6ed962a Merge 3.1-rc4 into usb-next by Greg Kroah-Hartman · 13 years ago
  44. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  45. 585df1d xhci: Remove TDs from TD lists when URBs are canceled. by Sarah Sharp · 13 years ago
  46. d13565c xhci: Fix memory leak during failed enqueue. by Sarah Sharp · 13 years ago
  47. 7bd89b4 xhci: Don't submit commands or URBs to halted hosts. by Sarah Sharp · 13 years ago
  48. 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
  49. c877b3b xhci: Add reset on resume quirk for asrock p67 host by Maarten Lankhorst · 13 years ago
  50. f6ba6fe xHCI 1.0: Incompatible Device Error by Alex He · 13 years ago
  51. fa75ac3 xhci: Reject double add of active endpoints. by Sarah Sharp · 13 years ago
  52. dcc8545 Merge 3.0-rc2 into usb-linus as it's needed by some USB patches by Greg Kroah-Hartman · 13 years ago
  53. f5182b4 xhci: Disable MSI for some Fresco Logic hosts. by Sarah Sharp · 13 years ago
  54. 001fd38 xhci: Do not issue device reset when device is not setup by Maarten Lankhorst · 13 years ago
  55. f5960b6 xhci: Remove some unnecessary casts and tidy some endian swap code by Matt Evans · 13 years ago
  56. 4819fef xhci: Bigendian fix for xhci_check_bandwidth() by Matt Evans · 13 years ago
  57. 2cf95c1 Intel xhci: Limit number of active endpoints to 64. by Sarah Sharp · 13 years ago
  58. fe6c6c1 xhci: Don't submit commands when the host is dead. by Sarah Sharp · 13 years ago
  59. 834cb0f xhci: Fix memory leak bug when dropping endpoints by Sarah Sharp · 13 years ago
  60. 1bb73a8 xHCI 1.0: Max Exit Latency Too Large Error by Alex He · 13 years ago
  61. 700b417 xHCI 1.0: TT_THINK_TIME set by Andiry Xu · 13 years ago
  62. 00161f7 xhci: Remove sparse warning about cmd_status. by Sarah Sharp · 13 years ago
  63. 7ed603e xhci: Add an assertion to check for virt_dev=0 bug. by Matt Evans · 13 years ago
  64. 28ccd29 xhci: Make xHCI driver endian-safe by Matt Evans · 13 years ago
  65. c41136b xHCI: Implement AMD PLL quirk by Andiry Xu · 13 years ago
  66. fedd383 xhci: Tell USB core both roothubs lost power. by Sarah Sharp · 13 years ago
  67. 2dea75d USB: xhci - also free streams when resetting devices by Dmitry Torokhov · 13 years ago
  68. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  69. 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
  70. c6cc27c xhci: Return canceled URBs immediately when host is halted. by Sarah Sharp · 13 years ago
  71. b320937 xhci: Fixes for suspend/resume of shared HCDs. by Sarah Sharp · 13 years ago
  72. 65b22f9 xhci: Fix re-init on power loss after resume. by Sarah Sharp · 14 years ago
  73. f6ff0ac xhci: Register second xHCI roothub. by Sarah Sharp · 14 years ago
  74. 20b67cf xhci: Refactor bus suspend state into a struct. by Sarah Sharp · 14 years ago
  75. 214f76f xhci: Always use usb_hcd in URB instead of converting xhci_hcd. by Sarah Sharp · 14 years ago
  76. ad73dff xhci: Remove references to HC_STATE_RUNNING. by Sarah Sharp · 13 years ago
  77. ac04e6f xhci: Remove references to HC_STATE_HALT. by Sarah Sharp · 13 years ago
  78. bdfca50 xHCI: prolong host controller halt time limit by Andiry Xu · 14 years ago
  79. 019a35f xHCI: Remove redundant variable in xhci_resume() by Andiry Xu · 14 years ago
  80. 0b8ca72 xhci: Remove old no-op test. by Sarah Sharp · 14 years ago
  81. 8212a49 USB: xhci: mark local functions as static by Dmitry Torokhov · 14 years ago
  82. 09ece30 USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itself by Dmitry Torokhov · 14 years ago
  83. a6d940d xhci: Use GFP_NOIO during device reset. by Sarah Sharp · 14 years ago
  84. 40a9fb1 xhci: Do not run xhci_cleanup_msix with irq disabled by Zhang Rui · 14 years ago
  85. 0029227 xHCI: synchronize irq in xhci_suspend() by Andiry Xu · 14 years ago
  86. 7a3783e xhci: Fix reset-device and configure-endpoint commands by Paul Zimmerman · 14 years ago
  87. 8982132 xhci: Fix command ring replay after resume. by Sarah Sharp · 14 years ago
  88. 74bb844 xHCI: release spinlock when setup interrupt by Andiry Xu · 14 years ago
  89. 8687197 Revert "USB: xhci: Use GFP_ATOMIC under spin_lock" by Greg Kroah-Hartman · 14 years ago
  90. ef821ae USB: xhci: Use GFP_ATOMIC under spin_lock by David Sterba · 14 years ago
  91. 436a389 usb: Fix linker errors with CONFIG_PM=n by Sarah Sharp · 14 years ago
  92. b5b5c3a USB: xhci: Fix compile error when CONFIG_PM=n by Sarah Sharp · 14 years ago
  93. 5535b1d USB: xHCI: PCI power management implementation by Andiry Xu · 14 years ago
  94. be88fe4 USB: xHCI: port power management implementation by Andiry Xu · 14 years ago
  95. c8d4af8 USB: core: use kernel assigned address for devices under xHCI by Andiry Xu · 14 years ago
  96. f0615c4 USB: xHCI: change xhci_reset_device() to allocate new device by Andiry Xu · 14 years ago
  97. 6492773 USB: xHCI: Add pointer to udev in struct xhci_virt_device by Andiry Xu · 14 years ago
  98. 9032cd5 USB: xhci: Performance - move interrupt handlers into xhci-ring.c by Sarah Sharp · 14 years ago
  99. 021bff9 USB: xhci: Performance - move functions that find ep ring. by Sarah Sharp · 14 years ago
  100. 787f4e5 USB: xHCI: Isoc urb enqueue by Andiry Xu · 14 years ago