summaryrefslogtreecommitdiffstats
path: root/drivers/ntb/hw
Commit message (Expand)AuthorAgeFilesLines
...
* ntb: intel: remove b2b memory window workaround for Skylake NTBDave Jiang2017-11-191-73/+2Star
* NTB: make idt_89hpes_cfg constBhumika Goyal2017-11-191-8/+8
* NTB: switchtec_ntb: Add memory window supportLogan Gunthorpe2017-11-191-3/+210
* NTB: switchtec_ntb: Implement scratchpad registersLogan Gunthorpe2017-11-191-2/+73
* NTB: switchtec_ntb: Implement doorbell registersLogan Gunthorpe2017-11-191-4/+85
* NTB: switchtec_ntb: Add link managementLogan Gunthorpe2017-11-191-1/+129
* NTB: switchtec_ntb: Add skeleton NTB driverLogan Gunthorpe2017-11-191-1/+147
* NTB: switchtec_ntb: Initialize hardware for doorbells and messagesLogan Gunthorpe2017-11-191-0/+142
* NTB: switchtec_ntb: Initialize hardware for memory windowsLogan Gunthorpe2017-11-191-0/+360
* NTB: switchtec_ntb: Introduce initial NTB driverLogan Gunthorpe2017-11-195-0/+93
* 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/+95Star
* ntb_hw_amd: Style fixes: open code macros that just obfuscate codeLogan Gunthorpe2017-07-062-29/+29
* NTB: Alter Scratchpads API to support multi-ports devicesSerge Semin2017-07-062-14/+14
* NTB: Alter MW API to support multi-ports devicesSerge Semin2017-07-062-37/+121
* NTB: Alter link-state API to support multi-port devicesSerge Semin2017-07-062-2/+2
* ntb: ntb_hw_intel: Skylake doorbells should be 32bits, not 64bitsDave Jiang2017-06-191-1/+1
* ntb: ntb_hw_intel: link_poll isn't clearing the pending status properlyDave Jiang2017-02-171-1/+23
* 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: Register and offset values fix for memory windowShyam Sundar S K2016-12-231-10/+4Star
* NTB: add support for hotplug featureXiangliang Yu2016-12-232-2/+12
* ntb: Adding Skylake Xeon NTB supportDave Jiang2016-12-232-5/+703
* ntb: ntb_hw_intel: init peer_addr in struct intel_ntb_devDave Jiang2016-11-131-0/+3
* NTB: ntb_hw_intel: Fix typo in module parameter descriptionsWei Yongjun2016-11-131-6/+6
* 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: Remove _addr functions from ntb_hw_amdAllen Hubbe2016-03-261-30/+0Star
* NTB: Fix macro parameter conflict with field nameAllen Hubbe2016-01-221-2/+3
* NTB: Add support for AMD PCI-Express Non-Transparent BridgeXiangliang Yu2016-01-226-0/+1370
* NTB: Clear property bits in BAR valueDave Jiang2016-01-112-2/+5
* NTB: unify translation addressesDave Jiang2015-11-082-18/+13Star
* NTB: Fix range check on memory window indexAllen Hubbe2015-09-071-1/+1
* NTB: Improve index handling in B2B MW workaroundAllen Hubbe2015-09-071-6/+16
* NTB: Add PCI Device IDs for Broadwell XeonDave Jiang2015-09-072-0/+18
* NTB: Add split BAR output for debugfs statsDave Jiang2015-07-041-15/+68
* NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang2015-07-041-8/+16
* NTB: Print driver name and version in module initDave Jiang2015-07-041-0/+4
* NTB: Rename Intel code names to platform namesDave Jiang2015-07-042-455/+455
* NTB: Use NUMA memory in Intel driverAllen Hubbe2015-07-041-6/+12
* NTB: Add parameters for Intel SNB B2B addressesAllen Hubbe2015-07-041-19/+58
* NTB: Check the device ID to set errata flagsDave Jiang2015-07-041-5/+44
* NTB: Enable link for Intel root port mode in probeDave Jiang2015-07-041-0/+10
* NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe2015-07-046-1751/+1939
* NTB: Move files in preparation for NTB abstractionAllen Hubbe2015-07-022-0/+2279