summaryrefslogtreecommitdiffstats
path: root/drivers/ntb
Commit message (Expand)AuthorAgeFilesLines
* NTB: ntb_tool: uninitialized heap data in tool_fn_write()Dan Carpenter2022-08-251-3/+5
* NTB: perf: Fix an error code in perf_setup_inbuf()Yang Li2021-09-221-0/+1
* NTB: hw: amd: fix an issue about leak system resourcesKaige Li2020-10-301-0/+1
* NTB: perf: Fix race condition when run with ntb_testLogan Gunthorpe2020-06-251-2/+8
* NTB: perf: Fix support for hardware that doesn't have port numbersLogan Gunthorpe2020-06-251-0/+10
* NTB: perf: Don't require one more memory window than number of peersLogan Gunthorpe2020-06-251-1/+1
* NTB: Revert the change to use the NTB device dev for DMA allocationsLogan Gunthorpe2020-06-251-1/+0
* NTB: ntb_tool: reading the link file should not end in a NULL byteLogan Gunthorpe2020-06-251-2/+1
* ntb_tool: pass correct struct device to dma_alloc_coherentSanjay R Mehta2020-06-251-3/+3
* ntb_perf: pass correct struct device to dma_alloc_coherentSanjay R Mehta2020-06-251-4/+4
* NTB: Fix the default port and peer numbers for legacy driversLogan Gunthorpe2020-06-251-6/+2
* NTB: ntb_pingpong: Choose doorbells based on port numberLogan Gunthorpe2020-06-251-8/+6
* ntb_hw_switchtec: potential shift wrapping bug in switchtec_ntb_init_sndev()Dan Carpenter2020-01-271-1/+1
* ntb_hw_switchtec: debug print 64bit aligned crosslink BAR NumbersPaul Selles2020-01-271-1/+1
* 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: point to right memory window indexSanjay R Mehta2019-10-111-1/+1
* switchtec: Use generic PCI Vendor ID and Class CodeDoug Meyer2018-06-291-1/+2
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-123-6/+6
|\
| * treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-123-6/+6
* | ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_creat...Jia-Ju Bai2018-06-111-2/+2
* | ntb: ntb_transport: Replace GFP_ATOMIC with GFP_KERNEL in ntb_transport_setup...Jia-Ju Bai2018-06-111-1/+1
* | NTB: ntb_hw_idt: fix typo 'can by' to 'can be'Wolfram Sang2018-06-111-1/+1
* | ntb: intel: change references of skx to gen3Dave Jiang2018-06-114-130/+126
* | ntb: intel: split out the gen3 codeDave Jiang2018-06-116-657/+754
* | ntb: intel: header definitions refactorDave Jiang2018-06-114-142/+237
|/
* 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_hw_switchtec: Make function switchtec_ntb_remove() staticWei Yongjun2018-01-281-2/+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_hw_idt: Set NTB_TOPO_SWITCH topologySerge Semin2018-01-281-1/+1
* 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: Set dma mask and dma coherent mask to NTB devicesSerge Semin2018-01-284-2/+15
* NTB: Rename NTB messaging API methodsSerge Semin2018-01-281-15/+12
* ntb_hw_switchtec: fix logic errorArnd Bergmann2018-01-281-1/+1
* ntb_hw_switchtec: Check for alignment of the buffer in mw_set_trans()Logan Gunthorpe2018-01-281-0/+13
* ntb_transport: Fix bug with max_mw_size parameterLogan Gunthorpe2018-01-281-0/+3
* ntb_hw_switchtec: Force down the link before initializingLogan Gunthorpe2018-01-281-7/+50
* ntb_hw_switchtec: Crosslink doorbells and messagesLogan Gunthorpe2018-01-281-10/+55
* ntb_hw_switchtec: Add initialization code for crosslinkLogan Gunthorpe2018-01-281-5/+197
* ntb_hw_switchtec: Make switchtec_ntb_init_req_id_table() more generalLogan Gunthorpe2018-01-281-36/+56
* ntb_hw_switchtec: Create helper function to setup reserved LUT MWsLogan Gunthorpe2018-01-281-29/+43
* ntb_hw_switchtec: Keep track of the number of LUT windows used by the driverLogan Gunthorpe2018-01-281-4/+8
* ntb_hw_switchtec: Allow using Switchtec NTB in multi-partition setupsKelvin Cao2018-01-281-9/+48
* NTB: switchtec_ntb: Add new line on appropriate printksJon Mason2018-01-281-21/+21
* NTB: switchtec_ntb: fix spelling mistake: "peforming" -> "performing"Colin Ian King2018-01-281-1/+1
* ntb: remove Intel Atom NTB driver supportDave Jiang2018-01-282-363/+4