- 6f0306d Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/usb by Linus Torvalds · 4 years, 4 months ago
- df561f66 treewide: Use fallthrough pseudo-keyword by Gustavo A. R. Silva · 4 years, 5 months ago
- f1ec7ae xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failed by Ding Hui · 4 years, 5 months ago
- f3a9492 usb: host: xhci: Demote obvious misuse of kerneldoc to standard comment block by Lee Jones · 4 years, 6 months ago
- b3d71ab xhci: Poll for U0 after disabling USB2 LPM by Kai-Heng Feng · 4 years, 7 months ago
- f0c472a xhci: Return if xHCI doesn't support LPM by Kai-Heng Feng · 4 years, 7 months ago
- a73d9d9c xhci: Fix enumeration issue when setting max packet size for FS devices. by Al Cooper · 4 years, 7 months ago
- 93ceaa8 xhci: Fix handling halted endpoint even if endpoint ring appears empty by Mathias Nyman · 4 years, 9 months ago
- 72ae194 xhci: bail out early if driver can't accress host in resume by Mathias Nyman · 4 years, 10 months ago
- 7c67cf6 xhci: Increase STS_HALT timeout in xhci_suspend() by Kai-Heng Feng · 5 years ago
- f2c710f usb: xhci: only set D3hot for pci device by Henry Lin · 5 years ago
- 36dc016 usb: host: xhci: Support running urb giveback in tasklet context by Suwan Kim · 5 years ago
- 18b7406 xhci: Fix use-after-free regression in xhci clear hub TT implementation by Mathias Nyman · 5 years ago
- cfbb8a8 xhci: Fix NULL pointer dereference in xhci_clear_tt_buffer_complete() by Mathias Nyman · 5 years ago
- ac34336 xhci: Increase STS_SAVE timeout in xhci_suspend() by Kai-Heng Feng · 5 years ago
- 8de66b0 xhci: Prevent deadlock when xhci adapter breaks during init by Bill Kuzeja · 5 years ago
- a70bcbc3 usb: xhci: wait for CNR controller not ready bit in xhci resume by Rick Tseng · 5 years ago
- 47f50d6 xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hosts by Mathias Nyman · 5 years ago
- d500c63 xhci: Check all endpoints for LPM timeout by Jan Schmidt · 5 years ago
- cd9d949 xhci: Prevent device initiated U1/U2 link pm if exit latency is too long by Mathias Nyman · 5 years ago
- 9334367 xhci: fix possible memleak on setup address fails. by Ikjoon Jang · 5 years ago
- 7b81cb6 usb: add a HCD_DMA flag instead of guestimating DMA capabilities by Christoph Hellwig · 5 years ago
- cb53c51 xhci: Fix NULL pointer dereference at endpoint zero reset. by Mathias Nyman · 5 years ago
- 58ee010 Merge 5.2-rc6 into usb-next by Greg Kroah-Hartman · 6 years ago
- ddd5798 xhci: detect USB 3.2 capable host controllers correctly by Mathias Nyman · 6 years ago
- b8c3b71 usb: xhci: Don't try to recover an endpoint if port is in error state. by Mathias Nyman · 6 years ago
- ef513be usb: xhci: Add Clear_TT_Buffer by Jim Lin · 6 years ago
- 4998f1e usb: Add devaddr in struct usb_device by Jim Lin · 6 years ago
- f7fac17 xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic() by Andrey Smirnov · 6 years ago
- 7aa1bb2 usb: xhci: avoid null pointer deref when bos field is NULL by Carsten Schmid · 6 years ago
- 5afa0a5 usb: xhci: add endpoint context tracing when an endpoint is added by Mathias Nyman · 6 years ago
- 90d6d57 xhci: Add tracing for input control context by Mathias Nyman · 6 years ago
- d70d5a8 xhci: add port and bus number to port dynamic debugging by Mathias Nyman · 6 years ago
- 33e3935 usb: xhci: add Immediate Data Transfer support by Nicolas Saenz Julienne · 6 years ago
- da79ff6 xhci: Use struct_size() in kzalloc() by Gustavo A. R. Silva · 6 years ago
- 8e143b9 Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommu by Linus Torvalds · 6 years ago
- 03ebe48 Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into next by Joerg Roedel · 6 years ago
- 05afde1 xhci: Use device_iommu_mapped() by Joerg Roedel · 6 years ago
- b53bde6 Merge 4.20-rc6 into usb-next by Greg Kroah-Hartman · 6 years ago
- f6187f4 xhci: move bus_state structure under the xhci_hub structure. by Mathias Nyman · 6 years ago
- f1fd62a xhci: remove the unused sw_lpm_support by Zeng Tao · 6 years ago
- 0472bf0 xhci: Prevent U1/U2 link pm states if exit latency is too long by Mathias Nyman · 6 years ago
- a7d57ab xhci: workaround CSS timeout on AMD SNPS 3.0 xHC by Sandeep Singh · 6 years ago
- f068090 xhci: Fix leaking USB3 shared_hcd at xhci removal by Mathias Nyman · 6 years ago
- 4937213 xhci: Fix use after free for URB cancellation on a reallocated endpoint by Mathias Nyman · 6 years ago
- 8a7b5d0 Merge 4.18-rc7 into usb-next by Greg Kroah-Hartman · 6 years ago
- d89b766 usb: xhci: Fix memory leak in xhci_endpoint_reset() by Zheng Xiaowei · 6 years ago
- 714c95c Merge 4.18-rc3 into usb-next by Greg Kroah-Hartman · 7 years ago
- 8f9cc83c USB: xhci-hcd: Add get_resuming_ports method by Alan Stern · 7 years ago
- 305886c usb: xhci: increase CRS timeout value by Ajay Gupta · 7 years ago
- 229bc19 xhci: Fix perceived dead host due to runtime suspend race with event handler by Mathias Nyman · 7 years ago
- 12de0a3 xhci: Add quirk to zero 64bit registers on Renesas PCIe controllers by Marc Zyngier · 7 years ago
- 36b6857 xhci: Allow more than 32 quirks by Marc Zyngier · 7 years ago
- 38986ff xhci: use port structures instead of port arrays in xhci.c functions by Mathias Nyman · 7 years ago
- 9ea95ec xhci: set hcd pointers for xhci usb2 and usb3 roothub structures by Mathias Nyman · 7 years ago
- 44a182b xhci: Fix use-after-free in xhci_free_virt_device by Mathias Nyman · 7 years ago
- a8f25c3 Merge branch 4.16-rc6 into usb-next by Greg Kroah-Hartman · 7 years ago
- 0ee78c1 xhci: Show what USB release number the xHC supports from protocol capablity by Mathias Nyman · 7 years ago
- f524946 xhci: Clear the host side toggle manually when endpoint is soft reset by Mathias Nyman · 7 years ago
- 15febf5 xhci: refactor xhci_urb_enqueue a bit with minor changes by Mathias Nyman · 7 years ago
- 191edc5 xhci: Fix front USB ports on ASUS PRIME B350M-A by Kai-Heng Feng · 7 years ago
- 11cd764 xhci: fix xhci debugfs errors in xhci_stop by Zhengjun Xing · 7 years ago
- 8c5a93e xhci: xhci debugfs device nodes weren't removed after device plugged out by Zhengjun Xing · 7 years ago
- d9167671 xhci: Fix xhci debugfs devices node disappearance after hibernation by Zhengjun Xing · 7 years ago
- 01f1918 Merge 4.15.0-rc6 into usb-next by Greg Kroah-Hartman · 7 years ago
- 052f71e xhci: Fix xhci debugfs NULL pointer dereference in resume from hibernate by Mathias Nyman · 7 years ago
- ab725cb usb: xhci: allow imod-interval to be configurable by Adam Wallis · 7 years ago
- 3054ea45 usb: xhci: Cleanup printk debug message for ERST by Lu Baolu · 7 years ago
- 4c116cb usb: xhci: Cleanup printk debug message for registers by Lu Baolu · 7 years ago
- dfba217 usb: xhci: Add DbC support in xHCI driver by Lu Baolu · 7 years ago
- 103afda xhci: remove unnecessary boolean parameter from xhci_alloc_command by Mathias Nyman · 7 years ago
- 14d49b7 xhci: add helper to allocate command with input context by Mathias Nyman · 7 years ago
- bed5301 usb: xhci: remove unused variable ep by Corentin Labbe · 7 years ago
- 78a0db2 usb: xhci: remove unused variable last_freed_endpoint by Corentin Labbe · 7 years ago
- e99e88a treewide: setup_timer() -> timer_setup() by Kees Cook · 7 years ago
- 9ed6419 USB: host: xhci: Remove redundant license text by Greg Kroah-Hartman · 7 years ago
- 5fd54ac USB: add SPDX identifiers to all remaining files in drivers/usb/ by Greg Kroah-Hartman · 7 years ago
- 7d86499 usb: host: xhci: mark expected switch fall-through by Gustavo A. R. Silva · 7 years ago
- 0520d37 Merge 4.14-rc6 into usb-next by Greg Kroah-Hartman · 7 years ago
- ea7d0d6 xhci: Identify USB 3.1 capable hosts by their port protocol capability by Mathias Nyman · 7 years ago
- 4fcae77 Merge 4.14-rc4 into usb-next by Greg Kroah-Hartman · 7 years ago
- e3a78ff xhci: trace slot context when calling xhci_configure_endpoint() by Mathias Nyman · 7 years ago
- 651aaf3 usb: xhci: Handle USB transaction error on address command by Lu Baolu · 7 years ago
- 089ed49 usb: xhci: Remove xhci->mutex from xhci_alloc_dev() by Lu Baolu · 7 years ago
- dcabc76f usb: xhci: Return error when host is dead in xhci_disable_slot() by Lu Baolu · 7 years ago
- 11ec758 usb: xhci: Fix memory leak when xhci_disable_slot() returns error by Lu Baolu · 7 years ago
- cd3f179 usb: xhci: Fix potential memory leak in xhci_disable_slot() by Lu Baolu · 7 years ago
- b64149c usb: xhci: Disable slot even when virt-dev is null by Lu Baolu · 7 years ago
- 02b6fdc usb: xhci: Add debugfs interface for xHCI driver by Lu Baolu · 7 years ago
- 4750bc7 usb: host: xhci support option to disable the xHCI USB2 HW LPM by Thang Q. Nguyen · 7 years ago
- 9821786 usb: xhci: Free the right ring in xhci_add_endpoint() by Lu Baolu · 7 years ago
- d6f5f07 xhci: fix memleak in xhci_run() by Shu Wang · 7 years ago
- 9da5a10 xhci: Bad Ethernet performance plugged in ASM1042A host by Jiahau Chang · 7 years ago
- d36374f xhci: cleanup virtual endoint structure, remove stopped_stream by Mathias Nyman · 8 years ago
- c5628a2 xhci: remove endpoint ring cache by Mathias Nyman · 8 years ago
- 8790736 xhci: Add stream id to xhci_dequeue_state structure by Mathias Nyman · 8 years ago
- 604d02a xhci: Fix command ring stop regression in 4.11 by Mathias Nyman · 8 years ago
- 6a29bee usb: host: xhci-ring: don't need to clear interrupt pending for MSI enabled hcd by Peter Chen · 8 years ago
- 77d45b4 xhci: switch to pci_alloc_irq_vectors by Christoph Hellwig · 8 years ago
- c8844f2 usb: xhci: remove xhci_dbg_ctx() by Lu Baolu · 8 years ago