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.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
Age
Commit message (
Expand
)
Author
Files
Lines
2018-06-13
treewide: Use array_size() in vmalloc()
Kees Cook
1
-1
/
+1
2018-06-13
treewide: devm_kzalloc() -> devm_kcalloc()
Kees Cook
2
-2
/
+3
2018-06-13
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
1
-2
/
+2
2018-06-13
treewide: kzalloc() -> kcalloc()
Kees Cook
10
-18
/
+23
2018-06-13
treewide: kmalloc() -> kmalloc_array()
Kees Cook
10
-22
/
+36
2018-06-07
Merge tag 'overflow-v4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...
Linus Torvalds
1
-3
/
+2
2018-06-06
treewide: Use struct_size() for kmalloc()-family
Kees Cook
1
-3
/
+2
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-06-06
Merge tag 'usb-4.18-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
156
-3256
/
+8731
2018-06-04
Merge branch 'hch.procfs' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...
Linus Torvalds
5
-75
/
+7
2018-06-01
Revert "xhci: Reset Renesas uPD72020x USB controller for 32-bit DMA issue"
Marc Zyngier
3
-28
/
+0
2018-06-01
xhci: Add quirk to zero 64bit registers on Renesas PCIe controllers
Marc Zyngier
3
-2
/
+72
2018-06-01
xhci: Allow more than 32 quirks
Marc Zyngier
2
-36
/
+36
2018-06-01
usb: xhci: force all memory allocations to node
Adam Wallis
1
-19
/
+38
2018-05-31
USB: typec: fsusb302: no need to check return value of debugfs_create_dir()
Greg Kroah-Hartman
1
-11
/
+4
2018-05-31
USB: gadget: udc: s3c2410_udc: no need to check return value of debugfs_creat...
Greg Kroah-Hartman
1
-13
/
+4
2018-05-31
USB: gadget: udc: renesas_usb3: no need to check return value of debugfs_crea...
Greg Kroah-Hartman
1
-15
/
+3
2018-05-31
USB: gadget: udc: pxa27x_udc: no need to check return value of debugfs_create...
Greg Kroah-Hartman
2
-40
/
+6
2018-05-31
USB: gadget: udc: gr_udc: no need to check return value of debugfs_create fun...
Greg Kroah-Hartman
2
-6
/
+2
2018-05-31
USB: gadget: udc: bcm63xx_udc: no need to check return value of debugfs_creat...
Greg Kroah-Hartman
1
-32
/
+5
2018-05-31
USB: udc: atmel_usba_udc: no need to check return value of debugfs_create fun...
Greg Kroah-Hartman
2
-64
/
+11
2018-05-31
USB: dwc3: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-32
/
+11
2018-05-31
USB: dwc2: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-62
/
+16
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: chipidea: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-45
/
+17
2018-05-31
USB: ehci-hcd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-27
/
+8
2018-05-31
USB: fhci-hcd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
2
-20
/
+5
2018-05-31
USB: fotg210-hcd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-25
/
+9
2018-05-31
USB: imx21-hcd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-34
/
+10
2018-05-31
USB: isp116x-hcd: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-13
/
+4
2018-05-31
USB: ohci: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
3
-44
/
+9
2018-05-31
USB: uhci: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-11
/
+4
2018-05-31
USB: mon: no need to check return value of debugfs_create functions
Greg Kroah-Hartman
1
-30
/
+7
2018-05-31
USB: mtu3: no need to check return value of debugfs_create_dir()
Greg Kroah-Hartman
1
-4
/
+0
2018-05-31
USB: musb: clean up debugfs file and directory creation
Greg Kroah-Hartman
4
-52
/
+11
2018-05-31
USB: typec: tcpm: no need to check return value of debugfs_create_dir()
Greg Kroah-Hartman
1
-8
/
+3
2018-05-31
phy: tegra: select USB_COMMON
Arnd Bergmann
1
-0
/
+1
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: xhci: tegra: Fix runtime PM support
Jon Hunter
1
-1
/
+1
2018-05-31
usb: chipidea: Fix ULPI on imx51
Andrey Smirnov
1
-1
/
+2
2018-05-31
usb: musb: remove an unused variable
Arnd Bergmann
1
-1
/
+0
2018-05-31
usb: dwc3: Remove DEBUG define from Qualcomm DWC3 glue driver
Douglas Anderson
1
-1
/
+0
2018-05-31
usb: host: ohci: fix sfr kernel warning in ohci-at91 driver
Prasanthi Chellakumar
1
-1
/
+1
2018-05-31
usb: core: message: remove extra endianness conversion in usb_set_isoch_delay
Ruslan Bilovol
1
-1
/
+1
2018-05-31
Merge tag 'usb-serial-4.18-rc1' of https://git.kernel.org/pub/scm/linux/kerne...
Greg Kroah-Hartman
5
-121
/
+97
2018-05-31
driver core: hold dev's parent lock when needed
Martin Liu
1
-0
/
+1
2018-05-24
usb: xhci: tegra: Add support for managing powergates
Jon Hunter
1
-19
/
+49
2018-05-24
usb: xhci: tegra: Add runtime PM support
Jon Hunter
1
-26
/
+62
2018-05-24
usb: xhci: tegra: Prepare for adding runtime PM support
Jon Hunter
1
-17
/
+17
[next]