1. ec81419 usb: host: ehci-sched: remove redundant pointer dev by Colin Ian King · 6 years ago
  2. 6396bb2 treewide: kzalloc() -> kcalloc() by Kees Cook · 7 years ago
  3. 43b78f1 Revert "usb: host: ehci: Use dma_pool_zalloc()" by Greg Kroah-Hartman · 7 years ago
  4. 22072e8 usb: host: ehci: Use dma_pool_zalloc() by Souptick Joarder · 7 years ago
  5. d214109 USB: host: ehci: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
  6. 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
  7. 2aa3add0 usb: host: remove unnecessary null check by Gustavo A. R. Silva · 8 years ago
  8. 8437ab9 usb: host: ehci: remove unnecessary max_packet() macro by Felipe Balbi · 8 years ago
  9. e3b8908 usb: host: ehci: make use of new usb_endpoint_maxp_mult() by Felipe Balbi · 8 years ago
  10. d078c6e usb: host: ehci-sched: remove unnecessary braces by Geyslan G. Bem · 9 years ago
  11. ee2a1d2 usb: host: ehci-sched: use sizeof operator with parens by Geyslan G. Bem · 9 years ago
  12. 6d0febc usb: host: ehci-sched: add line after declarations by Geyslan G. Bem · 9 years ago
  13. 1ec2780 usb: host: ehci-sched: use C89-style comments by Geyslan G. Bem · 9 years ago
  14. 2fee2fe usb: host: ehci-sched: remove useless else branch by Geyslan G. Bem · 9 years ago
  15. ee90647 usb: host: ehci-sched: remove prohibited spaces by Geyslan G. Bem · 9 years ago
  16. 189b8ff usb: host: ehci-sched: add spaces around operators by Geyslan G. Bem · 9 years ago
  17. 77d6554 usb: host: ehci-sched: remove useless initializations by Geyslan G. Bem · 9 years ago
  18. 25d1086 usb: host: ehci-sched: move constants to right by Geyslan G. Bem · 9 years ago
  19. 3f122a9 usb: host: ehci-sched: refactor scan_isoc function by Geyslan G. Bem · 9 years ago
  20. fcc5184 USB: EHCI: store reason for unlinking a QH by Alan Stern · 9 years ago
  21. c401e7b USB: EHCI: adjust error return code by Alan Stern · 10 years ago
  22. 6d89252 USB: EHCI: fix initialization bug in iso_stream_schedule() by Alan Stern · 10 years ago
  23. 4a71f24 USB: EHCI: fix sparse errors by Alan Stern · 11 years ago
  24. 5d8f681 USB: EHCI: fix type mismatch in check_intr_schedule by Alan Stern · 11 years ago
  25. a393a80 USB: EHCI: start new isochronous streams ASAP by Alan Stern · 11 years ago
  26. b35c500 USB: EHCI: create per-TT bandwidth tables by Alan Stern · 11 years ago
  27. d0ce5c6 USB: EHCI: use a bandwidth-allocation table by Alan Stern · 11 years ago
  28. ffa0248 USB: EHCI: create a "periodic schedule info" struct by Alan Stern · 11 years ago
  29. 91a99b5 USB: EHCI: use consistent NO_FRAME value by Alan Stern · 11 years ago
  30. 8c05dc5 USB: EHCI: No SSPLIT allowed in uframe 7 by Alan Stern · 11 years ago
  31. 2b90f01 USB: EHCI: compute full-speed bandwidth usage correctly by Alan Stern · 11 years ago
  32. e24371a USB: EHCI: check the right uframes for CSPLIT by Alan Stern · 11 years ago
  33. 46c73d1 USB: EHCI: handle isochronous underruns with tasklets by Alan Stern · 11 years ago
  34. e4e18cb USB: EHCI: code rearrangement in iso_stream_schedule() by Alan Stern · 11 years ago
  35. 1512c91 ehci: enable debugging code when CONFIG_DYNAMIC_DEBUG is set by Xenia Ragiadakou · 11 years ago
  36. fea26ef ehci: remove ehci_vdbg() verbose debugging statements by Xenia Ragiadakou · 11 years ago
  37. bd479f2 Merge 3.11-rc6 into usb-next by Greg Kroah-Hartman · 11 years ago
  38. 24f5313 USB: EHCI: accept very late isochronous URBs by Alan Stern · 11 years ago
  39. 9118f9e USB: EHCI: improve interrupt qh unlink by Ming Lei · 12 years ago
  40. 077f5f1 USB: EHCI: fix regression related to qh_refresh() by Alan Stern · 12 years ago
  41. fdc03438 USB: revert periodic scheduling bugfix by Alan Stern · 12 years ago
  42. 02d5f08 Merge branch 'usb-linus' into usb-next by Greg Kroah-Hartman · 12 years ago
  43. 85ecd03 USB: EHCI: fix bug in iTD/siTD DMA pool allocation by Soeren Moch · 12 years ago
  44. 6e01875 USB: EHCI: convert singly-linked lists to list_heads by Alan Stern · 12 years ago
  45. 7bc782d USB: EHCI: split needs_rescan into two flags by Alan Stern · 12 years ago
  46. 79bcf7b USB: EHCI: change return value of qh_completions() by Alan Stern · 12 years ago
  47. c1fdb68 USB: EHCI: changes related to qh_refresh() by Alan Stern · 12 years ago
  48. 3e619d0 USB: EHCI: fix bug in scheduling periodic split transfers by Alan Stern · 12 years ago
  49. b09a61c USB: EHCI: fix for leaking isochronous data by Alan Stern · 12 years ago
  50. 2656a9a USB: EHCI: bugfix: urb->hcpriv should not be NULL by Alan Stern · 12 years ago
  51. acc0850 USB: EHCI: make ehci_read_frame_index platform independent by Alan Stern · 12 years ago
  52. 4005ad4 EHCI: implement new semantics for URB_ISO_ASAP by Alan Stern · 12 years ago
  53. 7267547 EHCI: replace mult/div with bit-mask operation by Alan Stern · 12 years ago
  54. 98cae42 EHCI: use the isochronous scheduling threshold by Alan Stern · 12 years ago
  55. c3ee9b7 EHCI: improved logic for isochronous scheduling by Alan Stern · 12 years ago
  56. f428907 USB: EHCI: simplify isochronous scanning by Alan Stern · 12 years ago
  57. 18aafe6 USB: EHCI: use hrtimer for the I/O watchdog by Alan Stern · 12 years ago
  58. 569b394 USB: EHCI: always scan each interrupt QH by Alan Stern · 12 years ago
  59. 8c5bf7b USB: EHCI: don't refcount iso_stream structures by Alan Stern · 12 years ago
  60. 55934eb USB: EHCI: use hrtimer for (s)iTD deallocation by Alan Stern · 12 years ago
  61. df20225 USB: EHCI: use hrtimer for interrupt QH unlink by Alan Stern · 12 years ago
  62. b015cb7 USB: EHCI: return void instead of 0 by Alan Stern · 12 years ago
  63. 3ca9aeb USB: EHCI: use hrtimer for the periodic schedule by Alan Stern · 12 years ago
  64. c0c53db USB: EHCI: add new root-hub state: STOPPING by Alan Stern · 12 years ago
  65. c83e1a9 USB: EHCI: don't refcount QHs by Alan Stern · 12 years ago
  66. 65b8e5c USB: EHCI: improve full-speed isochronous scheduling routine by Alan Stern · 13 years ago
  67. 2d0fe1b USB: ehci-sched.c: remove dbg() usage by Greg Kroah-Hartman · 13 years ago
  68. 3d9545c EHCI: maintain the ehci->command value properly by Alan Stern · 13 years ago
  69. e342090 EHCI : Fix a regression in the ISO scheduler by Matthieu CASTET · 13 years ago
  70. 811c926 USB: EHCI: fix HUB TT scheduling issue with iso transfer by Thomas Poussevin · 13 years ago
  71. 68aa95d EHCI: workaround for MosChip controller bug by Alan Stern · 13 years ago
  72. e879990 USB: EHCI: remove usages of hcd->state by Alan Stern · 13 years ago
  73. cc62a7e USB: EHCI: Allow users to override 80% max periodic bandwidth by Kirill Smelkov · 14 years ago
  74. 69fff59 USB: remove remaining usages of hcd->state from usbcore and fix regression by Alan Stern · 14 years ago
  75. 1e12c91 EHCI: don't rescan interrupt QHs needlessly by Alan Stern · 14 years ago
  76. ad93562 USB host: Move AMD PLL quirk to pci-quirks.c by Andiry Xu · 14 years ago
  77. 479b46b Revert "USB host: Move AMD PLL quirk to pci-quirks.c" by Greg Kroah-Hartman · 14 years ago
  78. fc427a5 USB: EHCI: Remove dead code from ehci-sched.c by David Daney · 14 years ago
  79. b7d5b43 USB host: Move AMD PLL quirk to pci-quirks.c by Andiry Xu · 14 years ago
  80. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 14 years ago
  81. 0557029 USB: EHCI: ASPM quirk of ISOC on AMD SB800 by Alex He · 14 years ago
  82. 3d091a6 USB: EHCI: AMD periodic frame list table quirk by Andiry Xu · 14 years ago
  83. 88d8aa4 USB: EHCI: remove dead code in the periodic scheduler by Alan Stern · 14 years ago
  84. 1fb2e05 USB: EHCI: reorganize isochronous scheduler routine by Alan Stern · 14 years ago
  85. ffda080 USB: EHCI: add missing frame -> microframe conversion by Alan Stern · 14 years ago
  86. bccbefa USB: EHCI: simplify remainder computations by Alan Stern · 14 years ago
  87. ae68a83 USB: EHCI: remove PCI assumption by Alan Stern · 14 years ago
  88. 541c7d4 USB: convert usb_hcd bitfields into atomic flags by Alan Stern · 15 years ago
  89. 0e5f231 USB: EHCI: defer reclamation of siTDs by Alan Stern · 15 years ago
  90. 1082f57 USB: EHCI: adjust ehci_iso_stream for changes in ehci_qh by Clemens Ladisch · 15 years ago
  91. 92bc364 USB: EHCI: fix ITD list order by Clemens Ladisch · 15 years ago
  92. 22e1869 USB: ehci: fix audio record functionality for some Full speed sound blaster devices by Dmitri Epshtein · 15 years ago
  93. d63c66d USB: ehci: add call of free_cached_itd_list() function in disable_periodic() by Dmitri Epshtein · 15 years ago
  94. dccd574 USB: ehci: Respect IST when scheduling new split iTDs. by Sarah Sharp · 15 years ago
  95. d7e055f USB: ehci: Minor constant fix for SCHEDULE_SLOP. by Sarah Sharp · 15 years ago
  96. ee4ecb8 USB: work around for EHCI with quirky periodic schedules by Oliver Neukum · 15 years ago
  97. 36f2132 USB: ehci: Fix IST boundary checking interval math. by Sarah Sharp · 15 years ago
  98. d555009 USB: ehci: Fix isoc scheduling boundary checking. by Sarah Sharp · 15 years ago
  99. a448c9d USB: EHCI: change deschedule logic for interrupt QHs by Alan Stern · 15 years ago
  100. 3807e26 USB: EHCI: split ehci_qh into hw and sw parts by Alek Du · 15 years ago