Gitiles
Code Review
Sign In
review.shift-gmbh.com
/
SHIFTPHONES
/
mainline
/
linux
/
cd7a88113d102e42320b897c306bb52018669a21
/
drivers
/
ntb
/
test
34d8673
NTB: perf: Fix race condition when run with ntb_test
by Logan Gunthorpe
· 6 years ago
b54369a
NTB: perf: Fix support for hardware that doesn't have port numbers
by Logan Gunthorpe
· 6 years ago
a9c4211
NTB: perf: Don't require one more memory window than number of peers
by Logan Gunthorpe
· 6 years ago
ca93c45
NTB: ntb_pingpong: Choose doorbells based on port number
by Logan Gunthorpe
· 6 years ago
912e128
NTB: ntb_tool: reading the link file should not end in a NULL byte
by Logan Gunthorpe
· 6 years ago
9cb8bfd
ntb_perf: avoid false dma unmap of destination address
by Sanjay R Mehta
· 4 years, 8 months ago
d769966
ntb_perf: increase sleep time from one milli sec to one sec
by Sanjay R Mehta
· 4 years, 8 months ago
433efe7
ntb_tool: pass correct struct device to dma_alloc_coherent
by Sanjay R Mehta
· 4 years, 8 months ago
98f4e14
ntb_perf: pass correct struct device to dma_alloc_coherent
by Sanjay R Mehta
· 4 years, 8 months ago
a0348a4
NTB: Fix static check warning in perf_clear_test
by Jiasen Lin
· 4 years, 9 months ago
2ef97a6
ntb_tool: Fix printk format
by Helge Deller
· 5 years ago
99a0605
NTB: ntb_perf: Fix address err in perf_copy_chunk
by Jiasen Lin
· 5 years ago
be57673
ntb: ntb_pingpong: no need to check the return value of debugfs calls
by Greg Kroah-Hartman
· 5 years ago
ae89339
ntb: point to right memory window index
by Sanjay R Mehta
· 6 years ago
bec5545
Merge tag 'ntb-5.3' of git://github.com/jonmason/ntb
by Linus Torvalds
· 5 years ago
a6bed7a
NTB: Introduce NTB MSI Test Client
by Logan Gunthorpe
· 6 years ago
12c023d
NTB: ntb_perf: Clear stale values in doorbell and command SPAD register
by Sanjay R Mehta
· 6 years ago
b1ee599
NTB: ntb_perf: Disable NTB link after clearing peer XLAT registers
by Sanjay R Mehta
· 6 years ago
8b2f033
NTB: ntb_perf: Increased the number of message retries to 1000
by Sanjay R Mehta
· 6 years ago
ec8f24b
treewide: Add SPDX license identifier - Makefile/Kconfig
by Thomas Gleixner
· 6 years ago
fb24ea5
drivers: Remove explicit invocations of mmiowb()
by Will Deacon
· 6 years ago
3b28c98
NTB: ntb_perf: fix cast to restricted __le32
by Serge Semin
· 7 years ago
cd20dc3
ntb_perf: Fix an error code in perf_copy_chunk()
by Dan Carpenter
· 7 years ago
2e2bc5a
NTB: ntb_tool: fix memory leak on 'buf' on error exit path
by Colin Ian King
· 7 years ago
1536dc0
NTB: ntb_perf: fix printing of resource_size_t
by Arnd Bergmann
· 7 years ago
5648e56
NTB: ntb_perf: Add full multi-port NTB API support
by Serge Semin
· 7 years ago
7f46c8b
NTB: ntb_tool: Add full multi-port NTB API support
by Serge Semin
· 7 years ago
c7aeb0a
NTB: ntb_pp: Add full multi-port NTB API support
by Serge Semin
· 7 years ago
0ed08f8
ntb: remove unneeded DRIVER_LICENSE #defines
by Greg Kroah-Hartman
· 7 years ago
e99e88a
treewide: setup_timer() -> timer_setup()
by Kees Cook
· 7 years ago
980c41c
NTB: Ensure ntb_mw_get_align() is only called when the link is up
by Logan Gunthorpe
· 7 years ago
bc240ee
ntb: use correct mw_count function in ntb_tool and ntb_transport
by Logan Gunthorpe
· 8 years ago
32e0f5b
ntb: Add error path/handling to Debug FS entry creation
by Gary R Hook
· 8 years ago
8407dd6
ntb: Add more debugfs support for ntb_perf testing options
by Gary R Hook
· 8 years ago
0b93a6d
ntb: Remove debug-fs variables from the context structure
by Gary R Hook
· 8 years ago
e9410ff
ntb: Add a module option to control affinity of DMA channels
by Gary R Hook
· 8 years ago
d67288a
NTB: Alter Scratchpads API to support multi-ports devices
by Serge Semin
· 8 years ago
443b9a1
NTB: Alter MW API to support multi-ports devices
by Serge Semin
· 8 years ago
1e53011
NTB: Add indexed ports NTB API
by Serge Semin
· 8 years ago
94fc795
ntb: Correct modinfo usage statement for ntb_perf
by Gary R Hook
· 8 years ago
9644347
ntb: ntb_perf missing dmaengine_unmap_put
by Dave Jiang
· 8 years ago
819baf8
ntb_perf: potential info leak in debugfs
by Dan Carpenter
· 8 years ago
cdc0898
ntb: make DMA_OUT_RESOURCE_TO HZ independent
by Nicholas Mc Guire
· 8 years ago
cedecbc
ntb_pingpong: Fix db_init parameter description
by Wei Yongjun
· 8 years ago
35539b5
ntb_perf: clear link_is_up flag when the link goes down.
by Logan Gunthorpe
· 9 years ago
20572ee
ntb_pingpong: Add a debugfs file to get the ping count
by Logan Gunthorpe
· 9 years ago
bfcaa39
ntb_tool: Add link status and files to debugfs
by Logan Gunthorpe
· 9 years ago
717146a
ntb_tool: Postpone memory window initialization for the user
by Logan Gunthorpe
· 9 years ago
26dc638
ntb_perf: Wait for link before running test
by Logan Gunthorpe
· 9 years ago
58fd0f3
ntb_perf: Return results by reading the run file
by Logan Gunthorpe
· 9 years ago
da573ea
ntb_perf: Improve thread handling to increase robustness
by Logan Gunthorpe
· 9 years ago
fd2ecd8
ntb_perf: Schedule based on time not on performance
by Logan Gunthorpe
· 9 years ago
19645a0
ntb_transport: Check the number of spads the hardware supports
by Logan Gunthorpe
· 9 years ago
8b71d28
ntb_tool: Add memory window debug support
by Logan Gunthorpe
· 9 years ago
4aae977
ntb_perf: Allow limiting the size of the memory windows
by Logan Gunthorpe
· 9 years ago
625f080
ntb_tool: BUG: Ensure the buffer size is large enough to return all spads
by Logan Gunthorpe
· 9 years ago
c792eba
ntb_tool: Fix infinite loop bug when writing spad/peer_spad file
by Logan Gunthorpe
· 9 years ago
838850e
NTB: Fix incorrect clean up routine in ntb_perf
by Dave Jiang
· 9 years ago
ddc8f6f
NTB: Fix incorrect return check in ntb_perf
by Dave Jiang
· 9 years ago
2572c7f
ntb: fix possible NULL dereference
by Sudip Mukherjee
· 9 years ago
ee5f750
ntb: add missing setup of translation window
by Dave Jiang
· 9 years ago
1985a88
ntb: perf test: fix address space confusion
by Arnd Bergmann
· 9 years ago
8a7b6a7
ntb: ntb perf tool
by Dave Jiang
· 9 years ago
578b881
NTB: Add tool test client
by Allen Hubbe
· 10 years ago
963de47
NTB: Add ping pong test client
by Allen Hubbe
· 10 years ago