index
:
kernel/linux.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.12.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-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
core
/
hub.c
Age
Commit message (
Expand
)
Author
Files
Lines
2022-09-08
USB: core: Prevent nested device-reset calls
Alan Stern
1
-0
/
+10
2022-05-19
usb: hub: Simplify error and success path in port_over_current_notify
Bhuvanesh Surachari
1
-5
/
+3
2022-04-23
usb: remove third argument of usb_maxpacket()
Vincent Mailhol
1
-1
/
+1
2022-02-17
usb: remove Link Powermanagement (LPM) disable before port reset.
Mathias Nyman
1
-12
/
+1
2022-01-26
usb: core: Bail out when port is stuck in reset loop
Kai-Heng Feng
1
-2
/
+6
2022-01-03
USB: core: Fix bug in resuming hub's handling of wakeup requests
Alan Stern
1
-1
/
+1
2021-12-17
usb: hub: Add delay for SuperSpeed hub resume to let links transit to U0
Kai-Heng Feng
1
-1
/
+4
2021-12-17
usb: hub: make wait_for_connected() take an int instead of a pointer to int
Dan Carpenter
1
-3
/
+3
2021-12-16
usb: hub: avoid warm port reset during USB3 disconnect
Mathias Nyman
1
-5
/
+19
2021-11-23
usb: hub: Fix locking issues with address0_mutex
Mathias Nyman
1
-8
/
+12
2021-11-17
usb: hub: Fix usb enumeration issue due to address0 race
Mathias Nyman
1
-3
/
+11
2021-07-21
usb: hub: Disable USB 3 device initiated lpm if exit latency is too high
Mathias Nyman
1
-12
/
+56
2021-07-21
usb: hub: Fix link power management max exit latency (MEL) calculations
Mathias Nyman
1
-24
/
+28
2021-06-21
Merge tag 'v5.13-rc7' into usb-next
Greg Kroah-Hartman
1
-0
/
+7
2021-06-17
usb: core: hub: Disable autosuspend for Cypress CY7C65632
Andrew Lunn
1
-0
/
+7
2021-05-27
driver core: Move the "removable" attribute from USB to core
Rajat Jain
1
-6
/
+7
2021-05-21
USB: Verify the port status when timeout happens during port suspend
Chris Chiu
1
-0
/
+21
2021-05-13
usb: core: hub: fix race condition about TRSMRCY of resume
Chunfeng Yun
1
-3
/
+3
2021-04-09
usb: core: hub: Fix PM reference leak in usb_port_resume()
Bixuan Cui
1
-1
/
+1
2021-03-23
usb: core: hub: Print speed name based on ssp rate
Thinh Nguyen
1
-3
/
+7
2021-03-23
usb: core: hub: Remove port_speed_is_ssp()
Thinh Nguyen
1
-30
/
+1
2021-03-23
usb: core: Track SuperSpeed Plus GenXxY
Thinh Nguyen
1
-0
/
+78
2020-10-28
usb: core: Replace in_interrupt() in comments
Ahmed S. Darwish
1
-1
/
+2
2020-10-02
USB: hub: Add Kconfig option to reduce number of port initialization retries
Alan Stern
1
-1
/
+12
2020-10-02
USB: hub: Clean up use of port initialization schemes and retries
Alan Stern
1
-23
/
+26
2020-09-25
Revert "USB: core: hub.c: use usb_control_msg_send() in a few places"
Oliver Neukum
1
-40
/
+59
2020-09-16
USB: core: hub.c: use usb_control_msg_send() in a few places
Greg Kroah-Hartman
1
-59
/
+40
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-07-10
usb: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-06-19
USB: OTG: rename product list of devices
Greg Kroah-Hartman
1
-2
/
+2
2020-06-19
USB: rename USB OTG hub configuration option
Greg Kroah-Hartman
1
-1
/
+1
2020-05-18
Merge 5.7-rc6 into usb-next
Greg Kroah-Hartman
1
-1
/
+5
2020-05-15
usb: core: hub: limit HUB_QUIRK_DISABLE_AUTOSUSPEND to USB5534B
Eugeniu Rosca
1
-1
/
+5
2020-04-28
usb: core: hub: use true,false for bool variable
Jason Yan
1
-1
/
+1
2020-04-23
USB: hub: Revert commit bd0e6c9614b9 ("usb: hub: try old enumeration scheme f...
Alan Stern
1
-3
/
+1
2020-04-23
USB: hub: Fix handling of connect changes during sleep
Alan Stern
1
-0
/
+14
2020-03-04
usb: core: hub: do error out if usb_autopm_get_interface() fails
Eugeniu Rosca
1
-1
/
+5
2020-03-04
usb: core: hub: fix unhandled return by employing a void function
Eugeniu Rosca
1
-1
/
+1
2020-02-10
USB: hub: Don't record a connect-change event during reset-resume
Alan Stern
1
-5
/
+0
2020-02-10
USB: hub: Fix the broken detection of USB3 device in SMSC hub
Hardik Gajjar
1
-0
/
+15
2020-01-15
usb: core: hub: Improved device recognition on remote wakeup
Keiya Nobuta
1
-0
/
+1
2020-01-08
usb: missing parentheses in USE_NEW_SCHEME
Qi Zhou
1
-1
/
+1
2019-12-05
usb, kcov: collect coverage from hub_event
Andrey Konovalov
1
-0
/
+5
2019-11-07
usb: Allow USB device to be warm reset in suspended state
Kai-Heng Feng
1
-3
/
+2
2019-10-10
usb: hub: Check device descriptor before resusciation
David Heinzelmann
1
-85
/
+111
2019-07-03
usb: Handle USB3 remote wakeup for LPM enabled devices correctly
Lee, Chiasheng
1
-2
/
+5
2019-06-20
USB: core: correct a spelling mistake in the comment
Harry Pan
1
-1
/
+1
2019-06-05
usb: Add devaddr in struct usb_device
Jim Lin
1
-1
/
+3
2019-05-21
usb: core: hub: Disable hub-initiated U1/U2
Thinh Nguyen
1
-12
/
+16
2019-05-21
usb: core: hub: Enable/disable U1/U2 in configured state
Thinh Nguyen
1
-2
/
+2
[next]