aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ntb (follow)
AgeCommit message (Expand)AuthorFilesLines
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
2013-09-03NTB: Correct USD/DSD IdentificationJon Mason1-2/+5
2013-09-03NTB: Correct Number of Scratch Pad RegistersJon Mason2-3/+3
2013-09-03NTB: Add Error Handling in ntb_device_setupJon Mason1-1/+4
2013-05-15NTB: Multiple NTB client fixJon Mason1-2/+3
2013-05-15NTB: memcpy lockup workaroundJon Mason1-3/+8
2013-05-15NTB: Correctly handle receive buffers of the minimal sizeJon Mason1-3/+5
2013-05-15NTB: reset tx_index on link toggleJon Mason1-1/+1
2013-05-15NTB: Link toggle memory leakJon Mason1-12/+20
2013-05-15NTB: Handle 64bit BAR sizesJon Mason2-50/+75
2013-05-15NTB: fix pointer math issuesDan Carpenter1-2/+2
2013-05-15ntb: off by one sanity checksDan Carpenter1-3/+3
2013-05-15NTB: variable dereferenced before checkJon Mason1-2/+14
2013-01-21NTB: Fix Sparse WarningsJon Mason3-20/+20
2013-01-21NTB: disable x86_32 supportJon Mason1-1/+1
2013-01-20NTB: Update VersionJon Mason1-1/+1
2013-01-20NTB: Out of free receive entries issueJon Mason1-3/+6
2013-01-20NTB: Remove reads across NTBJon Mason1-74/+63
2013-01-20NTB: correct stack usage warning in debugfs_readJon Mason1-3/+10
2013-01-20NTB: whitespace cleanupsJon Mason1-24/+16
2013-01-20NTB: namespacecheck cleanupsJon Mason2-15/+1
2013-01-20NTB: use simple_open for debugfsJon Mason1-7/+1
2013-01-20NTB: No sleeping in interrupt contextJon Mason1-3/+17
2013-01-20NTB: separate transmit and receive windowsJon Mason1-35/+44
2013-01-20NTB: correct memory barrierJon Mason1-1/+1
2013-01-20NTB: Handle ntb client device probes without present hardwareJon Mason1-0/+6