summaryrefslogtreecommitdiff
path: root/drivers/usb/host
AgeCommit message (Expand)Author
11 daysxhci: dbgtty: Fix unregister on tty_alloc_driver() failureLucas De Marchi
11 daysxhci: dbgtty: Fix unregister on tty_register_driver() failureLucas De Marchi
11 daysusb: xhci: bail out of setup if the controller is inaccessibleBreno Leitao
11 daysusb: xhci: Handle USB3 port events when there is one roothubSemih Baskan
11 daysusb: xhci: Handle bogus TRB pointers in Missed Service Error eventsMichal Pecio
2026-08-19usb: xhci: use BIT_ULL for CRCR bits to fix incorrect 64bit maskLachlan Hodges
2026-08-03usb: xhci-pci: Limit VIA VL805 DMA addressing to 36 bitsXincheng Zhang
2026-07-24usb: host: max3421: Reject hub port requests for non-existent portsSeungjin Bae
2026-07-24usb: host: max3421: Fix shift-out-of-bounds in max3421_hub_control()Seungjin Bae
2026-07-18usb: sl811-hcd: disable controller wakeup on removeMyeonghun Pak
2026-07-18usb: free iso schedules on failed submitDawei Feng
2026-07-18xhci: sideband: fix ring sg table pages leakXu Rao
2026-07-18usb: xhci: Fix sleep in atomic context in xhci_free_streams()胡连勤
2026-05-22xhci: tegra: Fix ghost USB device on dual-role port unplugWei-Cheng Chen
2026-04-11drivers/usb/host: Fix spelling error 'seperate' -> 'separate'Qinghua Zhao
2026-04-06Merge tag 'v7.0-rc7' into usb-nextGreg Kroah-Hartman
2026-04-02usb: xhci: Make usb_host_endpoint.hcpriv survive endpoint_disable()Michal Pecio
2026-04-02usb: xhci: remove duplicate '0x' prefixNiklas Neronin
2026-04-02usb: xhci: move roothub port limit validationNiklas Neronin
2026-04-02usb: xhci: simpilfy resume root hub codeNiklas Neronin
2026-04-02usb: xhci: cleanup xhci_hub_report_usb3_link_state()Niklas Neronin
2026-04-02usb: xhci: rename parameter to match argument 'portsc'Niklas Neronin
2026-04-02usb: xhci: add PORTSC variable to xhci_hub_control()Niklas Neronin
2026-04-02usb: xhci: add PORTPMSC variable to xhci_hub_control()Niklas Neronin
2026-04-02usb: xhci: separate use of USB Chapter 11 PLS macros from xHCI-specific PLS m...Niklas Neronin
2026-04-02usb: xhci: clean up 'wValue' handling in xhci_hub_control()Niklas Neronin
2026-04-02usb: xhci: clean up handling of upper bits in SetPortFeature wIndexNiklas Neronin
2026-04-02usb: xhci: rename 'wIndex' parameters to 'portnum'Niklas Neronin
2026-04-02usb: xhci: stop treating 'wIndex' as a mutable port numberNiklas Neronin
2026-04-02usb: xhci: optimize resuming from S4 (suspend-to-disk)Niklas Neronin
2026-04-02usb: xhci: improve debug messages during suspendNiklas Neronin
2026-04-02usb: xhci: split core allocation and initializationNiklas Neronin
2026-04-02usb: xhci: move initialization for lifetime objectsNiklas Neronin
2026-04-02usb: xhci: move ring initializationNiklas Neronin
2026-04-02usb: xhci: move reserving command ring trbNiklas Neronin
2026-04-02usb: xhci: factor out roothub bandwidth cleanupNiklas Neronin
2026-04-02usb: xhci: relocate Restore/Controller error checkNiklas Neronin
2026-04-02usb: xhci: simplify CMRT initialization logicNiklas Neronin
2026-04-02usb: xhci: Fix debugfs bandwidth reportingMichal Pecio
2026-04-02usb: xhci: Simplify clearing the Event Interrupt bitMichal Pecio
2026-04-02xhci: use BIT macroOliver Neukum
2026-04-02usb: host: xhci-sideband: delegate offload_usage tracking to class driversGuan-Yu Lin
2026-04-02usb: core: use dedicated spinlock for offload stateGuan-Yu Lin
2026-03-30usb: ehci-brcm: fix sleep during atomicJustin Chen
2026-03-30usb: tegra: use MODULE_FIRMWARE if SOC is ENABLEDNicolas Chauvet
2026-03-18usb: fhci: use kzalloc_flex for priv structRosen Penev
2026-03-16Merge 7.0-rc4 into usb-nextGreg Kroah-Hartman
2026-03-11xhci: Fix NULL pointer dereference when reading portli debugfs filesMathias Nyman
2026-03-11usb: xhci: Prevent interrupt storm on host controller error (HCE)Dayu Jiang
2026-03-11usb: xhci: Fix memory leak in xhci_disable_slot()Zilin Guan