blob: c90c8098e703655a44bbc08418ef811a6a511146 [file] [log] [blame]
f7fac17ca925 ("xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()")
4937213ba7fa ("xhci: Fix use after free for URB cancellation on a reallocated endpoint")
d9f11ba9f107 ("xhci: Rework how we handle unresponsive or hoptlug removed hosts")
d3519b9d9606 ("xhci: Manually give back cancelled URB if we can't queue it for cancel")
9ef7fbbb4fdf ("xhci: Rename variables related to transfer descritpors")
e6f7caa3de7a ("xhci: rename size variable to num_tds")
76a35293b901 ("usb: host: xhci: simplify irq handler return")
1cc6d8617b91 ("usb: xhci: remove unnecessary second abort try")
f99265965b32 ("xhci: detect stop endpoint race using pending timer instead of counter.")
9983a5fc39bf ("xhci: rename EP_HALT_PENDING to EP_STOP_CMD_PENDING")
505f581c48bc ("xhci: simplify if statement to make it more readable")
d6169d04097f ("xhci: fix deadlock at host remove by running watchdog correctly")
1c111b6c3844 ("xhci: Fix race related to abort operation")
cb4d5ce588c5 ("xhci: Use delayed_work instead of timer for command timeout")
4dea70778c0f ("usb: xhci: hold lock over xhci_abort_cmd_ring()")
a5a1b9514154 ("xhci: Handle command completion and timeout race")
2b985467371a ("usb: xhci: fix possible wild pointer")
2a72126de1bb ("xhci: Remove duplicate xhci urb giveback functions")
0c03d89d0c71 ("xhci: Giveback urb in finish_td directly")
446b31419cb1 ("xhci: refactor handle_tx_event() urb giveback")
2d6d5769f82d ("xhci: fix non static symbol warning")
f97c08ae329b ("xhci: rename endpoint related trb variables")
30a65b45bfb1 ("xhci: cleanup and refactor process_bulk_intr_td()")
0b6c324c8b60 ("xhci: cleanup and refactor process_ctrl_td()")
52ab86852f74 ("xhci: remove extra URB_SHORT_NOT_OK checks in xhci, core handles most cases")
0ce5749959c6 ("xhci: add trb_is_noop() helper function")
3495e451d137 ("xhci: use trb helper functions when possible")
cf5d344e1365 ("xhci: remove unnecessary xhci_quiesce call before xhci_halt")