1. 159e1fc xhci: Don't write zeroed pointers to xHC registers. by Sarah Sharp · 12 years ago
  2. 2fdcd47 xHCI: Allocate 2 segments for transfer ring by Andiry Xu · 12 years ago
  3. 8dfec61 xHCI: dynamic ring expansion by Andiry Xu · 12 years ago
  4. 186a7ef xHCI: set cycle state when allocate rings by Andiry Xu · 12 years ago
  5. 70d4360 xHCI: factor out segments allocation and free function by Andiry Xu · 12 years ago
  6. b008df6 xHCI: count free TRBs on transfer ring by Andiry Xu · 12 years ago
  7. 3fe4fe0 xHCI: store ring's last segment and segment numbers by Andiry Xu · 12 years ago
  8. 3b72fca xHCI: store ring's type by Andiry Xu · 12 years ago
  9. c69263c Merge branch 'usb-3.3-rc4' into usb-next by Greg Kroah-Hartman · 12 years ago
  10. 340a350 xhci: Fix encoding for HS bulk/control NAK rate. by Sarah Sharp · 12 years ago
  11. 623bef9 USB/xhci: Enable remote wakeup for USB3 devices. by Sarah Sharp · 13 years ago
  12. 1ba6108 xhci: Remove debugging about ring structure allocation. by Sarah Sharp · 13 years ago
  13. d31c285 xhci: Set slot and ep0 flags for address command. by Sarah Sharp · 13 years ago
  14. 22d45f0 usb/xhci: replace pci_*_consistent() with dma_*_coherent() by Sebastian Andrzej Siewior · 13 years ago
  15. 7e393a8 xHCI: AMD isoc link TRB chain bit quirk by Andiry Xu · 13 years ago
  16. 9574323 xHCI: test USB2 software LPM by Andiry Xu · 13 years ago
  17. fc71ff7 xHCI: Check host USB2 LPM capability by Andiry Xu · 13 years ago
  18. 27ccaaa xhci-mem.c: xhci_segment_free: No need for checking seg argument by Kautuk Consul · 13 years ago
  19. 0e6c7f7 xhci-mem.c: Check for ring->first_seg != NULL by Kautuk Consul · 13 years ago
  20. 170c026 xhci: Fix mult base in endpoint bandwidth info. by Sarah Sharp · 13 years ago
  21. 2ffdea2 xHCI: refine td allocation by Andiry Xu · 13 years ago
  22. 2e27980 xhci: Track interval bandwidth tables per port/TT. by Sarah Sharp · 13 years ago
  23. 9af5d71 xhci: Store endpoint bandwidth information. by Sarah Sharp · 13 years ago
  24. 839c817 xhci: Store information about roothubs and TTs. by Sarah Sharp · 13 years ago
  25. 6638175 xhci: Store the "real" root port number. by Sarah Sharp · 13 years ago
  26. fe30182 xhci: Rename virt_dev->port to fake_port. by Sarah Sharp · 13 years ago
  27. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  28. 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
  29. d233363 xhci: Don't warn about zeroed bMaxBurst descriptor field. by Sarah Sharp · 13 years ago
  30. dcc8545 Merge 3.0-rc2 into usb-linus as it's needed by some USB patches by Greg Kroah-Hartman · 13 years ago
  31. cd3c18b USB: xhci - fix interval calculation for FS isoc endpoints by Dmitry Torokhov · 13 years ago
  32. f5960b6 xhci: Remove some unnecessary casts and tidy some endian swap code by Matt Evans · 13 years ago
  33. 30f89ca xhci: Fix memory leak in ring cache deallocation. by Sarah Sharp · 13 years ago
  34. b513d44 xhci: Fix full speed bInterval encoding. by Sarah Sharp · 13 years ago
  35. 7b1fc2e xHCI 1.0: Isoch endpoint CErr field set by Andiry Xu · 13 years ago
  36. 51eb01a xHCI 1.0: Control endpoint average TRB length field set by Andiry Xu · 13 years ago
  37. 64b3c30 usb/ch9: use proper endianess for wBytesPerInterval by Sebastian Andrzej Siewior · 13 years ago
  38. 28ccd29 xhci: Make xHCI driver endian-safe by Matt Evans · 13 years ago
  39. dfa49c4 USB: xhci - fix math in xhci_get_endpoint_interval() by Dmitry Torokhov · 13 years ago
  40. 575688e USB: xhci - remove excessive 'inline' markings by Dmitry Torokhov · 13 years ago
  41. 22e0487 USB: xhci: unsigned char never equals -1 by Dan Carpenter · 13 years ago
  42. 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
  43. d30b2a2 xhci: Limit roothub ports to 15 USB3 & 31 USB2 ports. by Sarah Sharp · 14 years ago
  44. f6ff0ac xhci: Register second xHCI roothub. by Sarah Sharp · 14 years ago
  45. 20b67cf xhci: Refactor bus suspend state into a struct. by Sarah Sharp · 14 years ago
  46. aa1b13e xhci: Modify check for TT info. by Sarah Sharp · 13 years ago
  47. 1d5810b xhci: Rework port suspend structures for limited ports. by Sarah Sharp · 14 years ago
  48. 8212a49 USB: xhci: mark local functions as static by Dmitry Torokhov · 14 years ago
  49. c50a00f USB: xhci: fix couple sparse annotations by Dmitry Torokhov · 14 years ago
  50. 09ece30 USB: xhci: rework xhci_print_ir_set() to get ir set from xhci itself by Dmitry Torokhov · 14 years ago
  51. f8bbeab xhci: Fix issue with port array setup and buggy hosts. by Sarah Sharp · 14 years ago
  52. da6699c xhci: Setup array of USB 2.0 and USB 3.0 ports. by Sarah Sharp · 14 years ago
  53. dc07c91 xHCI: fix wMaxPacketSize mask by Andiry Xu · 14 years ago
  54. 9777e3c USB: xHCI: bus power management implementation by Andiry Xu · 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. 6492773 USB: xHCI: Add pointer to udev in struct xhci_virt_device by Andiry Xu · 14 years ago
  58. 257d585 USB: xhci: Make xhci_set_hc_event_deq() static. by Sarah Sharp · 14 years ago
  59. 021bff9 USB: xhci: Performance - move functions that find ep ring. by Sarah Sharp · 14 years ago
  60. a061a5a USB: xHCI: allocate bigger ring for isochronous endpoint by Andiry Xu · 14 years ago
  61. 8e51adc USB: xHCI: Introduce urb_priv structure by Andiry Xu · 14 years ago
  62. d18240d USB: xHCI: Missed Service Error Event process by Andiry Xu · 14 years ago
  63. e10fa47 USB: xhci: trivial: use ARRAY_SIZE by Kulikov Vasiliy · 14 years ago
  64. c30c791 USB: xhci: Set Mult field in endpoint context correctly. by Sarah Sharp · 14 years ago
  65. 2d1ee59 USB: xhci: Set EP0 dequeue ptr after reset of configured device. by Sarah Sharp · 14 years ago
  66. 842f169 USB: remove the usb_host_ss_ep_comp structure by Alan Stern · 14 years ago
  67. 326b481 USB: clean up some host controller sparse warnings by Randy Dunlap · 14 years ago
  68. e9df17e USB: xhci: Correct assumptions about number of rings per endpoint. by Sarah Sharp · 14 years ago
  69. 8df75f4 USB: xhci: Add memory allocation for USB3 bulk streams. by Sarah Sharp · 14 years ago
  70. 9238f25 USB: xhci: properly set endpoint context fields for periodic eps. by Sarah Sharp · 14 years ago
  71. 1cf6224 USB: xhci: properly set the "Mult" field of the endpoint context. by Sarah Sharp · 14 years ago
  72. 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
  73. 9ce669a USB: xhci: Make endpoint interval debugging clearer. by Sarah Sharp · 14 years ago
  74. 551cdbb USB: rename USB_SPEED_VARIABLE to USB_SPEED_WIRELESS by Greg Kroah-Hartman · 15 years ago
  75. a1d78c1 USB: xhci: Allow allocation of commands without input contexts. by Sarah Sharp · 15 years ago
  76. 412566b USB: xhci: Refactor code to free or cache endpoint rings. by Sarah Sharp · 15 years ago
  77. 74f9fe2 USB: xhci: Make reverting an alt setting "unfailable". by Sarah Sharp · 15 years ago
  78. 06e1829 USB: xhci-mem.c: introduce missing kfree by Julia Lawall · 15 years ago
  79. 6648f29 USB: xhci: Add tests for TRB address translation. by Sarah Sharp · 15 years ago
  80. 6f5165c USB: xhci: Add watchdog timer for URB cancellation. by Sarah Sharp · 15 years ago
  81. 5294bea USB: xhci: Fix scratchpad deallocation. by Sarah Sharp · 15 years ago
  82. d94c05e USB: xhci: Fix bug memory free after failed initialization. by Sarah Sharp · 15 years ago
  83. 07b6de1 USB: xhci: Set multi-TT field for LS/FS devices under hubs. by Sarah Sharp · 15 years ago
  84. 4a0cd96 USB: xhci: Set route string for all devices. by Sarah Sharp · 15 years ago
  85. 913a8a3 USB: xhci: Change how xHCI commands are handled. by Sarah Sharp · 15 years ago
  86. 63a0d9a USB: xhci: Endpoint representation refactoring. by Sarah Sharp · 15 years ago
  87. 47aded8 USB: xhci: Set correct max packet size for HS/FS control endpoints. by Sarah Sharp · 15 years ago
  88. f2217e8 USB: xhci: Configure endpoint code refactoring. by Sarah Sharp · 15 years ago
  89. b0567b3 USB: xhci: Work around for chain bit in link TRBs. by Sarah Sharp · 15 years ago
  90. d115b04 USB: xhci: Support for 64-byte contexts by John Youn · 15 years ago
  91. 28c2d2e USB: xhci: Always align output device contexts to 64 bytes. by Sarah Sharp · 15 years ago
  92. 254c80a USB: xhci: Scratchpad buffer allocation by John Youn · 15 years ago
  93. b7d6d99 USB: xhci: Fail gracefully if there's no SS ep companion descriptor. by Sarah Sharp · 15 years ago
  94. 47692d1 USB: xhci: Setup HW retries correctly. by Sarah Sharp · 15 years ago
  95. 8e595a5 USB: xhci: Represent 64-bit addresses with one u64. by Sarah Sharp · 15 years ago
  96. f88ba78 USB: xhci: Respect critical sections. by Sarah Sharp · 15 years ago
  97. 527c6d7 USB: xhci: Make xhci-mem.c include linux/dmapool.h by Sarah Sharp · 15 years ago
  98. f0058c6 USB: Change names of SuperSpeed ep companion descriptor structs. by Sarah Sharp · 15 years ago
  99. 23e3be1 USB: xhci: Avoid global namespace pollution. by Sarah Sharp · 15 years ago
  100. 3841d56 USB: xhci: Fix register write order. by Sarah Sharp · 15 years ago