aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci-ring.c
AgeCommit message (Expand)Author
2024-03-15xhci: handle isoc Babble and Buffer Overrun events properlyMichal Pecio
2024-03-15xhci: process isoc TD properly when there was a transaction error mid TD.Mathias Nyman
2024-03-01xhci: rename resume_done to resume_timestampMathias Nyman
2024-03-01xhci: move port specific items such as state completions to port structureMathias Nyman
2023-10-19usb: xhci: xhci-ring: Use sysdev for mapping bounce bufferWesley Cheng
2023-08-03Revert "xhci: add quirk for host controllers that don't update endpoint DCS"Oliver Neukum
2023-05-24xhci: Fix incorrect tracking of free space on transfer ringsMathias Nyman
2023-01-24usb: xhci: Check endpoint is valid before dereferencing itJimmy Hu
2022-12-31xhci: Prevent infinite loop in transaction errors recovery for streamsMathias Nyman
2022-05-09USB: Fix xhci event ring dequeue pointer ERDP update issueWeitao Wang
2021-12-14xhci: avoid race between disable slot command and host runtime suspendMathias Nyman
2021-12-08xhci: Fix commad ring abort, write all 64 bits to CRCR register.Mathias Nyman
2021-10-11xhci: Fix command ring pointer corruption while aborting a commandPavankumar Kondeti
2021-10-11xhci: add quirk for host controllers that don't update endpoint DCSJonathan Bell
2021-08-26xhci: Add bus number to some debug messagesMathias Nyman
2021-08-26xhci: Add additional dynamic debug to follow URBs in cancel and error cases.Mathias Nyman
2021-08-26xhci: Fix failure to give back some cached cancelled URBs.Mathias Nyman
2021-08-26xhci: fix even more unsafe memory usage in xhci tracingMathias Nyman
2021-06-17xhci: Add adaptive interrupt rate for isoch TRBs with XHCI_AVOID_BEI quirkMathias Nyman
2021-05-25xhci: Fix 5.12 regression of missing xHC cache clearing command after a StallMathias Nyman
2021-05-25xhci: fix giving back URB with incorrect status regression in 5.12Mathias Nyman
2021-05-13xhci: Fix giving back cancelled URBs even if halted endpoint can't resetMathias Nyman
2021-04-06xhci: prevent double-fetch of transfer and transfer event TRBsMathias Nyman
2021-03-23USB: xhci: drop workaround for forced irq threadingJohan Hovold
2021-03-15Merge 5.12-rc3 into usb-nextGreg Kroah-Hartman
2021-03-11usb: xhci: do not perform Soft Retry for some xHCI hostsStanislaw Gruszka
2021-03-10usb: xhci-mtk: support to build xhci-mtk-hcd.koChunfeng Yun
2021-02-08Merge 5.11-rc7 into usb-nextGreg Kroah-Hartman
2021-02-03xhci: fix bounce buffer usage for non-sg list caseMathias Nyman
2021-01-29xhci: handle halting transfer event properly after endpoint stop and halt raced.Mathias Nyman
2021-01-29xhci: Check for pending reset endpoint command before queueing a new one.Mathias Nyman
2021-01-29xhci: remove obsolete dequeue pointer moving codeMathias Nyman
2021-01-29xhci: introduce a new move_dequeue_past_td() function to replace old code.Mathias Nyman
2021-01-29xhci: handle stop endpoint command completion with endpoint in running state.Mathias Nyman
2021-01-29xhci: Fix halted endpoint at stop endpoint command completionMathias Nyman
2021-01-29xhci: split handling halted endpoints into two stepsMathias Nyman
2021-01-29xhci: move and rename xhci_cleanup_halted_endpoint()Mathias Nyman
2021-01-29xhci: turn cancelled td cleanup to its own functionMathias Nyman
2021-01-29xhci: store TD status in the td struct instead of passing it alongMathias Nyman
2021-01-29xhci: use xhci_td_cleanup() helper when giving back cancelled URBsMathias Nyman
2021-01-29xhci: move xhci_td_cleanup so it can be called by more functionsMathias Nyman
2021-01-29xhci: Add xhci_reset_halted_ep() helper functionMathias Nyman
2021-01-29xhci: flush endpoint start to reduce race risk with stop endpoint command.Mathias Nyman
2021-01-29xhci: Check link TRBs when updating ring enqueue and dequeue pointers.Mathias Nyman
2021-01-29xhci: avoid DMA double fetch when reading event trb type.Mathias Nyman
2021-01-29xhci: remove extra loop in interrupt contextMathias Nyman
2021-01-29xhci: check slot_id is valid before gathering slot infoLalithambika Krishna Kumar
2021-01-29xhci: prevent a theoretical endless loop while preparing rings.Mathias Nyman
2021-01-29xhci: remove xhci_stream_id_to_ring() helperMathias Nyman
2021-01-29xhci: add xhci_virt_ep_to_ring() helperMathias Nyman