index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
Age
Commit message (
Expand
)
Author
2024-07-19
Merge tag 'usb-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...
Linus Torvalds
2024-07-03
xhci: always resume roothubs if xHC was reset during resume
Mathias Nyman
2024-06-27
xhci: sort out TRB Endpoint ID bitfield macros
Mathias Nyman
2024-06-27
xhci: Apply XHCI_RESET_TO_DEFAULT quirk to TGL
Reka Norman
2024-06-27
usb: xhci: add 'goto' for halted endpoint check in handle_tx_event()
Niklas Neronin
2024-06-27
usb: xhci: move process TD code out of the while loop
Niklas Neronin
2024-06-27
usb: xhci: remove infinite loop prevention
Niklas Neronin
2024-06-27
usb: xhci: remove false xhci_giveback_urb_in_irq() header comment
Niklas Neronin
2024-06-27
usb: xhci: ensure skipped isoc TDs are returned when isoc ring is stopped
Niklas Neronin
2024-06-27
xhci: rework xhci internal endpoint halt state detection.
Mathias Nyman
2024-06-27
usb: xhci: remove obsolete sanity check debug messages
Niklas Neronin
2024-06-27
usb: xhci: improve error message for targetless transfer event
Niklas Neronin
2024-06-27
usb: xhci: move untargeted transfer event handling to a separate function
Niklas Neronin
2024-06-27
usb: xhci: move all segment re-numbering to xhci_link_rings()
Niklas Neronin
2024-06-27
usb: xhci: move link chain bit quirk checks into one helper function.
Niklas Neronin
2024-06-27
usb: xhci: remove unused argument from handle_port_status()
Niklas Neronin
2024-06-27
usb: xhci: remove unused argument from xhci_handle_cmd_config_ep()
Niklas Neronin
2024-06-27
usb: xhci: remove unused 'xhci' argument
Niklas Neronin
2024-06-27
usb: xhci: remove 'num_trbs' from struct 'xhci_td'
Niklas Neronin
2024-06-27
xhci: dbc: Allow users to modify DbC poll interval via sysfs
Uday M Bhat
2024-06-27
xhci: Set correct transferred length for cancelled isoc transfers
Mathias Nyman
2024-06-27
xhci: show usb device name in xhci urb tracing
Mathias Nyman
2024-06-27
xhci: Remove dead code in xhci_move_dequeue_past_td()
Hector Martin
2024-06-20
usb: host: xhci-plat: Add support for XHCI_WRITE_64_HI_LO
Daehwan Jung
2024-06-20
xhci: Add a quirk for writing ERST in high-low order
Daehwan Jung
2024-06-20
usb: host: add missing MODULE_DESCRIPTION() macros
Jeff Johnson
2024-06-18
Merge tag 'v6.10-rc4' into usb-next
Greg Kroah-Hartman
2024-06-12
xhci: Handle TD clearing for multiple streams case
Hector Martin
2024-06-12
xhci: Apply broken streams quirk to Etron EJ188 xHCI host
Kuangyi Chiang
2024-06-12
xhci: Apply reset resume quirk to Etron EJ188 xHCI host
Kuangyi Chiang
2024-06-12
xhci: Set correct transferred length for cancelled bulk transfers
Mathias Nyman
2024-06-04
usb: host: oxu210hp: remove unused struct 'ehci_dbg_port'
Dr. David Alan Gilbert
2024-05-10
Merge 6.9-rc7 into usb-next
Greg Kroah-Hartman
2024-05-01
usb: xhci: compact 'trb_in_td()' arguments
Niklas Neronin
2024-05-01
usb: xhci: remove duplicate TRB_TO_SLOT_ID() calls
Niklas Neronin
2024-05-01
xhci: pci: Use PCI_VENDOR_ID_RENESAS
Andy Shevchenko
2024-05-01
xhci: pci: Group out Thunderbolt xHCI IDs
Andy Shevchenko
2024-05-01
xhci: pci: Use full names in PCI IDs for Intel platforms
Andy Shevchenko
2024-05-01
usb: xhci: remove goto 'cleanup' in handle_tx_event()
Niklas Neronin
2024-05-01
usb: xhci: replace goto with return when possible in handle_tx_event()
Niklas Neronin
2024-05-01
usb: xhci: remove 'handling_skipped_tds' from handle_tx_event()
Niklas Neronin
2024-05-01
usb: xhci: prevent potential failure in handle_tx_event() for Transfer events...
Niklas Neronin
2024-05-01
xhci: remove XHCI_TRUST_TX_LENGTH quirk
Mathias Nyman
2024-05-01
xhci: improve PORTSC register debugging output
Mathias Nyman
2024-05-01
usb: xhci: use array_size() when allocating and freeing memory
Niklas Neronin
2024-05-01
usb: xhci: remove redundant variable 'erst_size'
Niklas Neronin
2024-05-01
usb: xhci: address off-by-one in xhci_num_trbs_free()
Niklas Neronin
2024-05-01
usb: xhci: improve debug message in xhci_ring_expansion_needed()
Niklas Neronin
2024-05-01
usb: xhci: check if 'requested segments' exceeds ERST capacity
Niklas Neronin
2024-05-01
xhci: remove xhci_check_usb2_port_capability helper
Mathias Nyman
[next]