summaryrefslogtreecommitdiffstats
path: root/drivers/ntb/test
Commit message (Expand)AuthorAgeFilesLines
* NTB: Use struct_size() helper in devm_kzalloc()Gustavo A. R. Silva2020-08-241-4/+1
* NTB: perf: Fix race condition when run with ntb_testLogan Gunthorpe2020-06-051-2/+8
* NTB: perf: Fix support for hardware that doesn't have port numbersLogan Gunthorpe2020-06-051-0/+10
* NTB: perf: Don't require one more memory window than number of peersLogan Gunthorpe2020-06-051-1/+1
* NTB: ntb_pingpong: Choose doorbells based on port numberLogan Gunthorpe2020-06-051-8/+6
* NTB: ntb_tool: reading the link file should not end in a NULL byteLogan Gunthorpe2020-06-051-2/+1
* ntb_perf: avoid false dma unmap of destination addressSanjay R Mehta2020-06-051-9/+2
* ntb_perf: increase sleep time from one milli sec to one secSanjay R Mehta2020-06-051-2/+2
* ntb_tool: pass correct struct device to dma_alloc_coherentSanjay R Mehta2020-06-051-3/+3
* ntb_perf: pass correct struct device to dma_alloc_coherentSanjay R Mehta2020-06-051-4/+4
* NTB: Fix static check warning in perf_clear_testJiasen Lin2020-04-131-2/+2
* ntb_tool: Fix printk formatHelge Deller2020-03-131-7/+7
* NTB: ntb_perf: Fix address err in perf_copy_chunkJiasen Lin2020-03-131-10/+47
* ntb: ntb_pingpong: no need to check the return value of debugfs callsGreg Kroah-Hartman2019-10-161-4/+1
* ntb: point to right memory window indexSanjay R Mehta2019-09-231-1/+1
* Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds2019-07-214-3/+454
|\
| * NTB: Introduce NTB MSI Test ClientLogan Gunthorpe2019-06-133-0/+443
| * NTB: ntb_perf: Clear stale values in doorbell and command SPAD registerSanjay R Mehta2019-06-131-0/+8
| * NTB: ntb_perf: Disable NTB link after clearing peer XLAT registersSanjay R Mehta2019-06-131-2/+2
| * NTB: ntb_perf: Increased the number of message retries to 1000Sanjay R Mehta2019-06-131-1/+1
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* drivers: Remove explicit invocations of mmiowb()Will Deacon2019-04-081-3/+0
* NTB: ntb_perf: fix cast to restricted __le32Serge Semin2018-01-281-15/+13
* ntb_perf: Fix an error code in perf_copy_chunk()Dan Carpenter2018-01-281-1/+2
* NTB: ntb_tool: fix memory leak on 'buf' on error exit pathColin Ian King2018-01-281-1/+3
* NTB: ntb_perf: fix printing of resource_size_tArnd Bergmann2018-01-281-2/+2
* NTB: ntb_perf: Add full multi-port NTB API supportSerge Semin2018-01-281-601/+1219
* NTB: ntb_tool: Add full multi-port NTB API supportSerge Semin2018-01-281-580/+1240
* NTB: ntb_pp: Add full multi-port NTB API supportSerge Semin2018-01-281-165/+282
* ntb: remove unneeded DRIVER_LICENSE #definesGreg Kroah-Hartman2018-01-283-6/+3
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+4
* NTB: Ensure ntb_mw_get_align() is only called when the link is upLogan Gunthorpe2017-11-182-12/+12
* ntb: use correct mw_count function in ntb_tool and ntb_transportLogan Gunthorpe2017-07-171-1/+1
* ntb: Add error path/handling to Debug FS entry creationGary R Hook2017-07-061-7/+13
* ntb: Add more debugfs support for ntb_perf testing optionsGary R Hook2017-07-061-0/+28
* ntb: Remove debug-fs variables from the context structureGary R Hook2017-07-061-14/+14
* ntb: Add a module option to control affinity of DMA channelsGary R Hook2017-07-061-4/+12
* NTB: Alter Scratchpads API to support multi-ports devicesSerge Semin2017-07-063-7/+28
* NTB: Alter MW API to support multi-ports devicesSerge Semin2017-07-062-20/+40
* NTB: Add indexed ports NTB APISerge Semin2017-07-063-0/+15
* ntb: Correct modinfo usage statement for ntb_perfGary R Hook2017-06-191-2/+2
* ntb: ntb_perf missing dmaengine_unmap_putDave Jiang2017-02-161-0/+2
* ntb_perf: potential info leak in debugfsDan Carpenter2016-11-131-3/+3
* ntb: make DMA_OUT_RESOURCE_TO HZ independentNicholas Mc Guire2016-11-131-1/+1
* ntb_pingpong: Fix db_init parameter descriptionWei Yongjun2016-11-131-1/+1
* ntb_perf: clear link_is_up flag when the link goes down.Logan Gunthorpe2016-08-051-19/+9
* ntb_pingpong: Add a debugfs file to get the ping countLogan Gunthorpe2016-08-051-1/+61
* ntb_tool: Add link status and files to debugfsLogan Gunthorpe2016-08-051-0/+92
* ntb_tool: Postpone memory window initialization for the userLogan Gunthorpe2016-08-051-138/+228
* ntb_perf: Wait for link before running testLogan Gunthorpe2016-08-051-1/+4