index
:
linux
WIP-syscall
master
mmu_gather-race-fix
n900-dt
n900-dt-with-ssi
n900-dts-twl5030
n900-modem-rework
n900-omapdrm
next
proc-cmdline
sc18is600
ssi
ssi-cleaned
ssi-cleaned-dt
ssi-cleaned-dt2
ssi-cleaned-dt3
tty-splice
twl4030-madc-cleanup
Linux Kernel (branches are rebased on master from time to time)
Linus Torvalds
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci.h
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-09
usb: xhci: Use temporary buffer to consolidate SG
Tejas Joglekar
1
-0
/
+4
2020-12-09
usb: xhci: Set quirk for XHCI_SG_TRB_CACHE_SIZE_QUIRK
Tejas Joglekar
1
-0
/
+1
2020-10-29
usb: xhci: Workaround for S3 issue on AMD SNPS 3.0 xHC
Sandeep Singh
1
-0
/
+1
2020-09-20
usb: host: xhci-plat: add priv quirk for skip PHY initialization
Peter Chen
1
-0
/
+1
2020-08-18
usb: xhci-pci: Add support for reset controllers
Nicolas Saenz Julienne
1
-0
/
+2
2020-07-23
xhci: dbc: don't use generic xhci ring allocation functions for dbc.
Mathias Nyman
1
-0
/
+2
2020-06-24
xhci: Fix incorrect EP_STATE_MASK
Mathias Nyman
1
-1
/
+1
2020-05-15
usb: xhci: Add support for Renesas controller with memory
Vinod Koul
1
-0
/
+1
2020-04-27
Merge 5.7-rc3 into usb-next
Greg Kroah-Hartman
1
-2
/
+3
2020-04-21
xhci: Fix handling halted endpoint even if endpoint ring appears empty
Mathias Nyman
1
-2
/
+3
2020-04-16
USB: host: Use the correct style for SPDX License Identifier
Nishad Kamdar
1
-1
/
+1
2020-03-12
xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0
Kai-Heng Feng
1
-0
/
+1
2020-03-12
xhci: Show host status when watchdog triggers and host is assumed dead.
Mathias Nyman
1
-0
/
+29
2020-02-24
Merge 5.6-rc3 into usb-next
Greg Kroah-Hartman
1
-3
/
+11
2020-02-23
USB: Replace zero-length array with flexible-array member
Gustavo A. R. Silva
1
-2
/
+2
2020-02-12
xhci: Fix memory leak when caching protocol extended capability PSI tables - ...
Mathias Nyman
1
-3
/
+11
2020-02-12
Revert "xhci: Fix memory leak when caching protocol extended capability PSI t...
Greg Kroah-Hartman
1
-11
/
+3
2020-02-10
xhci: Fix memory leak when caching protocol extended capability PSI tables
Mathias Nyman
1
-3
/
+11
2019-12-11
usb: xhci: only set D3hot for pci device
Henry Lin
1
-0
/
+1
2019-11-16
xhci: Add tracing for xhci doorbell register writes
Mathias Nyman
1
-0
/
+29
2019-09-03
xhci: add TSP bitflag to TRB tracing
Mathias Nyman
1
-1
/
+2
2019-07-25
xhci: Fix crash if scatter gather is used with Immediate Data Transfer (IDT).
Mathias Nyman
1
-1
/
+2
2019-06-23
Merge 5.2-rc6 into usb-next
Greg Kroah-Hartman
1
-0
/
+9
2019-06-18
usb: xhci: Don't try to recover an endpoint if port is in error state.
Mathias Nyman
1
-0
/
+9
2019-06-05
usb: xhci: Add Clear_TT_Buffer
Jim Lin
1
-0
/
+5
2019-05-22
xhci: Fix immediate data transfer if buffer is already DMA mapped
Mathias Nyman
1
-1
/
+2
2019-04-27
xhci: Add tracing for input control context
Mathias Nyman
1
-0
/
+29
2019-04-27
usb: xhci: add Immediate Data Transfer support
Nicolas Saenz Julienne
1
-0
/
+17
2019-03-22
xhci: Don't let USB3 ports stuck in polling state prevent suspend
Mathias Nyman
1
-0
/
+8
2018-12-21
Merge USB 4.20-rc8 mergepoint into usb-next
Greg Kroah-Hartman
1
-2
/
+2
2018-12-17
USB: xhci: fix 'broken_suspend' placement in struct xchi_hcd
Nicolas Saenz Julienne
1
-2
/
+2
2018-12-10
Merge 4.20-rc6 into usb-next
Greg Kroah-Hartman
1
-0
/
+3
2018-12-07
xhci: remove unused hcd_index()
Mathias Nyman
1
-7
/
+0
2018-12-07
xhci: move bus_state structure under the xhci_hub structure.
Mathias Nyman
1
-2
/
+2
2018-12-07
xhci: remove the unused sw_lpm_support
Zeng Tao
1
-2
/
+0
2018-12-06
xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
Sandeep Singh
1
-0
/
+3
2018-11-09
xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc
Cherian, George
1
-0
/
+1
2018-11-09
usb: xhci: fix timeout for transition from RExit to U0
Aaron Ma
1
-1
/
+1
2018-09-28
xhci-pci: allow host runtime PM as default for Intel Alpine and Titan Ridge
Mathias Nyman
1
-0
/
+1
2018-09-28
xhci: Use soft retry to recover faster from transaction errors
Mathias Nyman
1
-0
/
+2
2018-07-02
Merge 4.18-rc3 into usb-next
Greg Kroah-Hartman
1
-0
/
+4
2018-06-25
USB: xhci-hcd: Add get_resuming_ports method
Alan Stern
1
-0
/
+2
2018-06-25
xhci: Fix perceived dead host due to runtime suspend race with event handler
Mathias Nyman
1
-0
/
+4
2018-06-01
xhci: Add quirk to zero 64bit registers on Renesas PCIe controllers
Marc Zyngier
1
-0
/
+1
2018-06-01
xhci: Allow more than 32 quirks
Marc Zyngier
1
-33
/
+33
2018-05-24
xhci: xhci-mem: remove port_arrays and the code initializing them
Mathias Nyman
1
-8
/
+0
2018-05-24
xhci: change xhci_test_and_clear_bit() to use new port structure
Mathias Nyman
1
-2
/
+2
2018-05-24
xhci: change xhci_set_link_state() to work with port structures
Mathias Nyman
1
-2
/
+2
2018-05-24
xhci: Add helper to get xhci roothub from hcd
Mathias Nyman
1
-0
/
+2
2018-05-24
xhci: Create new structures to store xhci port information
Mathias Nyman
1
-5
/
+16
[next]