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.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-06-12
xhci: Handle TD clearing for multiple streams case
Hector Martin
1
-11
/
+43
2024-06-12
xhci: Set correct transferred length for cancelled bulk transfers
Mathias Nyman
1
-3
/
+2
2024-05-01
usb: xhci: compact 'trb_in_td()' arguments
Niklas Neronin
1
-24
/
+14
2024-05-01
usb: xhci: remove duplicate TRB_TO_SLOT_ID() calls
Niklas Neronin
1
-11
/
+6
2024-05-01
usb: xhci: remove goto 'cleanup' in handle_tx_event()
Niklas Neronin
1
-17
/
+21
2024-05-01
usb: xhci: replace goto with return when possible in handle_tx_event()
Niklas Neronin
1
-3
/
+3
2024-05-01
usb: xhci: remove 'handling_skipped_tds' from handle_tx_event()
Niklas Neronin
1
-9
/
+4
2024-05-01
usb: xhci: prevent potential failure in handle_tx_event() for Transfer events...
Niklas Neronin
1
-2
/
+3
2024-05-01
xhci: remove XHCI_TRUST_TX_LENGTH quirk
Mathias Nyman
1
-10
/
+5
2024-05-01
usb: xhci: address off-by-one in xhci_num_trbs_free()
Niklas Neronin
1
-1
/
+1
2024-05-01
usb: xhci: improve debug message in xhci_ring_expansion_needed()
Niklas Neronin
1
-4
/
+2
2024-04-04
usb: xhci: correct return value in case of STS_HCE
Oliver Neukum
1
-5
/
+4
2024-03-21
Merge tag 'usb-6.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-106
/
+121
2024-03-05
xhci: Fix failure to detect ring expansion need.
Mathias Nyman
1
-1
/
+7
2024-03-02
xhci: retry Stop Endpoint on buggy NEC controllers
Michal Pecio
1
-0
/
+9
2024-03-02
xhci: fix matching completion events with TDs
Michal Pecio
1
-4
/
+3
2024-03-02
xhci: save slot ID in struct 'xhci_port'
Niklas Neronin
1
-7
/
+4
2024-02-17
xhci: Decouple handling an event from checking for unhandled events
Mathias Nyman
1
-19
/
+19
2024-02-17
xhci: Don't check if the event ring is valid before every event TRB
Mathias Nyman
1
-6
/
+6
2024-02-17
xhci: add helper that checks for unhandled events on a event ring
Mathias Nyman
1
-3
/
+8
2024-02-17
xhci: move event processing for one interrupter to a separate function
Mathias Nyman
1
-45
/
+42
2024-02-17
xhci: update event ring dequeue pointer position to controller correctly
Mathias Nyman
1
-10
/
+13
2024-02-17
xhci: remove unnecessary event_ring_deq parameter from xhci_handle_event()
Mathias Nyman
1
-22
/
+15
2024-02-17
xhci: make isoc_bei_interval variable interrupter specific.
Mathias Nyman
1
-6
/
+9
2024-02-17
xhci: Add interrupt pending autoclear flag to each interrupter
Mathias Nyman
1
-6
/
+15
2024-01-28
xhci: handle isoc Babble and Buffer Overrun events properly
Michal Pecio
1
-1
/
+5
2024-01-28
xhci: process isoc TD properly when there was a transaction error mid TD.
Mathias Nyman
1
-14
/
+60
2024-01-04
xhci: add support to allocate several interrupters
Mathias Nyman
1
-1
/
+1
2023-11-23
usb: xhci: Add timeout argument in address_device USB HCD callback
Hardik Gajjar
1
-5
/
+6
2023-10-21
usb: xhci: Implement xhci_handshake_check_state() helper
Udipto Goswami
1
-2
/
+3
2023-10-21
xhci: Simplify event ring dequeue pointer update for port change events
Mathias Nyman
1
-8
/
+2
2023-10-21
xhci: simplify event ring dequeue tracking for transfer events
Mathias Nyman
1
-11
/
+1
2023-10-21
xhci: Clean up ERST_PTR_MASK inversion
Lukas Wunner
1
-3
/
+2
2023-10-21
xhci: Set DESI bits in ERDP register correctly
Lukas Wunner
1
-1
/
+1
2023-10-21
xhci: expand next_trb() helper to support more ring types
Mathias Nyman
1
-1
/
+1
2023-10-21
xhci: pass port structure to tracing instead of port number
Mathias Nyman
1
-1
/
+1
2023-10-02
xhci: Clear EHB bit only at end of interrupt handler
Lukas Wunner
1
-5
/
+7
2023-10-02
usb: xhci: xhci-ring: Use sysdev for mapping bounce buffer
Wesley Cheng
1
-2
/
+2
2023-07-25
Revert "xhci: add quirk for host controllers that don't update endpoint DCS"
Oliver Neukum
1
-24
/
+1
2023-06-13
xhci: Stop unnecessary tracking of free trbs in a ring
Mathias Nyman
1
-42
/
+33
2023-06-13
xhci: Fix transfer ring expansion size calculation
Mathias Nyman
1
-22
/
+42
2023-05-16
xhci: Fix incorrect tracking of free space on transfer rings
Mathias Nyman
1
-1
/
+28
2023-03-23
xhci: Move functions to setup msi to xhci-pci
Josue David Hernandez Gutierrez
1
-0
/
+1
2023-02-02
xhci: rename resume_done to resume_timestamp
Mathias Nyman
1
-2
/
+2
2023-02-02
xhci: move port specific items such as state completions to port structure
Mathias Nyman
1
-7
/
+6
2023-02-02
xhci: Refactor interrupter code for initial multi interrupter support.
Mathias Nyman
1
-31
/
+37
2023-01-23
Merge 6.2-rc5 into usb-next
Greg Kroah-Hartman
1
-1
/
+4
2023-01-17
usb: xhci: Check endpoint is valid before dereferencing it
Jimmy Hu
1
-1
/
+4
2023-01-06
xhci: Convert to use list_count_nodes()
Andy Shevchenko
1
-5
/
+2
2022-11-30
xhci: remove unused stream_id parameter from xhci_handle_halted_endpoint()
Mathias Nyman
1
-17
/
+10
[next]