summaryrefslogtreecommitdiffstats
path: root/drivers/ntb
Commit message (Expand)AuthorAgeFilesLines
* 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
* ntb: remove unneeded DRIVER_LICENSE #definesGreg Kroah-Hartman2018-01-284-8/+4
* NTB: ntb_hw_switchtec: Fix peer BAR bug in switchtec_ntb_init_shared_mwDoug Meyer2018-01-281-4/+5
* treewide: setup_timer() -> timer_setup()Kees Cook2017-11-211-4/+4
* ntb: intel: remove b2b memory window workaround for Skylake NTBDave Jiang2017-11-181-73/+2
* NTB: make idt_89hpes_cfg constBhumika Goyal2017-11-181-8/+8
* NTB: switchtec_ntb: Add memory window supportLogan Gunthorpe2017-11-181-3/+210
* NTB: switchtec_ntb: Implement scratchpad registersLogan Gunthorpe2017-11-181-2/+73
* NTB: switchtec_ntb: Implement doorbell registersLogan Gunthorpe2017-11-181-4/+85
* NTB: switchtec_ntb: Add link managementLogan Gunthorpe2017-11-181-1/+129
* NTB: switchtec_ntb: Add skeleton NTB driverLogan Gunthorpe2017-11-181-1/+147
* NTB: switchtec_ntb: Initialize hardware for doorbells and messagesLogan Gunthorpe2017-11-181-0/+142
* NTB: switchtec_ntb: Initialize hardware for memory windowsLogan Gunthorpe2017-11-181-0/+360
* NTB: switchtec_ntb: Introduce initial NTB driverLogan Gunthorpe2017-11-185-0/+93
* NTB: Ensure ntb_mw_get_align() is only called when the link is upLogan Gunthorpe2017-11-183-22/+22
* 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
OpenPOWER on IntegriCloud