summaryrefslogtreecommitdiffstats
path: root/drivers/ntb/hw/intel
Commit message (Expand)AuthorAgeFilesLines
* ntb: intel: Remove redundant pci_clear_masterCai Huoqing2023-07-081-2/+0
* ntb: intel: Fix error handling in intel_ntb_pci_driver_init()Yuan Can2023-07-081-1/+6
* ntb: intel: add GNR support for Intel PCIe gen5 NTBDave Jiang2022-08-093-5/+16
* ntb: intel: fix port config status offset for SPRDave Jiang2022-01-282-1/+32
* NTB: switch from 'pci_' to 'dma_' APIChristophe JAILLET2021-09-051-10/+2
* ntb: intel: remove invalid email address in header commentDave Jiang2021-09-041-3/+0
* ntb: intel: add Intel NTB LTR vendor support for gen4 NTBDave Jiang2020-12-063-1/+42
* ntb: intel: Fix memleak in intel_ntb_pci_probeDinghao Liu2020-08-241-1/+1
* ntb: intel: constify ioreadX() iomem argument (as in generic implementation)Krzysztof Kozlowski2020-08-143-3/+3
* ntb: hw: remove the code that sets the DMA maskLogan Gunthorpe2020-06-051-4/+0
* ntb: intel: fix static declarationDave Jiang2020-06-051-1/+1
* ntb: intel: add hw workaround for NTB BAR alignmentDave Jiang2020-06-053-13/+79
* ntb: intel: Add Icelake (gen4) support for Intel NTBDave Jiang2020-04-207-27/+640
* 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