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
2022-03-03
usb: host: xhci: fix a comment typo in xhci_mem_init()
Linyu Yuan
1
-1
/
+1
2022-03-03
usb: host: xhci: use ffs() in xhci_mem_init()
Linyu Yuan
1
-5
/
+1
2022-03-03
xhci: make xhci_handshake timeout for xhci_reset() adjustable
Mathias Nyman
1
-1
/
+1
2022-02-24
xhci: omit mem read just after allocation of trb
Oliver Neukum
1
-1
/
+1
2022-02-17
usb: xhci: fix minmax.cocci warnings
kernel test robot
1
-2
/
+1
2022-02-17
xhci: Allocate separate command structures for each LPM command
Mathias Nyman
1
-7
/
+0
2021-06-17
xhci: solve a double free problem while doing s4
Zhangjiantao (Kirin, nanjing)
1
-0
/
+1
2021-06-17
xhci: Add adaptive interrupt rate for isoch TRBs with XHCI_AVOID_BEI quirk
Mathias Nyman
1
-0
/
+2
2021-04-06
xhci: check port array allocation was successful before dereferencing it
Mathias Nyman
1
-0
/
+3
2021-03-23
usb: xhci: Fix port minor revision
Thinh Nguyen
1
-0
/
+9
2021-03-10
usb: xhci-mtk: support to build xhci-mtk-hcd.ko
Chunfeng Yun
1
-1
/
+1
2021-01-29
xhci: remove xhci_stream_id_to_ring() helper
Mathias Nyman
1
-17
/
+0
2021-01-29
xhci: adjust parameters passed to cleanup_halted_endpoint()
Mathias Nyman
1
-0
/
+2
2021-01-29
xhci: Avoid parsing transfer events several times
Mathias Nyman
1
-0
/
+2
2020-11-02
Merge 5.10-rc2 into usb-next
Greg Kroah-Hartman
1
-2
/
+2
2020-10-29
xhci: Fix sizeof() mismatch
Colin Ian King
1
-2
/
+2
2020-10-28
usb: xhci: Remove in_interrupt() checks
Ahmed S. Darwish
1
-1
/
+1
2020-10-28
usb: host: xhci-mem: remove unneeded break
Tom Rix
1
-1
/
+0
2020-08-24
treewide: Use fallthrough pseudo-keyword
Gustavo A. R. Silva
1
-2
/
+2
2020-07-23
xhci: dbc: don't use generic xhci ring allocation functions for dbc.
Mathias Nyman
1
-2
/
+2
2020-07-23
xhci: Don't pass struct xhci_hcd pointer to xhci_link_seg()
Mathias Nyman
1
-11
/
+20
2020-07-09
usb: host: xhci-mem: Demote obvious misuse of kerneldoc to standard comment b...
Lee Jones
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-02-12
xhci: Fix memory leak when caching protocol extended capability PSI tables - ...
Mathias Nyman
1
-22
/
+37
2020-02-12
Revert "xhci: Fix memory leak when caching protocol extended capability PSI t...
Greg Kroah-Hartman
1
-36
/
+22
2020-02-10
xhci: Fix memory leak when caching protocol extended capability PSI tables
Mathias Nyman
1
-22
/
+36
2020-02-10
xhci: Force Maximum Packet size for Full-speed bulk devices to valid range.
Mathias Nyman
1
-3
/
+9
2019-12-11
xhci: Fix memory leak in xhci_add_in_port()
Mika Westerberg
1
-0
/
+4
2019-07-25
usb: host: Remove call to memset after dma_alloc_coherent
Fuqian Huang
1
-1
/
+0
2019-02-21
usb: xhci: fix build warning - missing prototype
Jean-Philippe Menil
1
-1
/
+1
2019-01-08
cross-tree: phase out dma_zalloc_coherent()
Luis Chamberlain
1
-4
/
+4
2018-12-07
xhci: move bus_state structure under the xhci_hub structure.
Mathias Nyman
1
-5
/
+5
2018-12-07
xhci: remove the unused sw_lpm_support
Zeng Tao
1
-16
/
+4
2018-09-10
usb: xhci: fix interrupt transfer error happened on MTK platforms
Chunfeng Yun
1
-0
/
+4
2018-07-06
xhci: xhci-mem: off by one in xhci_stream_id_to_ring()
Dan Carpenter
1
-1
/
+1
2018-06-25
xhci: Fix kernel oops in trace_xhci_free_virt_device
Zhengjun Xing
1
-2
/
+2
2018-06-13
treewide: kzalloc_node() -> kcalloc_node()
Kees Cook
1
-2
/
+2
2018-06-01
usb: xhci: force all memory allocations to node
Adam Wallis
1
-19
/
+38
2018-05-24
xhci: xhci-mem: remove port_arrays and the code initializing them
Mathias Nyman
1
-89
/
+11
2018-05-24
xhci: Create new structures to store xhci port information
Mathias Nyman
1
-1
/
+57
2018-03-16
xhci: zero usb device slot_id member when disabling and freeing a xhci slot
Mathias Nyman
1
-0
/
+2
2018-01-04
USB: host: Use zeroing memory allocator rather than allocator/memset
Himanshu Jha
1
-5
/
+2
2017-12-18
Merge 4.15-rc4 into usb-next
Greg Kroah-Hartman
1
-4
/
+18
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-08
usb: xhci: Cleanup printk debug message for registers
Lu Baolu
1
-4
/
+0
2017-12-08
usb: xhci: Make some static functions global
Lu Baolu
1
-39
/
+55
2017-12-08
xhci: remove unnecessary boolean parameter from xhci_alloc_command
Mathias Nyman
1
-15
/
+2
2017-12-08
xhci: add helper to allocate command with input context
Mathias Nyman
1
-2
/
+22
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
[next]