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
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-04
drivers/usb: Delete XHCI command timer if necessary
Gavin Shan
1
-1
/
+2
2015-08-04
xhci: fix off by one error in TRB DMA address boundary check
Mathias Nyman
1
-1
/
+1
2015-08-04
Merge tag 'fixes-for-v4.2-rc6' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
1
-0
/
+1
2015-08-03
usb: udc: core: add device_del() call to error pathway
Alan Stern
1
-0
/
+1
2015-07-30
Merge tag 'usb-serial-4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
3
-1
/
+4
2015-07-28
USB: sierra: add 1199:68AB device ID
Dirk Behme
1
-0
/
+1
2015-07-27
Merge tag 'fixes-for-v4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
4
-4
/
+16
2015-07-27
Merge tag 'usb-ci-v4.2-rc5' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Greg Kroah-Hartman
3
-3
/
+23
2015-07-27
usb: gadget: f_printer: actually limit the number of instances
Andrzej Pietrasiewicz
1
-1
/
+9
2015-07-27
usb: gadget: f_hid: actually limit the number of instances
Andrzej Pietrasiewicz
1
-0
/
+4
2015-07-27
usb: gadget: f_uac2: fix calculation of uac2->p_interval
Peter Chen
1
-2
/
+2
2015-07-27
usb: gadget: bdc: fix a driver crash on disconnect
Al Cooper
1
-1
/
+1
2015-07-23
USB: OHCI: fix bad #define in ohci-tmio.c
Alan Stern
1
-1
/
+1
2015-07-23
cdc-acm: Destroy acm_minors IDR on module exit
Johannes Thumshirn
1
-0
/
+1
2015-07-23
usb-storage: Add ignore-device quirk for gm12u320 based usb mini projectors
Hans de Goede
1
-0
/
+11
2015-07-23
usb-storage: ignore ZTE MF 823 card reader in mode 0x1225
Oliver Neukum
1
-0
/
+12
2015-07-23
USB: OHCI: Fix race between ED unlink and URB submission
Alan Stern
1
-6
/
+1
2015-07-23
usb: core: lpm: set lpm_capable for root hub device
Lu Baolu
3
-3
/
+7
2015-07-23
xhci: do not report PLC when link is in internal resume state
Zhuang Jin Can
1
-1
/
+8
2015-07-23
xhci: prevent bus_suspend if SS port resuming in phase 1
Zhuang Jin Can
3
-3
/
+7
2015-07-23
xhci: report U3 when link is in resume state
Zhuang Jin Can
1
-2
/
+5
2015-07-23
xhci: Calculate old endpoints correctly on device reset
Brian Campbell
1
-0
/
+3
2015-07-23
usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() function
AMAN DEEP
1
-1
/
+1
2015-07-23
xhci: Workaround to get D3 working in Intel xHCI
Rajmohan Mani
1
-3
/
+37
2015-07-23
xhci: call BIOS workaround to enable runtime suspend on Intel Braswell
Mathias Nyman
1
-0
/
+17
2015-07-22
usb: dwc3: Reset the transfer resource index on SET_INTERFACE
John Youn
1
-0
/
+4
2015-07-22
usb: chipidea: ehci_init_driver is intended to call one time
Peter Chen
3
-3
/
+23
2015-07-20
usb: gadget: udc: core: Fix argument of dma_map_single for IOMMU
Yoshihiro Shimoda
1
-6
/
+8
2015-07-20
usb: gadget: mv_udc_core: fix phy_regs I/O memory leak
Alexey Khoroshilov
1
-1
/
+1
2015-07-20
usb: ulpi: ulpi_init should be executed in subsys_initcall
Lu Baolu
1
-1
/
+1
2015-07-20
USB: qcserial: Add support for Dell Wireless 5809e 4G Modem
Pieter Hollants
1
-0
/
+1
2015-07-20
USB: qcserial/option: make AT URCs work for Sierra Wireless MC7305/MC7355
Reinhard Speyerer
2
-1
/
+2
2015-07-18
configfs: fix kernel infoleak through user-controlled format string
Nicolas Iooss
1
-1
/
+1
2015-07-10
Merge tag 'usb-serial-4.2-rc2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
4
-115
/
+141
2015-07-09
USB: serial: Destroy serial_minors IDR on module exit
Johannes Thumshirn
1
-0
/
+1
2015-07-06
usb: gadget: f_midi: fix error recovery path
Andrzej Pietrasiewicz
1
-3
/
+1
2015-07-06
usb: phy: mxs: suspend to RAM causes NULL pointer dereference
Stefan Wahren
1
-0
/
+3
2015-07-06
usb: gadget: udc: fix free_irq() after request_irq() failed
Takeshi Yoshimura
1
-2
/
+1
2015-07-06
usb: gadget: composite: Fix NULL pointer dereference
Kishon Vijay Abraham I
1
-4
/
+7
2015-07-06
usb: gadget: f_fs: do not set cancel function on synchronous {read,write}
Rui Miguel Silva
1
-2
/
+4
2015-07-06
usb: f_mass_storage: limit number of reported LUNs
Michal Nazarewicz
1
-3
/
+13
2015-07-06
usb: dwc3: core: avoid NULL pointer dereference
Felipe Balbi
1
-2
/
+4
2015-07-06
usb: dwc2: embed storage for reg backup in struct dwc2_hsotg
Mian Yousaf Kaukab
2
-43
/
+21
2015-07-06
usb: dwc2: host: allocate qtd before atomic enqueue
Mian Yousaf Kaukab
1
-10
/
+16
2015-07-06
usb: dwc2: host: allocate qh before atomic enqueue
Mian Yousaf Kaukab
3
-42
/
+43
2015-07-06
usb: musb: host: rely on port_mode to call musb_start()
Felipe Balbi
1
-3
/
+1
2015-07-06
USB: cp210x: add ID for Aruba Networks controllers
Peter Sanford
1
-0
/
+1
2015-07-06
USB: mos7720: rename registers
Sudip Mukherjee
1
-115
/
+138
2015-07-06
USB: option: add 2020:4000 ID
Claudio Cappelli
1
-0
/
+1
2015-07-05
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/vir...
Linus Torvalds
2
-2
/
+2
[next]