1. d81a5d1 USB: add USB_VENDOR_AND_INTERFACE_INFO() macro by Gustavo Padovan · 12 years ago
  2. 0d5ff30 USB: remove 8 bytes of padding from usb_host_interface on 64 bit builds by Richard Kennedy · 12 years ago
  3. 024f117 USB: Add a sysfs file to show LTM capabilities. by Sarah Sharp · 12 years ago
  4. f74631e USB: Enable Latency Tolerance Messaging (LTM). by Sarah Sharp · 12 years ago
  5. c5c4bdf USB: Remove unused LPM variable. by Sarah Sharp · 12 years ago
  6. 19181bc usbdevfs: Add a USBDEVFS_GET_CAPABILITIES ioctl by Hans de Goede · 12 years ago
  7. 81df2d5 USB: allow match on bInterfaceNumber by Bjørn Mork · 12 years ago
  8. e9261fb USB: Fix core compile with CONFIG_USB_SUSPEND=n by Sarah Sharp · 12 years ago
  9. 8306095 USB: Disable USB 3.0 LPM in critical sections. by Sarah Sharp · 12 years ago
  10. 1ea7e0e USB: Add support to enable/disable USB3 link states. by Sarah Sharp · 12 years ago
  11. 8afa408 USB: Allow drivers to disable hub-initiated LPM. by Sarah Sharp · 12 years ago
  12. 51e0a01 USB: Calculate USB 3.0 exit latencies for LPM. by Sarah Sharp · 12 years ago
  13. ef206f3 USB: add read support to usb-serial/../new_id by Bjørn Mork · 12 years ago
  14. fa28618 Revert "usb: move struct usb_device->children to struct usb_hub_port->child" by Greg Kroah-Hartman · 12 years ago
  15. bebc56d usb: move struct usb_device->children to struct usb_hub_port->child by Lan Tianyu · 12 years ago
  16. 8815bb0 usbhid: prevent deadlock during timeout by Oliver Neukum · 12 years ago
  17. 007bab9 USB: remove CONFIG_USB_DEVICE_CLASS by Greg Kroah-Hartman · 12 years ago
  18. fb28d58 USB: remove CONFIG_USB_DEVICEFS by Greg Kroah-Hartman · 12 years ago
  19. af4e1ee USB: remove err() macro by Greg Kroah-Hartman · 12 years ago
  20. 67c8838 USB: add EOPNOTSUPP to usb_translate_errors by Johan Hovold · 12 years ago
  21. 8816230 USB: dynamically allocate usb_device children pointers instead of using a fix array by Huajun Li · 12 years ago
  22. 7483948 Merge tag 'usb-3.3-rc3' into usb-next by Greg Kroah-Hartman · 12 years ago
  23. 0846e7e usb: Add support for indicating whether a port is removable by Matthew Garrett · 12 years ago
  24. 4d92261 kernel-doc: fix new warning in usb.h by Randy Dunlap · 13 years ago
  25. 55b81e6 Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 13 years ago
  26. 972b2c7 Merge branch 'for-linus2' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 13 years ago
  27. 2c9ede5 switch device_get_devnode() and ->devnode() to umode_t * by Al Viro · 13 years ago
  28. bc677d5 usb: fix number of mapped SG DMA entries by Clemens Ladisch · 13 years ago
  29. f3a6a4b USB: Add helper macro for usb_driver boilerplate by Greg Kroah-Hartman · 13 years ago
  30. 2c4d6bf USB: move usb_translate_errors to linux/usb.h by Johan Hovold · 13 years ago
  31. eb5589a include: convert various register fcns to macros to avoid include chaining by Paul Gortmaker · 13 years ago
  32. 65580b43 xHCI: set USB2 hardware LPM by Andiry Xu · 13 years ago
  33. 1ff4df5 usbcore: check device's LPM capability by Andiry Xu · 13 years ago
  34. 3148bf0 usbcore: get BOS descriptor set by Andiry Xu · 13 years ago
  35. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  36. 6498d9d USB: documentation update for the pre_reset method by Alan Stern · 13 years ago
  37. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  38. 2694a48 USB: HCD: Add driver hooks for (un)?map_urb_for_dma by Robert Morell · 13 years ago
  39. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 14 years ago
  40. 07a8cdd usb: musb: do not use dma for control transfers by Anand Gadiyar · 14 years ago
  41. fcc4a01 USB: use the runtime-PM autosuspend implementation by Alan Stern · 14 years ago
  42. 6ddf27c USB: make usb_mark_last_busy use pm_runtime_mark_last_busy by Ming Lei · 14 years ago
  43. a91be2a usb.h: fix ioctl kernel-doc info by Randy Dunlap · 14 years ago
  44. c6ba1c2 USB:: fix linux/usb.h kernel-doc warnings by Randy Dunlap · 14 years ago
  45. c532b29 USB-BKL: Convert usb_driver ioctl to unlocked_ioctl by Andi Kleen · 14 years ago
  46. e26bcf3 USB: remove unused usb_buffer_alloc and usb_buffer_free macros by Greg Kroah-Hartman · 14 years ago
  47. 812219a USB: usb.h: checkpatch cleanups by Greg Kroah-Hartman · 14 years ago
  48. 22b4b61 USB: remove usb_find_device by Ming Lei · 14 years ago
  49. 0ba169af USB: simplify usb_sg_init() by Alan Stern · 14 years ago
  50. 910f8d0 USB: Change the scatterlist type in struct urb by Matthew Wilcox · 14 years ago
  51. 1e42901 USB: Turn interface_to_usbdev into an inline function by Matthew Wilcox · 14 years ago
  52. fe54b05 USB: Add a usb_pipe_endpoint() convenience function by Matthew Wilcox · 14 years ago
  53. 85bcb5e USB: remove URB_NO_SETUP_DMA_MAP by Alan Stern · 14 years ago
  54. 842f169 USB: remove the usb_host_ss_ep_comp structure by Alan Stern · 14 years ago
  55. eab1caf USB: Support for allocating USB 3.0 streams. by Sarah Sharp · 14 years ago
  56. 94af122 USB: Add stream ID field to struct urb. by Sarah Sharp · 14 years ago
  57. 9e18c82 USB: use PM core routines to enable/disable autosuspend by Alan Stern · 14 years ago
  58. ff9c895 USB: fix usbmon and DMA mapping for scatter-gather URBs by Alan Stern · 14 years ago
  59. 073900a USB: rename usb_buffer_alloc() and usb_buffer_free() by Daniel Mack · 14 years ago
  60. f09a15e USB: Fix usb_fill_int_urb for SuperSpeed devices by Matthew Wilcox · 14 years ago
  61. 8e9394c Driver core: create lock/unlock functions for struct device by Greg Kroah-Hartman · 14 years ago
  62. efcbd3d USB: Extend and neaten dbg macros by Joe Perches · 14 years ago
  63. 9bbdf1e USB: convert to the runtime PM framework by Alan Stern · 15 years ago
  64. 088f7fe USB: implement usb_enable_autosuspend by Alan Stern · 15 years ago
  65. 6d19c00 USB: implement non-tree resume ordering constraints for PCI host controllers by Alan Stern · 14 years ago
  66. 04a723e USB: Fix duplicate sysfs problem after device reset. by Sarah Sharp · 15 years ago
  67. 91017f9 USB: Refactor code to find alternate interface settings. by Sarah Sharp · 15 years ago
  68. 8e4ceb3 USB: prepare for changover to Runtime PM framework by Alan Stern · 15 years ago
  69. fb34d53 USB: remove the auto_pm flag by Alan Stern · 15 years ago
  70. 4c1bd3d USB: make urb scatter-gather support more generic by David Vrabel · 15 years ago
  71. ccf5b80 USB: make intf.pm_usage an atomic_t by Alan Stern · 15 years ago
  72. 4e9e920 USB: usbmon: end ugly tricks with DMA peeking by Pete Zaitcev · 15 years ago
  73. 411c940 trivial: fix typo "for for" in multiple files by Anand Gadiyar · 15 years ago
  74. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  75. e376bbb USB: usb.h: fix kernel-doc notation by Randy Dunlap · 15 years ago
  76. e1f5b94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  77. f0058c6 USB: Change names of SuperSpeed ep companion descriptor structs. by Sarah Sharp · 15 years ago
  78. e04748e USB: Push scatter gather lists down to host controller drivers. by Sarah Sharp · 15 years ago
  79. 663c30d USB: Parse and store the SuperSpeed endpoint companion descriptors. by Sarah Sharp · 15 years ago
  80. 6d65b78 USB: Support for submitting control URBs under xHCI. by Sarah Sharp · 15 years ago
  81. c651527 USB: Support for addressing a USB device under xHCI by Sarah Sharp · 15 years ago
  82. 7206b00 USB: Add route string to struct usb_device. by Sarah Sharp · 15 years ago
  83. bf92c19 USB: usb.h: change private: kernel-doc for new format requirement by Randy Dunlap · 15 years ago
  84. 820d7a2 USB: remove unused usb_host class by Greg Kroah-Hartman · 15 years ago
  85. 00048b8 USB: add usb debugfs directory by Greg Kroah-Hartman · 15 years ago
  86. f7a386c Driver Core: usb: add nodename support for usb drivers. by Kay Sievers · 15 years ago
  87. 3444b26 USB: add reset endpoint operations by David Vrabel · 15 years ago
  88. 8c209e6 USB: make actual_length in struct urb field u32 by Greg Kroah-Hartman · 15 years ago
  89. 16e2e5f USB: make transfer_buffer_lengths in struct urb field u32 by Greg Kroah-Hartman · 15 years ago
  90. 4d6914b USB: Move definitions from usb.h to usb/ch9.h by Julia Lawall · 16 years ago
  91. 11e76ae USB: add kernel-doc for wusb_dev in struct usb_device by Inaky Perez-Gonzalez · 16 years ago
  92. 34c65d8 USB: remove info() macro from usb.h by Greg Kroah-Hartman · 16 years ago
  93. 338b67b USB: remove warn() macro from usb.h by Greg Kroah-Hartman · 16 years ago
  94. 856395d USB: extension of anchor API to unpoison an anchor by Oliver Neukum · 16 years ago
  95. 49367d8 USB: mark "reject" field of struct urb as atomic_t by Ming Lei · 16 years ago
  96. 3b23dd6 USB: utilize the bus notifiers by Alan Stern · 16 years ago
  97. 65bfd29 USB: Enhance usage of pm_message_t by Alan Stern · 16 years ago
  98. f150fa1 USB: Allow usbmon as a module even if usbcore is builtin by Pete Zaitcev · 16 years ago
  99. dc023dc USB: Introduce usb_queue_reset() to do resets from atomic contexts by Inaky Perez-Gonzalez · 16 years ago
  100. 9ac39f2 USB: add asynchronous autosuspend/autoresume support by Alan Stern · 16 years ago