1. 9766f25 usb: core: driver: Use kmalloc_array by Muhammad Falak R Wani · 9 years ago
  2. 8d1f857 usb: interface authorization: Control interface probing and claiming by Stefan Koch · 9 years ago
  3. 8c2ea97 Revert "usb: interface authorization: Control interface probing and claiming" by Greg Kroah-Hartman · 9 years ago
  4. de7718b usb: interface authorization: Control interface probing and claiming by Stefan Koch · 9 years ago
  5. 79a0274 usb: fix coding style issue by Kris Borer · 9 years ago
  6. 074f9dd USB: add flag for HCDs that can't receive wakeup requests (isp1760-hcd) by Alan Stern · 10 years ago
  7. 524134d USB: don't cancel queued resets when unbinding drivers by Alan Stern · 10 years ago
  8. ceb6c9c USB / PM: Drop CONFIG_PM_RUNTIME from the USB core by Rafael J. Wysocki · 10 years ago
  9. 1299cff USB: shutdown all URBs after controller death by Alan Stern · 10 years ago
  10. 8ef42dd USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resume by Alan Stern · 10 years ago
  11. 6aec044 USB: unbind all interfaces before rebinding any by Alan Stern · 10 years ago
  12. 6343e8b usb-core: Free bulk streams on interface release by Hans de Goede · 11 years ago
  13. 9d26564 Merge 3.14-rc3 into usb-next by Greg Kroah-Hartman · 11 years ago
  14. 31c6bf7 usb: core: let dynamic ids override static ids by Bjørn Mork · 11 years ago
  15. 7f196ca usb: core: Fix potential memory leak adding dyn USBdevice IDs by Christian Engelmayer · 11 years ago
  16. 1b9fb31 usb: core: check for valid id_table when using the RefId feature by Wolfram Sang · 11 years ago
  17. 52a6966c usb: core: bail out if user gives an unknown RefId when using new_id by Wolfram Sang · 11 years ago
  18. 2fc82c2 usb: core: allow a reference device for new_id by Wolfram Sang · 11 years ago
  19. c63fe8f usb: core: add sanity checks when using bInterfaceClass with new_id by Wolfram Sang · 11 years ago
  20. 9f9af82 usb: core: Remove superfluous name casts by Geert Uytterhoeven · 11 years ago
  21. 0a56b4f USB: change dev_warn about missing reset-resume to dev_dbg by Alan Stern · 11 years ago
  22. de68bab usb: Don't enable USB 2.0 Link PM by default. by Sarah Sharp · 11 years ago
  23. 598d036 USB: core: use DRIVER_ATTR_RW() by Greg Kroah-Hartman · 11 years ago
  24. 626f090 usb: fix some scripts/kernel-doc warnings by Yacine Belkadi · 11 years ago
  25. 45f0a85 PM / Runtime: Rework the "runtime idle" helper routine by Rafael J. Wysocki · 11 years ago
  26. 505bdbc USB: driver.c: processing failure, maching resume condition with suspend condition by Chen Gang · 11 years ago
  27. 84ebc10 USB: remove CONFIG_USB_SUSPEND option by Alan Stern · 11 years ago
  28. 303f084 USB: adds comment on suspend callback by Ming Lei · 11 years ago
  29. a2013a1 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 12 years ago
  30. 2bd6a02 usb-core: remove CONFIG_HOTPLUG ifdefs by Bill Pemberton · 12 years ago
  31. 02582e9 treewide: fix typo of "suport" in various comments and Kconfig by Masanari Iida · 12 years ago
  32. d01f87c USB: Enable LPM after a failed probe. by Sarah Sharp · 12 years ago
  33. ac08de3 usb: remove junk from store_remove_id by Alan Cox · 12 years ago
  34. 80da2e0 usb: Add quirk detection based on interface information by Laurent Pinchart · 12 years ago
  35. e714fad usb-core: Set intfdata to NULL if a driver's probe method failed by Hans de Goede · 12 years ago
  36. 81df2d5 USB: allow match on bInterfaceNumber by Bjørn Mork · 12 years ago
  37. 8306095 USB: Disable USB 3.0 LPM in critical sections. by Sarah Sharp · 12 years ago
  38. ef206f3 USB: add read support to usb-serial/../new_id by Bjørn Mork · 12 years ago
  39. e6bbcef USB: let both new_id and remove_id show dynamic id list by Bjørn Mork · 12 years ago
  40. fb28d58 USB: remove CONFIG_USB_DEVICEFS by Greg Kroah-Hartman · 12 years ago
  41. cd4376e USB: don't ignore suspend errors for root hubs by Alan Stern · 12 years ago
  42. ed378a5 Merge tag 'usb-3.3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 12 years ago
  43. ed283e9 USB/PCI/PCMCIA: Clean up new_id and remove_id sysfs attribute routines by Alan Stern · 13 years ago
  44. cef9bc5 Dynamic ID addition doesn't need get_driver() by Alan Stern · 13 years ago
  45. 98d9a82 USB: cleanup the handling of the PM complete call by Oliver Neukum · 13 years ago
  46. 1493138 USB: code cleanup in suspend/resume path (3rd try) by Oliver Neukum · 13 years ago
  47. e78832c USB: remove dead code from suspend/resume path by Oliver Neukum · 13 years ago
  48. ff231db USB: Add optional match for interface class to dynamic ID facility by Josua Dietze · 13 years ago
  49. 32aaeff Merge branch 'modsplit-Oct31_2011' of git://git.kernel.org/pub/scm/linux/kernel/git/paulg/linux by Linus Torvalds · 13 years ago
  50. b2c0a86 USB: Update last_busy time after autosuspend fails by Alan Stern · 13 years ago
  51. f940fcd usb: Add export.h for EXPORT_SYMBOL/THIS_MODULE where needed by Paul Gortmaker · 13 years ago
  52. 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
  53. 65580b43 xHCI: set USB2 hardware LPM by Andiry Xu · 13 years ago
  54. c5a4859 USB: for usb_autopm_get_interface_async -EINPROGRESS is not an error by Jim Wylder · 13 years ago
  55. 5b1b0b8 PM / Runtime: Add macro to test for runtime PM events by Alan Stern · 13 years ago
  56. 2e34b42 Merge branch 'usb-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb-2.6 by Linus Torvalds · 13 years ago
  57. f76b168b PM: Rename dev_pm_info.in_suspend to is_prepared by Alan Stern · 13 years ago
  58. 0af212b USB: don't let errors prevent system sleep by Alan Stern · 13 years ago
  59. e1620d5 USB: Move runtime PM callbacks to usb_device_pm_ops by Rafael J. Wysocki · 13 years ago
  60. db7c7c0 usb: Always return 0 or -EBUSY to the runtime PM core. by Sarah Sharp · 14 years ago
  61. c8940ec Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/suspend-2.6 by Linus Torvalds · 14 years ago
  62. b8c76f6 PM: Replace the device power.status field with a bit field by Rafael J. Wysocki · 14 years ago
  63. c08512c USB: improve uses of usb_mark_last_busy by Alan Stern · 14 years ago
  64. fcc4a01 USB: use the runtime-PM autosuspend implementation by Alan Stern · 14 years ago
  65. 6ddf27c USB: make usb_mark_last_busy use pm_runtime_mark_last_busy by Ming Lei · 14 years ago
  66. 63defa7 USB: use the no_callbacks flag for interfaces by Ming Lei · 14 years ago
  67. 7491f13 USB: do not print -ESHUTDOWN message if usb at otg device mode by Peter Chen · 14 years ago
  68. b409214 USB: remove fake "address-of" expressions by Alan Stern · 14 years ago
  69. 16be572 USB: core driver: Fix Coding Styles by csanchez@neurowork.net · 14 years ago
  70. 4882662 USB: obey the sysfs power/wakeup setting by Alan Stern · 14 years ago
  71. c043f12 USB: unbind all interfaces before rebinding them by Alan Stern · 14 years ago
  72. 89842ae USB: fix interface runtime-PM settings by Alan Stern · 14 years ago
  73. 9e18c82 USB: use PM core routines to enable/disable autosuspend by Alan Stern · 14 years ago
  74. 7560d32e USB: improve runtime remote wakeup settings by Alan Stern · 14 years ago
  75. 27729aa USB: make hcd.h public (drivers dependency) by Eric Lescouet · 14 years ago
  76. 571dc79 USB: put claimed interfaces in the "suspended" state by Alan Stern · 14 years ago
  77. 5f677f1 USB: fix remote wakeup settings during system sleep by Alan Stern · 14 years ago
  78. 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 14 years ago
  79. 8e9394c Driver core: create lock/unlock functions for struct device by Greg Kroah-Hartman · 15 years ago
  80. cceffe9 USB: remove debugging message for uevent constructions by Alan Stern · 15 years ago
  81. 9bbdf1e USB: convert to the runtime PM framework by Alan Stern · 15 years ago
  82. 0c590e2 USB: rearrange functions in driver.c by Alan Stern · 15 years ago
  83. 088f7fe USB: implement usb_enable_autosuspend by Alan Stern · 15 years ago
  84. 62e299e USB: change locking for device-level autosuspend by Alan Stern · 15 years ago
  85. 0f3dda9 USB: rearrange code in usb_probe_interface by Alan Stern · 15 years ago
  86. 6d19c00 USB: implement non-tree resume ordering constraints for PCI host controllers by Alan Stern · 15 years ago
  87. 0c7a2b7 USB: add remove_id sysfs attr for usb drivers by CHENG Renquan · 15 years ago
  88. 8e4ceb3 USB: prepare for changover to Runtime PM framework by Alan Stern · 15 years ago
  89. fb34d53 USB: remove the auto_pm flag by Alan Stern · 15 years ago
  90. 1e5ea5e USB: fix missing error check in probing by Oliver Neukum · 15 years ago
  91. ccf5b80 USB: make intf.pm_usage an atomic_t by Alan Stern · 15 years ago
  92. 7cbe5dc USB: add API for userspace drivers to "claim" ports by Alan Stern · 15 years ago
  93. 23a54e5 USB: Avoid PM error messages during resume if a device was disconnected by Frans Pop · 15 years ago
  94. 5512966 usb: convert endpoint devices to bus-less childs of the usb interface by Kay Sievers · 15 years ago
  95. 91f8d06 USB: consolidate usb_unbind_interface and usb_driver_release_interface by Alan Stern · 15 years ago
  96. ddeac4e7 USB: fix toggle mismatch in disable_endpoint paths by Alan Stern · 16 years ago
  97. 2caf7fc USB: re-enable interface after driver unbinds by Alan Stern · 16 years ago
  98. 65bfd29 USB: Enhance usage of pm_message_t by Alan Stern · 16 years ago
  99. 4ec06d6 USB: utilize round_jiffies_up_relative() by Alan Stern · 16 years ago
  100. dc023dc USB: Introduce usb_queue_reset() to do resets from atomic contexts by Inaky Perez-Gonzalez · 16 years ago