Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
642eb0664157aa5cffb1bb3d0161d8d645946403
/
drivers
/
usb
/
host
/
uhci-q.c
bef073b
USB: UHCI: accept very late isochronous URBs
by Alan Stern
· 11 years ago
e1944017
USB: fix latency in uhci-hcd and ohci-hcd
by Alan Stern
· 12 years ago
13996ca
USB: uhci: check buffer length to avoid memory overflow
by Chen Gang
· 12 years ago
c44b225
UHCI: implement new semantics for URB_ISO_ASAP
by Alan Stern
· 12 years ago
bc677d5
usb: fix number of mapped SG DMA entries
by Clemens Ladisch
· 13 years ago
29cc889
USB: use usb_endpoint_maxp() instead of le16_to_cpu()
by Kuninori Morimoto
· 13 years ago
51e2f62
USB: UHCI: Add support for big endian descriptors
by Jan Andersson
· 14 years ago
16325f1
USB: host: uhci-q: Fixed minor coding style issues
by Tobias Ollmann
· 14 years ago
689d6ea
USB: UHCI: add native scatter-gather support(v1)
by Ming Lei
· 14 years ago
ba297ed
USB: UHCI: acquire spinlock before calling start_rh()
by Alan Stern
· 14 years ago
c0ad729
USB: uhci: rm repeatedly evaluation for urbp->qh
by Bob Liu
· 15 years ago
1eba67a
USB: UHCI queue: use usb_endpoint_type()
by Matthias Kaehlcke
· 16 years ago
7ea0a2b
USB: uhci: don't use pseudo negative values
by Alan Stern
· 16 years ago
551509d
USB: replace uses of __constant_{endian}
by Harvey Harrison
· 16 years ago
e58dceb
USB: UHCI: improve scheduling of interrupt URBs
by Alan Stern
· 16 years ago
5172046
usb: turn dev_warn+WARN_ON combos into dev_WARN
by Arjan van de Ven
· 16 years ago
441b62c
USB: replace remaining __FUNCTION__ occurrences
by Harvey Harrison
· 17 years ago
7898ffc
USB: fix scheduling of Iso URBs in uhci-hcd
by Alan Stern
· 17 years ago
4a00027
USB: Eliminate urb->status usage!
by Alan Stern
· 17 years ago
eb23105
USB: add urb->unlinked field
by Alan Stern
· 17 years ago
b0d9efb
USB: centralize -EREMOTEIO handling
by Alan Stern
· 17 years ago
ee7d1f3
USB: remove Iso status value in uhci-hcd
by Alan Stern
· 17 years ago
e9df41c
USB: make HCDs responsible for managing endpoint queues
by Alan Stern
· 17 years ago
e7e7c36
UHCI: short control URBs get a status stage
by Alan Stern
· 17 years ago
0cef772
UHCI: Add some WARN_ON()s
by Alan Stern
· 18 years ago
e009f1b
UHCI: Fix problem caused by lack of terminating QH
by Alan Stern
· 18 years ago
17230ac
UHCI: Eliminate asynchronous skeleton Queue Headers
by Alan Stern
· 18 years ago
28b9325
UHCI: Add macros for computing DMA values
by Alan Stern
· 18 years ago
c376222
[PATCH] Transform kmem_cache_alloc()+memset(0) -> kmem_cache_zalloc().
by Robert P. J. Day
· 18 years ago
3ca2a32
UHCI: fix bandwidth allocation
by Alan Stern
· 18 years ago
85a975d
UHCI: no dummy TDs for Iso QHs
by Alan Stern
· 18 years ago
54e6ecb
[PATCH] slab: remove SLAB_ATOMIC
by Christoph Lameter
· 18 years ago
7d12e78
IRQ: Maintain regs pointer globally rather than passing to IRQ handlers
by David Howells
· 18 years ago
db59b46
uhci-hcd: fix list access bug
by Alan Stern
· 18 years ago
7ceb932
UHCI: don't stop at an Iso error
by Alan Stern
· 18 years ago
f443ddf
USB: UHCI: Don't test the Short Packet Detect bit
by Alan Stern
· 18 years ago
c5e3b74
[PATCH] UHCI: Improve FSBR-off timing
by Alan Stern
· 19 years ago
be3cbc5
[PATCH] UHCI: various updates
by David Brownell
· 19 years ago
c8155cc
[PATCH] UHCI: remove ISO TDs as they are used
by Alan Stern
· 19 years ago
caf3827
[PATCH] UHCI: store the period in the queue header
by Alan Stern
· 19 years ago
10b8e47
[PATCH] UHCI: fix race in ISO dequeuing
by Alan Stern
· 19 years ago
b761d9d
[PATCH] UHCI: Work around old Intel bug
by Alan Stern
· 19 years ago
84afddd
[PATCH] UHCI: Reimplement FSBR
by Alan Stern
· 19 years ago
04538a2
[PATCH] UHCI: Eliminate the TD-removal list
by Alan Stern
· 19 years ago
a0b458b
[PATCH] UHCI: Move code for cleaning up unlinked URBs
by Alan Stern
· 19 years ago
59e29ed
[PATCH] UHCI: Remove non-iso TDs as they are used
by Alan Stern
· 19 years ago
b186900
[PATCH] UHCI: Common result routine for Control/Bulk/Interrupt
by Alan Stern
· 19 years ago
2775562
[PATCH] USB: UHCI: fix obscure bug in enqueue()
by Alan Stern
· 19 years ago
4de7d2c
[PATCH] USB: UHCI: store the endpoint type in the QH structure
by Alan Stern
· 19 years ago
6a8e87b
[PATCH] USB core and HCDs: don't put_device while atomic
by Alan Stern
· 19 years ago
1393adb
[PATCH] uhci-hcd: fix mistaken usage of list_prepare_entry
by Alan Stern
· 19 years ago
dbf4fca
[PATCH] UHCI: Don't log short transfers
by Alan Stern
· 19 years ago
8d402e1
[PATCH] UHCI: improve debugging code
by Alan Stern
· 19 years ago
0ed8fee
[PATCH] UHCI: remove main list of URBs
by Alan Stern
· 19 years ago
af0bb59
[PATCH] UHCI: use dummy TDs
by Alan Stern
· 19 years ago
dccf4a4
[PATCH] UHCI: use one QH per endpoint, not per URB
by Alan Stern
· 19 years ago
630aa3c
[PATCH] USB: UHCI: No FSBR until device is configured
by Alan Stern
· 19 years ago
687f5f3
[PATCH] USB: UHCI: edit some comments
by Alan Stern
· 19 years ago
fa34656
[PATCH] USB: UHCI: change uhci_explen macro
by Alan Stern
· 19 years ago
b81d343
[PATCH] UHCI: Improve handling of iso TDs
by Alan Stern
· 19 years ago
a1d59ce
[PATCH] USB: UHCI: Split apart the physical and logical framelist arrays
by Alan Stern
· 19 years ago
8b4cd42
[PATCH] USB: UHCI: Remove unused fields and unneeded tests for NULL
by Alan Stern
· 19 years ago
55016f1
[PATCH] gfp_t: drivers/usb
by Al Viro
· 19 years ago
1f09df8
[PATCH] USB UHCI: remove the FSBR kernel timer
by Alan Stern
· 19 years ago
5db539e
[PATCH] USB: Fix kmalloc's flags type in USB
by Olav Kongas
· 19 years ago
2532178
[PATCH] UHCI: Don't store device pointer in QH or TD
by Alan Stern
· 20 years ago
6c1b445
[PATCH] USB UHCI: Use root-hub IRQs while suspended
by Alan Stern
· 20 years ago
f5946f8
[PATCH] USB UHCI: Minor improvements
by Alan Stern
· 20 years ago
1da177e
Linux-2.6.12-rc2
by Linus Torvalds
· 20 years ago