index
:
linux-stable.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-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree
Greg Kroah-Hartman
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
uhci-q.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
usb : replace dma_pool_alloc and memset with dma_pool_zalloc
Saurabh Sengar
2015-12-01
1
-2
/
+1
*
USB: UHCI: accept very late isochronous URBs
Alan Stern
2013-09-25
1
-4
/
+8
*
USB: fix latency in uhci-hcd and ohci-hcd
Alan Stern
2013-05-15
1
-1
/
+1
*
USB: uhci: check buffer length to avoid memory overflow
Chen Gang
2013-01-24
1
-1
/
+1
*
UHCI: implement new semantics for URB_ISO_ASAP
Alan Stern
2012-10-22
1
-37
/
+36
*
usb: fix number of mapped SG DMA entries
Clemens Ladisch
2011-12-09
1
-1
/
+1
*
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
Kuninori Morimoto
2011-08-23
1
-3
/
+3
*
USB: UHCI: Add support for big endian descriptors
Jan Andersson
2011-05-19
1
-64
/
+67
*
USB: host: uhci-q: Fixed minor coding style issues
Tobias Ollmann
2010-12-10
1
-5
/
+7
*
USB: UHCI: add native scatter-gather support(v1)
Ming Lei
2010-10-22
1
-4
/
+29
*
USB: UHCI: acquire spinlock before calling start_rh()
Alan Stern
2010-08-10
1
-2
/
+2
*
USB: uhci: rm repeatedly evaluation for urbp->qh
Bob Liu
2009-09-23
1
-1
/
+0
*
USB: UHCI queue: use usb_endpoint_type()
Matthias Kaehlcke
2009-06-15
1
-1
/
+1
*
USB: uhci: don't use pseudo negative values
Alan Stern
2009-03-24
1
-7
/
+4
*
USB: replace uses of __constant_{endian}
Harvey Harrison
2009-03-24
1
-5
/
+5
*
USB: UHCI: improve scheduling of interrupt URBs
Alan Stern
2008-10-17
1
-6
/
+11
*
usb: turn dev_warn+WARN_ON combos into dev_WARN
Arjan van de Ven
2008-10-16
1
-16
/
+8
*
USB: replace remaining __FUNCTION__ occurrences
Harvey Harrison
2008-04-24
1
-1
/
+1
*
USB: fix scheduling of Iso URBs in uhci-hcd
Alan Stern
2007-10-25
1
-5
/
+14
*
USB: Eliminate urb->status usage!
Alan Stern
2007-10-12
1
-8
/
+4
*
USB: add urb->unlinked field
Alan Stern
2007-10-12
1
-6
/
+3
*
USB: centralize -EREMOTEIO handling
Alan Stern
2007-10-12
1
-8
/
+0
*
USB: remove Iso status value in uhci-hcd
Alan Stern
2007-10-12
1
-8
/
+3
*
USB: make HCDs responsible for managing endpoint queues
Alan Stern
2007-10-12
1
-15
/
+17
*
UHCI: short control URBs get a status stage
Alan Stern
2007-07-19
1
-21
/
+38
*
UHCI: Add some WARN_ON()s
Alan Stern
2007-04-27
1
-4
/
+12
*
UHCI: Fix problem caused by lack of terminating QH
Alan Stern
2007-03-26
1
-70
/
+24
*
UHCI: Eliminate asynchronous skeleton Queue Headers
Alan Stern
2007-02-23
1
-22
/
+171
*
UHCI: Add macros for computing DMA values
Alan Stern
2007-02-23
1
-16
/
+14
*
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
Robert P. J. Day
2007-02-11
1
-3
/
+1
*
UHCI: fix bandwidth allocation
Alan Stern
2007-02-07
1
-66
/
+175
*
UHCI: no dummy TDs for Iso QHs
Alan Stern
2007-02-07
1
-7
/
+10
*
[PATCH] slab: remove SLAB_ATOMIC
Christoph Lameter
2006-12-07
1
-1
/
+1
*
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
David Howells
2006-10-05
1
-8
/
+7
*
uhci-hcd: fix list access bug
Alan Stern
2006-08-31
1
-1
/
+1
*
UHCI: don't stop at an Iso error
Alan Stern
2006-08-31
1
-1
/
+1
*
USB: UHCI: Don't test the Short Packet Detect bit
Alan Stern
2006-08-02
1
-1
/
+3
*
[PATCH] UHCI: Improve FSBR-off timing
Alan Stern
2006-06-21
1
-20
/
+51
*
[PATCH] UHCI: various updates
David Brownell
2006-06-21
1
-1
/
+1
*
[PATCH] UHCI: remove ISO TDs as they are used
Alan Stern
2006-06-21
1
-30
/
+73
*
[PATCH] UHCI: store the period in the queue header
Alan Stern
2006-06-21
1
-17
/
+55
*
[PATCH] UHCI: fix race in ISO dequeuing
Alan Stern
2006-06-21
1
-12
/
+36
*
[PATCH] UHCI: Work around old Intel bug
Alan Stern
2006-06-21
1
-1
/
+15
*
[PATCH] UHCI: Reimplement FSBR
Alan Stern
2006-06-21
1
-40
/
+128
*
[PATCH] UHCI: Eliminate the TD-removal list
Alan Stern
2006-06-21
1
-65
/
+27
*
[PATCH] UHCI: Move code for cleaning up unlinked URBs
Alan Stern
2006-06-21
1
-24
/
+33
*
[PATCH] UHCI: Remove non-iso TDs as they are used
Alan Stern
2006-06-21
1
-36
/
+42
*
[PATCH] UHCI: Common result routine for Control/Bulk/Interrupt
Alan Stern
2006-06-21
1
-217
/
+125
*
[PATCH] USB: UHCI: fix obscure bug in enqueue()
Alan Stern
2006-06-21
1
-9
/
+15
*
[PATCH] USB: UHCI: store the endpoint type in the QH structure
Alan Stern
2006-06-21
1
-16
/
+18
[next]