index
:
kernel/linux.git
linux-2.6.11.y
linux-2.6.12.y
linux-2.6.13.y
linux-2.6.14.y
linux-2.6.15.y
linux-2.6.16.y
linux-2.6.17.y
linux-2.6.18.y
linux-2.6.19.y
linux-2.6.20.y
linux-2.6.21.y
linux-2.6.22.y
linux-2.6.23.y
linux-2.6.24.y
linux-2.6.25.y
linux-2.6.26.y
linux-2.6.27.y
linux-2.6.28.y
linux-2.6.29.y
linux-2.6.30.y
linux-2.6.31.y
linux-2.6.32.y
linux-2.6.33.y
linux-2.6.34.y
linux-2.6.35.y
linux-2.6.36.y
linux-2.6.37.y
linux-2.6.38.y
linux-2.6.39.y
linux-3.0.y
linux-3.1.y
linux-3.10.y
linux-3.11.y
linux-3.12.y
linux-3.13.y
linux-3.14.y
linux-3.15.y
linux-3.16.y
linux-3.17.y
linux-3.18.y
linux-3.19.y
linux-3.2.y
linux-3.3.y
linux-3.4.y
linux-3.5.y
linux-3.6.y
linux-3.7.y
linux-3.8.y
linux-3.9.y
linux-4.0.y
linux-4.1.y
linux-4.10.y
linux-4.11.y
linux-4.12.y
linux-4.13.y
linux-4.14.y
linux-4.15.y
linux-4.16.y
linux-4.17.y
linux-4.18.y
linux-4.19.y
linux-4.2.y
linux-4.20.y
linux-4.3.y
linux-4.4.y
linux-4.5.y
linux-4.6.y
linux-4.7.y
linux-4.8.y
linux-4.9.y
linux-5.0.y
linux-5.1.y
linux-5.10.y
linux-5.11.y
linux-5.12.y
linux-5.13.y
linux-5.14.y
linux-5.15.y
linux-5.16.y
linux-5.17.y
linux-5.18.y
linux-5.19.y
linux-5.2.y
linux-5.3.y
linux-5.4.y
linux-5.5.y
linux-5.6.y
linux-5.7.y
linux-5.8.y
linux-5.9.y
linux-6.0.y
linux-6.1.y
linux-6.10.y
linux-6.11.y
linux-6.12.y
linux-6.13.y
linux-6.14.y
linux-6.15.y
linux-6.16.y
linux-6.2.y
linux-6.3.y
linux-6.4.y
linux-6.5.y
linux-6.6.y
linux-6.7.y
linux-6.8.y
linux-6.9.y
linux-rockchip-6.1.y
linux-rockchip-6.5.y
linux-rolling-lts
linux-rolling-stable
master
Linux kernel stable tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci-ring.c
Age
Commit message (
Expand
)
Author
Files
Lines
2024-03-15
xhci: handle isoc Babble and Buffer Overrun events properly
Michal Pecio
1
-1
/
+5
2024-03-15
xhci: process isoc TD properly when there was a transaction error mid TD.
Mathias Nyman
1
-14
/
+60
2024-03-15
xhci: prevent double-fetch of transfer and transfer event TRBs
Mathias Nyman
1
-23
/
+19
2024-03-15
xhci: remove extra loop in interrupt context
Mathias Nyman
1
-7
/
+14
2023-11-28
xhci: turn cancelled td cleanup to its own function
Mathias Nyman
1
-55
/
+53
2023-10-25
xhci: rename resume_done to resume_timestamp
Mathias Nyman
1
-2
/
+2
2023-10-25
xhci: move port specific items such as state completions to port structure
Mathias Nyman
1
-7
/
+6
2023-10-25
usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer
Wesley Cheng
1
-2
/
+2
2023-01-24
usb: xhci: Check endpoint is valid before dereferencing it
Jimmy Hu
1
-1
/
+4
2023-01-18
xhci: Prevent infinite loop in transaction errors recovery for streams
Mathias Nyman
1
-4
/
+10
2023-01-18
xhci: move and rename xhci_cleanup_halted_endpoint()
Mathias Nyman
1
-41
/
+43
2023-01-18
xhci: store TD status in the td struct instead of passing it along
Mathias Nyman
1
-27
/
+29
2023-01-18
xhci: move xhci_td_cleanup so it can be called by more functions
Mathias Nyman
1
-46
/
+46
2023-01-18
xhci: Add xhci_reset_halted_ep() helper function
Mathias Nyman
1
-6
/
+25
2023-01-18
xhci: adjust parameters passed to cleanup_halted_endpoint()
Mathias Nyman
1
-21
/
+14
2023-01-18
xhci: get isochronous ring directly from endpoint structure
Mathias Nyman
1
-11
/
+6
2023-01-18
xhci: Avoid parsing transfer events several times
Mathias Nyman
1
-20
/
+8
2022-05-09
USB: Fix xhci event ring dequeue pointer ERDP update issue
Weitao Wang
1
-0
/
+2
2021-12-14
xhci: avoid race between disable slot command and host runtime suspend
Mathias Nyman
1
-1
/
+0
2021-12-08
xhci: Fix commad ring abort, write all 64 bits to CRCR register.
Mathias Nyman
1
-7
/
+14
2021-10-27
xhci: add quirk for host controllers that don't update endpoint DCS
Jonathan Bell
1
-1
/
+25
2021-10-20
xhci: Fix command ring pointer corruption while aborting a command
Pavankumar Kondeti
1
-4
/
+10
2021-09-12
xhci: fix even more unsafe memory usage in xhci tracing
Mathias Nyman
1
-1
/
+2
2021-07-28
xhci: add xhci_get_virt_ep() helper
Mathias Nyman
1
-13
/
+45
2021-03-17
usb: xhci: do not perform Soft Retry for some xHCI hosts
Stanislaw Gruszka
1
-1
/
+2
2021-02-10
xhci: fix bounce buffer usage for non-sg list case
Mathias Nyman
1
-11
/
+20
2021-01-27
xhci: make sure TRB is fully written before giving it to the controller
Mathias Nyman
1
-0
/
+2
2020-09-20
xhci: Tune interrupt blocking for isochronous transfers
Mathias Nyman
1
-4
/
+19
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-05-14
usb: xhci: Fix NULL pointer dereference when enqueuing trbs from urb sg list
Sriharsha Allenki
1
-2
/
+2
2020-04-21
xhci: Don't clear hub TT buffer on ep0 protocol stall
Mathias Nyman
1
-5
/
+11
2020-04-21
xhci: Fix handling halted endpoint even if endpoint ring appears empty
Mathias Nyman
1
-1
/
+29
2020-03-12
xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0
Kai-Heng Feng
1
-0
/
+1
2020-03-12
xhci: Show host status when watchdog triggers and host is assumed dead.
Mathias Nyman
1
-0
/
+4
2020-03-12
xhci: Add a separate debug message for split transaction errors.
Mathias Nyman
1
-0
/
+4
2019-12-11
xhci: handle some XHCI_TRUST_TX_LENGTH quirks cases as default behaviour.
Mathias Nyman
1
-1
/
+2
2019-12-11
xhci: fix USB3 device initiated resume race with roothub autosuspend
Mathias Nyman
1
-2
/
+1
2019-11-16
usb: host: xhci: Support running urb giveback in tasklet context
Suwan Kim
1
-2
/
+0
2019-11-16
xhci: Add tracing for xhci doorbell register writes
Mathias Nyman
1
-0
/
+6
2019-11-16
usb: host: xhci: update event ring dequeue pointer on purpose
Peter Chen
1
-17
/
+43
2019-10-28
usb: xhci: fix Immediate Data Transfer endianness
Samuel Holland
1
-0
/
+2
2019-10-04
xhci: Fix false warning message about wrong bounce buffer write length
Mathias Nyman
1
-2
/
+2
2019-06-23
Merge 5.2-rc6 into usb-next
Greg Kroah-Hartman
1
-1
/
+14
2019-06-18
usb: xhci: Don't try to recover an endpoint if port is in error state.
Mathias Nyman
1
-1
/
+14
2019-06-05
usb: xhci: Add Clear_TT_Buffer
Jim Lin
1
-1
/
+26
2019-05-22
xhci: Use %zu for printing size_t type
Fabio Estevam
1
-2
/
+2
2019-05-22
xhci: Fix immediate data transfer if buffer is already DMA mapped
Mathias Nyman
1
-3
/
+6
2019-05-22
xhci: update bounce buffer with correct sg num
Henry Lin
1
-4
/
+13
2019-04-27
xhci: add port and bus number to port dynamic debugging
Mathias Nyman
1
-4
/
+8
2019-04-27
usb: xhci: add Immediate Data Transfer support
Nicolas Saenz Julienne
1
-0
/
+12
[next]