summaryrefslogtreecommitdiffstats
path: root/drivers/ntb/test
AgeCommit message (Expand)AuthorLines
10 daysMerge tag 'kmalloc_obj-treewide-v7.0-rc1' of git://git.kernel.org/pub/scm/lin...Linus Torvalds-1/+1
10 daystreewide: Replace kmalloc with kmalloc_obj for non-scalar typesKees Cook-1/+1
11 daysntb/ntb_tool: correct sscanf format for u64 and size_t in tool_peer_mw_trans_...yangqixiao-1/+1
2025-04-04Merge tag 'ntb-6.15' of https://github.com/jonmason/ntbLinus Torvalds-3/+1
2025-03-18ntb_perf: Delete duplicate dmaengine_unmap_put() call in perf_copy_chunk()Markus Elfring-3/+1
2025-02-18ntb: ntb_pingpong: Switch to use hrtimer_setup()Nam Cao-2/+1
2024-09-20ntb_perf: Fix printk formatMax Hawking-1/+1
2023-08-18NTB: ntb_tool: Switch to memdup_user_nul() helperRuan Jinjie-10/+3
2023-08-18dtivers: ntb: fix parameter check in perf_setup_dbgfs()Minjie Du-1/+1
2023-08-18ntb: Remove error checking for debugfs_create_dir()Wang Ming-2/+0
2023-07-08NTB: ntb_tool: Add check for devm_kcallocJiasheng Jiang-0/+2
2022-08-09NTB: ntb_tool: uninitialized heap data in tool_fn_write()Dan Carpenter-3/+5
2021-09-05ntb: ntb_pingpong: remove redundant initialization of variables msg_data and ...Colin Ian King-1/+1
2021-09-04NTB: perf: Fix an error code in perf_setup_inbuf()Yang Li-0/+1
2021-09-04NTB: Fix an error code in ntb_msit_probe()Yang Li-1/+3
2020-08-24NTB: Use struct_size() helper in devm_kzalloc()Gustavo A. R. Silva-4/+1
2020-06-05NTB: perf: Fix race condition when run with ntb_testLogan Gunthorpe-2/+8
2020-06-05NTB: perf: Fix support for hardware that doesn't have port numbersLogan Gunthorpe-0/+10
2020-06-05NTB: perf: Don't require one more memory window than number of peersLogan Gunthorpe-1/+1
2020-06-05NTB: ntb_pingpong: Choose doorbells based on port numberLogan Gunthorpe-8/+6
2020-06-05NTB: ntb_tool: reading the link file should not end in a NULL byteLogan Gunthorpe-2/+1
2020-06-05ntb_perf: avoid false dma unmap of destination addressSanjay R Mehta-9/+2
2020-06-05ntb_perf: increase sleep time from one milli sec to one secSanjay R Mehta-2/+2
2020-06-05ntb_tool: pass correct struct device to dma_alloc_coherentSanjay R Mehta-3/+3
2020-06-05ntb_perf: pass correct struct device to dma_alloc_coherentSanjay R Mehta-4/+4
2020-04-13NTB: Fix static check warning in perf_clear_testJiasen Lin-2/+2
2020-03-13ntb_tool: Fix printk formatHelge Deller-7/+7
2020-03-13NTB: ntb_perf: Fix address err in perf_copy_chunkJiasen Lin-10/+47
2019-10-16ntb: ntb_pingpong: no need to check the return value of debugfs callsGreg Kroah-Hartman-4/+1
2019-09-23ntb: point to right memory window indexSanjay R Mehta-1/+1
2019-07-21Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds-3/+454
2019-06-13NTB: Introduce NTB MSI Test ClientLogan Gunthorpe-0/+443
2019-06-13NTB: ntb_perf: Clear stale values in doorbell and command SPAD registerSanjay R Mehta-0/+8
2019-06-13NTB: ntb_perf: Disable NTB link after clearing peer XLAT registersSanjay R Mehta-2/+2
2019-06-13NTB: ntb_perf: Increased the number of message retries to 1000Sanjay R Mehta-1/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner-0/+2
2019-04-08drivers: Remove explicit invocations of mmiowb()Will Deacon-3/+0
2018-01-28NTB: ntb_perf: fix cast to restricted __le32Serge Semin-15/+13
2018-01-28ntb_perf: Fix an error code in perf_copy_chunk()Dan Carpenter-1/+2
2018-01-28NTB: ntb_tool: fix memory leak on 'buf' on error exit pathColin Ian King-1/+3
2018-01-28NTB: ntb_perf: fix printing of resource_size_tArnd Bergmann-2/+2
2018-01-28NTB: ntb_perf: Add full multi-port NTB API supportSerge Semin-601/+1219
2018-01-28NTB: ntb_tool: Add full multi-port NTB API supportSerge Semin-580/+1240
2018-01-28NTB: ntb_pp: Add full multi-port NTB API supportSerge Semin-165/+282
2018-01-28ntb: remove unneeded DRIVER_LICENSE #definesGreg Kroah-Hartman-6/+3
2017-11-21treewide: setup_timer() -> timer_setup()Kees Cook-4/+4
2017-11-18NTB: Ensure ntb_mw_get_align() is only called when the link is upLogan Gunthorpe-12/+12
2017-07-17ntb: use correct mw_count function in ntb_tool and ntb_transportLogan Gunthorpe-1/+1
2017-07-06ntb: Add error path/handling to Debug FS entry creationGary R Hook-7/+13
2017-07-06ntb: Add more debugfs support for ntb_perf testing optionsGary R Hook-0/+28