aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/usb/host/xhci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-01-18xhci: Use struct_size() in kzalloc()Gustavo A. R. Silva1-2/+1
2019-01-01Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/git/joro/iommuLinus Torvalds1-1/+1
2018-12-20Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'arm/omap', 'arm/smmu', 'x86/vt-d', 'x86/amd' and 'core' into nextJoerg Roedel1-1/+1
2018-12-17xhci: Use device_iommu_mapped()Joerg Roedel1-1/+1
2018-12-10Merge 4.20-rc6 into usb-nextGreg Kroah-Hartman1-4/+38
2018-12-07xhci: move bus_state structure under the xhci_hub structure.Mathias Nyman1-9/+10
2018-12-07xhci: remove the unused sw_lpm_supportZeng Tao1-2/+1
2018-12-06xhci: Prevent U1/U2 link pm states if exit latency is too longMathias Nyman1-0/+16
2018-12-06xhci: workaround CSS timeout on AMD SNPS 3.0 xHCSandeep Singh1-4/+22
2018-11-09xhci: Fix leaking USB3 shared_hcd at xhci removalMathias Nyman1-2/+0
2018-09-05xhci: Fix use after free for URB cancellation on a reallocated endpointMathias Nyman1-0/+30
2018-07-30Merge 4.18-rc7 into usb-nextGreg Kroah-Hartman1-0/+1
2018-07-20usb: xhci: Fix memory leak in xhci_endpoint_reset()Zheng Xiaowei1-0/+1
2018-07-02Merge 4.18-rc3 into usb-nextGreg Kroah-Hartman1-4/+43
2018-06-25USB: xhci-hcd: Add get_resuming_ports methodAlan Stern1-0/+1
2018-06-25usb: xhci: increase CRS timeout valueAjay Gupta1-1/+6
2018-06-25xhci: Fix perceived dead host due to runtime suspend race with event handlerMathias Nyman1-3/+37
2018-06-01xhci: Add quirk to zero 64bit registers on Renesas PCIe controllersMarc Zyngier1-0/+65
2018-06-01xhci: Allow more than 32 quirksMarc Zyngier1-3/+3
2018-05-24xhci: use port structures instead of port arrays in xhci.c functionsMathias Nyman1-28/+22
2018-05-24xhci: set hcd pointers for xhci usb2 and usb3 roothub structuresMathias Nyman1-0/+2
2018-05-03xhci: Fix use-after-free in xhci_free_virt_deviceMathias Nyman1-0/+1
2018-03-20Merge branch 4.16-rc6 into usb-nextGreg Kroah-Hartman1-0/+3
2018-03-16xhci: Show what USB release number the xHC supports from protocol capablityMathias Nyman1-3/+11
2018-03-16xhci: Clear the host side toggle manually when endpoint is soft resetMathias Nyman1-15/+90
2018-03-16xhci: refactor xhci_urb_enqueue a bit with minor changesMathias Nyman1-11/+9
2018-03-09xhci: Fix front USB ports on ASUS PRIME B350M-AKai-Heng Feng1-0/+3
2018-02-15xhci: fix xhci debugfs errors in xhci_stopZhengjun Xing1-2/+1
2018-02-15xhci: xhci debugfs device nodes weren't removed after device plugged outZhengjun Xing1-4/+2
2018-02-15xhci: Fix xhci debugfs devices node disappearance after hibernationZhengjun Xing1-0/+1
2018-01-02Merge 4.15.0-rc6 into usb-nextGreg Kroah-Hartman1-3/+3
2017-12-27xhci: Fix xhci debugfs NULL pointer dereference in resume from hibernateMathias Nyman1-3/+3
2017-12-08usb: xhci: allow imod-interval to be configurableAdam Wallis1-5/+1
2017-12-08usb: xhci: Cleanup printk debug message for ERSTLu Baolu1-2/+0
2017-12-08usb: xhci: Cleanup printk debug message for registersLu Baolu1-6/+0
2017-12-08usb: xhci: Add DbC support in xHCI driverLu Baolu1-0/+9
2017-12-08xhci: remove unnecessary boolean parameter from xhci_alloc_commandMathias Nyman1-8/+8
2017-12-08xhci: add helper to allocate command with input contextMathias Nyman1-2/+2
2017-12-08usb: xhci: remove unused variable epCorentin Labbe1-2/+0
2017-12-08usb: xhci: remove unused variable last_freed_endpointCorentin Labbe1-3/+0
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook1-4/+4
2017-11-07USB: host: xhci: Remove redundant license textGreg Kroah-Hartman1-13/+0
2017-11-04USB: add SPDX identifiers to all remaining files in drivers/usb/Greg Kroah-Hartman1-0/+1
2017-11-01usb: host: xhci: mark expected switch fall-throughGustavo A. R. Silva1-0/+1
2017-10-23Merge 4.14-rc6 into usb-nextGreg Kroah-Hartman1-1/+2
2017-10-17xhci: Identify USB 3.1 capable hosts by their port protocol capabilityMathias Nyman1-1/+2
2017-10-09Merge 4.14-rc4 into usb-nextGreg Kroah-Hartman1-1/+2
2017-10-05xhci: trace slot context when calling xhci_configure_endpoint()Mathias Nyman1-0/+4
2017-10-05usb: xhci: Handle USB transaction error on address commandLu Baolu1-2/+8
2017-10-05usb: xhci: Remove xhci->mutex from xhci_alloc_dev()Lu Baolu1-4/+0