index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-ring.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
xhci: simplify how we store TDs in urb private data
Mathias Nyman
2017-01-25
1
-10
/
+10
*
xhci: Rename variables related to transfer descritpors
Mathias Nyman
2017-01-25
1
-5
/
+5
*
usb: host: xhci: add urb_enqueue/dequeue/giveback tracers
Felipe Balbi
2017-01-25
1
-0
/
+1
*
usb: host: xhci: make a generic TRB tracer
Felipe Balbi
2017-01-25
1
-2
/
+12
*
usb: host: xhci: convert to list_for_each_entry_safe()
Felipe Balbi
2017-01-25
1
-7
/
+8
*
xhci: use the trb_to_noop() helper for command trbs
Mathias Nyman
2017-01-25
1
-10
/
+2
*
xhci: Introduce helper to turn one TRB into a no-op
Mathias Nyman
2017-01-25
1
-12
/
+17
*
usb: host: xhci: unconditionally call xhci_unmap_td_bounce_buffer()
Felipe Balbi
2017-01-25
1
-6
/
+3
*
usb: host: xhci: check for a valid ring when unmapping bounce buffer
Felipe Balbi
2017-01-25
1
-1
/
+1
*
usb: host: xhci: remove bogus __releases()/__acquires() annotation
Felipe Balbi
2017-01-25
1
-2
/
+0
*
usb: host: xhci: introduce xhci_td_cleanup()
Felipe Balbi
2017-01-25
1
-42
/
+50
*
usb: host: xhci: reorder variable definitions
Felipe Balbi
2017-01-25
1
-8
/
+4
*
usb: host: xhci: use slightly better list helpers
Felipe Balbi
2017-01-25
1
-9
/
+10
*
usb: host: xhci: simplify irq handler return
Felipe Balbi
2017-01-25
1
-15
/
+17
*
usb: host: xhci: rename completion codes to match spec
Felipe Balbi
2017-01-25
1
-62
/
+62
*
usb: xhci: use list_is_singular for cmd_list
Lu Baolu
2017-01-25
1
-3
/
+4
*
usb: xhci: avoid unnecessary calculation
Lu Baolu
2017-01-25
1
-10
/
+10
*
usb: xhci: remove unnecessary assignment
Lu Baolu
2017-01-25
1
-2
/
+0
*
usb: xhci: remove unnecessary second abort try
Lu Baolu
2017-01-25
1
-13
/
+5
*
xhci: remove unnecessary check for pending timer
Mathias Nyman
2017-01-25
1
-2
/
+1
*
xhci: detect stop endpoint race using pending timer instead of counter.
Mathias Nyman
2017-01-25
1
-16
/
+11
*
xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDING
Mathias Nyman
2017-01-25
1
-3
/
+3
*
xhci: simplify if statement to make it more readable
Mathias Nyman
2017-01-25
1
-1
/
+2
*
xhci: fix deadlock at host remove by running watchdog correctly
Mathias Nyman
2017-01-11
1
-11
/
+0
*
usb: host: xhci: handle COMP_STOP from SETUP phase too
Felipe Balbi
2017-01-03
1
-12
/
+21
*
xhci: Fix race related to abort operation
OGAWA Hirofumi
2017-01-03
1
-80
/
+88
*
xhci: Use delayed_work instead of timer for command timeout
OGAWA Hirofumi
2017-01-03
1
-10
/
+16
*
usb: xhci: hold lock over xhci_abort_cmd_ring()
Lu Baolu
2017-01-03
1
-4
/
+9
*
xhci: Handle command completion and timeout race
Mathias Nyman
2017-01-03
1
-1
/
+5
*
usb: host: xhci: Fix possible wild pointer when handling abort command
Baolin Wang
2017-01-03
1
-1
/
+4
*
usb: xhci: fix possible wild pointer
Lu Baolu
2017-01-03
1
-5
/
+11
*
Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
2016-11-18
1
-3
/
+3
|
\
|
*
usb: host: xhci: purge GET_MAX_PACKET()
Felipe Balbi
2016-11-03
1
-3
/
+3
*
|
usb: xhci: move slot_id from xhci_hcd to xhci_command structure
Lu Baolu
2016-11-14
1
-4
/
+4
*
|
xhci: add helper to get the endpoint state of a endpoint context
Mathias Nyman
2016-11-14
1
-12
/
+6
*
|
usb: xhci: clean up error_bitmask usage
Lu Baolu
2016-11-14
1
-24
/
+22
*
|
xhci: Remove duplicate xhci urb giveback functions
Mathias Nyman
2016-11-14
1
-69
/
+56
*
|
xhci: Giveback urb in finish_td directly
Mathias Nyman
2016-11-14
1
-23
/
+8
*
|
xhci: refactor handle_tx_event() urb giveback
Mathias Nyman
2016-11-14
1
-29
/
+32
*
|
xhci: fix non static symbol warning
Wei Yongjun
2016-11-14
1
-2
/
+2
*
|
xhci: cleanup and refactor td_to_noop()
Mathias Nyman
2016-11-14
1
-42
/
+20
*
|
xhci: refactor and cleanup process_isoc_td()
Mathias Nyman
2016-11-14
1
-37
/
+32
*
|
xhci: rename endpoint related trb variables
Mathias Nyman
2016-11-14
1
-39
/
+38
*
|
xhci: cleanup and refactor process_bulk_intr_td()
Mathias Nyman
2016-11-14
1
-62
/
+46
*
|
xhci: cleanup and refactor process_ctrl_td()
Mathias Nyman
2016-11-14
1
-58
/
+45
*
|
xhci: remove extra URB_SHORT_NOT_OK checks in xhci, core handles most cases
Mathias Nyman
2016-11-14
1
-47
/
+7
*
|
xhci: add trb_is_noop() helper function
Mathias Nyman
2016-11-14
1
-7
/
+9
*
|
xhci: use trb helper functions when possible
Mathias Nyman
2016-11-14
1
-6
/
+5
*
|
xhci: remove unnecessary xhci_quiesce call before xhci_halt
Mathias Nyman
2016-11-14
1
-1
/
+0
|
/
*
xhci: fix null pointer dereference in stop command timeout function
Mathias Nyman
2016-09-08
1
-1
/
+5
[next]