1. c401e7b USB: EHCI: adjust error return code by Alan Stern · 10 years ago
  2. 6d89252 USB: EHCI: fix initialization bug in iso_stream_schedule() by Alan Stern · 10 years ago
  3. 4a71f24 USB: EHCI: fix sparse errors by Alan Stern · 11 years ago
  4. 5d8f681 USB: EHCI: fix type mismatch in check_intr_schedule by Alan Stern · 11 years ago
  5. a393a80 USB: EHCI: start new isochronous streams ASAP by Alan Stern · 11 years ago
  6. b35c500 USB: EHCI: create per-TT bandwidth tables by Alan Stern · 11 years ago
  7. d0ce5c6 USB: EHCI: use a bandwidth-allocation table by Alan Stern · 11 years ago
  8. ffa0248 USB: EHCI: create a "periodic schedule info" struct by Alan Stern · 11 years ago
  9. 91a99b5 USB: EHCI: use consistent NO_FRAME value by Alan Stern · 11 years ago
  10. 8c05dc5 USB: EHCI: No SSPLIT allowed in uframe 7 by Alan Stern · 11 years ago
  11. 2b90f01 USB: EHCI: compute full-speed bandwidth usage correctly by Alan Stern · 11 years ago
  12. e24371a USB: EHCI: check the right uframes for CSPLIT by Alan Stern · 11 years ago
  13. 46c73d1 USB: EHCI: handle isochronous underruns with tasklets by Alan Stern · 11 years ago
  14. e4e18cb USB: EHCI: code rearrangement in iso_stream_schedule() by Alan Stern · 11 years ago
  15. 1512c91 ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is set by Xenia Ragiadakou · 11 years ago
  16. fea26ef ehci: remove ehci_vdbg() verbose debugging statements by Xenia Ragiadakou · 11 years ago
  17. bd479f2 Merge 3.11-rc6 into usb-next by Greg Kroah-Hartman · 11 years ago
  18. 24f5313 USB: EHCI: accept very late isochronous URBs by Alan Stern · 11 years ago
  19. 9118f9e USB: EHCI: improve interrupt qh unlink by Ming Lei · 11 years ago
  20. 077f5f1 USB: EHCI: fix regression related to qh_refresh() by Alan Stern · 11 years ago
  21. fdc03438 USB: revert periodic scheduling bugfix by Alan Stern · 11 years ago
  22. 02d5f08 Merge branch 'usb-linus' into usb-next by Greg Kroah-Hartman · 11 years ago
  23. 85ecd03 USB: EHCI: fix bug in iTD/siTD DMA pool allocation by Soeren Moch · 11 years ago
  24. 6e01875 USB: EHCI: convert singly-linked lists to list_heads by Alan Stern · 11 years ago
  25. 7bc782d USB: EHCI: split needs_rescan into two flags by Alan Stern · 11 years ago
  26. 79bcf7b USB: EHCI: change return value of qh_completions() by Alan Stern · 11 years ago
  27. c1fdb68 USB: EHCI: changes related to qh_refresh() by Alan Stern · 11 years ago
  28. 3e619d0 USB: EHCI: fix bug in scheduling periodic split transfers by Alan Stern · 11 years ago
  29. b09a61c USB: EHCI: fix for leaking isochronous data by Alan Stern · 11 years ago
  30. 2656a9a USB: EHCI: bugfix: urb->hcpriv should not be NULL by Alan Stern · 12 years ago
  31. acc0850 USB: EHCI: make ehci_read_frame_index platform independent by Alan Stern · 12 years ago
  32. 4005ad4 EHCI: implement new semantics for URB_ISO_ASAP by Alan Stern · 12 years ago
  33. 7267547 EHCI: replace mult/div with bit-mask operation by Alan Stern · 12 years ago
  34. 98cae42 EHCI: use the isochronous scheduling threshold by Alan Stern · 12 years ago
  35. c3ee9b7 EHCI: improved logic for isochronous scheduling by Alan Stern · 12 years ago
  36. f428907 USB: EHCI: simplify isochronous scanning by Alan Stern · 12 years ago
  37. 18aafe6 USB: EHCI: use hrtimer for the I/O watchdog by Alan Stern · 12 years ago
  38. 569b394 USB: EHCI: always scan each interrupt QH by Alan Stern · 12 years ago
  39. 8c5bf7b USB: EHCI: don't refcount iso_stream structures by Alan Stern · 12 years ago
  40. 55934eb USB: EHCI: use hrtimer for (s)iTD deallocation by Alan Stern · 12 years ago
  41. df20225 USB: EHCI: use hrtimer for interrupt QH unlink by Alan Stern · 12 years ago
  42. b015cb7 USB: EHCI: return void instead of 0 by Alan Stern · 12 years ago
  43. 3ca9aeb USB: EHCI: use hrtimer for the periodic schedule by Alan Stern · 12 years ago
  44. c0c53db USB: EHCI: add new root-hub state: STOPPING by Alan Stern · 12 years ago
  45. c83e1a9 USB: EHCI: don't refcount QHs by Alan Stern · 12 years ago
  46. 65b8e5c USB: EHCI: improve full-speed isochronous scheduling routine by Alan Stern · 12 years ago
  47. 2d0fe1b USB: ehci-sched.c: remove dbg() usage by Greg Kroah-Hartman · 12 years ago
  48. 3d9545c EHCI: maintain the ehci->command value properly by Alan Stern · 12 years ago
  49. e342090 EHCI : Fix a regression in the ISO scheduler by Matthieu CASTET · 13 years ago
  50. 811c926 USB: EHCI: fix HUB TT scheduling issue with iso transfer by Thomas Poussevin · 13 years ago
  51. 68aa95d EHCI: workaround for MosChip controller bug by Alan Stern · 13 years ago
  52. e879990 USB: EHCI: remove usages of hcd->state by Alan Stern · 13 years ago
  53. cc62a7e USB: EHCI: Allow users to override 80% max periodic bandwidth by Kirill Smelkov · 13 years ago
  54. 69fff59 USB: remove remaining usages of hcd->state from usbcore and fix regression by Alan Stern · 13 years ago
  55. 1e12c91 EHCI: don't rescan interrupt QHs needlessly by Alan Stern · 13 years ago
  56. ad93562 USB host: Move AMD PLL quirk to pci-quirks.c by Andiry Xu · 13 years ago
  57. 479b46b Revert "USB host: Move AMD PLL quirk to pci-quirks.c" by Greg Kroah-Hartman · 13 years ago
  58. fc427a5 USB: EHCI: Remove dead code from ehci-sched.c by David Daney · 13 years ago
  59. b7d5b43 USB host: Move AMD PLL quirk to pci-quirks.c by Andiry Xu · 13 years ago
  60. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 14 years ago
  61. 0557029 USB: EHCI: ASPM quirk of ISOC on AMD SB800 by Alex He · 14 years ago
  62. 3d091a6 USB: EHCI: AMD periodic frame list table quirk by Andiry Xu · 14 years ago
  63. 88d8aa4 USB: EHCI: remove dead code in the periodic scheduler by Alan Stern · 14 years ago
  64. 1fb2e05 USB: EHCI: reorganize isochronous scheduler routine by Alan Stern · 14 years ago
  65. ffda080 USB: EHCI: add missing frame -> microframe conversion by Alan Stern · 14 years ago
  66. bccbefa USB: EHCI: simplify remainder computations by Alan Stern · 14 years ago
  67. ae68a83 USB: EHCI: remove PCI assumption by Alan Stern · 14 years ago
  68. 541c7d4 USB: convert usb_hcd bitfields into atomic flags by Alan Stern · 14 years ago
  69. 0e5f231 USB: EHCI: defer reclamation of siTDs by Alan Stern · 14 years ago
  70. 1082f57 USB: EHCI: adjust ehci_iso_stream for changes in ehci_qh by Clemens Ladisch · 14 years ago
  71. 92bc364 USB: EHCI: fix ITD list order by Clemens Ladisch · 14 years ago
  72. 22e1869 USB: ehci: fix audio record functionality for some Full speed sound blaster devices by Dmitri Epshtein · 15 years ago
  73. d63c66d USB: ehci: add call of free_cached_itd_list() function in disable_periodic() by Dmitri Epshtein · 15 years ago
  74. dccd574 USB: ehci: Respect IST when scheduling new split iTDs. by Sarah Sharp · 15 years ago
  75. d7e055f USB: ehci: Minor constant fix for SCHEDULE_SLOP. by Sarah Sharp · 15 years ago
  76. ee4ecb8 USB: work around for EHCI with quirky periodic schedules by Oliver Neukum · 15 years ago
  77. 36f2132 USB: ehci: Fix IST boundary checking interval math. by Sarah Sharp · 15 years ago
  78. d555009 USB: ehci: Fix isoc scheduling boundary checking. by Sarah Sharp · 15 years ago
  79. a448c9d USB: EHCI: change deschedule logic for interrupt QHs by Alan Stern · 15 years ago
  80. 3807e26 USB: EHCI: split ehci_qh into hw and sw parts by Alek Du · 15 years ago
  81. ef4638f USB: EHCI: fix counting of transaction error retries by Alan Stern · 15 years ago
  82. ec6d67e USB: EHCI: report actual_length for iso transfers by Alan Stern · 15 years ago
  83. 68335e8 USB: EHCI: stagger frames for interrupt transfers by Alan Stern · 15 years ago
  84. c065c60 USB: ehci-sched.c: EHCI SITD scheduling bugfix by Dan Streetman · 15 years ago
  85. 551509d USB: replace uses of __constant_{endian} by Harvey Harrison · 15 years ago
  86. 508db8c USB: EHCI: Fix isochronous URB leak by Karsten Wiese · 15 years ago
  87. 9aa09d2 USB: EHCI: slow down ITD reuse by Karsten Wiese · 15 years ago
  88. 372dd6e USB: EHCI: fix divide-by-zero bug by Alan Stern · 16 years ago
  89. 01c1714 USB: fix EHCI periodic transfers by David Brownell · 16 years ago
  90. b40e43f USB: EHCI: fix bug in Iso scheduling by Alan Stern · 16 years ago
  91. 441b62c USB: replace remaining __FUNCTION__ occurrences by Harvey Harrison · 16 years ago
  92. 3d01f0f USB: minor ehci xITD simplifications by Karsten Wiese · 16 years ago
  93. c765d4c USB: EHCI: Refactor "if (handshake()) state = HC_STATE_HALT" by Karsten Wiese · 16 years ago
  94. 79592b72 USB: ehci completes high speed ISO URBs sooner by David Brownell · 17 years ago
  95. aa16ca3 USB: ehci: minor ISO updates, always support split ISO by David Brownell · 17 years ago
  96. 3b6fcfd USB: ehci saves some memory in ISO transfer descriptors by Karsten Wiese · 17 years ago
  97. 30bf54e USB: PS3: Fix EHCI ISO transfer bug by David Brownell · 17 years ago
  98. dc0d5c1 USB: Spelling fixes by Joe Perches · 17 years ago
  99. 14c04c0 USB: reorganize urb->status use in ehci-hcd by Alan Stern · 17 years ago
  100. e9df41c USB: make HCDs responsible for managing endpoint queues by Alan Stern · 17 years ago