summaryrefslogtreecommitdiffstats
path: root/drivers/ntb/test/ntb_perf.c
Commit message (Expand)AuthorAgeFilesLines
* NTB: ntb_perf: Fix address err in perf_copy_chunkJiasen Lin2020-03-131-10/+47
* ntb: point to right memory window indexSanjay R Mehta2019-09-231-1/+1
* 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
* 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_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: 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-9/+9
* 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-061-3/+3
* NTB: Alter MW API to support multi-ports devicesSerge Semin2017-07-061-4/+13
* NTB: Add indexed ports NTB APISerge Semin2017-07-061-0/+4
* 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_perf: clear link_is_up flag when the link goes down.Logan Gunthorpe2016-08-051-19/+9
* ntb_perf: Wait for link before running testLogan Gunthorpe2016-08-051-1/+4
* ntb_perf: Return results by reading the run fileLogan Gunthorpe2016-08-051-12/+55
* ntb_perf: Improve thread handling to increase robustnessLogan Gunthorpe2016-08-051-48/+76
* ntb_perf: Schedule based on time not on performanceLogan Gunthorpe2016-08-051-2/+4
* ntb_transport: Check the number of spads the hardware supportsLogan Gunthorpe2016-08-051-2/+6
* ntb_perf: Allow limiting the size of the memory windowsLogan Gunthorpe2016-08-051-0/+8
* NTB: Fix incorrect clean up routine in ntb_perfDave Jiang2016-03-211-18/+24
* NTB: Fix incorrect return check in ntb_perfDave Jiang2016-03-211-4/+3
* ntb: fix possible NULL dereferenceSudip Mukherjee2016-03-171-0/+2
* ntb: add missing setup of translation windowDave Jiang2016-03-171-0/+8
* ntb: perf test: fix address space confusionArnd Bergmann2016-03-171-10/+11
* ntb: ntb perf toolDave Jiang2016-01-171-0/+748