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.c
Age
Commit message (
Expand
)
Author
Files
Lines
2020-12-28
USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk set
Michael Grzeschik
1
-12
/
+12
2020-12-09
usb: xhci: Use temporary buffer to consolidate SG
Tejas Joglekar
1
-1
/
+128
2020-11-02
Merge 5.10-rc2 into usb-next
Greg Kroah-Hartman
1
-1
/
+4
2020-10-29
xhci: Don't create stream debugfs files with spinlock held.
Mathias Nyman
1
-1
/
+4
2020-10-28
usb: xhci: Remove in_interrupt() checks
Ahmed S. Darwish
1
-4
/
+2
2020-09-20
usb: xhci: add debugfs support for ep with stream
Li Jun
1
-0
/
+1
2020-09-20
xhci: don't create endpoint debugfs entry before ring buffer is set.
Mathias Nyman
1
-2
/
+1
2020-09-20
usb: xhci: omit duplicate actions when suspending a runtime suspended host.
Peter Chen
1
-2
/
+5
2020-08-30
Merge tag 'usb-5.9-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...
Linus Torvalds
1
-1
/
+2
2020-08-23
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-1
/
+1
2020-08-23
xhci: Always restore EP_SOFT_CLEAR_TOGGLE even if ep reset failed
Ding Hui
1
-1
/
+2
2020-07-09
usb: host: xhci: Demote obvious misuse of kerneldoc to standard comment block
Lee Jones
1
-1
/
+1
2020-06-24
xhci: Poll for U0 after disabling USB2 LPM
Kai-Heng Feng
1
-0
/
+3
2020-06-24
xhci: Return if xHCI doesn't support LPM
Kai-Heng Feng
1
-1
/
+4
2020-06-24
xhci: Fix enumeration issue when setting max packet size for FS devices.
Al Cooper
1
-0
/
+1
2020-04-21
xhci: Fix handling halted endpoint even if endpoint ring appears empty
Mathias Nyman
1
-7
/
+7
2020-03-12
xhci: bail out early if driver can't accress host in resume
Mathias Nyman
1
-1
/
+3
2019-12-11
xhci: Increase STS_HALT timeout in xhci_suspend()
Kai-Heng Feng
1
-1
/
+1
2019-12-11
usb: xhci: only set D3hot for pci device
Henry Lin
1
-5
/
+2
2019-11-16
usb: host: xhci: Support running urb giveback in tasklet context
Suwan Kim
1
-1
/
+2
2019-10-28
xhci: Fix use-after-free regression in xhci clear hub TT implementation
Mathias Nyman
1
-9
/
+45
2019-10-04
xhci: Fix NULL pointer dereference in xhci_clear_tt_buffer_complete()
Mathias Nyman
1
-0
/
+8
2019-10-04
xhci: Increase STS_SAVE timeout in xhci_suspend()
Kai-Heng Feng
1
-1
/
+1
2019-10-04
xhci: Prevent deadlock when xhci adapter breaks during init
Bill Kuzeja
1
-2
/
+21
2019-10-04
usb: xhci: wait for CNR controller not ready bit in xhci resume
Rick Tseng
1
-0
/
+12
2019-10-04
xhci: Fix USB 3.1 capability detection on early xHCI 1.1 spec based hosts
Mathias Nyman
1
-4
/
+11
2019-10-04
xhci: Check all endpoints for LPM timeout
Jan Schmidt
1
-4
/
+4
2019-10-04
xhci: Prevent device initiated U1/U2 link pm if exit latency is too long
Mathias Nyman
1
-4
/
+6
2019-09-03
xhci: fix possible memleak on setup address fails.
Ikjoon Jang
1
-1
/
+2
2019-08-21
usb: add a HCD_DMA flag instead of guestimating DMA capabilities
Christoph Hellwig
1
-1
/
+1
2019-08-02
xhci: Fix NULL pointer dereference at endpoint zero reset.
Mathias Nyman
1
-0
/
+10
2019-06-23
Merge 5.2-rc6 into usb-next
Greg Kroah-Hartman
1
-5
/
+20
2019-06-18
xhci: detect USB 3.2 capable host controllers correctly
Mathias Nyman
1
-5
/
+15
2019-06-18
usb: xhci: Don't try to recover an endpoint if port is in error state.
Mathias Nyman
1
-0
/
+5
2019-06-05
usb: xhci: Add Clear_TT_Buffer
Jim Lin
1
-0
/
+21
2019-06-05
usb: Add devaddr in struct usb_device
Jim Lin
1
-0
/
+2
2019-05-22
xhci: Convert xhci_handshake() to use readl_poll_timeout_atomic()
Andrey Smirnov
1
-12
/
+10
2019-05-22
usb: xhci: avoid null pointer deref when bos field is NULL
Carsten Schmid
1
-1
/
+1
2019-04-27
usb: xhci: add endpoint context tracing when an endpoint is added
Mathias Nyman
1
-0
/
+4
2019-04-27
xhci: Add tracing for input control context
Mathias Nyman
1
-0
/
+3
2019-04-27
xhci: add port and bus number to port dynamic debugging
Mathias Nyman
1
-4
/
+13
2019-04-27
usb: xhci: add Immediate Data Transfer support
Nicolas Saenz Julienne
1
-0
/
+16
2019-01-18
xhci: Use struct_size() in kzalloc()
Gustavo A. R. Silva
1
-2
/
+1
2019-01-01
Merge tag 'iommu-updates-v4.21' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-1
/
+1
2018-12-20
Merge branches 'iommu/fixes', 'arm/renesas', 'arm/mediatek', 'arm/tegra', 'ar...
Joerg Roedel
1
-1
/
+1
2018-12-17
xhci: Use device_iommu_mapped()
Joerg Roedel
1
-1
/
+1
2018-12-10
Merge 4.20-rc6 into usb-next
Greg Kroah-Hartman
1
-4
/
+38
2018-12-07
xhci: move bus_state structure under the xhci_hub structure.
Mathias Nyman
1
-9
/
+10
2018-12-07
xhci: remove the unused sw_lpm_support
Zeng Tao
1
-2
/
+1
2018-12-06
xhci: Prevent U1/U2 link pm states if exit latency is too long
Mathias Nyman
1
-0
/
+16
[next]