summaryrefslogtreecommitdiffstats
path: root/drivers/ntb
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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