summaryrefslogtreecommitdiff
path: root/drivers/ntb/hw/intel/ntb_hw_intel.c
AgeCommit message (Expand)AuthorFilesLines
2018-06-11ntb: intel: split out the gen3 codeDave Jiang1-2693/+0
2018-06-11ntb: intel: header definitions refactorDave Jiang1-0/+2
2018-01-28NTB: Set dma mask and dma coherent mask to NTB devicesSerge Semin1-0/+4
2018-01-28ntb: remove Intel Atom NTB driver supportDave Jiang1-305/+4
2017-11-18ntb: intel: remove b2b memory window workaround for Skylake NTBDave Jiang1-73/+2
2017-07-06ntb_hw_intel: Style fixes: open code macros that just obfuscate codeLogan Gunthorpe1-97/+95
2017-07-06NTB: Alter Scratchpads API to support multi-ports devicesSerge Semin1-7/+7
2017-07-06NTB: Alter MW API to support multi-ports devicesSerge Semin1-20/+70
2017-07-06NTB: Alter link-state API to support multi-port devicesSerge Semin1-1/+1
2017-06-19ntb: ntb_hw_intel: Skylake doorbells should be 32bits, not 64bitsDave Jiang1-1/+1
2017-02-16ntb: ntb_hw_intel: link_poll isn't clearing the pending status properlyDave Jiang1-1/+23
2016-12-23NTB: Fix 'request_irq()' and 'free_irq()' inconsistancyChristophe JAILLET1-1/+1
2016-12-23ntb: Adding Skylake Xeon NTB supportDave Jiang1-5/+655
2016-11-13ntb: ntb_hw_intel: init peer_addr in struct intel_ntb_devDave Jiang1-0/+3
2016-11-13NTB: ntb_hw_intel: Fix typo in module parameter descriptionsWei Yongjun1-6/+6
2016-08-05NTB: ntb_hw_intel: use local variable pdevAllen Hubbe1-5/+5
2016-08-05NTB: ntb_hw_intel: show BAR size in debugfs infoAllen Hubbe1-1/+38
2016-01-11NTB: Clear property bits in BAR valueDave Jiang1-2/+2
2015-11-08NTB: unify translation addressesDave Jiang1-8/+8
2015-09-07NTB: Fix range check on memory window indexAllen Hubbe1-1/+1
2015-09-07NTB: Improve index handling in B2B MW workaroundAllen Hubbe1-6/+16
2015-09-07NTB: Add PCI Device IDs for Broadwell XeonDave Jiang1-0/+15
2015-07-04NTB: Add split BAR output for debugfs statsDave Jiang1-15/+68
2015-07-04NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang1-8/+16
2015-07-04NTB: Print driver name and version in module initDave Jiang1-0/+4
2015-07-04NTB: Rename Intel code names to platform namesDave Jiang1-310/+310
2015-07-04NTB: Use NUMA memory in Intel driverAllen Hubbe1-6/+12
2015-07-04NTB: Add parameters for Intel SNB B2B addressesAllen Hubbe1-19/+58
2015-07-04NTB: Check the device ID to set errata flagsDave Jiang1-5/+44
2015-07-04NTB: Enable link for Intel root port mode in probeDave Jiang1-0/+10
2015-07-04NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe1-1426/+1647
2015-07-02NTB: Move files in preparation for NTB abstractionAllen Hubbe1-0/+1894