summaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c
AgeCommit message (Expand)Author
2019-09-12usb: xhci: avoid null pointer deref when bos field is NULLCarsten Schmid
2019-09-12xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()Andrey Smirnov
2018-12-30xhci: Prevent U1/U2 link pm states if exit latency is too longMathias Nyman
2018-12-30xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh
2018-12-15xhci: Fix leaking USB3 shared_hcd at xhci removalMathias Nyman
2018-09-26xhci: Fix use after free for URB cancellation on a reallocated endpointMathias Nyman
2018-07-20usb: xhci: Fix memory leak in xhci_endpoint_reset()Zheng Xiaowei
2018-06-25usb: xhci: increase CRS timeout valueAjay Gupta
2018-06-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman
2018-06-01xhci: Add quirk to zero 64bit registers on Renesas PCIe controllersMarc Zyngier
2018-06-01xhci: Allow more than 32 quirksMarc Zyngier
2018-05-24xhci: use port structures instead of port arrays in xhci.c functionsMathias Nyman
2018-05-24xhci: set hcd pointers for xhci usb2 and usb3 roothub structuresMathias Nyman
2018-05-03xhci: Fix use-after-free in xhci_free_virt_deviceMathias Nyman
2018-03-20Merge branch 4.16-rc6 into usb-nextGreg Kroah-Hartman
2018-03-16xhci: Show what USB release number the xHC supports from protocol capablityMathias Nyman
2018-03-16xhci: Clear the host side toggle manually when endpoint is soft resetMathias Nyman
2018-03-16xhci: refactor xhci_urb_enqueue a bit with minor changesMathias Nyman
2018-03-09xhci: Fix front USB ports on ASUS PRIME B350M-AKai-Heng Feng
2018-02-15xhci: fix xhci debugfs errors in xhci_stopZhengjun Xing
2018-02-15xhci: xhci debugfs device nodes weren't removed after device plugged outZhengjun Xing
2018-02-15xhci: Fix xhci debugfs devices node disappearance after hibernationZhengjun Xing
2018-01-02Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman
2017-12-27xhci: Fix xhci debugfs NULL pointer dereference in resume from hibernateMathias Nyman
2017-12-08usb: xhci: allow imod-interval to be configurableAdam Wallis
2017-12-08usb: xhci: Cleanup printk debug message for ERSTLu Baolu
2017-12-08usb: xhci: Cleanup printk debug message for registersLu Baolu
2017-12-08usb: xhci: Add DbC support in xHCI driverLu Baolu
2017-12-08xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman
2017-12-08xhci: add helper to allocate command with input contextMathias Nyman
2017-12-08usb: xhci: remove unused variable epCorentin Labbe
2017-12-08usb: xhci: remove unused variable last_freed_endpointCorentin Labbe
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook
2017-11-07USB: host: xhci: Remove redundant license textGreg Kroah-Hartman
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman
2017-11-01usb: host: xhci: mark expected switch fall-throughGustavo A. R. Silva
2017-10-23Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman
2017-10-17xhci: Identify USB 3.1 capable hosts by their port protocol capabilityMathias Nyman
2017-10-09Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman
2017-10-05xhci: trace slot context when calling xhci_configure_endpoint()Mathias Nyman
2017-10-05usb: xhci: Handle USB transaction error on address commandLu Baolu
2017-10-05usb: xhci: Remove xhci->mutex from xhci_alloc_dev()Lu Baolu
2017-10-05usb: xhci: Return error when host is dead in xhci_disable_slot()Lu Baolu
2017-10-05usb: xhci: Fix memory leak when xhci_disable_slot() returns errorLu Baolu
2017-10-05usb: xhci: Fix potential memory leak in xhci_disable_slot()Lu Baolu
2017-10-05usb: xhci: Disable slot even when virt-dev is nullLu Baolu
2017-10-05usb: xhci: Add debugfs interface for xHCI driverLu Baolu
2017-10-05usb: host: xhci support option to disable the xHCI USB2 HW LPMThang Q. Nguyen
2017-09-18usb: xhci: Free the right ring in xhci_add_endpoint()Lu Baolu
2017-07-20xhci: fix memleak in xhci_run()Shu Wang