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
2011-05-28
Merge branch 'for-usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
7
-69
/
+412
2011-05-27
Intel xhci: Limit number of active endpoints to 64.
Sarah Sharp
4
-11
/
+244
2011-05-27
Intel xhci: Ignore spurious successful event.
Sarah Sharp
3
-0
/
+20
2011-05-27
Intel xhci: Support EHCI/xHCI port switching.
Sarah Sharp
4
-0
/
+124
2011-05-27
USB: TWL6025 allow different regulator name
Graeme Gregory
1
-1
/
+9
2011-05-26
xhci: STFU: Be quieter during URB submission and completion.
Sarah Sharp
2
-37
/
+15
2011-05-26
xhci: STFU: Don't print event ring dequeue pointer.
Sarah Sharp
1
-13
/
+1
2011-05-26
xhci: STFU: Remove function tracing.
Sarah Sharp
1
-8
/
+0
2011-05-26
xhci: Don't submit commands when the host is dead.
Sarah Sharp
1
-1
/
+7
2011-05-26
xhci: Clear stopped_td when Stop Endpoint command completes.
Sarah Sharp
1
-0
/
+2
2011-05-25
Merge git://git.kernel.org/pub/scm/linux/kernel/git/brodo/pcmcia-2.6
Linus Torvalds
1
-1
/
+1
2011-05-23
Merge branch 'usb-next' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
145
-3372
/
+13867
2011-05-23
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jik...
Linus Torvalds
5
-8
/
+9
2011-05-21
Merge git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsi-misc-2.6
Linus Torvalds
1
-1
/
+0
2011-05-20
sanitize <linux/prefetch.h> usage
Linus Torvalds
7
-0
/
+7
2011-05-20
USB: EHCI: Remove SPARC_LEON {read,write}_be definitions from ehci.h
Jan Andersson
1
-3
/
+0
2011-05-20
USB: UHCI: Support big endian GRUSBHC HC
Jan Andersson
2
-2
/
+18
2011-05-20
USB: UHCI: Add support for big endian descriptors
Jan Andersson
5
-120
/
+192
2011-05-20
USB: UHCI: Use ACCESS_ONCE rather than using a full compiler barrier
Alan Stern
1
-12
/
+2
2011-05-20
USB: UHCI: Add support for big endian mmio
Jan Andersson
2
-15
/
+56
2011-05-20
usb-storage: Correct adjust_quirks to include latest flags
Karl Relton
1
-1
/
+8
2011-05-20
usb/isp1760: Fix possible unlink problems
Arvid Brodin
1
-52
/
+95
2011-05-20
usb/isp1760: Move function isp1760_endpoint_disable() within file.
Arvid Brodin
1
-34
/
+34
2011-05-20
USB: remove remaining usages of hcd->state from usbcore and fix regression
Alan Stern
6
-9
/
+19
2011-05-19
Haavard Skinnemoen has left Atmel
Jean Delvare
1
-1
/
+1
2011-05-18
drivercore: revert addition of of_match to struct device
Grant Likely
1
-2
/
+5
2011-05-18
usb: musb: ux500: add configuration and build options for ux500 dma
Mian Yousaf Kaukab
2
-0
/
+12
2011-05-18
usb: musb: ux500: add dma glue layer for ux500
Mian Yousaf Kaukab
1
-0
/
+422
2011-05-18
usb: musb: ux500: add dma name for ux500
Mian Yousaf Kaukab
1
-0
/
+2
2011-05-18
usb: musb: ux500: add ux500 specific code for gadget side
Mian Yousaf Kaukab
1
-4
/
+53
2011-05-18
usb: musb: fix compile error
Felipe Balbi
2
-0
/
+4
2011-05-17
usb-storage: fix up the unusual_realtek device list
Alan Stern
1
-5
/
+5
2011-05-17
USB: gadget: f_audio: Fix invalid dereference of initdata
Martin Jackson
1
-1
/
+1
2011-05-17
EHCI: don't rescan interrupt QHs needlessly
Alan Stern
3
-4
/
+12
2011-05-17
OHCI: fix regression caused by nVidia shutdown workaround
Alan Stern
1
-2
/
+10
2011-05-17
USB: OTG: msm: Free VCCCX regulator even if we can't set the voltage
Mark Brown
1
-3
/
+1
2011-05-17
USB: OTG: msm: Allow the widest possible range for VDDCX when removing
Mark Brown
1
-1
/
+1
2011-05-17
USB: option: add support for Huawei E353 device
Marcin Gałczyński
1
-0
/
+2
2011-05-17
xhci: Fix memory leak bug when dropping endpoints
Sarah Sharp
1
-1
/
+10
2011-05-17
xhci: Fix memory leak in ring cache deallocation.
Sarah Sharp
1
-4
/
+3
2011-05-14
xhci: Fix full speed bInterval encoding.
Sarah Sharp
1
-2
/
+2
2011-05-14
Merge branch 'for-next' of master.kernel.org:/pub/scm/linux/kernel/git/balbi/...
Greg Kroah-Hartman
18
-339
/
+319
2011-05-14
usb: gadget: rndis: don't test against req->length
Felipe Balbi
1
-2
/
+1
2011-05-14
usb/gadget: at91sam9g20 fix end point max packet size
Jean-Christophe PLAGNIOL-VILLARD
1
-1
/
+1
2011-05-14
drivers/usb/serial/opticon.c: Release resources on kmalloc failure
Julia Lawall
1
-2
/
+5
2011-05-14
USB: s3c-hsotg: return proper error if clk_get fails
Jingoo Han
1
-1
/
+1
2011-05-14
USB: s3c-hsotg: fix checkpatch warnings
Jingoo Han
1
-4
/
+3
2011-05-14
USB: s3c-hsudc: fix checkpatch error and warning
Jingoo Han
1
-1
/
+1
2011-05-14
USB: s3c-hsudc: use IS_ERR() instead of NULL check
Jingoo Han
1
-2
/
+2
2011-05-13
usb: musb: Calling VBUS pulsing API when SRP is initiated.
Hema HK
1
-0
/
+4
[next]