summaryrefslogtreecommitdiffstats
path: root/drivers/ntb
Commit message (Expand)AuthorAgeFilesLines
* NTB: hw: amd: fix an issue about leak system resourcesKaige Li2020-10-291-0/+1
* NTB: Fix the default port and peer numbers for legacy driversLogan Gunthorpe2020-06-251-6/+2
* NTB: ntb_hw_idt: replace IS_ERR_OR_NULL with regular NULL checksGustavo A. R. Silva2020-01-271-4/+4
* ntb: intel: fix return value for ndev_vec_mask()Dave Jiang2019-12-011-1/+1
* ntb_transport: Fix bug with max_mw_size parameterLogan Gunthorpe2018-04-261-0/+3
* ntb: transport shouldn't disable link due to bogus values in SPADsDave Jiang2017-08-011-3/+1
* ntb: use correct mw_count function in ntb_tool and ntb_transportLogan Gunthorpe2017-07-172-2/+2
* 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: Add IDT 89HPESxNTx PCIe-switches supportSerge Semin2017-07-066-0/+3895
* ntb_hw_intel: Style fixes: open code macros that just obfuscate codeLogan Gunthorpe2017-07-062-100/+95
* ntb_hw_amd: Style fixes: open code macros that just obfuscate codeLogan Gunthorpe2017-07-062-29/+29
* NTB: Add Messaging NTB APISerge Semin2017-07-061-0/+13
* NTB: Alter Scratchpads API to support multi-ports devicesSerge Semin2017-07-066-29/+49
* NTB: Alter MW API to support multi-ports devicesSerge Semin2017-07-066-62/+179
* NTB: Alter link-state API to support multi-port devicesSerge Semin2017-07-062-2/+2
* NTB: Add indexed ports NTB APISerge Semin2017-07-065-0/+75
* ntb: no sleep in ntb_async_tx_submitAllen Hubbe2017-06-191-43/+7
* ntb: ntb_hw_intel: Skylake doorbells should be 32bits, not 64bitsDave Jiang2017-06-191-1/+1
* ntb_transport: fix bug calculating num_qps_mwLogan Gunthorpe2017-06-191-2/+2
* ntb_transport: fix qp count bugLogan Gunthorpe2017-06-191-2/+2
* ntb: Correct modinfo usage statement for ntb_perfGary R Hook2017-06-191-2/+2
* 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