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