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
/
host
/
uhci-debug.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-20
USB: UHCI: Add support for big endian descriptors
Jan Andersson
1
-32
/
+39
2011-05-07
USB: UHCI: Wrap I/O register accesses
Jan Andersson
1
-9
/
+8
2010-11-17
BKL: remove extraneous #include <smp_lock.h>
Arnd Bergmann
1
-1
/
+0
2010-08-11
USB: remove fake "address-of" expressions
Alan Stern
1
-2
/
+1
2010-08-11
USB-BKL: Remove BKL use in uhci-debug
Andi Kleen
1
-13
/
+7
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2009-03-25
USB: uhci: don't use pseudo negative values
Alan Stern
1
-1
/
+3
2007-10-13
USB: add urb->unlinked field
Alan Stern
1
-2
/
+2
2007-03-27
UHCI: Fix problem caused by lack of terminating QH
Alan Stern
1
-11
/
+15
2007-02-24
UHCI: Eliminate asynchronous skeleton Queue Headers
Alan Stern
1
-22
/
+28
2007-02-24
UHCI: Add macros for computing DMA values
Alan Stern
1
-5
/
+4
2007-02-08
UHCI: fix bandwidth allocation
Alan Stern
1
-3
/
+18
2007-02-08
UHCI: no dummy TDs for Iso QHs
Alan Stern
1
-1
/
+1
2007-02-08
UHCI: improved debugging checks for the frame list
Alan Stern
1
-5
/
+43
2006-09-27
USB: Make file operations structs in drivers/usb const.
Luiz Fernando N. Capitulino
1
-2
/
+2
2006-09-27
[PATCH] inode_diet: Replace inode.u.generic_ip with inode.i_private
Theodore Ts'o
1
-1
/
+1
2006-06-30
Remove obsolete #include <linux/config.h>
Jörn Engel
1
-1
/
+0
2006-06-22
[PATCH] UHCI: remove ISO TDs as they are used
Alan Stern
1
-5
/
+9
2006-06-22
[PATCH] UHCI: store the period in the queue header
Alan Stern
1
-1
/
+4
2006-06-22
[PATCH] UHCI: use integer-sized frame numbers
Alan Stern
1
-1
/
+3
2006-06-22
[PATCH] UHCI: Reimplement FSBR
Alan Stern
1
-1
/
+2
2006-06-22
[PATCH] UHCI: Remove non-iso TDs as they are used
Alan Stern
1
-0
/
+1
2006-06-22
[PATCH] USB: UHCI: store the endpoint type in the QH structure
Alan Stern
1
-7
/
+19
2006-03-21
[PATCH] UHCI: improve debugging code
Alan Stern
1
-7
/
+29
2006-03-21
[PATCH] UHCI: remove main list of URBs
Alan Stern
1
-1
/
+0
2006-03-21
[PATCH] UHCI: use dummy TDs
Alan Stern
1
-0
/
+5
2006-03-21
[PATCH] UHCI: use one QH per endpoint, not per URB
Alan Stern
1
-228
/
+92
2006-01-05
[PATCH] USB: UHCI: edit some comments
Alan Stern
1
-6
/
+6
2006-01-05
[PATCH] USB: mark various usb tables const
Arjan van de Ven
1
-1
/
+1
2005-10-29
[PATCH] USB: UHCI: Split apart the physical and logical framelist arrays
Alan Stern
1
-2
/
+2
2005-10-29
[PATCH] USB: UHCI: Remove unused fields and unneeded tests for NULL
Alan Stern
1
-1
/
+0
2005-06-28
[PATCH] USB UHCI: Add root hub states
Alan Stern
1
-0
/
+32
2005-04-17
Linux-2.6.12-rc2
v2.6.12-rc2
Linus Torvalds
1
-0
/
+587