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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
1
-1
/
+1
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
2
-6
/
+7
2018-06-06
Merge tag 'driver-core-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-0
/
+1
2018-05-31
USB: core: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-21
/
+5
2018-05-31
usb: hub: Per-port setting to reduce TRSTRCY to 10 ms
Nicolas Boichat
1
-1
/
+5
2018-05-31
usb: hub: Per-port setting to use old enumeration scheme
Nicolas Boichat
3
-4
/
+33
2018-05-31
usb: core: message: remove extra endianness conversion in usb_set_isoch_delay
Ruslan Bilovol
1
-1
/
+1
2018-05-31
driver core: hold dev's parent lock when needed
Martin Liu
1
-0
/
+1
2018-05-08
Merge 4.17-rc4 into usb-next
Greg Kroah-Hartman
1
-1
/
+3
2018-05-03
USB: Accept bulk endpoints with 1024-byte maxpacket
Alan Stern
1
-1
/
+3
2018-04-30
Merge 4.17-rc3 into usb-next
Greg Kroah-Hartman
5
-33
/
+110
2018-04-25
usb: do not reset if a low-speed or full-speed device timed out
Maxim Moseychuk
1
-1
/
+3
2018-04-23
usb: core: hcd: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2018-04-23
usb: core: phy: add the SPDX-License-Identifier and include guard
Martin Blumenstingl
1
-0
/
+12
2018-04-22
USB: USB 3.2 Add sysfs entries for a usb device rx_lanes and tx_lanes
Mathias Nyman
1
-0
/
+22
2018-04-22
USB: show USB 3.2 Dual-lane devices as Gen Xx2 during device enumeration
Mathias Nyman
1
-2
/
+5
2018-04-22
usb: set root hub lane counts
Mathias Nyman
1
-0
/
+5
2018-04-22
USB: Add support to store lane count used by USB 3.2
Mathias Nyman
1
-0
/
+8
2018-04-22
usb: define HCD_USB32 speed option for hosts that support USB 3.2 dual-lane
Mathias Nyman
1
-0
/
+3
2018-04-22
usb: hub: Don't wait for connect state at resume for powered-off ports
Dominik Bozek
1
-0
/
+4
2018-04-22
USB: core: hcd: drop support for legacy phys
Johan Hovold
1
-35
/
+3
2018-04-22
usb: core: phy: add missing forward declaration for "struct device"
Martin Blumenstingl
1
-0
/
+1
2018-04-22
usb: core: phy: make it a no-op if CONFIG_GENERIC_PHY is disabled
Martin Blumenstingl
1
-0
/
+3
2018-04-22
usb: core: use phy_exit during suspend if wake up is not supported
Martin Blumenstingl
3
-3
/
+45
2018-04-22
usb: core: split usb_phy_roothub_{init,alloc}
Martin Blumenstingl
3
-30
/
+37
2018-04-22
usb: core: phy: fix return value of usb_phy_roothub_exit()
Martin Blumenstingl
1
-1
/
+1
2018-04-22
usb: core: Add quirk for HP v222w 16GB Mini
Kamil Lulko
1
-0
/
+3
2018-04-22
USB: Increment wakeup count on remote wakeup.
Ravi Chandra Sadineni
2
-1
/
+10
2018-04-07
Merge branch 'next-general' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-8
/
+2
2018-03-25
usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks
Kai-Heng Feng
1
-0
/
+3
2018-03-25
usb: core: Copy parameter string correctly and remove superfluous null check
Kai-Heng Feng
1
-2
/
+7
2018-03-25
USB: announce bcdDevice as well as idVendor, idProduct.
Benson Leung
1
-2
/
+6
2018-03-23
USB:fix USB3 devices behind USB3 hubs not resuming at hibernate thaw
Zhengjun Xing
1
-2
/
+7
2018-03-23
usb: hub: Reduce warning to notice on power loss
Tomeu Vizoso
1
-1
/
+1
2018-03-23
Merge tag 'v4.16-rc6' into next-general
James Morris
2
-1
/
+9
2018-03-22
usb: skip phys initialization of shared hcd
Chunfeng Yun
1
-1
/
+1
2018-03-22
usb: core: introduce per-port over-current counters
Richard Leitner
3
-1
/
+14
2018-03-20
usb: core: Add "quirks" parameter for usbcore
Kai-Heng Feng
3
-5
/
+175
2018-03-20
usb: core: urb: Check SSP isoc ep comp descriptor
Thinh Nguyen
1
-0
/
+8
2018-03-20
Merge branch 4.16-rc6 into usb-next
Greg Kroah-Hartman
2
-1
/
+6
2018-03-12
Revert "usb: core: Add "quirks" parameter for usbcore"
Greg Kroah-Hartman
3
-174
/
+5
2018-03-09
usb: core: Add "quirks" parameter for usbcore
Kai-Heng Feng
3
-5
/
+174
2018-03-09
usb: core: hcd: remove support for initializing a single PHY
Martin Blumenstingl
1
-37
/
+0
2018-03-09
usb: core: hcd: integrate the PHY wrapper into the HCD core
Martin Blumenstingl
1
-0
/
+31
2018-03-09
usb: core: add a wrapper for the USB PHYs on the HCD
Martin Blumenstingl
3
-1
/
+166
2018-03-09
usb: add a flag to skip PHY initialization to struct usb_hcd
Martin Blumenstingl
1
-2
/
+2
2018-03-09
usb: clarify ACPI spec version and section number for _UPC & _PLD
Alex Hung
1
-2
/
+2
2018-03-09
usb: Don't disable Latency tolerance Messaging (LTM) before port reset
Mathias Nyman
1
-9
/
+3
2018-03-07
usb, signal, security: only pass the cred, not the secid, to kill_pid_info_as...
Stephen Smalley
1
-8
/
+2
2018-03-06
usb: quirks: add control message delay for 1b1c:1b20
Danilo Krummrich
2
-1
/
+6
[next]