1. 35be784 usb: core: hcd: add missing header dependencies by Baoyou Xie · 8 years ago
  2. f7b7f37 usb: core: use IS_ENABLED() instead of checking for built-in or module by Javier Martinez Canillas · 8 years ago
  3. 36af2db usb: core: hcd: don't print on ENOMEM by Wolfram Sang · 8 years ago
  4. ab2a4bf USB: don't free bandwidth_mutex too early by Alan Stern · 8 years ago
  5. dc5878a usb: core: move root hub's device node assignment after it is added to bus by Peter Chen · 8 years ago
  6. feb26ac usb: core: hub: hub_port_init lock controller instead of bus by Chris Bainbridge · 8 years ago
  7. 58f2266 usb: core: Allow compilation on platforms where NO_DMA=y by Geert Uytterhoeven · 8 years ago
  8. a4b5d60 usb: core: rename mutex usb_bus_list_lock to usb_bus_idr_lock by Heiner Kallweit · 8 years ago
  9. 5363de7 usb: core: switch bus numbering to using idr by Heiner Kallweit · 8 years ago
  10. 6ae706a USB: core, wusbcore: use bus_to_hcd by Geliang Tang · 8 years ago
  11. 0cdd49a usb: Support USB 3.1 extended port status request by Mathias Nyman · 9 years ago
  12. 9508e3b usb: add device descriptor for usb 3.1 root hub by Mathias Nyman · 9 years ago
  13. 5f9c3a6 usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUS by Mathias Nyman · 9 years ago
  14. 8a1b272 usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices by Mathias Nyman · 9 years ago
  15. 6fb8ac8 USB: constify usb_mon_operations structure by Julia Lawall · 9 years ago
  16. d491fe7 usb: hcd: use USB_DT_* by Sergei Shtylyov · 9 years ago
  17. 7117522 usb: define HCD_USB31 speed option for hosts that support USB 3.1 features by Mathias Nyman · 9 years ago
  18. ff8e2c5 usb: interface authorization: Use a flag for the default device authorization by Stefan Koch · 9 years ago
  19. 6b2bd3c usb: interface authorization: Introduces the default interface authorization by Stefan Koch · 9 years ago
  20. 12e1a6a Revert "usb: interface authorization: Introduces the default interface authorization" by Greg Kroah-Hartman · 9 years ago
  21. a1b93ab Revert "usb: interface authorization: Use a flag for the default device authorization" by Greg Kroah-Hartman · 9 years ago
  22. 3cf1fc8 usb: interface authorization: Use a flag for the default device authorization by Stefan Koch · 9 years ago
  23. 1d958be usb: interface authorization: Introduces the default interface authorization by Stefan Koch · 9 years ago
  24. 722b262 Merge 4.2-rc4 into usb-next by Greg Kroah-Hartman · 9 years ago
  25. 0faaad4 usb: move assignment out of if condition by Kris Borer · 9 years ago
  26. 2d2a316 usb: core: lpm: set lpm_capable for root hub device by Lu Baolu · 9 years ago
  27. c688d62 USB: hcd.c: move assignment out of if () block by Greg Kroah-Hartman · 9 years ago
  28. c991979 USB: fix use-after-free bug in usb_hcd_unlink_urb() by Alan Stern · 9 years ago
  29. e7cf773 Merge tag 'usb-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  30. ceb6c9c USB / PM: Drop CONFIG_PM_RUNTIME from the USB core by Rafael J. Wysocki · 10 years ago
  31. 2d4d9f3 Merge tag 'usb-for-v3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/balbi/usb into usb-next by Greg Kroah-Hartman · 10 years ago
  32. 90a646c usb: Do not allow usb_alloc_streams on unconfigured devices by Hans de Goede · 10 years ago
  33. ef44cb4 usb: allow to supply the PHY in the drivers when using HCD by Antoine Tenart · 10 years ago
  34. 0043325 usb: hcd: add generic PHY support by Sergei Shtylyov · 10 years ago
  35. 3d46e73 usb: rename phy to usb_phy in HCD by Antoine Tenart · 10 years ago
  36. 0cfbd32 usb: Add LED triggers for USB activity by Michal Sojka · 10 years ago
  37. 37ebb54 usb: hub: rename khubd to hub_wq in documentation and comments by Petr Mladek · 10 years ago
  38. 59d48b3 usb: hub: rename usb_kick_khubd() to usb_kick_hub_wq() by Petr Mladek · 10 years ago
  39. a6cd244 usb: Fixed a few typos by Mickael Maison · 10 years ago
  40. 1c09472 usb-core: Remove Fix mes in file hcd.c by Nicholas Krause · 10 years ago
  41. 5c79a1e usb: introduce port status lock by Dan Williams · 10 years ago
  42. d8521af usb: assign default peer ports for root hubs by Dan Williams · 10 years ago
  43. 6fecd4f USB: separate usb_address0 mutexes for each bus by Todd E Brandt · 10 years ago
  44. 29d2fef usb: catch attempts to submit urbs with a vmalloc'd transfer buffer by Dan Williams · 10 years ago
  45. 8d4f70b usb-core: Track if an endpoint has streams by Hans de Goede · 11 years ago
  46. 12d4bbc usb-core: Fix usb_free_streams return value documentation by Hans de Goede · 11 years ago
  47. 140e302 Revert "usbcore: set lpm_capable field for LPM capable root hubs" by Sarah Sharp · 10 years ago
  48. 025d443 USB: core: correct spelling mistakes in comments and warning by Rahul Bedarkar · 10 years ago
  49. 3c9740a usb: hcd: move controller wakeup setting initialization to individual driver by Peter Chen · 11 years ago
  50. 1ae5799 usb: hcd: Initialize USB phy if needed by Valentine Barshak · 11 years ago
  51. 103e127 usb: hcd: Remove USB phy if needed by Valentine Barshak · 11 years ago
  52. 88ed9fd usb/hcd: remove unnecessary local_irq_save by Michael Opdenacker · 11 years ago
  53. 059239a drivers: usb: core: hcd.c: converted busmap from struct to bitmap by Matthias Beyer · 11 years ago
  54. 6ec4147 usb-anchor: Delay usb_wait_anchor_empty_timeout wake up till completion is done by Hans de Goede · 11 years ago
  55. d1ddb0a drivers: usb: core: hcd: if-else-braces fixed by Matthias Beyer · 11 years ago
  56. 0701049 drivers: usb: core: hcd: removed braces for return statements by Matthias Beyer · 11 years ago
  57. 048cb21 drivers: usb: core: hcd: replaced C99 // comments by Matthias Beyer · 11 years ago
  58. 1455735 drivers: usb: core: hcd: Whitespace fixes by Matthias Beyer · 11 years ago
  59. 842c196 drivers: usb: core: hcd: moved asterix to variable by Matthias Beyer · 11 years ago
  60. 9df89d8 usbcore: set lpm_capable field for LPM capable root hubs by Xenia Ragiadakou · 11 years ago
  61. 6c74dad usb-core: Make usb_free_streams return an error by Hans de Goede · 11 years ago
  62. c7ccde6 USB: see if URB comes from a completion handler by Alan Stern · 11 years ago
  63. d03f254 USB: core: be specific about attribute permissions by Greg Kroah-Hartman · 11 years ago
  64. e57e780 usb: rh_call_control tbuf overflow fix by Sean O. Stalley · 11 years ago
  65. c10750b usb/hcd: Log error code if reset() fails by Mark Brown · 11 years ago
  66. 94dfd7e USB: HCD: support giveback of URB in tasklet context by Ming Lei · 11 years ago
  67. 626f090 usb: fix some scripts/kernel-doc warnings by Yacine Belkadi · 11 years ago
  68. 1a81f88 Allow the USB HCD to create Wireless USB root hubs by Thomas Pugliese · 11 years ago
  69. 84ebc10 USB: remove CONFIG_USB_SUSPEND option by Alan Stern · 11 years ago
  70. 3f5eb14 usb: add find_raw_port_number callback to struct hc_driver() by Lan Tianyu · 11 years ago
  71. ceb675a Merge usb-linus branch into usb-next by Greg Kroah-Hartman · 11 years ago
  72. da0aa71 USB: add usb_hcd_{start,end}_port_resume by Alan Stern · 11 years ago
  73. d2123fd USB: Set usb port's DeviceRemovable according acpi information by Lan Tianyu · 11 years ago
  74. 430ee58 usb/core: update power budget for SuperSpeed by Sebastian Andrzej Siewior · 12 years ago
  75. 0c864d8 Merge 3.7-rc6 into usb-next. by Greg Kroah-Hartman · 12 years ago
  76. e592c5d Revert "USB/host: Cleanup unneccessary irq disable code" by Greg Kroah-Hartman · 12 years ago
  77. bfd1e91 USB: speed up usb_bus_resume() by Alan Stern · 12 years ago
  78. 0a23140 USB: Fix race condition when removing host controllers by Alan Stern · 12 years ago
  79. 73d4066 USB/host: Cleanup unneccessary irq disable code by Chuansheng Liu · 12 years ago
  80. b53d657 usb/core: use bin2bcd() for bcdDevice in RH by Sebastian Andrzej Siewior · 12 years ago
  81. fe2072c usb/hcd: Ensure scatter-gather is not used for isoc transfers by Hans de Goede · 12 years ago
  82. 448b6eb USB: Make sure to fetch the BOS desc for roothubs. by Sarah Sharp · 12 years ago
  83. bfb8bfa USB: make vendor id of root hubs greppable by Paul Bolle · 12 years ago
  84. 879d38e USB: fix race between root-hub suspend and remote wakeup by Alan Stern · 12 years ago
  85. cd70469 usb: core: hcd: make hcd->irq unsigned by Felipe Balbi · 12 years ago
  86. 68d07f6 USB: Don't fail USB3 probe on missing legacy PCI IRQ. by Sarah Sharp · 12 years ago
  87. 7bf0118 USB: Adding #define in hub_configure() and hcd.c file by Aman Deep · 13 years ago
  88. bc677d5 usb: fix number of mapped SG DMA entries by Clemens Ladisch · 13 years ago
  89. 968b822 USB: Remove the SAW_IRQ hcd flag by Alan Stern · 13 years ago
  90. 7e0bb71 Merge branch 'pm-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 13 years ago
  91. 48e8236 xHCI/USB: Make xHCI driver have a BOS descriptor. by Sarah Sharp · 13 years ago
  92. d727b60 Merge branch 'pm-runtime' into pm-for-linus by Rafael J. Wysocki · 13 years ago
  93. 30b1a7a USB: Add wakeup info to debugging messages by Alan Stern · 13 years ago
  94. a6eeeb9 USB: Update USB default wakeup settings by Alan Stern · 13 years ago
  95. 5b1b0b8 PM / Runtime: Add macro to test for runtime PM events by Alan Stern · 13 years ago
  96. 8a9af4f USB: Avoid NULL pointer deref in usb_hcd_alloc_bandwidth. by Sarah Sharp · 13 years ago
  97. c4fc234 USB: Add "authorized_default" parameter to the usbcore module by Carl-Daniel Hailfinger · 13 years ago
  98. 69fff59 USB: remove remaining usages of hcd->state from usbcore and fix regression by Alan Stern · 13 years ago
  99. 1d15ee4 usb/hcd: don't return 0 on error in usb_add_hcd() by Sebastian Andrzej Siewior · 13 years ago
  100. b214f19 USB: Fix unplug of device with active streams by Matthew Wilcox · 14 years ago