index
:
linux-stable.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
/
hub.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge tag 'usb-3.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2014-08-04
1
-16
/
+78
|
\
|
*
USB: Fix persist resume of some SS USB devices
Pratyush Anand
2014-07-18
1
-0
/
+41
|
*
usbcore: don't log on consecutive debounce failures of the same port
Oliver Neukum
2014-07-18
1
-3
/
+8
|
*
usb: force warm reset to break link re-connect livelock
Dan Williams
2014-07-09
1
-11
/
+25
|
*
usb: allow lpm (en/dis)able only if device is atleast in default state
Pratyush Anand
2014-07-09
1
-2
/
+4
*
|
usb: Check if port status is equal to RxDetect
Gavin Guo
2014-07-17
1
-0
/
+19
|
/
*
usb: fix hub-port pm_runtime_enable() vs runtime pm transitions
Dan Williams
2014-06-17
1
-0
/
+6
*
usb: improve "not suspended yet" message in hub_suspend()
Dan Williams
2014-06-17
1
-1
/
+2
*
usb: fix ->update_hub_device() vs hdev->maxchild
Dan Williams
2014-06-17
1
-12
/
+12
*
Merge branch 'next' (accumulated 3.16 merge window patches) into master
Linus Torvalds
2014-06-08
1
-445
/
+511
|
\
|
*
usb: hub_handle_remote_wakeup() only exists for CONFIG_PM=y
Stephen Rothwell
2014-06-02
1
-0
/
+6
|
*
usb: resume child device when port is powered on
Dan Williams
2014-05-27
1
-13
/
+29
|
*
usb: hub_handle_remote_wakeup() depends on CONFIG_PM_RUNTIME=y
Dan Williams
2014-05-27
1
-41
/
+49
|
*
usb: introduce port status lock
Dan Williams
2014-05-27
1
-28
/
+69
|
*
usb: synchronize port poweroff and khubd
Dan Williams
2014-05-27
1
-1
/
+20
|
*
usb: refactor port handling in hub_events()
Dan Williams
2014-05-27
1
-189
/
+185
|
*
usb: block suspension of superspeed port while hispeed peer is active
Dan Williams
2014-05-27
1
-17
/
+5
|
*
usb: make usb_port flags atomic, rename did_runtime_put to child_usage
Dan Williams
2014-05-27
1
-19
/
+20
|
*
usb: assign default peer ports for root hubs
Dan Williams
2014-05-27
1
-14
/
+28
|
*
usb: cleanup setting udev->removable from port_dev->connect_type
Dan Williams
2014-05-27
1
-5
/
+17
|
*
usb: rename usb_port device objects
Dan Williams
2014-05-27
1
-157
/
+116
|
*
usb: disable port power control if not supported in wHubCharacteristics
Dan Williams
2014-05-27
1
-6
/
+2
|
*
USB: mutual exclusion for resetting a hub and power-managing a port
Alan Stern
2014-05-27
1
-0
/
+12
|
*
USB: separate usb_address0 mutexes for each bus
Todd E Brandt
2014-05-27
1
-4
/
+2
*
|
USB: Avoid runtime suspend loops for HCDs that can't handle suspend/resume
Alan Stern
2014-05-24
1
-2
/
+13
|
/
*
Merge tag 'usb-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2014-04-01
1
-23
/
+74
|
\
|
*
USB: disable reset-resume when USB_QUIRK_RESET is set
Alan Stern
2014-03-19
1
-2
/
+12
|
*
USB: unbind all interfaces before rebinding any
Alan Stern
2014-03-17
1
-2
/
+3
|
*
usb: Reset USB-3 devices on USB-3 link bounce
Hans de Goede
2014-03-04
1
-2
/
+20
|
*
usb: Clear host_endpoint->streams when implicitly freeing streams
Hans de Goede
2014-03-04
1
-1
/
+4
|
*
usb/xhci: Change how we indicate a host supports Link PM.
Sarah Sharp
2014-03-04
1
-8
/
+16
|
*
usb: hub: usb_ext_cap_descriptor.bmAttributes is le32
Bjørn Mork
2014-02-28
1
-1
/
+1
|
*
hub: debug message for failing to enable device
Oliver Neukum
2014-02-28
1
-1
/
+5
|
*
usb: move hub init and LED blink work to power efficient workqueue
Shaibal Dutta
2014-02-07
1
-6
/
+13
*
|
Merge tag 'staging-3.15-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
2014-04-01
1
-6
/
+8
|
\
\
|
*
|
usbcore: rename struct dev_state to struct usb_dev_state
Valentina Manea
2014-03-10
1
-6
/
+6
|
*
|
staging: usbip: claim ports used by shared devices
Valentina Manea
2014-03-08
1
-0
/
+2
|
|
/
*
/
usb: don't use PREPARE_DELAYED_WORK
Tejun Heo
2014-03-07
1
-2
/
+2
|
/
*
Revert "usbcore: set lpm_capable field for LPM capable root hubs"
Sarah Sharp
2014-01-22
1
-6
/
+1
*
usb:hub set hub->change_bits when over-current happens
Shen Guang
2014-01-08
1
-1
/
+2
*
USB: core: correct spelling mistakes in comments and warning
Rahul Bedarkar
2014-01-07
1
-3
/
+4
*
USB: fix race between hub_disconnect and recursively_mark_NOTATTACHED
Alan Stern
2014-01-07
1
-5
/
+9
*
USB: core: remove CONFIG_USB_DEBUG usage
Greg Kroah-Hartman
2013-12-21
1
-7
/
+0
*
Merge branch 3.13-rc4 into usb-next
Greg Kroah-Hartman
2013-12-16
1
-35
/
+50
|
\
|
*
usb: xhci: change enumeration scheme to 'new scheme' by default
Dan Williams
2013-12-10
1
-3
/
+43
|
*
usb: core: get config and string descriptors for unauthorized devices
Thomas Pugliese
2013-12-09
1
-32
/
+7
*
|
usb: hub: Use correct reset for wedged USB3 devices that are NOTATTACHED
Julius Werner
2013-12-04
1
-2
/
+3
|
/
*
ACPI: Eliminate the DEVICE_ACPI_HANDLE() macro
Rafael J. Wysocki
2013-11-14
1
-1
/
+1
*
Merge tag 'for-usb-next-2013-10-17' of git://git.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
2013-10-19
1
-7
/
+38
|
\
|
*
usb: hub_activate kill an 'else'
Dan Williams
2013-10-16
1
-7
/
+4
[next]