1. bcc48f1 USB: introduce usb_device_no_sg_constraint() helper by Ming Lei · 11 years ago
  2. 626f090 usb: fix some scripts/kernel-doc warnings by Yacine Belkadi · 11 years ago
  3. 78283dd Merge 3.11-rc3 into usb-next by Greg Kroah-Hartman · 11 years ago
  4. 42189d8 usb: clamp bInterval to allowed range by Felipe Balbi · 11 years ago
  5. 10e232c USB: check sg buffer size in usb_submit_urb by Ming Lei · 11 years ago
  6. 36ff66d USB: move the definition of USB_MAXCHILDREN by Alan Stern · 11 years ago
  7. 17f3486 usb: add usb2 Link PM variables to sysfs and usb_device by Mathias Nyman · 11 years ago
  8. a558ccd usb: xhci: add USB2 Link power management BESL support by Mathias Nyman · 11 years ago
  9. 9b79091 usb: ehci: Only sleep for post-resume handover if devices use persist by Julius Werner · 11 years ago
  10. 84ebc10 USB: remove CONFIG_USB_SUSPEND option by Alan Stern · 11 years ago
  11. 303f084 USB: adds comment on suspend callback by Ming Lei · 11 years ago
  12. dad3cab USB: fix trivial usb_device kernel-doc errors by Nishanth Menon · 11 years ago
  13. da0aa71 USB: add usb_hcd_{start,end}_port_resume by Alan Stern · 11 years ago
  14. 17b72fe USB: add USB_DEVICE_INTERFACE_CLASS macro by Bjørn Mork · 12 years ago
  15. bfd1e91 USB: speed up usb_bus_resume() by Alan Stern · 12 years ago
  16. 969ddcf USB: hub_for_each_child should skip unconnected ports by Alan Stern · 12 years ago
  17. a03bede USB: update documentation for URB_ISO_ASAP by Alan Stern · 12 years ago
  18. 2c78040 USB: usb.h: remove dbg() macro by Greg Kroah-Hartman · 12 years ago
  19. f7ac778 usb/acpi: Use ACPI methods to power off ports. by Lan Tianyu · 12 years ago
  20. 05f9168 usb/acpi: Store info on device removability. by Lan Tianyu · 12 years ago
  21. ff823c7 usb: move children to struct usb_port by Lan Tianyu · 12 years ago
  22. d81a5d1 USB: add USB_VENDOR_AND_INTERFACE_INFO() macro by Gustavo Padovan · 12 years ago
  23. 0d5ff30 USB: remove 8 bytes of padding from usb_host_interface on 64 bit builds by Richard Kennedy · 12 years ago
  24. 024f117 USB: Add a sysfs file to show LTM capabilities. by Sarah Sharp · 12 years ago
  25. f74631e USB: Enable Latency Tolerance Messaging (LTM). by Sarah Sharp · 12 years ago
  26. c5c4bdf USB: Remove unused LPM variable. by Sarah Sharp · 12 years ago
  27. 19181bc usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctl by Hans de Goede · 12 years ago
  28. 81df2d5 USB: allow match on bInterfaceNumber by Bjørn Mork · 12 years ago
  29. e9261fb USB: Fix core compile with CONFIG_USB_SUSPEND=n by Sarah Sharp · 12 years ago
  30. 8306095 USB: Disable USB 3.0 LPM in critical sections. by Sarah Sharp · 12 years ago
  31. 1ea7e0e USB: Add support to enable/disable USB3 link states. by Sarah Sharp · 12 years ago
  32. 8afa408 USB: Allow drivers to disable hub-initiated LPM. by Sarah Sharp · 12 years ago
  33. 51e0a01 USB: Calculate USB 3.0 exit latencies for LPM. by Sarah Sharp · 12 years ago
  34. ef206f3 USB: add read support to usb-serial/../new_id by Bjørn Mork · 12 years ago
  35. fa28618 Revert "usb: move struct usb_device->children to struct usb_hub_port->child" by Greg Kroah-Hartman · 12 years ago
  36. bebc56d usb: move struct usb_device->children to struct usb_hub_port->child by Lan Tianyu · 12 years ago
  37. 8815bb0 usbhid: prevent deadlock during timeout by Oliver Neukum · 12 years ago
  38. 007bab9 USB: remove CONFIG_USB_DEVICE_CLASS by Greg Kroah-Hartman · 12 years ago
  39. fb28d58 USB: remove CONFIG_USB_DEVICEFS by Greg Kroah-Hartman · 12 years ago
  40. af4e1ee USB: remove err() macro by Greg Kroah-Hartman · 12 years ago
  41. 67c8838 USB: add EOPNOTSUPP to usb_translate_errors by Johan Hovold · 12 years ago
  42. 8816230 USB: dynamically allocate usb_device children pointers instead of using a fix array by Huajun Li · 12 years ago
  43. 7483948 Merge tag 'usb-3.3-rc3' into usb-next by Greg Kroah-Hartman · 12 years ago
  44. 0846e7e usb: Add support for indicating whether a port is removable by Matthew Garrett · 12 years ago
  45. 4d92261 kernel-doc: fix new warning in usb.h by Randy Dunlap · 12 years ago
  46. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  47. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 12 years ago
  48. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  49. bc677d5 usb: fix number of mapped SG DMA entries by Clemens Ladisch · 13 years ago
  50. f3a6a4b USB: Add helper macro for usb_driver boilerplate by Greg Kroah-Hartman · 13 years ago
  51. 2c4d6bf USB: move usb_translate_errors to linux/usb.h by Johan Hovold · 13 years ago
  52. eb5589a include: convert various register fcns to macros to avoid include chaining by Paul Gortmaker · 13 years ago
  53. 65580b43 xHCI: set USB2 hardware LPM by Andiry Xu · 13 years ago
  54. 1ff4df5 usbcore: check device's LPM capability by Andiry Xu · 13 years ago
  55. 3148bf0 usbcore: get BOS descriptor set by Andiry Xu · 13 years ago
  56. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  57. 6498d9d USB: documentation update for the pre_reset method by Alan Stern · 13 years ago
  58. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  59. 2694a48 USB: HCD: Add driver hooks for (un)?map_urb_for_dma by Robert Morell · 13 years ago
  60. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 14 years ago
  61. 07a8cdd usb: musb: do not use dma for control transfers by Anand Gadiyar · 14 years ago
  62. fcc4a01 USB: use the runtime-PM autosuspend implementation by Alan Stern · 14 years ago
  63. 6ddf27c USB: make usb_mark_last_busy use pm_runtime_mark_last_busy by Ming Lei · 14 years ago
  64. a91be2a usb.h: fix ioctl kernel-doc info by Randy Dunlap · 14 years ago
  65. c6ba1c2 USB:: fix linux/usb.h kernel-doc warnings by Randy Dunlap · 14 years ago
  66. c532b29 USB-BKL: Convert usb_driver ioctl to unlocked_ioctl by Andi Kleen · 14 years ago
  67. e26bcf3 USB: remove unused usb_buffer_alloc and usb_buffer_free macros by Greg Kroah-Hartman · 14 years ago
  68. 812219a USB: usb.h: checkpatch cleanups by Greg Kroah-Hartman · 14 years ago
  69. 22b4b61 USB: remove usb_find_device by Ming Lei · 14 years ago
  70. 0ba169af USB: simplify usb_sg_init() by Alan Stern · 14 years ago
  71. 910f8d0 USB: Change the scatterlist type in struct urb by Matthew Wilcox · 14 years ago
  72. 1e42901 USB: Turn interface_to_usbdev into an inline function by Matthew Wilcox · 14 years ago
  73. fe54b05 USB: Add a usb_pipe_endpoint() convenience function by Matthew Wilcox · 14 years ago
  74. 85bcb5e USB: remove URB_NO_SETUP_DMA_MAP by Alan Stern · 14 years ago
  75. 842f169 USB: remove the usb_host_ss_ep_comp structure by Alan Stern · 14 years ago
  76. eab1caf USB: Support for allocating USB 3.0 streams. by Sarah Sharp · 14 years ago
  77. 94af122 USB: Add stream ID field to struct urb. by Sarah Sharp · 14 years ago
  78. 9e18c82 USB: use PM core routines to enable/disable autosuspend by Alan Stern · 14 years ago
  79. ff9c895 USB: fix usbmon and DMA mapping for scatter-gather URBs by Alan Stern · 14 years ago
  80. 073900a USB: rename usb_buffer_alloc() and usb_buffer_free() by Daniel Mack · 14 years ago
  81. f09a15e USB: Fix usb_fill_int_urb for SuperSpeed devices by Matthew Wilcox · 14 years ago
  82. 8e9394c Driver core: create lock/unlock functions for struct device by Greg Kroah-Hartman · 14 years ago
  83. efcbd3d USB: Extend and neaten dbg macros by Joe Perches · 14 years ago
  84. 9bbdf1e USB: convert to the runtime PM framework by Alan Stern · 14 years ago
  85. 088f7fe USB: implement usb_enable_autosuspend by Alan Stern · 14 years ago
  86. 6d19c00 USB: implement non-tree resume ordering constraints for PCI host controllers by Alan Stern · 14 years ago
  87. 04a723e USB: Fix duplicate sysfs problem after device reset. by Sarah Sharp · 14 years ago
  88. 91017f9 USB: Refactor code to find alternate interface settings. by Sarah Sharp · 15 years ago
  89. 8e4ceb3 USB: prepare for changover to Runtime PM framework by Alan Stern · 15 years ago
  90. fb34d53 USB: remove the auto_pm flag by Alan Stern · 15 years ago
  91. 4c1bd3d USB: make urb scatter-gather support more generic by David Vrabel · 15 years ago
  92. ccf5b80 USB: make intf.pm_usage an atomic_t by Alan Stern · 15 years ago
  93. 4e9e920 USB: usbmon: end ugly tricks with DMA peeking by Pete Zaitcev · 15 years ago
  94. 411c940 trivial: fix typo "for for" in multiple files by Anand Gadiyar · 15 years ago
  95. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  96. e376bbb USB: usb.h: fix kernel-doc notation by Randy Dunlap · 15 years ago
  97. e1f5b94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  98. f0058c6 USB: Change names of SuperSpeed ep companion descriptor structs. by Sarah Sharp · 15 years ago
  99. e04748e USB: Push scatter gather lists down to host controller drivers. by Sarah Sharp · 15 years ago
  100. 663c30d USB: Parse and store the SuperSpeed endpoint companion descriptors. by Sarah Sharp · 15 years ago