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
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-mem.c
Age
Commit message (
Expand
)
Author
Files
Lines
2017-12-08
xhci: Don't add a virt_dev to the devs array before it's fully allocated
Mathias Nyman
1
-4
/
+11
2017-12-01
usb: xhci: fix panic in xhci_free_virt_devices_depth_first
Yu Chen
1
-0
/
+7
2017-11-07
USB: host: xhci: Remove redundant license text
Greg Kroah-Hartman
1
-13
/
+0
2017-11-04
USB: add SPDX identifiers to all remaining files in drivers/usb/
Greg Kroah-Hartman
1
-0
/
+1
2017-11-01
usb: host: xhci-mem: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2017-10-17
xhci: Convert timers to use timer_setup()
Kees Cook
1
-2
/
+2
2017-10-05
usb: xhci: Add debugfs interface for xHCI driver
Lu Baolu
1
-3
/
+2
2017-06-20
Merge 4.12-rc6 into usb-next
Greg Kroah-Hartman
1
-2
/
+5
2017-06-15
xhci: remove endpoint ring cache
Mathias Nyman
1
-75
/
+6
2017-06-12
usb: xhci: Fix USB 3.1 supported protocol parsing
YD Tseng
1
-2
/
+5
2017-05-18
xhci: remove GFP_DMA flag from allocation
Matthias Lange
1
-1
/
+1
2017-05-18
usb: host: xhci-mem: allocate zeroed Scratchpad Buffer
Peter Chen
1
-1
/
+1
2017-05-17
USB: host: xhci: use max-port define
Johan Hovold
1
-3
/
+4
2017-04-19
usb: host: xhci: print correct command ring address
Peter Chen
1
-1
/
+1
2017-04-19
usb: host: xhci: delete sp_dma_buffers for scratchpad
Peter Chen
1
-14
/
+4
2017-04-19
usb: host: xhci: using correct specification chapter reference for DCBAAP
Peter Chen
1
-1
/
+1
2017-04-08
usb: xhci: bInterval quirk for TI TUSB73x0
Roger Quadros
1
-0
/
+11
2017-04-08
usb: xhci: remove enq_updates and deq_updates from ring
Lu Baolu
1
-3
/
+0
2017-04-08
usb: xhci: remove error messages for failed memory allocation
Lu Baolu
1
-1
/
+0
2017-04-08
usb: xhci: add xhci_log_ring trace events
Lu Baolu
1
-0
/
+4
2017-03-23
usb: xhci: use bus->sysdev for DMA configuration
Arnd Bergmann
1
-6
/
+6
2017-01-25
xhci: simplify how we store TDs in urb private data
Mathias Nyman
1
-4
/
+1
2017-01-25
usb: host: xhci: add xhci_virt_device tracer
Felipe Balbi
1
-0
/
+7
2017-01-25
usb: host: xhci: convert several if() to a single switch statement
Felipe Balbi
1
-4
/
+6
2017-01-25
usb: host: xhci: change pre-increments to post-increments
Felipe Balbi
1
-4
/
+4
2017-01-03
xhci: Fix race related to abort operation
OGAWA Hirofumi
1
-0
/
+1
2017-01-03
xhci: Use delayed_work instead of timer for command timeout
OGAWA Hirofumi
1
-4
/
+3
2017-01-03
xhci: free xhci virtual devices with leaf nodes first
Mathias Nyman
1
-2
/
+36
2016-11-18
Merge tag 'usb-for-v4.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba...
Greg Kroah-Hartman
1
-5
/
+5
2016-11-14
usb: xhci-mem: use passed in GFP flags instead of GFP_KERNEL
Dan Carpenter
1
-2
/
+2
2016-11-14
usb: xhci: remove the use of xhci->addr_dev
Lu Baolu
1
-1
/
+0
2016-11-14
usb: xhci: cleanup cmd_completion in xhci_virt_device
Lu Baolu
1
-1
/
+0
2016-11-03
usb: host: xhci: purge GET_MAX_PACKET()
Felipe Balbi
1
-2
/
+2
2016-11-03
usb: host: xhci: make use of new usb_endpoint_maxp_mult()
Felipe Balbi
1
-3
/
+3
2016-06-26
xhci: TD-fragment, align the unsplittable case with a bounce buffer
Mathias Nyman
1
-28
/
+46
2016-04-13
usb: xhci: fix wild pointers in xhci_mem_cleanup
Lu Baolu
1
-0
/
+6
2016-02-15
xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpoints
Mathias Nyman
1
-2
/
+11
2016-02-15
xhci: refactor and cleanup endpoint initialization.
Mathias Nyman
1
-94
/
+67
2016-02-04
xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devices
Mathias Nyman
1
-0
/
+3
2016-02-04
xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
Mathias Nyman
1
-3
/
+6
2015-12-02
usb : replace dma_pool_alloc and memset with dma_pool_zalloc
Saurabh Sengar
1
-4
/
+2
2015-12-01
xhci: rework xhci extended capability list parsing functions
Mathias Nyman
1
-46
/
+27
2015-12-01
xhci: use debug level when printing out interval rounding messages
Mathias Nyman
1
-1
/
+1
2015-10-04
xhci: drop null test before destroy functions
Julia Lawall
1
-8
/
+4
2015-10-04
xhci: parse xhci protocol speed ID list for usb 3.1 usage
Mathias Nyman
1
-1
/
+37
2015-09-22
xhci: init command timeout timer earlier to avoid deleting it uninitialized
Mathias Nyman
1
-6
/
+5
2015-09-22
xhci: change xhci 1.0 only restrictions to support xhci 1.1
Mathias Nyman
1
-3
/
+3
2015-08-04
drivers/usb: Delete XHCI command timer if necessary
Gavin Shan
1
-1
/
+2
2015-07-23
usb: xhci: Bugfix for NULL pointer deference in xhci_endpoint_init() function
AMAN DEEP
1
-1
/
+1
2015-01-09
xhci: clean up work to remove unused parameters for functions in xhci-mem.c
Lin Wang
1
-12
/
+9
[next]