1. 1dae423 USB: introduce unmap_urb_setup_for_dma() by Martin Fuzzey · 14 years ago
  2. 496dda7 usb: musb: host: unmap the buffer for PIO data transfers by Maulik Mankad · 14 years ago
  3. ff2f078 USB: fix race between root-hub wakeup & controller suspend by Alan Stern · 14 years ago
  4. 4147200 USB: add do_wakeup parameter for PCI HCD suspend by Alan Stern · 14 years ago
  5. 541c7d4 USB: convert usb_hcd bitfields into atomic flags by Alan Stern · 14 years ago
  6. 48f2497 USB: EHCI: EHCI 1.1 addendum: Basic LPM feature support by Alek Du · 14 years ago
  7. 6d88e67 USB: don't stop root-hub status polls too soon by Alan Stern · 14 years ago
  8. 0858a3a USB: include/usb/*.h checkpatch cleanup by Greg Kroah-Hartman · 14 years ago
  9. eab1caf USB: Support for allocating USB 3.0 streams. by Sarah Sharp · 14 years ago
  10. d20db4b USB: split hub.h into ch11.h and merge-in hcd.h by Eric Lescouet · 14 years ago
  11. d65d7e7 USB: make hub.h public (drivers dependency) by Eric Lescouet · 14 years ago
  12. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 14 years ago[Renamed (99%) from drivers/usb/core/hcd.h]
  13. f7410ce USB: Move hcd free_dev call into usb_disconnect to fix oops by Herbert Xu · 15 years ago
  14. 9bbdf1e USB: convert to the runtime PM framework by Alan Stern · 15 years ago
  15. a5f0efa USB: Add call to notify xHC of a device reset. by Sarah Sharp · 15 years ago
  16. 4714521 const: constify remaining dev_pm_ops by Alexey Dobriyan · 15 years ago
  17. 3f0479e USB: Check bandwidth when switching alt settings. by Sarah Sharp · 15 years ago
  18. b356b7c USB: Add hub descriptor update hook for xHCI by Sarah Sharp · 15 years ago
  19. cb88a1b USB: fix the clear_tt_buffer interface by Alan Stern · 15 years ago
  20. 79abb1a USB: Support for bandwidth allocation. by Sarah Sharp · 15 years ago
  21. c651527 USB: Support for addressing a USB device under xHCI by Sarah Sharp · 15 years ago
  22. 6b403b0 USB: Add SuperSpeed to the list of USB device speeds. by Sarah Sharp · 15 years ago
  23. 66d4ead USB: xhci: BIOS handoff and HW initialization. by Sarah Sharp · 15 years ago
  24. 6ec4beb USB: new flag for resume-from-hibernation by Alan Stern · 15 years ago
  25. abb3064 USB: move PCI host controllers to new PM framework by Alan Stern · 15 years ago
  26. 3444b26 USB: add reset endpoint operations by David Vrabel · 15 years ago
  27. 3494252 USB/PCI: Fix resume breakage of controllers behind cardbus bridges by Rafael J. Wysocki · 16 years ago
  28. a15d95a USB: Fix suspend-resume of PCI USB controllers by Rafael J. Wysocki · 16 years ago
  29. a0d4922 USB: fix up suspend and resume for PCI host controllers by Alan Stern · 16 years ago
  30. 65bfd29 USB: Enhance usage of pm_message_t by Alan Stern · 16 years ago
  31. f150fa1 USB: Allow usbmon as a module even if usbcore is builtin by Pete Zaitcev · 16 years ago
  32. aa459e6 USB: protect hcd.h from multiple inclusions by Anton Vorontsov · 16 years ago
  33. cde217a USB: fix crash when URBs are unlinked after the device is gone by Alan Stern · 16 years ago
  34. 9beeee6 USB: EHCI: log a warning if ehci-hcd is not loaded first by Alan Stern · 16 years ago
  35. b5fb454 USB: automatically enable RHSC interrupts by Alan Stern · 16 years ago
  36. 38f3ad5 usb: hub: add check for unsupported bus topology by Felipe Balbi · 16 years ago
  37. 1b26da1 USB: handle pci_name() being const by Greg Kroah-Hartman · 16 years ago
  38. 09ca8ad Revert "USB: don't explicitly reenable root-hub status interrupts" by Linus Torvalds · 16 years ago
  39. 3a31155 USB: EHCI: suppress unwanted error messages by Alan Stern · 16 years ago
  40. e872154 USB: don't explicitly reenable root-hub status interrupts by Alan Stern · 16 years ago
  41. 7be7d74 USB: clarify usage of hcd->suspend/resume methods by Alan Stern · 16 years ago
  42. 7329e21 USB: root hubs don't lie about their number of TTs by Alan Stern · 16 years ago
  43. dbe0dbb USB: defines for USB "Link Power Management" (LPM) ECN by David Brownell · 17 years ago
  44. 84cca82 USB: fix codingstyle issues in drivers/usb/core/*.h by Greg Kroah-Hartman · 17 years ago
  45. b347667 usb: dma bounce buffer support by Magnus Damm · 17 years ago
  46. 90da096 USB: force handover port to companion when hub_port_connect_change fails by Balaji Rao · 17 years ago
  47. 32fe019 USB: mutual exclusion for EHCI init and port resets by Alan Stern · 17 years ago
  48. 95cf82f USB: break apart flush_endpoint and disable_endpoint by Alan Stern · 17 years ago
  49. 4a00027 USB: Eliminate urb->status usage! by Alan Stern · 17 years ago
  50. 9347d51 USB: reorganize urb->status use in usbmon by Alan Stern · 17 years ago
  51. e9df41c USB: make HCDs responsible for managing endpoint queues by Alan Stern · 17 years ago
  52. 5234ce1 usb: add the concept of default authorization to USB hosts by Inaky Perez-Gonzalez · 17 years ago
  53. 686314c USB: separate root and non-root suspend/resume by Alan Stern · 17 years ago
  54. 6b157c9 USB: separate autosuspend from external suspend by Alan Stern · 17 years ago
  55. 896fbd7 usbcore: remove unused bandwith-related code by Alan Stern · 18 years ago
  56. 7d12e78 IRQ: Maintain regs pointer globally rather than passing to IRQ handlers by David Howells · 18 years ago
  57. 02c399e usbcore: remove usb_suspend_root_hub by Alan Stern · 18 years ago
  58. 1720058 usbcore: trim down usb_bus structure by Alan Stern · 18 years ago
  59. a6d2bb9 USB: remove struct usb_operations by Alan Stern · 18 years ago
  60. 0165de0 wusb: hub code recognizes wusb ports by Inaky Perez-Gonzalez · 18 years ago
  61. 64a21d0 USB: Properly unregister reboot notifier in case of failure in ehci hcd by Aleksey Gorelov · 18 years ago
  62. fb669cc [PATCH] USB: remove usbcore-specific wakeup flags by David Brownell · 19 years ago
  63. 4186ecf [PATCH] USB: convert a bunch of USB semaphores to mutexes by Arjan van de Ven · 19 years ago
  64. 1c50c31 [PATCH] USB: central handling for host controllers that were reset during suspend/resume by Alan Stern · 19 years ago
  65. 8de9840 [PATCH] USB: Fix USB suspend/resume crasher (#2) by Benjamin Herrenschmidt · 19 years ago
  66. db2d55b [PATCH] USB: fix pm patches with CONFIG_PM off part 1 by Andrew Morton · 19 years ago
  67. 72adaa9 [PATCH] USB: convert usbmon to use usb notifiers by Greg Kroah-Hartman · 19 years ago
  68. 54a5c4c [PATCH] USB: convert usbfs/inode.c to use usb notifiers by Greg Kroah-Hartman · 19 years ago
  69. 0c0382e [PATCH] USB: Rename hcd->hub_suspend to hcd->bus_suspend by Alan Stern · 19 years ago
  70. 5f827ea [PATCH] usbcore PCI glue updates for PM by David Brownell · 19 years ago
  71. 979d519 [PATCH] root hub changes (lesser half) by David Brownell · 19 years ago
  72. 55016f1 [PATCH] gfp_t: drivers/usb by Al Viro · 19 years ago
  73. f956e7c [PATCH] USB: tweak highspeed timing calculations by david-b@pacbell.net · 19 years ago
  74. 498f78e [PATCH] USB: fix in usb_calc_bus_time by Dan Streetman · 19 years ago
  75. 5db539e [PATCH] USB: Fix kmalloc's flags type in USB by Olav Kongas · 19 years ago
  76. 8ec8d20 [PATCH] usbcore: register root hub in usb_add_hcd by Alan Stern · 19 years ago
  77. 7d35b92 [PATCH] usbcore: Remove hub_set_power_budget by Alan Stern · 19 years ago
  78. d5926ae7 [PATCH] usbcore support for root-hub IRQ instead of polling by Alan Stern · 19 years ago
  79. 4749f32 [PATCH] better USB_MON dependencies by Adrian Bunk · 19 years ago
  80. 9a5d3e9 [PATCH] USB: hcd suspend uses pm_message_t by David Brownell · 19 years ago
  81. 1da177e Linux-2.6.12-rc2 by Linus Torvalds · 19 years ago