index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
pinetabv-6.6.y-devel
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starfive-6.6.48-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
usb
/
host
/
xhci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2023-01-29
usb:xhci:To improve performance,usb using lowmem for bulk xfer.
minda.chen
1
-1
/
+56
2021-10-11
xhci: guard accesses to ep_state in xhci_endpoint_reset()
Jonathan Bell
1
-0
/
+5
2021-09-14
xhci: Set HCD flag to defer primary roothub registration
Kishon Vijay Abraham I
1
-0
/
+1
2021-08-26
xhci: Add bus number to some debug messages
Mathias Nyman
1
-2
/
+4
2021-08-26
Revert "USB: xhci: fix U1/U2 handling for hardware with XHCI_INTEL_HOST quirk...
Mathias Nyman
1
-12
/
+12
2021-06-21
xhci: remove redundant continue statement
Colin Ian King
1
-1
/
+0
2021-06-17
xhci: handle failed buffer copy to URB sg list and fix a W=1 copiler warning
Mathias Nyman
1
-2
/
+7
2021-05-13
xhci: Do not use GFP_KERNEL in (potentially) atomic context
Christophe JAILLET
1
-3
/
+3
2021-04-06
xhci: fix potential array out of bounds with several interrupters
Mathias Nyman
1
-1
/
+5
2021-04-06
xhci: check control context is valid before dereferencing it.
Mathias Nyman
1
-0
/
+8
2021-03-23
usb: xhci: Init root hub SSP rate
Thinh Nguyen
1
-0
/
+2
2021-03-15
Merge 5.12-rc3 into usb-next
Greg Kroah-Hartman
1
-35
/
+43
2021-03-11
xhci: Fix repeated xhci wake after suspend due to uncleared internal wake state
Mathias Nyman
1
-32
/
+30
2021-03-11
xhci: Improve detection of device initiated wake signal.
Mathias Nyman
1
-3
/
+13
2021-03-10
usb: xhci-mtk: support to build xhci-mtk-hcd.ko
Chunfeng Yun
1
-17
/
+13
2021-02-08
Merge 5.11-rc7 into usb-next
Greg Kroah-Hartman
1
-2
/
+6
2021-01-29
xhci: split handling halted endpoints into two steps
Mathias Nyman
1
-88
/
+6
2021-01-26
usb: xhci-mtk: fix unreleased bandwidth data
Ikjoon Jang
1
-2
/
+6
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-24
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
[next]