index
:
binx/bcachefs.git
bcachefs-garbage
master
Unnamed repository; edit this file 'description' to name the repository.
Hunter Shaffer
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-ring.c
Age
Commit message (
Expand
)
Author
2021-02-08
Merge 5.11-rc7 into usb-next
Greg Kroah-Hartman
2021-02-03
xhci: fix bounce buffer usage for non-sg list case
Mathias Nyman
2021-01-29
xhci: handle halting transfer event properly after endpoint stop and halt raced.
Mathias Nyman
2021-01-29
xhci: Check for pending reset endpoint command before queueing a new one.
Mathias Nyman
2021-01-29
xhci: remove obsolete dequeue pointer moving code
Mathias Nyman
2021-01-29
xhci: introduce a new move_dequeue_past_td() function to replace old code.
Mathias Nyman
2021-01-29
xhci: handle stop endpoint command completion with endpoint in running state.
Mathias Nyman
2021-01-29
xhci: Fix halted endpoint at stop endpoint command completion
Mathias Nyman
2021-01-29
xhci: split handling halted endpoints into two steps
Mathias Nyman
2021-01-29
xhci: move and rename xhci_cleanup_halted_endpoint()
Mathias Nyman
2021-01-29
xhci: turn cancelled td cleanup to its own function
Mathias Nyman
2021-01-29
xhci: store TD status in the td struct instead of passing it along
Mathias Nyman
2021-01-29
xhci: use xhci_td_cleanup() helper when giving back cancelled URBs
Mathias Nyman
2021-01-29
xhci: move xhci_td_cleanup so it can be called by more functions
Mathias Nyman
2021-01-29
xhci: Add xhci_reset_halted_ep() helper function
Mathias Nyman
2021-01-29
xhci: flush endpoint start to reduce race risk with stop endpoint command.
Mathias Nyman
2021-01-29
xhci: Check link TRBs when updating ring enqueue and dequeue pointers.
Mathias Nyman
2021-01-29
xhci: avoid DMA double fetch when reading event trb type.
Mathias Nyman
2021-01-29
xhci: remove extra loop in interrupt context
Mathias Nyman
2021-01-29
xhci: check slot_id is valid before gathering slot info
Lalithambika Krishna Kumar
2021-01-29
xhci: prevent a theoretical endless loop while preparing rings.
Mathias Nyman
2021-01-29
xhci: remove xhci_stream_id_to_ring() helper
Mathias Nyman
2021-01-29
xhci: add xhci_virt_ep_to_ring() helper
Mathias Nyman
2021-01-29
xhci: check virt_dev is valid before dereferencing it
Mathias Nyman
2021-01-29
xhci: add xhci_get_virt_ep() helper
Mathias Nyman
2021-01-29
xhci: remove unused event parameter from completion handlers
Mathias Nyman
2021-01-29
xhci: adjust parameters passed to cleanup_halted_endpoint()
Mathias Nyman
2021-01-29
xhci: get isochronous ring directly from endpoint structure
Mathias Nyman
2021-01-29
xhci: Avoid parsing transfer events several times
Mathias Nyman
2021-01-15
xhci: make sure TRB is fully written before giving it to the controller
Mathias Nyman
2020-12-09
usb: xhci: Use temporary buffer to consolidate SG
Tejas Joglekar
2020-11-13
usb: fix a few cases of -Wfallthrough
Nick Desaulniers
2020-09-20
xhci: Tune interrupt blocking for isochronous transfers
Mathias Nyman
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
2020-05-14
usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg list
Sriharsha Allenki
2020-04-21
xhci: Don't clear hub TT buffer on ep0 protocol stall
Mathias Nyman
2020-04-21
xhci: Fix handling halted endpoint even if endpoint ring appears empty
Mathias Nyman
2020-03-12
xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0
Kai-Heng Feng
2020-03-12
xhci: Show host status when watchdog triggers and host is assumed dead.
Mathias Nyman
2020-03-12
xhci: Add a separate debug message for split transaction errors.
Mathias Nyman
2019-12-11
xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.
Mathias Nyman
2019-12-11
xhci: fix USB3 device initiated resume race with roothub autosuspend
Mathias Nyman
2019-11-16
usb: host: xhci: Support running urb giveback in tasklet context
Suwan Kim
2019-11-16
xhci: Add tracing for xhci doorbell register writes
Mathias Nyman
2019-11-16
usb: host: xhci: update event ring dequeue pointer on purpose
Peter Chen
2019-10-28
usb: xhci: fix Immediate Data Transfer endianness
Samuel Holland
2019-10-04
xhci: Fix false warning message about wrong bounce buffer write length
Mathias Nyman
2019-06-23
Merge 5.2-rc6 into usb-next
Greg Kroah-Hartman
2019-06-18
usb: xhci: Don't try to recover an endpoint if port is in error state.
Mathias Nyman
2019-06-05
usb: xhci: Add Clear_TT_Buffer
Jim Lin
[next]