aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ntb (follow)
AgeCommit message (Expand)AuthorFilesLines
2015-07-04NTB: Differentiate transport link down messagesAllen Hubbe1-2/+2
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: Read peer info from local SPAD in transportDave Jiang1-5/+5
2015-07-04NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe9-2156/+2513
2015-07-04NTB: Add NTB hardware abstraction layerAllen Hubbe2-0/+252
2015-07-02NTB: Move files in preparation for NTB abstractionAllen Hubbe5-189/+140
2015-06-23Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git/helgaas/pciLinus Torvalds1-2/+0
2015-06-11ntb: initialize max_mw for Atom before using itDaniel Verkamp1-0/+1
2015-06-08ntb: iounmap MW reg and vbase in error pathJon Mason1-1/+1
2015-05-07ntb: Drop pci_msi_off() call during probeMichael S. Tsirkin1-2/+0
2014-10-17ntb: Adding split BAR support for Haswell platformsDave Jiang3-60/+210
2014-10-17ntb: use errata flag set via DID to implement workaroundDave Jiang2-9/+42
2014-10-17ntb: conslidate reading of PPD to move platform detection earlierDave Jiang1-28/+98
2014-10-17ntb: move platform detection to separate functionDave Jiang1-27/+47
2014-10-17NTB: debugfs device entryJon Mason3-2/+107
2014-09-14ntb: Add alignment check to meet hardware requirementDave Jiang1-0/+13
2014-09-14NTB: correct the spread of queues over mw'sJon Mason1-2/+2
2014-04-07ntb: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev1-15/+5
2014-04-07ntb: Split ntb_setup_msix() into separate BWD/SNB routinesAlexander Gordeev1-65/+102
2014-04-07ntb: Use pci_msix_vec_count() to obtain number of MSI-XsAlexander Gordeev2-13/+4
2014-04-07NTB: Code Style Clean-upJon Mason3-20/+20
2014-04-07NTB: client event cleanupJon Mason2-4/+1
2014-04-07ntb: Fix leakage of ntb_device::msix_entries[] arrayAlexander Gordeev1-0/+1
2014-04-07NTB: Fix typo in setting one translation registerRoland Dreier1-1/+1
2013-11-26Merge tag 'ntb-3.13' of git://github.com/jonmason/ntbLinus Torvalds4-65/+156
2013-11-20NTB: Disable interrupts and poll under high loadJon Mason3-26/+48
2013-11-20NTB: Enable Snoop on Primary SideJon Mason2-10/+19
2013-11-20NTB: Document HW errataJon Mason1-0/+12
2013-11-20NTB: remove duplicate definesMichael Opdenacker1-3/+0
2013-11-20NTB: correct dmaengine_get/put usageJon Mason1-3/+6
2013-11-20NTB: Fix ntb_transport link down raceJon Mason1-15/+28
2013-11-20ntb: Fix missed call to pci_enable_msix()Alexander Gordeev1-0/+4
2013-11-20NTB: Fix NTB-RP Link UpJon Mason1-8/+28
2013-11-20NTB: Xeon Doorbell errata workaroundJon Mason2-5/+16
2013-11-14dmaengine: remove DMA unmap flagsBartlomiej Zolnierkiewicz1-8/+3
2013-11-14NTB: convert to dmaengine_unmap_dataBartlomiej Zolnierkiewicz1-27/+58
2013-09-05ntb: clean up unnecessary MSI/MSI-X capability findYijing Wang1-4/+3
2013-09-05NTB: Update VersionJon Mason1-1/+1
2013-09-05NTB: Comment FixJon Mason2-4/+5
2013-09-05NTB: Remove unused variableJon Mason1-3/+0
2013-09-05NTB: Remove References of non-B2B BWD HWJon Mason2-13/+4
2013-09-05NTB: NTB-RP supportJon Mason2-104/+163
2013-09-05NTB: Rename Variables for NTB-RPJon Mason3-49/+48
2013-09-05NTB: Use DMA Engine to Transmit and ReceiveJon Mason3-47/+295
2013-09-03NTB: Enable 32bit SupportJon Mason3-4/+19
2013-09-03NTB: Update Device IDsJon Mason2-14/+30
2013-09-03NTB: BWD Link RecoveryJon Mason3-3/+127
2013-09-03NTB: Xeon Errata WorkaroundJon Mason4-58/+193
2013-09-03NTB: Correct debugfs to work with more than 1 NTB DeviceJon Mason3-12/+48