1. eb5589a include: convert various register fcns to macros to avoid include chaining by Paul Gortmaker · 13 years ago
  2. 65580b43 xHCI: set USB2 hardware LPM by Andiry Xu · 13 years ago
  3. 1ff4df5 usbcore: check device's LPM capability by Andiry Xu · 13 years ago
  4. 3148bf0 usbcore: get BOS descriptor set by Andiry Xu · 13 years ago
  5. 29cc889 USB: use usb_endpoint_maxp() instead of le16_to_cpu() by Kuninori Morimoto · 13 years ago
  6. 6498d9d USB: documentation update for the pre_reset method by Alan Stern · 13 years ago
  7. 25985ed Fix common misspellings by Lucas De Marchi · 13 years ago
  8. 2694a48 USB: HCD: Add driver hooks for (un)?map_urb_for_dma by Robert Morell · 13 years ago
  9. 36facad Merge branch 'usb-next' into musb-merge by Greg Kroah-Hartman · 14 years ago
  10. 07a8cdd usb: musb: do not use dma for control transfers by Anand Gadiyar · 14 years ago
  11. fcc4a01 USB: use the runtime-PM autosuspend implementation by Alan Stern · 14 years ago
  12. 6ddf27c USB: make usb_mark_last_busy use pm_runtime_mark_last_busy by Ming Lei · 14 years ago
  13. a91be2a usb.h: fix ioctl kernel-doc info by Randy Dunlap · 14 years ago
  14. c6ba1c2 USB:: fix linux/usb.h kernel-doc warnings by Randy Dunlap · 14 years ago
  15. c532b29 USB-BKL: Convert usb_driver ioctl to unlocked_ioctl by Andi Kleen · 14 years ago
  16. e26bcf3 USB: remove unused usb_buffer_alloc and usb_buffer_free macros by Greg Kroah-Hartman · 14 years ago
  17. 812219a USB: usb.h: checkpatch cleanups by Greg Kroah-Hartman · 14 years ago
  18. 22b4b61 USB: remove usb_find_device by Ming Lei · 14 years ago
  19. 0ba169af USB: simplify usb_sg_init() by Alan Stern · 14 years ago
  20. 910f8d0 USB: Change the scatterlist type in struct urb by Matthew Wilcox · 14 years ago
  21. 1e42901 USB: Turn interface_to_usbdev into an inline function by Matthew Wilcox · 14 years ago
  22. fe54b05 USB: Add a usb_pipe_endpoint() convenience function by Matthew Wilcox · 14 years ago
  23. 85bcb5e USB: remove URB_NO_SETUP_DMA_MAP by Alan Stern · 14 years ago
  24. 842f169 USB: remove the usb_host_ss_ep_comp structure by Alan Stern · 14 years ago
  25. eab1caf USB: Support for allocating USB 3.0 streams. by Sarah Sharp · 14 years ago
  26. 94af122 USB: Add stream ID field to struct urb. by Sarah Sharp · 14 years ago
  27. 9e18c82 USB: use PM core routines to enable/disable autosuspend by Alan Stern · 14 years ago
  28. ff9c895 USB: fix usbmon and DMA mapping for scatter-gather URBs by Alan Stern · 14 years ago
  29. 073900a USB: rename usb_buffer_alloc() and usb_buffer_free() by Daniel Mack · 14 years ago
  30. f09a15e USB: Fix usb_fill_int_urb for SuperSpeed devices by Matthew Wilcox · 14 years ago
  31. 8e9394c Driver core: create lock/unlock functions for struct device by Greg Kroah-Hartman · 14 years ago
  32. efcbd3d USB: Extend and neaten dbg macros by Joe Perches · 14 years ago
  33. 9bbdf1e USB: convert to the runtime PM framework by Alan Stern · 14 years ago
  34. 088f7fe USB: implement usb_enable_autosuspend by Alan Stern · 14 years ago
  35. 6d19c00 USB: implement non-tree resume ordering constraints for PCI host controllers by Alan Stern · 14 years ago
  36. 04a723e USB: Fix duplicate sysfs problem after device reset. by Sarah Sharp · 14 years ago
  37. 91017f9 USB: Refactor code to find alternate interface settings. by Sarah Sharp · 15 years ago
  38. 8e4ceb3 USB: prepare for changover to Runtime PM framework by Alan Stern · 15 years ago
  39. fb34d53 USB: remove the auto_pm flag by Alan Stern · 15 years ago
  40. 4c1bd3d USB: make urb scatter-gather support more generic by David Vrabel · 15 years ago
  41. ccf5b80 USB: make intf.pm_usage an atomic_t by Alan Stern · 15 years ago
  42. 4e9e920 USB: usbmon: end ugly tricks with DMA peeking by Pete Zaitcev · 15 years ago
  43. 411c940 trivial: fix typo "for for" in multiple files by Anand Gadiyar · 15 years ago
  44. e454cea Driver-Core: extend devnode callbacks to provide permissions by Kay Sievers · 15 years ago
  45. e376bbb USB: usb.h: fix kernel-doc notation by Randy Dunlap · 15 years ago
  46. e1f5b94 Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 15 years ago
  47. f0058c6 USB: Change names of SuperSpeed ep companion descriptor structs. by Sarah Sharp · 15 years ago
  48. e04748e USB: Push scatter gather lists down to host controller drivers. by Sarah Sharp · 15 years ago
  49. 663c30d USB: Parse and store the SuperSpeed endpoint companion descriptors. by Sarah Sharp · 15 years ago
  50. 6d65b78 USB: Support for submitting control URBs under xHCI. by Sarah Sharp · 15 years ago
  51. c651527 USB: Support for addressing a USB device under xHCI by Sarah Sharp · 15 years ago
  52. 7206b00 USB: Add route string to struct usb_device. by Sarah Sharp · 15 years ago
  53. bf92c19 USB: usb.h: change private: kernel-doc for new format requirement by Randy Dunlap · 15 years ago
  54. 820d7a2 USB: remove unused usb_host class by Greg Kroah-Hartman · 15 years ago
  55. 00048b8 USB: add usb debugfs directory by Greg Kroah-Hartman · 15 years ago
  56. f7a386c Driver Core: usb: add nodename support for usb drivers. by Kay Sievers · 15 years ago
  57. 3444b26 USB: add reset endpoint operations by David Vrabel · 15 years ago
  58. 8c209e6 USB: make actual_length in struct urb field u32 by Greg Kroah-Hartman · 15 years ago
  59. 16e2e5f USB: make transfer_buffer_lengths in struct urb field u32 by Greg Kroah-Hartman · 15 years ago
  60. 4d6914b USB: Move definitions from usb.h to usb/ch9.h by Julia Lawall · 16 years ago
  61. 11e76ae USB: add kernel-doc for wusb_dev in struct usb_device by Inaky Perez-Gonzalez · 15 years ago
  62. 34c65d8 USB: remove info() macro from usb.h by Greg Kroah-Hartman · 16 years ago
  63. 338b67b USB: remove warn() macro from usb.h by Greg Kroah-Hartman · 16 years ago
  64. 856395d USB: extension of anchor API to unpoison an anchor by Oliver Neukum · 16 years ago
  65. 49367d8 USB: mark "reject" field of struct urb as atomic_t by Ming Lei · 16 years ago
  66. 3b23dd6 USB: utilize the bus notifiers by Alan Stern · 16 years ago
  67. 65bfd29 USB: Enhance usage of pm_message_t by Alan Stern · 16 years ago
  68. f150fa1 USB: Allow usbmon as a module even if usbcore is builtin by Pete Zaitcev · 16 years ago
  69. dc023dc USB: Introduce usb_queue_reset() to do resets from atomic contexts by Inaky Perez-Gonzalez · 16 years ago
  70. 9ac39f2 USB: add asynchronous autosuspend/autoresume support by Alan Stern · 16 years ago
  71. 352d026 USB: don't register endpoints for interfaces that are going away by Alan Stern · 16 years ago
  72. 1987625 USB: anchor API changes needed for btusb by Oliver Neukum · 16 years ago
  73. 6a2839b USB: extend poisoning to anchors by Oliver Neukum · 16 years ago
  74. 55b447b USB: kill URBs permanently by Oliver Neukum · 16 years ago
  75. 55151d7 USB: Defer Set-Interface for suspended devices by Alan Stern · 16 years ago
  76. f4f4d58 USB: add missing kerneldoc line for "needs_binding" by Alan Stern · 16 years ago
  77. 78d9a48 USB: Force unbinding of drivers lacking reset_resume or other methods by Alan Stern · 16 years ago
  78. 742120c USB: fix usb_reset_device and usb_reset_composite_device(take 3) by Ming Lei · 16 years ago
  79. 625f694 USB: remove interface parameter of usb_reset_composite_device by Ming Lei · 16 years ago
  80. 9da82bd USB: implement "soft" unbinding by Alan Stern · 16 years ago
  81. 1b26da1 USB: handle pci_name() being const by Greg Kroah-Hartman · 16 years ago
  82. b1d8dfb wusb: add link wusb-usb device by Inaky Perez-Gonzalez · 16 years ago
  83. 3b52f12 wusb: add authenticathed bit to usb_dev by Inaky Perez-Gonzalez · 16 years ago
  84. 7ef4f06 USB: update comments about usb driver's header by Oliver Neukum · 16 years ago
  85. eda7695 USB: add extension of anchor API, usb_unlink_anchored_urbs by Oliver Neukum · 16 years ago
  86. f66396b USB: usb.h: reduce syslog clutter [v3] by Tilman Schmidt · 16 years ago
  87. f476fba USB: convert usb.h struct usb_device to kernel-doc by Randy Dunlap · 16 years ago
  88. feccc30 USB: remove CONFIG_USB_PERSIST setting by Alan Stern · 16 years ago
  89. d6d914f USB: fix comment of struct usb_interface by Lei Ming · 16 years ago
  90. d0bcabc docbook: fix usb source files by Randy Dunlap · 16 years ago
  91. 969ab2e USB: fix codingstyle issues in include/linux/usb.h by Greg Kroah-Hartman · 16 years ago
  92. 1512300 USB: Export suspend statistics by Sarah Sharp · 17 years ago
  93. 5a3201b USB: Convert from class_device to device for USB core by Tony Jones · 17 years ago
  94. f88ed90 usb.h: fix kernel-doc warning by Randy Dunlap · 17 years ago
  95. 7e61559 USB: keep track of whether interface sysfs files exist by Alan Stern · 17 years ago
  96. 271f9e6 USB: skip autosuspended devices during system resume by Alan Stern · 17 years ago
  97. 4d59d8a USB: Export URB statistics for powertop by Sarah Sharp · 17 years ago
  98. 6840d25 USB: flush outstanding URBs when suspending by Alan Stern · 17 years ago
  99. 1431d2a USB: get rid of urb->lock by Alan Stern · 17 years ago
  100. eb23105 USB: add urb->unlinked field by Alan Stern · 17 years ago