summaryrefslogtreecommitdiffstats
path: root/drivers/ntb
Commit message (Expand)AuthorAgeFilesLines
* ntb: ntb_hw_intel: link_poll isn't clearing the pending status properlyDave Jiang2017-02-161-1/+23
* ntb_transport: Pick an unused queueThomas VanSelus2017-02-161-1/+1
* ntb: ntb_perf missing dmaengine_unmap_putDave Jiang2017-02-161-0/+2
* NTB: ntb_transport: fix debugfs_remove_recursiveAllen Hubbe2017-02-161-2/+1
* ntb_transport: Remove unnecessary call to ntb_peer_spad_readSteve Wahl2016-12-231-1/+0
* NTB: Fix 'request_irq()' and 'free_irq()' inconsistancyChristophe JAILLET2016-12-232-2/+2
* ntb: fix SKX NTB config space size register offsetsDave Jiang2016-12-231-4/+4
* ntb_transport: Limit memory windows based on available, scratchpadsShyam Sundar S K2016-12-231-12/+16
* NTB: Register and offset values fix for memory windowShyam Sundar S K2016-12-231-10/+4
* NTB: add support for hotplug featureXiangliang Yu2016-12-232-2/+12
* ntb: Adding Skylake Xeon NTB supportDave Jiang2016-12-232-5/+703
* ntb_perf: potential info leak in debugfsDan Carpenter2016-11-131-3/+3
* ntb: ntb_hw_intel: init peer_addr in struct intel_ntb_devDave Jiang2016-11-131-0/+3
* ntb: make DMA_OUT_RESOURCE_TO HZ independentNicholas Mc Guire2016-11-131-1/+1
* ntb_transport: make DMA_OUT_RESOURCE_TO HZ independentNicholas Mc Guire2016-11-131-1/+1
* NTB: ntb_hw_intel: Fix typo in module parameter descriptionsWei Yongjun2016-11-131-6/+6
* ntb_pingpong: Fix db_init parameter descriptionWei Yongjun2016-11-131-1/+1
* ntb: add DMA error handling for RX DMADave Jiang2016-08-081-16/+67
* ntb: add DMA error handling for TX DMADave Jiang2016-08-081-27/+83
* NTB: ntb_hw_intel: use local variable pdevAllen Hubbe2016-08-051-5/+5
* NTB: ntb_hw_intel: show BAR size in debugfs infoAllen Hubbe2016-08-051-1/+38
* 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
* 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-052-4/+13
* ntb_tool: Add memory window debug supportLogan Gunthorpe2016-08-051-1/+257
* ntb_perf: Allow limiting the size of the memory windowsLogan Gunthorpe2016-08-051-0/+8
* NTB: allocate number transport entries depending on size of ring sizeDave Jiang2016-08-051-2/+27
* 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: Remove _addr functions from ntb_hw_amdAllen Hubbe2016-03-261-30/+0
* 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: stop link work when we do not have memoryDave Jiang2016-03-171-1/+8
* ntb: stop tasklet from spinning forever during shutdown.Dave Jiang2016-03-171-6/+16
* ntb: perf test: fix address space confusionArnd Bergmann2016-03-171-10/+11
* NTB: Fix macro parameter conflict with field nameAllen Hubbe2016-01-211-2/+3
* NTB: Add support for AMD PCI-Express Non-Transparent BridgeXiangliang Yu2016-01-216-0/+1370
* ntb: ntb perf toolDave Jiang2016-01-173-0/+757
* NTB: Address out of DMA descriptor issue with NTBDave Jiang2016-01-111-7/+41
* NTB: Clear property bits in BAR valueDave Jiang2016-01-112-2/+5
* NTB: ntb_process_tx error path bugJon Mason2016-01-111-1/+1
* NTB: fix 32-bit compiler warningArnd Bergmann2015-11-081-2/+2