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