summaryrefslogtreecommitdiffstats
path: root/drivers/ntb/hw/intel
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'ntb-5.3' of git://github.com/jonmason/ntbLinus Torvalds2019-07-211-3/+3
|\
| * ntb: intel: Make intel_ntb3_peer_db_addr staticYueHaibing2019-06-131-3/+3
* | treewide: Add SPDX license identifier - Makefile/KconfigThomas Gleixner2019-05-212-0/+2
|/
* Merge tag 'ntb-5.1' of git://github.com/jonmason/ntbLinus Torvalds2019-03-153-9/+54
|\
| * NTB: add new parameter to peer_db_addr() db_bit and db_dataLeonid Ravich2019-02-133-9/+54
* | ntb: ntb_hw_intel: use io-64-nonatomic instead of in-driver hacksLogan Gunthorpe2019-01-221-29/+1
|/
* ntb: intel: fix return value for ndev_vec_mask()Dave Jiang2018-10-311-1/+1
* Merge tag 'overflow-v4.18-rc1-part2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2018-06-121-2/+2
|\
| * treewide: kzalloc_node() -> kcalloc_node()Kees Cook2018-06-121-2/+2
* | 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: Set dma mask and dma coherent mask to NTB devicesSerge Semin2018-01-281-0/+4
* ntb: remove Intel Atom NTB driver supportDave Jiang2018-01-282-363/+4
* ntb: intel: remove b2b memory window workaround for Skylake NTBDave Jiang2017-11-181-73/+2
* ntb_hw_intel: Style fixes: open code macros that just obfuscate codeLogan Gunthorpe2017-07-062-100/+95
* NTB: Alter Scratchpads API to support multi-ports devicesSerge Semin2017-07-061-7/+7
* NTB: Alter MW API to support multi-ports devicesSerge Semin2017-07-061-20/+70
* NTB: Alter link-state API to support multi-port devicesSerge Semin2017-07-061-1/+1
* 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-161-1/+23
* NTB: Fix 'request_irq()' and 'free_irq()' inconsistancyChristophe JAILLET2016-12-231-1/+1
* ntb: fix SKX NTB config space size register offsetsDave Jiang2016-12-231-4/+4
* 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: Fix macro parameter conflict with field nameAllen Hubbe2016-01-211-2/+3
* NTB: Clear property bits in BAR valueDave Jiang2016-01-112-2/+5
* NTB: unify translation addressesDave Jiang2015-11-082-18/+13
* 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-044-1751/+1937
* NTB: Move files in preparation for NTB abstractionAllen Hubbe2015-07-022-0/+2279