summaryrefslogtreecommitdiffstats
path: root/drivers/ntb/test/ntb_tool.c
Commit message (Expand)AuthorAgeFilesLines
* NTB: ntb_tool: reading the link file should not end in a NULL byteLogan Gunthorpe2020-06-051-2/+1
* ntb_tool: pass correct struct device to dma_alloc_coherentSanjay R Mehta2020-06-051-3/+3
* ntb_tool: Fix printk formatHelge Deller2020-03-131-7/+7
* NTB: ntb_tool: fix memory leak on 'buf' on error exit pathColin Ian King2018-01-281-1/+3
* NTB: ntb_tool: Add full multi-port NTB API supportSerge Semin2018-01-281-580/+1240
* ntb: remove unneeded DRIVER_LICENSE #definesGreg Kroah-Hartman2018-01-281-2/+1
* NTB: Ensure ntb_mw_get_align() is only called when the link is upLogan Gunthorpe2017-11-181-3/+3
* ntb: use correct mw_count function in ntb_tool and ntb_transportLogan Gunthorpe2017-07-171-1/+1
* NTB: Alter Scratchpads API to support multi-ports devicesSerge Semin2017-07-061-3/+18
* NTB: Alter MW API to support multi-ports devicesSerge Semin2017-07-061-16/+27
* NTB: Add indexed ports NTB APISerge Semin2017-07-061-0/+5
* 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_tool: Add memory window debug supportLogan Gunthorpe2016-08-051-1/+257
* ntb_tool: BUG: Ensure the buffer size is large enough to return all spadsLogan Gunthorpe2016-08-051-2/+8
* ntb_tool: Fix infinite loop bug when writing spad/peer_spad fileLogan Gunthorpe2016-08-051-4/+5
* NTB: Add tool test clientAllen Hubbe2015-07-041-0/+556