1. 3f17ea6 Merge branch 'next' (accumulated 3.16 merge window patches) into master by Linus Torvalds · 10 years ago
  2. 4a95b1f usb: hub_handle_remote_wakeup() only exists for CONFIG_PM=y by Stephen Rothwell · 10 years ago
  3. 7027df3 usb: resume child device when port is powered on by Dan Williams · 10 years ago
  4. 7e73be2 usb: hub_handle_remote_wakeup() depends on CONFIG_PM_RUNTIME=y by Dan Williams · 10 years ago
  5. 5c79a1e usb: introduce port status lock by Dan Williams · 10 years ago
  6. 097a155 usb: synchronize port poweroff and khubd by Dan Williams · 10 years ago
  7. af376a4 usb: refactor port handling in hub_events() by Dan Williams · 10 years ago
  8. 6908058 usb: usb3 ports do not support FEAT_C_ENABLE by Dan Williams · 10 years ago
  9. 7c60407 usb: don't clear FEAT_C_ENABLE on usb_port_runtime_resume failure by Dan Williams · 10 years ago
  10. 7ad3c47 usb: block suspension of superspeed port while hispeed peer is active by Dan Williams · 10 years ago
  11. d5c3834 usb: make usb_port flags atomic, rename did_runtime_put to child_usage by Dan Williams · 10 years ago
  12. b7e38ea usb: sysfs link peer ports by Dan Williams · 10 years ago
  13. 3bfd659 usb: find internal hub tier mismatch via acpi by Dan Williams · 10 years ago
  14. 8b1ba80 usb: assign usb3 external hub port peers by Dan Williams · 10 years ago
  15. d8521af usb: assign default peer ports for root hubs by Dan Williams · 10 years ago
  16. a4204ff usb: cleanup setting udev->removable from port_dev->connect_type by Dan Williams · 10 years ago
  17. d99f6b4 usb: rename usb_port device objects by Dan Williams · 10 years ago
  18. 9262c19 usb: disable port power control if not supported in wHubCharacteristics by Dan Williams · 10 years ago
  19. 600856c USB: mutual exclusion for resetting a hub and power-managing a port by Alan Stern · 10 years ago
  20. 6fecd4f USB: separate usb_address0 mutexes for each bus by Todd E Brandt · 10 years ago
  21. 1dfa91a usb: common: rename phy-fsm-usb.c to usb-otg-fsm.c by Peter Chen · 10 years ago
  22. a838ec7 usb: core: remove the Kconfig entry for USB_DEBUG by Peter Chen · 10 years ago
  23. febf2f6 usb: remove redundant D0 power state set by Yijing Wang · 10 years ago
  24. 8ef42dd USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resume by Alan Stern · 10 years ago
  25. 29d2fef usb: catch attempts to submit urbs with a vmalloc'd transfer buffer by Dan Williams · 10 years ago
  26. a2ff864 USB: fix crash during hotplug of PCI USB controller card by Alan Stern · 10 years ago
  27. 159d813 Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 10 years ago
  28. 3e75c6d Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 10 years ago
  29. c12e69c Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging by Linus Torvalds · 10 years ago
  30. 9d919e8 Merge branch 'for-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/tj/wq by Linus Torvalds · 10 years ago
  31. 1d10255 USB: disable reset-resume when USB_QUIRK_RESET is set by Alan Stern · 11 years ago
  32. 6aec044 USB: unbind all interfaces before rebinding any by Alan Stern · 11 years ago
  33. e40bffa Merge 3.14-rc7 into staging-next by Greg Kroah-Hartman · 11 years ago
  34. 192c028 Merge 3.14-rc6 into usb-next by Greg Kroah-Hartman · 11 years ago
  35. 9b6f0c4 usbcore: rename struct dev_state to struct usb_dev_state by Valentina Manea · 11 years ago
  36. 6080cd0 staging: usbip: claim ports used by shared devices by Valentina Manea · 11 years ago
  37. d86db25 usb: Make DELAY_INIT quirk wait 100ms between Get Configuration requests by Julius Werner · 11 years ago
  38. e042936 usb: Add device quirk for Logitech HD Pro Webcams C920 and C930e by Julius Werner · 11 years ago
  39. 77fa83c usb: don't use PREPARE_DELAYED_WORK by Tejun Heo · 11 years ago
  40. a82b76f usb: Reset USB-3 devices on USB-3 link bounce by Hans de Goede · 11 years ago
  41. 7a7b562 usb: Clear host_endpoint->streams when implicitly freeing streams by Hans de Goede · 11 years ago
  42. bcf7f6e usbfs: Add support for allocating / freeing streams by Hans de Goede · 11 years ago
  43. 2fec32b usbfs: Add ep_to_host_endpoint helper function by Hans de Goede · 11 years ago
  44. 948cd8c usbfs: Add support for bulk stream ids by Hans de Goede · 11 years ago
  45. b2d03eb usbfs: proc_do_submiturb use a local variable for number_of_packets by Hans de Goede · 11 years ago
  46. 5ec9c17 usbfs: Kill urbs on interface before doing a set_interface by Hans de Goede · 11 years ago
  47. 6343e8b usb-core: Free bulk streams on interface release by Hans de Goede · 11 years ago
  48. 8d4f70b usb-core: Track if an endpoint has streams by Hans de Goede · 11 years ago
  49. 8f5d354 usb-core: Move USB_MAXENDPOINTS definitions to usb.h by Hans de Goede · 11 years ago
  50. 12d4bbc usb-core: Fix usb_free_streams return value documentation by Hans de Goede · 11 years ago
  51. 25cd288 usb/xhci: Change how we indicate a host supports Link PM. by Sarah Sharp · 11 years ago
  52. 23c0582 usb: hub: usb_ext_cap_descriptor.bmAttributes is le32 by Bjørn Mork · 11 years ago
  53. 938569e hub: debug message for failing to enable device by Oliver Neukum · 11 years ago
  54. f080a51 USB: complain if userspace resets an active endpoint by Alan Stern · 11 years ago
  55. d426334 Merge branch 'master' into for-next by Jiri Kosina · 11 years ago
  56. c7dcec7 Kconfig: Remove useless "default N" lines by Paul Bolle · 11 years ago
  57. e227867 treewide: Fix typo in Documentation/DocBook by Masanari Iida · 11 years ago
  58. 9d26564 Merge 3.14-rc3 into usb-next by Greg Kroah-Hartman · 11 years ago
  59. 6e9c6e8 Merge 3.14-rc3 into staging-next by Greg Kroah-Hartman · 11 years ago
  60. 22f6a0f usb: move hub init and LED blink work to power efficient workqueue by Shaibal Dutta · 11 years ago
  61. 31c6bf7 usb: core: let dynamic ids override static ids by Bjørn Mork · 11 years ago
  62. b7945b7 staging: usbip: convert usbip-host driver to usb_device_driver by Valentina Manea · 11 years ago
  63. 7f196ca usb: core: Fix potential memory leak adding dyn USBdevice IDs by Christian Engelmayer · 11 years ago
  64. 5c27402 Merge tag 'for-usb-linus-2014-02-04' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-linus by Greg Kroah-Hartman · 11 years ago
  65. 09da8df Merge tag 'pm+acpi-3.14-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  66. 140e302 Revert "usbcore: set lpm_capable field for LPM capable root hubs" by Sarah Sharp · 11 years ago
  67. 1b9fb31 usb: core: check for valid id_table when using the RefId feature by Wolfram Sang · 11 years ago
  68. 52a6966c usb: core: bail out if user gives an unknown RefId when using new_id by Wolfram Sang · 11 years ago
  69. 25d412d Merge branch 'acpi-hotplug' by Rafael J. Wysocki · 11 years ago
  70. 98feb7c Merge branch 'acpi-cleanup' by Rafael J. Wysocki · 11 years ago
  71. 2fc82c2 usb: core: allow a reference device for new_id by Wolfram Sang · 11 years ago
  72. c63fe8f usb: core: add sanity checks when using bInterfaceClass with new_id by Wolfram Sang · 11 years ago
  73. 803a536 usb: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
  74. 08d1dec usb:hub set hub->change_bits when over-current happens by Shen Guang · 11 years ago
  75. 025d443 USB: core: correct spelling mistakes in comments and warning by Rahul Bedarkar · 11 years ago
  76. 543d778 USB: fix race between hub_disconnect and recursively_mark_NOTATTACHED by Alan Stern · 11 years ago
  77. 3482528 USB: core: remove CONFIG_USB_DEBUG usage by Greg Kroah-Hartman · 11 years ago
  78. d59abb9 Merge branch 3.13-rc4 into usb-next by Greg Kroah-Hartman · 11 years ago
  79. 48fc7db usb: xhci: change enumeration scheme to 'new scheme' by default by Dan Williams · 11 years ago
  80. 83e83ec usb: core: get config and string descriptors for unauthorized devices by Thomas Pugliese · 11 years ago
  81. a2cd612 usb: core: allow isoc URBs for wireless devices with an interval < 6 by Thomas Pugliese · 11 years ago
  82. e0e6a35 Revert "USB: quirks: add touchscreen that is dazzeled by remote wakeup" by Oliver Neukum · 11 years ago
  83. 3c9740a usb: hcd: move controller wakeup setting initialization to individual driver by Peter Chen · 11 years ago
  84. 1ae5799 usb: hcd: Initialize USB phy if needed by Valentine Barshak · 11 years ago
  85. 103e127 usb: hcd: Remove USB phy if needed by Valentine Barshak · 11 years ago
  86. e3f02c5 ACPI / bind: Rework struct acpi_bus_type by Rafael J. Wysocki · 11 years ago
  87. 8b48463 ACPI: Clean up inclusions of ACPI header files by Lv Zheng · 11 years ago
  88. 2d51f3c usb: hub: Use correct reset for wedged USB3 devices that are NOTATTACHED by Julius Werner · 11 years ago
  89. 9f9af82 usb: core: Remove superfluous name casts by Geert Uytterhoeven · 11 years ago
  90. 82023bb Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/rafael/linux-pm by Linus Torvalds · 11 years ago
  91. 9073e1a Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial by Linus Torvalds · 11 years ago
  92. 3a83f99 ACPI: Eliminate the DEVICE_ACPI_HANDLE() macro by Rafael J. Wysocki · 11 years ago
  93. 9bc9ccd Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/viro/vfs by Linus Torvalds · 11 years ago
  94. e84f9e5 consolidate the reassignments of ->f_op in ->open() instances by Al Viro · 11 years ago
  95. 0a56b4f USB: change dev_warn about missing reset-resume to dev_dbg by Alan Stern · 11 years ago
  96. 9afcdb1 Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/kernel/git/sarah/xhci into usb-next by Greg Kroah-Hartman · 11 years ago
  97. 5584cfb Merge 3.12-rc6 into usb-next. by Greg Kroah-Hartman · 11 years ago
  98. fd1ac4c usb: hub_activate kill an 'else' by Dan Williams · 11 years ago
  99. e92aee3 usb: hub: Clear Port Reset Change during init/resume by Julius Werner · 11 years ago
  100. 06793f2 drivers: usb: core: devio.c: Spaces to tabs for proc_control_compat() by Matthias Beyer · 11 years ago