summaryrefslogtreecommitdiffstats
path: root/drivers/ntb
Commit message (Expand)AuthorAgeFilesLines
* ntb: Adding split BAR support for Haswell platformsDave Jiang2014-10-173-60/+210
* ntb: use errata flag set via DID to implement workaroundDave Jiang2014-10-172-9/+42
* ntb: conslidate reading of PPD to move platform detection earlierDave Jiang2014-10-171-28/+98
* ntb: move platform detection to separate functionDave Jiang2014-10-171-27/+47
* NTB: debugfs device entryJon Mason2014-10-173-2/+107
* ntb: Add alignment check to meet hardware requirementDave Jiang2014-09-141-0/+13
* NTB: correct the spread of queues over mw'sJon Mason2014-09-141-2/+2
* ntb: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-04-071-15/+5
* ntb: Split ntb_setup_msix() into separate BWD/SNB routinesAlexander Gordeev2014-04-071-65/+102
* ntb: Use pci_msix_vec_count() to obtain number of MSI-XsAlexander Gordeev2014-04-072-13/+4
* NTB: Code Style Clean-upJon Mason2014-04-073-20/+20
* NTB: client event cleanupJon Mason2014-04-072-4/+1
* ntb: Fix leakage of ntb_device::msix_entries[] arrayAlexander Gordeev2014-04-071-0/+1
* NTB: Fix typo in setting one translation registerRoland Dreier2014-04-071-1/+1
* Merge tag 'ntb-3.13' of git://github.com/jonmason/ntbLinus Torvalds2013-11-264-65/+156
|\
| * NTB: Disable interrupts and poll under high loadJon Mason2013-11-203-26/+48
| * NTB: Enable Snoop on Primary SideJon Mason2013-11-202-10/+19
| * NTB: Document HW errataJon Mason2013-11-201-0/+12
| * NTB: remove duplicate definesMichael Opdenacker2013-11-201-3/+0
| * NTB: correct dmaengine_get/put usageJon Mason2013-11-201-3/+6
| * NTB: Fix ntb_transport link down raceJon Mason2013-11-201-15/+28
| * ntb: Fix missed call to pci_enable_msix()Alexander Gordeev2013-11-201-0/+4
| * NTB: Fix NTB-RP Link UpJon Mason2013-11-201-8/+28
| * NTB: Xeon Doorbell errata workaroundJon Mason2013-11-202-5/+16
* | dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz2013-11-141-8/+3
* | NTB: convert to dmaengine_unmap_dataBartlomiej Zolnierkiewicz2013-11-141-27/+58
|/
* ntb: clean up unnecessary MSI/MSI-X capability findYijing Wang2013-09-051-4/+3
* NTB: Update VersionJon Mason2013-09-051-1/+1
* NTB: Comment FixJon Mason2013-09-052-4/+5
* NTB: Remove unused variableJon Mason2013-09-051-3/+0
* NTB: Remove References of non-B2B BWD HWJon Mason2013-09-052-13/+4
* NTB: NTB-RP supportJon Mason2013-09-052-104/+163
* NTB: Rename Variables for NTB-RPJon Mason2013-09-053-49/+48
* NTB: Use DMA Engine to Transmit and ReceiveJon Mason2013-09-053-47/+295
* NTB: Enable 32bit SupportJon Mason2013-09-033-4/+19
* NTB: Update Device IDsJon Mason2013-09-032-14/+30
* NTB: BWD Link RecoveryJon Mason2013-09-033-3/+127
* NTB: Xeon Errata WorkaroundJon Mason2013-09-034-58/+193
* NTB: Correct debugfs to work with more than 1 NTB DeviceJon Mason2013-09-033-12/+48
* NTB: Correct USD/DSD IdentificationJon Mason2013-09-031-2/+5
* NTB: Correct Number of Scratch Pad RegistersJon Mason2013-09-032-3/+3
* NTB: Add Error Handling in ntb_device_setupJon Mason2013-09-031-1/+4
* NTB: Multiple NTB client fixJon Mason2013-05-151-2/+3
* NTB: memcpy lockup workaroundJon Mason2013-05-151-3/+8
* NTB: Correctly handle receive buffers of the minimal sizeJon Mason2013-05-151-3/+5
* NTB: reset tx_index on link toggleJon Mason2013-05-151-1/+1
* NTB: Link toggle memory leakJon Mason2013-05-151-12/+20
* NTB: Handle 64bit BAR sizesJon Mason2013-05-152-50/+75
* NTB: fix pointer math issuesDan Carpenter2013-05-151-2/+2
* ntb: off by one sanity checksDan Carpenter2013-05-151-3/+3
OpenPOWER on IntegriCloud