summaryrefslogtreecommitdiffstats
path: root/drivers/ntb
Commit message (Expand)AuthorAgeFilesLines
* 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
* NTB: variable dereferenced before checkJon Mason2013-05-151-2/+14
* NTB: Fix Sparse WarningsJon Mason2013-01-213-20/+20
* NTB: disable x86_32 supportJon Mason2013-01-211-1/+1
* NTB: Update VersionJon Mason2013-01-201-1/+1
* NTB: Out of free receive entries issueJon Mason2013-01-201-3/+6
* NTB: Remove reads across NTBJon Mason2013-01-201-74/+63
* NTB: correct stack usage warning in debugfs_readJon Mason2013-01-201-3/+10
* NTB: whitespace cleanupsJon Mason2013-01-201-24/+16
* NTB: namespacecheck cleanupsJon Mason2013-01-202-15/+1
* NTB: use simple_open for debugfsJon Mason2013-01-201-7/+1
* NTB: No sleeping in interrupt contextJon Mason2013-01-201-3/+17
* NTB: separate transmit and receive windowsJon Mason2013-01-201-35/+44
* NTB: correct memory barrierJon Mason2013-01-201-1/+1
* NTB: Handle ntb client device probes without present hardwareJon Mason2013-01-201-0/+6
OpenPOWER on IntegriCloud