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
/
host
/
xhci-ring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2015-08-10
Merge 4.2-rc6 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2015-08-09
xhci: xHCI 1.1: Stopped - Short Packet Capability (SPC)
Lu Baolu
1
-3
/
+41
2015-08-09
xhci: xHCI 1.1: Contiguous Frame ID Capability (CFC)
Lu Baolu
1
-13
/
+178
2015-08-09
usb: xhci: Add support for URB_ZERO_PACKET to bulk/sg transfers
Reyad Attiyat
1
-14
/
+52
2015-08-04
xhci: fix off by one error in TRB DMA address boundary check
Mathias Nyman
1
-1
/
+1
2015-07-23
xhci: prevent bus_suspend if SS port resuming in phase 1
Zhuang Jin Can
1
-0
/
+3
2015-05-31
xhci: Return correct number of tranferred bytes for stalled control endpoints
Mathias Nyman
1
-1
/
+1
2015-05-31
usb: xhci: fix xhci locking up during hcd remove
Roger Quadros
1
-1
/
+4
2015-05-09
xhci: gracefully handle xhci_irq dead device
Joe Lawrence
1
-1
/
+1
2015-05-09
xhci: fix isoc endpoint dequeue from advancing too far on transaction error
Mathias Nyman
1
-0
/
+5
2015-04-10
Merge tag 'usb-for-v4.1-part2' of git://git.kernel.org/pub/scm/linux/kernel/g...
Greg Kroah-Hartman
1
-1
/
+1
2015-04-07
usb: host: xhci: use new USB_RESUME_TIMEOUT
Felipe Balbi
1
-1
/
+1
2015-03-23
Merge 4.0-rc5 into usb-next
Greg Kroah-Hartman
1
-1
/
+1
2015-03-18
xhci: unify cycle state toggling operation with 'XOR'
Lin Wang
1
-2
/
+2
2015-03-11
Revert "xhci: Clear the host side toggle manually when endpoint is 'soft reset'"
Mathias Nyman
1
-1
/
+1
2015-03-06
xhci: fix reporting of 0-sized URBs in control endpoint
Aleksander Morgado
1
-2
/
+8
2015-02-24
xhci: Clear the host side toggle manually when endpoint is 'soft reset'
Mathias Nyman
1
-1
/
+1
2015-01-09
xhci: Add completion code to the debug ouput of unhandled transfer events
Mathias Nyman
1
-2
/
+2
2015-01-09
xhci: clean up work to remove unused parameters for functions in xhci-mem.c
Lin Wang
1
-3
/
+3
2015-01-09
xhci: remove unused parameter 'xhci' in function xhci_handshake().
Lin Wang
1
-1
/
+1
2014-12-03
xhci: don't use the same variable for stopped and halted rings current TD
Mathias Nyman
1
-6
/
+2
2014-12-03
xhci: cleanup finish_td function
Mathias Nyman
1
-56
/
+49
2014-11-22
USB: xhci: Reset a halted endpoint immediately when we encounter a stall.
Mathias Nyman
1
-30
/
+10
2014-11-22
USB: xhci: don't start a halted endpoint before its new dequeue is set
Mathias Nyman
1
-2
/
+1
2014-09-24
xhci: Log extra info on "ERROR Transfer event TRB DMA ptr not part of current...
Hans de Goede
1
-5
/
+21
2014-09-24
xhci: Remove "FIXME - check all the stream rings for pending cancellations"
Hans de Goede
1
-1
/
+0
2014-09-24
xhci: Always ring the doorbell for active eps when a Set TR deq ptr cmd compl...
Hans de Goede
1
-2
/
+2
2014-09-24
xhci: Fold queue_set_tr_deq into xhci_queue_new_dequeue_state
Hans de Goede
1
-51
/
+32
2014-09-24
xhci: Move allocating of command for new_dequeue_state to queue_set_tr_deq()
Hans de Goede
1
-13
/
+22
2014-08-19
xhci: rework cycle bit checking for new dequeue pointers
Mathias Nyman
1
-62
/
+39
2014-08-19
xhci: Treat not finding the event_seg on COMP_STOP the same as COMP_STOP_INVAL
Hans de Goede
1
-1
/
+2
2014-08-02
xhci: Add missing checks for xhci_alloc_command failure
Hans de Goede
1
-0
/
+4
2014-06-24
xhci: correct burst count field for isoc transfers on 1.0 xhci hosts
Mathias Nyman
1
-1
/
+1
2014-06-24
xhci: Use correct SLOT ID when handling a reset device command
Mathias Nyman
1
-2
/
+5
2014-05-20
xhci: rework command timeout and cancellation,
Mathias Nyman
1
-250
/
+128
2014-05-20
xhci: Use completion and status in global command queue
Mathias Nyman
1
-69
/
+15
2014-05-20
xhci: Add a global command queue
Mathias Nyman
1
-4
/
+30
2014-05-20
xhci: Use command structures when queuing commands on the command ring
Mathias Nyman
1
-50
/
+57
2014-04-25
usb: xhci: Prefer endpoint context dequeue pointer over stopped_trb
Julius Werner
1
-36
/
+31
2014-03-05
xhci: Kill streams URBs when the host dies.
Sarah Sharp
1
-7
/
+21
2014-03-05
xhci: Refactor command watchdog and fix split string.
Sarah Sharp
1
-31
/
+39
2014-03-05
xhci: For streams the dequeue ptr must be read from the stream ctx
Hans de Goede
1
-7
/
+15
2014-03-05
xhci: Set SCT field for Set TR dequeue on streams
Hans de Goede
1
-1
/
+4
2014-03-05
xhci: For streams the css flag most be read from the stream-ctx on ep stop
Hans de Goede
1
-3
/
+11
2014-03-05
xhci: make warnings greppable
Oliver Neukum
1
-13
/
+8
2014-02-08
Revert "usb: xhci: Link TRB must not occur within a USB payload burst"
Sarah Sharp
1
-52
/
+2
2014-02-08
Revert "xhci: Avoid infinite loop when sg urb requires too many trbs"
Sarah Sharp
1
-1
/
+1
2014-01-31
Revert "xhci: replace xhci_read_64() with readq()"
Sarah Sharp
1
-3
/
+3
2014-01-30
Revert "xhci: replace xhci_write_64() with writeq()"
Sarah Sharp
1
-3
/
+5
2014-01-08
xhci: Avoid infinite loop when sg urb requires too many trbs
Ben Hutchings
1
-1
/
+1
[next]