1. 7dd09a1 xhci: replace xhci_write_64() with writeq() by Xenia Ragiadakou · 11 years ago
  2. e8b3733 xhci: replace xhci_read_64() with readq() by Xenia Ragiadakou · 11 years ago
  3. 204b779 xhci: replace xhci_writel() with writel() by Xenia Ragiadakou · 11 years ago
  4. b0ba972 xhci: replace xhci_readl() with readl() by Xenia Ragiadakou · 11 years ago
  5. 2a10004 xhci: remove conversion from generic to pci device in xhci_mem.c by Xenia Ragiadakou · 11 years ago
  6. 0d3703b xhci: remove unnecessary check in xhci_free_stream_info() by Xenia Ragiadakou · 11 years ago
  7. 5871948 xhci: convert TRB_CYCLE to le32 before using it to set Link TRB's cycle bit by Xenia Ragiadakou · 11 years ago
  8. de68bab usb: Don't enable USB 2.0 Link PM by default. by Sarah Sharp · 11 years ago
  9. 8b3d457 usb: Fix xHCI host issues on remote wakeup. by Sarah Sharp · 11 years ago
  10. bd479f2 Merge 3.11-rc6 into usb-next by Greg Kroah-Hartman · 11 years ago
  11. 68ffb01 xhci: trace debug statements related to ring expansion by Xenia Ragiadakou · 11 years ago
  12. d195fcf xhci: trace debug messages related to driver initialization and unload by Xenia Ragiadakou · 11 years ago
  13. 3a7fa5b xhci: add trace for debug messages related to changing contexts by Xenia Ragiadakou · 11 years ago
  14. b249750 xhci: remove CONFIG_USB_XHCI_HCD_DEBUGGING and unused code by Xenia Ragiadakou · 11 years ago
  15. 008eb95 usb: xhci: add missing dma-mapping.h includes by James Hogan · 11 years ago
  16. 025f880 xhci: check for failed dma pool allocation by Mathias Nyman · 11 years ago
  17. 17d65554 xhci: remove BUG() in xhci_get_endpoint_type() by Mathias Nyman · 11 years ago
  18. bd18fd5 xhci: Remove BUG in xhci_setup_addressable_virt_dev by Mathias Nyman · 11 years ago
  19. 92f8e76 xhci: Remove BUG_ON in xhci_get_input_control_ctx. by Sarah Sharp · 11 years ago
  20. 29f9d54 xhci: Remove BUG_ON() in xhci_alloc_container_ctx. by Sarah Sharp · 11 years ago
  21. 141dc40 Merge 3.10-rc5 into usb-next by Greg Kroah-Hartman · 11 years ago
  22. b630d4b usb: xhci: check usb2 port capabilities before adding hw link PM support by Mathias Nyman · 11 years ago
  23. 88696ae xhci: fix list access before init by Vladimir Murzin · 11 years ago
  24. 331de00 xhci-mem: init list heads at the beginning of init by Sergio Aguirre · 11 years ago
  25. e4f47e3 USB: xHCI: override bogus bulk wMaxPacketSize values by Alan Stern · 11 years ago
  26. eb8ccd2 xhci: Rename SEGMENT_SIZE and SEGMENT_SHIFT as the former is used in a.out.h by David Howells · 11 years ago
  27. 3f5eb14 usb: add find_raw_port_number callback to struct hc_driver() by Lan Tianyu · 11 years ago
  28. 55c1945 xhci: Handle HS bulk/ctrl endpoints that don't NAK. by Sarah Sharp · 12 years ago
  29. 68e5254 xhci: fix null-pointer dereference when destroying half-built segment rings by Julius Werner · 12 years ago
  30. b92cc66 xHCI: add aborting command ring function by Elric Fu · 12 years ago
  31. 32f1d2c xhci: Don't free endpoints in xhci_mem_cleanup() by Takashi Iwai · 12 years ago
  32. 46ed8f0 xhci: Fix invalid loop check in xhci_free_tt_info() by Takashi Iwai · 12 years ago
  33. dbc3330 xhci: Reserve one command for USB3 LPM disable. by Sarah Sharp · 12 years ago
  34. 33b2831 xhci: Reset reserved command ring TRBs on cleanup. by Sarah Sharp · 12 years ago
  35. f8a9e72 USB: fix resource leak in xhci power loss path by Oliver Neukum · 12 years ago
  36. 159e1fc xhci: Don't write zeroed pointers to xHC registers. by Sarah Sharp · 12 years ago
  37. 2fdcd47 xHCI: Allocate 2 segments for transfer ring by Andiry Xu · 12 years ago
  38. 8dfec61 xHCI: dynamic ring expansion by Andiry Xu · 12 years ago
  39. 186a7ef xHCI: set cycle state when allocate rings by Andiry Xu · 12 years ago
  40. 70d4360 xHCI: factor out segments allocation and free function by Andiry Xu · 12 years ago
  41. b008df6 xHCI: count free TRBs on transfer ring by Andiry Xu · 12 years ago
  42. 3fe4fe0 xHCI: store ring's last segment and segment numbers by Andiry Xu · 12 years ago
  43. 3b72fca xHCI: store ring's type by Andiry Xu · 12 years ago
  44. c69263c Merge branch 'usb-3.3-rc4' into usb-next by Greg Kroah-Hartman · 12 years ago
  45. 340a350 xhci: Fix encoding for HS bulk/control NAK rate. by Sarah Sharp · 12 years ago
  46. 623bef9 USB/xhci: Enable remote wakeup for USB3 devices. by Sarah Sharp · 13 years ago
  47. 1ba6108 xhci: Remove debugging about ring structure allocation. by Sarah Sharp · 13 years ago
  48. d31c285 xhci: Set slot and ep0 flags for address command. by Sarah Sharp · 13 years ago
  49. 22d45f0 usb/xhci: replace pci_*_consistent() with dma_*_coherent() by Sebastian Andrzej Siewior · 13 years ago
  50. 7e393a8 xHCI: AMD isoc link TRB chain bit quirk by Andiry Xu · 13 years ago
  51. 9574323 xHCI: test USB2 software LPM by Andiry Xu · 13 years ago
  52. fc71ff7 xHCI: Check host USB2 LPM capability by Andiry Xu · 13 years ago
  53. 27ccaaa xhci-mem.c: xhci_segment_free: No need for checking seg argument by Kautuk Consul · 13 years ago
  54. 0e6c7f7 xhci-mem.c: Check for ring->first_seg != NULL by Kautuk Consul · 13 years ago
  55. 170c026 xhci: Fix mult base in endpoint bandwidth info. by Sarah Sharp · 13 years ago
  56. 2ffdea2 xHCI: refine td allocation by Andiry Xu · 13 years ago
  57. 2e27980 xhci: Track interval bandwidth tables per port/TT. by Sarah Sharp · 13 years ago
  58. 9af5d71 xhci: Store endpoint bandwidth information. by Sarah Sharp · 13 years ago
  59. 839c817 xhci: Store information about roothubs and TTs. by Sarah Sharp · 13 years ago
  60. 6638175 xhci: Store the "real" root port number. by Sarah Sharp · 13 years ago
  61. fe30182 xhci: Rename virt_dev->port to fake_port. by Sarah Sharp · 13 years ago
  62. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  63. 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
  64. d233363 xhci: Don't warn about zeroed bMaxBurst descriptor field. by Sarah Sharp · 13 years ago
  65. dcc8545 Merge 3.0-rc2 into usb-linus as it's needed by some USB patches by Greg Kroah-Hartman · 13 years ago
  66. cd3c18b USB: xhci - fix interval calculation for FS isoc endpoints by Dmitry Torokhov · 13 years ago
  67. f5960b6 xhci: Remove some unnecessary casts and tidy some endian swap code by Matt Evans · 13 years ago
  68. 30f89ca xhci: Fix memory leak in ring cache deallocation. by Sarah Sharp · 13 years ago
  69. b513d44 xhci: Fix full speed bInterval encoding. by Sarah Sharp · 13 years ago
  70. 7b1fc2e xHCI 1.0: Isoch endpoint CErr field set by Andiry Xu · 13 years ago
  71. 51eb01a xHCI 1.0: Control endpoint average TRB length field set by Andiry Xu · 13 years ago
  72. 64b3c30 usb/ch9: use proper endianess for wBytesPerInterval by Sebastian Andrzej Siewior · 13 years ago
  73. 28ccd29 xhci: Make xHCI driver endian-safe by Matt Evans · 13 years ago
  74. dfa49c4 USB: xhci - fix math in xhci_get_endpoint_interval() by Dmitry Torokhov · 13 years ago
  75. 575688e USB: xhci - remove excessive 'inline' markings by Dmitry Torokhov · 13 years ago
  76. 22e0487 USB: xhci: unsigned char never equals -1 by Dan Carpenter · 13 years ago
  77. 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
  78. d30b2a2 xhci: Limit roothub ports to 15 USB3 & 31 USB2 ports. by Sarah Sharp · 14 years ago
  79. f6ff0ac xhci: Register second xHCI roothub. by Sarah Sharp · 14 years ago
  80. 20b67cf xhci: Refactor bus suspend state into a struct. by Sarah Sharp · 14 years ago
  81. aa1b13e xhci: Modify check for TT info. by Sarah Sharp · 13 years ago
  82. 1d5810b xhci: Rework port suspend structures for limited ports. by Sarah Sharp · 14 years ago
  83. 8212a49 USB: xhci: mark local functions as static by Dmitry Torokhov · 13 years ago
  84. c50a00f USB: xhci: fix couple sparse annotations by Dmitry Torokhov · 13 years ago
  85. 09ece30 USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itself by Dmitry Torokhov · 13 years ago
  86. f8bbeab xhci: Fix issue with port array setup and buggy hosts. by Sarah Sharp · 14 years ago
  87. da6699c xhci: Setup array of USB 2.0 and USB 3.0 ports. by Sarah Sharp · 14 years ago
  88. dc07c91 xHCI: fix wMaxPacketSize mask by Andiry Xu · 14 years ago
  89. 9777e3c USB: xHCI: bus power management implementation by Andiry Xu · 14 years ago
  90. 5619253 USB: xHCI: port remote wakeup implementation by Andiry Xu · 14 years ago
  91. be88fe4 USB: xHCI: port power management implementation by Andiry Xu · 14 years ago
  92. 6492773 USB: xHCI: Add pointer to udev in struct xhci_virt_device by Andiry Xu · 14 years ago
  93. 257d585 USB: xhci: Make xhci_set_hc_event_deq() static. by Sarah Sharp · 14 years ago
  94. 021bff9 USB: xhci: Performance - move functions that find ep ring. by Sarah Sharp · 14 years ago
  95. a061a5a USB: xHCI: allocate bigger ring for isochronous endpoint by Andiry Xu · 14 years ago
  96. 8e51adc USB: xHCI: Introduce urb_priv structure by Andiry Xu · 14 years ago
  97. d18240d USB: xHCI: Missed Service Error Event process by Andiry Xu · 14 years ago
  98. e10fa47 USB: xhci: trivial: use ARRAY_SIZE by Kulikov Vasiliy · 14 years ago
  99. c30c791 USB: xhci: Set Mult field in endpoint context correctly. by Sarah Sharp · 14 years ago
  100. 2d1ee59 USB: xhci: Set EP0 dequeue ptr after reset of configured device. by Sarah Sharp · 14 years ago