1. a00918d usb: host: xhci: add mutex for non-thread-safe data by Chris Bainbridge · 9 years ago
  2. b04c846 usb: make module xhci_hcd removable by Arthur Demchenkov · 9 years ago
  3. d0167ad Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'" by Mathias Nyman · 9 years ago
  4. 27082e2 xhci: Clear the host side toggle manually when endpoint is 'soft reset' by Mathias Nyman · 9 years ago
  5. a613413 xhci: Silence "xHCI xhci_drop_endpoint called with disabled ep ..." messages by Hans de Goede · 10 years ago
  6. 9970509 xhci: Print hcc params, version and quirks on init by Hans de Goede · 10 years ago
  7. 0e08365 Merge 3.19-rc5 into usb-next by Greg Kroah-Hartman · 10 years ago
  8. 4daf9df xhci: clean up work to remove unused parameters for functions in xhci-mem.c by Lin Wang · 10 years ago
  9. fc8abe0 xhci: Use setup_timer by Julia Lawall · 10 years ago
  10. dc0b177 xhci: remove unused parameter 'xhci' in function xhci_handshake(). by Lin Wang · 10 years ago
  11. 92c9691 xhci: Clean up work to xhci_add_endpoint(). by Lin Wang · 10 years ago
  12. f161ead xhci: Check if slot is already in default state before moving it there by Mathias Nyman · 10 years ago
  13. e7cf773 Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  14. e3d857e Merge branch 'pm-runtime' by Rafael J. Wysocki · 10 years ago
  15. ceb6c9c USB / PM: Drop CONFIG_PM_RUNTIME from the USB core by Rafael J. Wysocki · 10 years ago
  16. d97b4f8 xhci: don't use the same variable for stopped and halted rings current TD by Mathias Nyman · 10 years ago
  17. 4801d4ea xhci: clear extra bits from slot context when setting max exit latency by Mathias Nyman · 10 years ago
  18. a1377e5 usb: xhci: rework root port wake bits if controller isn't allowed to wakeup by Lu Baolu · 10 years ago
  19. 8e71a32 USB: xhci: Reset a halted endpoint immediately when we encounter a stall. by Mathias Nyman · 10 years ago
  20. 29e409f xhci: Allow xHCI drivers to be built as separate modules by Andrew Bresticker · 10 years ago
  21. 436e8c7 xhci: Export symbols used by host-controller drivers by Andrew Bresticker · 10 years ago
  22. e1cd972 xhci: Check for XHCI_COMP_MODE_QUIRK when disabling D3cold by Andrew Bresticker · 10 years ago
  23. 1885d9a xhci: Introduce xhci_init_driver() by Andrew Bresticker · 10 years ago
  24. 37ebb54 usb: hub: rename khubd to hub_wq in documentation and comments by Petr Mladek · 10 years ago
  25. 14e61a1 usb: xhci_suspend is not stopping the root hub timer for the shared HCD by Al Cooper · 10 years ago
  26. 1e3452e xhci: Move allocating of command for new_dequeue_state to queue_set_tr_deq() by Hans de Goede · 10 years ago
  27. 9604469 xhci: fix oops when xhci resumes from hibernate with hw lpm capable devices by Mathias Nyman · 10 years ago
  28. 365038d xhci: rework cycle bit checking for new dequeue pointers by Mathias Nyman · 10 years ago
  29. a0ee619 xhci: Add missing checks for xhci_alloc_command failure by Hans de Goede · 10 years ago
  30. 8f873c1 xhci: Blacklist using streams on the Etron EJ168 controller by Hans de Goede · 10 years ago
  31. 288c0f4 xhci: make error messages grepable by Oliver Neukum · 10 years ago
  32. 9502c46 xhci: A default implementation for Ux timeout calculation and tier policy check by Pratyush Anand · 10 years ago
  33. f8dd7a2 Merge 3.16-rc4 into usb-next by Greg Kroah-Hartman · 10 years ago
  34. d675913 usb: xhci: Correct last context entry calculation for Configure Endpoint by Julius Werner · 10 years ago
  35. d6236f6 xhci: Fix runtime suspended xhci from blocking system suspend. by Wang, Yu · 10 years ago
  36. c311e39 xhci: rework command timeout and cancellation, by Mathias Nyman · 10 years ago
  37. 9ea1833 xhci: Use completion and status in global command queue by Mathias Nyman · 10 years ago
  38. c9aa1a2 xhci: Add a global command queue by Mathias Nyman · 10 years ago
  39. ddba5cd xhci: Use command structures when queuing commands on the command ring by Mathias Nyman · 10 years ago
  40. be98203 xhci: Report max device limit when Enable Slot command fails. by Sarah Sharp · 10 years ago
  41. a62445a xhci: Use pci_enable_msix_exact() instead of pci_enable_msix() by Alexander Gordeev · 10 years ago
  42. 654a55d xhci: fix wrong port number reported when setting USB2.0 hardware LPM. by Lin Wang · 10 years ago
  43. 01bb59e usb/xhci: fix compilation warning when !CONFIG_PCI && !CONFIG_PM by David Cohen · 10 years ago
  44. 1f81b6d usb: xhci: Prefer endpoint context dequeue pointer over stopped_trb by Julius Werner · 10 years ago
  45. 192c028 Merge 3.14-rc6 into usb-next by Greg Kroah-Hartman · 10 years ago
  46. e2ed511 Revert "xhci 1.0: Limit arbitrarily-aligned scatter gather." by Mathias Nyman · 10 years ago
  47. 7969943 xhci: add the meaningful IRQ description if it is empty by Adrian Huang · 10 years ago
  48. f792088 xhci: Handle MaxPSASize == 0 by Hans de Goede · 11 years ago
  49. a390153 xhci: use usb_ss_max_streams in xhci_check_streams_endpoint by Hans de Goede · 11 years ago
  50. df61383 xhci: Free streams when they are still allocated on a set_interface call by Hans de Goede · 11 years ago
  51. 1386ff7 Revert "xhci: Set scatter-gather limit to avoid failed block writes." by Sarah Sharp · 11 years ago
  52. 247bf55 xhci 1.0: Limit arbitrarily-aligned scatter gather. by Sarah Sharp · 11 years ago
  53. f7b2e40 Revert "xhci: replace xhci_read_64() with readq()" by Sarah Sharp · 11 years ago
  54. 477632d Revert "xhci: replace xhci_write_64() with writeq()" by Sarah Sharp · 11 years ago
  55. f2d9b99 xhci: Set scatter-gather limit to avoid failed block writes. by Sarah Sharp · 11 years ago
  56. 9005355 usb: xhci: Check for XHCI_PLAT in xhci_cleanup_msix() by Jack Pham · 11 years ago
  57. 4e6a1ee xhci: Add quirks module option by Takashi Iwai · 11 years ago
  58. 6f8ffc0 xhci: clarify logging in xhci_setup_device by Dan Williams · 11 years ago
  59. 48fc7db usb: xhci: change enumeration scheme to 'new scheme' by default by Dan Williams · 11 years ago
  60. 7dd09a1 xhci: replace xhci_write_64() with writeq() by Xenia Ragiadakou · 11 years ago
  61. e8b3733 xhci: replace xhci_read_64() with readq() by Xenia Ragiadakou · 11 years ago
  62. 204b779 xhci: replace xhci_writel() with writel() by Xenia Ragiadakou · 11 years ago
  63. b0ba972 xhci: replace xhci_readl() with readl() by Xenia Ragiadakou · 11 years ago
  64. 78d1ff0 xhci: fix incorrect type in assignment in xhci_count_num_dropped_endpoints() by Xenia Ragiadakou · 11 years ago
  65. ef73400 xhci: fix incorrect type in assignment in xhci_count_num_new_endpoints() by Xenia Ragiadakou · 11 years ago
  66. 64ba419 xhci: replace USB_MAXINTERFACES with config->desc.bNumInterface by Xenia Ragiadakou · 11 years ago
  67. 0c052aa xhci: fix incorrect type in assignment in xhci_address_device() by Xenia Ragiadakou · 11 years ago
  68. 9afcdb1 Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next by Greg Kroah-Hartman · 11 years ago
  69. a2cdc34 usb: xhci: remove the unused ->address field by Dan Williams · 11 years ago
  70. d194c03 xhci: correct the usage of USB_CTRL_SET_TIMEOUT by xiao jin · 11 years ago
  71. f468f7b usb: Push USB2 LPM disable on disconnect into USB core. by Sarah Sharp · 11 years ago
  72. de68bab usb: Don't enable USB 2.0 Link PM by default. by Sarah Sharp · 11 years ago
  73. 58e21f7 xhci: Set L1 device slot on USB2 LPM enable/disable. by Sarah Sharp · 11 years ago
  74. 638298d xhci: Fix spurious wakeups after S5 on Haswell by Takashi Iwai · 11 years ago
  75. 455f589 xhci: quirk for extra long delay for S4 by Oliver Neukum · 11 years ago
  76. ec7e43e xhci: Ensure a command structure points to the correct trb on the command ring by Mathias Nyman · 11 years ago
  77. e7ecf06 xhci: Fix warning introduced by disabling runtime PM. by Sarah Sharp · 11 years ago
  78. c8476fb usb: xhci: Disable runtime PM suspend for quirky controllers by Shawn Nematbakhsh · 11 years ago
  79. 5845c13 Merge tag 'for-usb-2013-08-15-step-1' into for-usb-next by Sarah Sharp · 11 years ago
  80. 224563b Merge tag 'for-usb-next-2013-08-15' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next by Greg Kroah-Hartman · 11 years ago
  81. 52fb612 xhci-plat: Don't enable legacy PCI interrupts. by Sarah Sharp · 11 years ago
  82. c10cf11 xhci: fix dma mask setup in xhci.c by Xenia Ragiadakou · 11 years ago
  83. d195fcf xhci: trace debug messages related to driver initialization and unload by Xenia Ragiadakou · 11 years ago
  84. aa50b29 xhci: trace debug statements for urb cancellation by Xenia Ragiadakou · 11 years ago
  85. 1d27fab xhci: add xhci_address_ctx trace event by Xenia Ragiadakou · 11 years ago
  86. a025432 xhci: add trace for debug messages related to endpoint reset by Xenia Ragiadakou · 11 years ago
  87. 4bdfe4c xhci: add trace for debug messages related to quirks by Xenia Ragiadakou · 11 years ago
  88. 3a7fa5b xhci: add trace for debug messages related to changing contexts by Xenia Ragiadakou · 11 years ago
  89. 84a99f6 xhci: add traces for debug messages in xhci_address_device() by Xenia Ragiadakou · 11 years ago
  90. b249750 xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused code by Xenia Ragiadakou · 11 years ago
  91. 5c1127d xhci: replace printk(KERN_DEBUG ...) by Xenia Ragiadakou · 11 years ago
  92. 38a532a xhci: replace xhci_info() with xhci_dbg() by Xenia Ragiadakou · 11 years ago
  93. fc76051 USB: XHCI: mark no_sg_constraint by Ming Lei · 11 years ago
  94. 008eb95 usb: xhci: add missing dma-mapping.h includes by James Hogan · 11 years ago
  95. 78283dd Merge 3.11-rc3 into usb-next by Greg Kroah-Hartman · 11 years ago
  96. 07f3cb7 usb: host: xhci: Enable XHCI_SPURIOUS_SUCCESS for all controllers with xhci 1.0 by George Cherian · 11 years ago
  97. d5c82fe usb: xhci: Mark two functions __maybe_unused by Olof Johansson · 11 years ago
  98. 203a866 xhci: Avoid NULL pointer deref when host dies. by Sarah Sharp · 11 years ago
  99. 03e64e9 xhci: Correct misplaced newlines by Joe Perches · 11 years ago
  100. 1f21569 xhci: Add missing unlocks on error paths by Emil Goode · 11 years ago