1. d0ce5c6 USB: EHCI: use a bandwidth-allocation table by Alan Stern · 11 years ago
  2. ffa0248 USB: EHCI: create a "periodic schedule info" struct by Alan Stern · 11 years ago
  3. c04ee4b Revert "Revert "USB: EHCI: support running URB giveback in tasklet context"" by Greg Kroah-Hartman · 11 years ago
  4. 3b8d732 Revert "USB: EHCI: support running URB giveback in tasklet context" by Greg Kroah-Hartman · 11 years ago
  5. 1512c91 ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is set by Xenia Ragiadakou · 11 years ago
  6. fea26ef ehci: remove ehci_vdbg() verbose debugging statements by Xenia Ragiadakou · 11 years ago
  7. 726a85c usb: host: add Kconfig option for EHSET by Jack Pham · 11 years ago
  8. 9841f37 usb: ehci: Add support for SINGLE_STEP_SET_FEATURE test of EHSET by Manu Gautam · 11 years ago
  9. 428aac8 USB: EHCI: support running URB giveback in tasklet context by Ming Lei · 11 years ago
  10. 70b55c2 usb: ehci: mark unlink_empty_async_suspended() as __maybe_unused by Arnd Bergmann · 11 years ago
  11. 4d053fd usb: ehci: unlink_empty_async_suspended() only used with CONFIG_PM by Tony Prisk · 11 years ago
  12. afc2c9a USB: EHCI: remove unused variable in unlink_empty_async() by Alan Stern · 11 years ago
  13. 214ac7a USB: EHCI: improve end_unlink_async() by Alan Stern · 11 years ago
  14. 6e01875 USB: EHCI: convert singly-linked lists to list_heads by Alan Stern · 11 years ago
  15. 7bc782d USB: EHCI: split needs_rescan into two flags by Alan Stern · 11 years ago
  16. 79bcf7b USB: EHCI: change return value of qh_completions() by Alan Stern · 11 years ago
  17. c1fdb68 USB: EHCI: changes related to qh_refresh() by Alan Stern · 11 years ago
  18. 2a40f32 USB: EHCI: fix regression during bus resume by Alan Stern · 11 years ago
  19. feca774 USB: EHCI: don't check DMA values in QH overlays by Alan Stern · 11 years ago
  20. 6402c79 USB: EHCI: work around silicon bug in Intel's EHCI controllers by Alan Stern · 11 years ago
  21. 6e0c333 USB: EHCI: unlink one async QH at a time by Alan Stern · 12 years ago
  22. 2656a9a USB: EHCI: bugfix: urb->hcpriv should not be NULL by Alan Stern · 12 years ago
  23. 3d03777 EHCI: Update qTD next pointer in QH overlay region during unlink by Pavankumar Kondeti · 12 years ago
  24. 18aafe6 USB: EHCI: use hrtimer for the I/O watchdog by Alan Stern · 12 years ago
  25. 569b394 USB: EHCI: always scan each interrupt QH by Alan Stern · 12 years ago
  26. 32830f2 USB: EHCI: use hrtimer for unlinking empty async QHs by Alan Stern · 12 years ago
  27. 3c273a0 USB: EHCI: unlink multiple async QHs together by Alan Stern · 12 years ago
  28. 9d93874 USB: EHCI: use hrtimer for the IAA watchdog by Alan Stern · 12 years ago
  29. 3144661 USB: EHCI: use hrtimer for async schedule by Alan Stern · 12 years ago
  30. c0c53db USB: EHCI: add new root-hub state: STOPPING by Alan Stern · 12 years ago
  31. 2f5bb66 USB: EHCI: add pointer to end of async-unlink list by Alan Stern · 12 years ago
  32. 99ac5b1 USB: EHCI: rename "reclaim" by Alan Stern · 12 years ago
  33. 4c53de7 USB: EHCI: add symbolic constants for QHs by Alan Stern · 12 years ago
  34. c83e1a9 USB: EHCI: don't refcount QHs by Alan Stern · 12 years ago
  35. 82491c2 USB: ehci-q.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  36. 3d9545c EHCI: maintain the ehci->command value properly by Alan Stern · 12 years ago
  37. bc677d5 usb: fix number of mapped SG DMA entries by Clemens Ladisch · 13 years ago
  38. 332960b USB: ehci: report Data Buffer Error in debug mode by Vikram Pandita · 13 years ago
  39. 41f05de usb: ehci: remove the 1st wmb in qh_append_tds by Ming Lei · 13 years ago
  40. 9a971dd usb: ehci: only prepare zero packet for out transfer if required by Ming Lei · 13 years ago
  41. 0412560 usb: ehci: remove wmb in qh_update by Ming Lei · 13 years ago
  42. e879990 USB: EHCI: remove usages of hcd->state by Alan Stern · 13 years ago
  43. e04f5f7 EHCI: fix direction handling for interrupt data toggles by Alan Stern · 13 years ago
  44. 004c196 USB: EHCI: go back to using the system clock for QH unlinks by Alan Stern · 13 years ago
  45. 1e12c91 EHCI: don't rescan interrupt QHs needlessly by Alan Stern · 13 years ago
  46. 50ee933 Merge 2.6.39-rc4 into usb-next by Greg Kroah-Hartman · 13 years ago
  47. 2f7ac6c USB: ehci: add workaround for Synopsys HC bug by Gabor Juhos · 13 years ago
  48. 94ae497 USB: EHCI: unlink unused QHs when the controller is stopped by Alan Stern · 13 years ago
  49. b5a3b3d ehci-hcd: Bug fix: don't set a QH's Halt bit by Alan Stern · 13 years ago
  50. eb34a90 USB: EHCI: Rearrange EHCI_URB_TRACE code to avoid GCC-4.6 warnings. by David Daney · 14 years ago
  51. 541c7d4 USB: convert usb_hcd bitfields into atomic flags by Alan Stern · 14 years ago
  52. 910f8d0 USB: Change the scatterlist type in struct urb by Matthew Wilcox · 14 years ago
  53. 1b9a38b USB: EHCI: fix handling of unusual interrupt intervals by Alan Stern · 15 years ago
  54. 40f8db8 USB: EHCI: add native scatter-gather support by Alan Stern · 15 years ago
  55. c2f6595 USB: EHCI: don't send Clear-TT-Buffer following a STALL by Alan Stern · 15 years ago
  56. a448c9d USB: EHCI: change deschedule logic for interrupt QHs by Alan Stern · 15 years ago
  57. 3a44494 USB: EHCI: rescan the queue after an unlink by Alan Stern · 15 years ago
  58. 3807e26 USB: EHCI: split ehci_qh into hw and sw parts by Alek Du · 15 years ago
  59. ef4638f USB: EHCI: fix counting of transaction error retries by Alan Stern · 15 years ago
  60. 7a0f0d9 USB: EHCI: fix two new bugs related to Clear-TT-Buffer by Alan Stern · 15 years ago
  61. ba516de USB: EHCI: check for STALL before other errors by Alan Stern · 15 years ago
  62. 914b701 USB: EHCI: use the new clear_tt_buffer interface by Alan Stern · 15 years ago
  63. cb88a1b USB: fix the clear_tt_buffer interface by Alan Stern · 15 years ago
  64. a455212d USB: EHCI: update toggle state for linked QHs by Alan Stern · 15 years ago
  65. b18ffd4 USB: EHCI: update toggle state for linked QHs by Alan Stern · 15 years ago
  66. d062680 USB: fix ehci printk formats by Randy Dunlap · 16 years ago
  67. a2c2706 USB: EHCI: add software retry for transaction errors by Alan Stern · 16 years ago
  68. 391016f USB: EHCI: expedite unlinks when the root hub is suspended by Alan Stern · 15 years ago
  69. 7d283ae list.h: Add list_splice_tail() and list_splice_tail_init() by Luis R. Rodriguez · 16 years ago
  70. b963801 USB: ehci-hcd unlink speedups by David Brownell · 16 years ago
  71. fd05e72 drivers/usb annotations and fixes by Al Viro · 16 years ago
  72. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  73. 4f66762 USB: ehci: qh_completions cleanup and bugfix by David Brownell · 16 years ago
  74. a082b5c USB: ehci: qh/qtd cleanup comments by David Brownell · 16 years ago
  75. caa9ef6 USB: ehci tolerates some buggy devices by David Brownell · 17 years ago
  76. b5f7a0e USB: ehci: handle large bulk URBs correctly (again) by Misha Zhilin · 16 years ago
  77. 340ba5f USB: ehci potential oops fix on ARC/TDI cores by David Brownell · 17 years ago
  78. 07d29b6 USB: EHCI: add separate IAA watchdog timer by Alan Stern · 17 years ago
  79. 4a00027 USB: Eliminate urb->status usage! by Alan Stern · 17 years ago
  80. 14c04c0 USB: reorganize urb->status use in ehci-hcd by Alan Stern · 17 years ago
  81. eb23105 USB: add urb->unlinked field by Alan Stern · 17 years ago
  82. b0d9efb USB: centralize -EREMOTEIO handling by Alan Stern · 17 years ago
  83. e9df41c USB: make HCDs responsible for managing endpoint queues by Alan Stern · 17 years ago
  84. 8eb891f Revert "USB: EHCI cpufreq fix" by Linus Torvalds · 17 years ago
  85. 6dbd682 USB: EHCI support for big-endian descriptors by Stefan Roese · 17 years ago
  86. 196705c USB: EHCI cpufreq fix by Stuart_Hayes@Dell.com · 17 years ago
  87. 083522d USB: Implement support for EHCI with big endian MMIO by Benjamin Herrenschmidt · 18 years ago
  88. 64f8979 USB: revert EHCI VIA workaround patch by Greg Kroah-Hartman · 18 years ago
  89. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  90. 26f953f USB: EHCI update VIA workaround by David Brownell · 18 years ago
  91. 53bd6a6 USB: EHCI whitespace fixes (cosmetic) by David Brownell · 18 years ago
  92. 6a8e87b [PATCH] USB core and HCDs: don't put_device while atomic by Alan Stern · 19 years ago
  93. d085229 [PATCH] USB: EHCI unlink tweaks by David Brownell · 19 years ago
  94. 8cd42e9 [PATCH] USB: EHCI and Freescale 83xx quirk by Kumar Gala · 19 years ago
  95. 6912354 [PATCH] USB: EHCI: fix conflation of buf == 0 with len == 0 by Alan Stern · 19 years ago
  96. 8de9840 [PATCH] USB: Fix USB suspend/resume crasher (#2) by Benjamin Herrenschmidt · 19 years ago
  97. 55016f1 [PATCH] gfp_t: drivers/usb by Al Viro · 19 years ago
  98. d038420 [PATCH] ehci: add tt_usecs by david-b@pacbell.net · 19 years ago
  99. 7dedacf [PATCH] USB: ehci: microframe handling fix by David Brownell · 19 years ago
  100. 498f78e [PATCH] USB: fix in usb_calc_bus_time by Dan Streetman · 19 years ago