index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-ring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2014-03-04
xhci: Kill streams URBs when the host dies.
Sarah Sharp
1
-7
/
+21
2014-03-04
xhci: Refactor command watchdog and fix split string.
Sarah Sharp
1
-31
/
+39
2014-03-04
xhci: For streams the dequeue ptr must be read from the stream ctx
Hans de Goede
1
-7
/
+15
2014-03-04
xhci: Set SCT field for Set TR dequeue on streams
Hans de Goede
1
-1
/
+4
2014-03-04
xhci: For streams the css flag most be read from the stream-ctx on ep stop
Hans de Goede
1
-3
/
+11
2014-03-04
xhci: make warnings greppable
Oliver Neukum
1
-13
/
+8
2014-02-07
Revert "usb: xhci: Link TRB must not occur within a USB payload burst"
Sarah Sharp
1
-52
/
+2
2014-02-07
Revert "xhci: Avoid infinite loop when sg urb requires too many trbs"
Sarah Sharp
1
-1
/
+1
2014-01-30
Revert "xhci: replace xhci_read_64() with readq()"
Sarah Sharp
1
-3
/
+3
2014-01-29
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
2013-12-21
Merge tag 'for-usb-next-2013-12-20' of git://git.kernel.org/pub/scm/linux/ker...
Greg Kroah-Hartman
1
-6
/
+0
2013-12-17
xhci: Remove unused variable 'addr' in inc_deq() and inc_enq().
Lin Wang
1
-6
/
+0
2013-12-16
Merge branch 3.13-rc4 into usb-next
Greg Kroah-Hartman
1
-22
/
+20
2013-12-10
usb: xhci: change enumeration scheme to 'new scheme' by default
Dan Williams
1
-3
/
+3
2013-12-02
xhci: replace xhci_write_64() with writeq()
Xenia Ragiadakou
1
-5
/
+3
2013-12-02
xhci: replace xhci_read_64() with readq()
Xenia Ragiadakou
1
-3
/
+3
2013-12-02
xhci: replace xhci_writel() with writel()
Xenia Ragiadakou
1
-4
/
+4
2013-12-02
xhci: replace xhci_readl() with readl()
Xenia Ragiadakou
1
-6
/
+6
2013-12-02
xhci: fix incorrect type in assignment in handle_device_notification()
Xenia Ragiadakou
1
-1
/
+1
2013-12-02
usb: xhci: Link TRB must not occur within a USB payload burst
David Laight
1
-2
/
+52
2013-10-16
usb: xhci: kill a conditional when toggling cycle
Dan Williams
1
-1
/
+1
2013-10-16
xhci: replace 'event' with 'cmd_comp_code' in set_deq and reset_ep handlers
Xenia Ragiadakou
1
-9
/
+8
2013-10-16
xhci: add argument 'slot_id' in stop_ep, set_deq and reset_ep cmd handlers
Xenia Ragiadakou
1
-13
/
+12
2013-10-16
xhci: replace 'xhci->cmd_ring->dequeue' with 'trb' in stop_ep cmd handler
Xenia Ragiadakou
1
-4
/
+2
2013-10-16
xhci: add variable 'cmd_type' in handle_cmd_completion()
Xenia Ragiadakou
1
-13
/
+14
2013-10-16
xhci: add variable 'cmd_trb' in handle_cmd_completion()
Xenia Ragiadakou
1
-8
/
+9
2013-10-16
xhci: add variable 'cmd_comp_code' in handle_cmd_completion()
Xenia Ragiadakou
1
-12
/
+8
2013-10-16
xhci: refactor TRB_CONFIG_EP case into function
Xenia Ragiadakou
1
-52
/
+62
2013-10-16
xhci: remove unused 'ep_ring' variable in handle_cmd_completion()
Xenia Ragiadakou
1
-2
/
+0
2013-10-16
xhci: refactor TRB_EVAL_CONTEXT case into function
Xenia Ragiadakou
1
-5
/
+14
2013-10-16
xhci: refactor TRB_NEC_GET_FW case into function
Xenia Ragiadakou
1
-8
/
+14
2013-10-16
xhci: refactor TRB_RESET_DEV case into function
Xenia Ragiadakou
1
-7
/
+15
2013-10-16
xhci: use completion event's slot id rather than dig it out of command
Xenia Ragiadakou
1
-2
/
+2
2013-10-16
xhci: refactor TRB_ADDR_DEV case into function
Xenia Ragiadakou
1
-2
/
+9
2013-10-16
xhci: refactor TRB_DISABLE_SLOT case into function
Xenia Ragiadakou
1
-7
/
+14
2013-10-16
xhci: refactor TRB_ENABLE_SLOT case into function
Xenia Ragiadakou
1
-5
/
+12
2013-10-16
xhci: rename existing Command Completion Event handlers
Xenia Ragiadakou
1
-10
/
+8
2013-10-16
xhci: remove unused argument from xhci_giveback_urb_in_irq()
Xenia Ragiadakou
1
-4
/
+4
2013-09-23
xhci: Fix race between ep halt and URB cancellation
Florian Wolter
1
-2
/
+6
2013-09-23
usb: Fix xHCI host issues on remote wakeup.
Sarah Sharp
1
-0
/
+13
2013-09-23
xhci: Ensure a command structure points to the correct trb on the command ring
Mathias Nyman
1
-0
/
+10
2013-09-23
xhci: Fix oops happening after address device timeout
Mathias Nyman
1
-0
/
+6
2013-08-27
xhci:prevent "callbacks suppressed" when debug is not enabled
Dmitry Kasatkin
1
-16
/
+8
2013-08-13
xhci: trace debug statements related to ring expansion
Xenia Ragiadakou
1
-2
/
+2
2013-08-13
xhci: trace debug statements for urb cancellation
Xenia Ragiadakou
1
-23
/
+41
2013-08-13
xhci: add xhci_cmd_completion trace event
Xenia Ragiadakou
1
-0
/
+3
2013-08-13
xhci: add trace for debug messages related to endpoint reset
Xenia Ragiadakou
1
-1
/
+2
2013-08-13
xhci: add trace for debug messages related to quirks
Xenia Ragiadakou
1
-4
/
+7
2013-08-13
xhci: add trace for debug messages related to changing contexts
Xenia Ragiadakou
1
-1
/
+3
[next]