| Commit message (Expand) | Author | Age | Files | Lines |
* | ntb: Use pci_enable_msix_range() instead of pci_enable_msix() | Alexander Gordeev | 2014-04-07 | 1 | -15/+5 |
* | ntb: Split ntb_setup_msix() into separate BWD/SNB routines | Alexander Gordeev | 2014-04-07 | 1 | -65/+102 |
* | ntb: Use pci_msix_vec_count() to obtain number of MSI-Xs | Alexander Gordeev | 2014-04-07 | 2 | -13/+4 |
* | NTB: Code Style Clean-up | Jon Mason | 2014-04-07 | 3 | -20/+20 |
* | NTB: client event cleanup | Jon Mason | 2014-04-07 | 2 | -4/+1 |
* | ntb: Fix leakage of ntb_device::msix_entries[] array | Alexander Gordeev | 2014-04-07 | 1 | -0/+1 |
* | NTB: Fix typo in setting one translation register | Roland Dreier | 2014-04-07 | 1 | -1/+1 |
* | Merge tag 'ntb-3.13' of git://github.com/jonmason/ntb | Linus Torvalds | 2013-11-26 | 4 | -65/+156 |
|\ |
|
| * | NTB: Disable interrupts and poll under high load | Jon Mason | 2013-11-20 | 3 | -26/+48 |
| * | NTB: Enable Snoop on Primary Side | Jon Mason | 2013-11-20 | 2 | -10/+19 |
| * | NTB: Document HW errata | Jon Mason | 2013-11-20 | 1 | -0/+12 |
| * | NTB: remove duplicate defines | Michael Opdenacker | 2013-11-20 | 1 | -3/+0 |
| * | NTB: correct dmaengine_get/put usage | Jon Mason | 2013-11-20 | 1 | -3/+6 |
| * | NTB: Fix ntb_transport link down race | Jon Mason | 2013-11-20 | 1 | -15/+28 |
| * | ntb: Fix missed call to pci_enable_msix() | Alexander Gordeev | 2013-11-20 | 1 | -0/+4 |
| * | NTB: Fix NTB-RP Link Up | Jon Mason | 2013-11-20 | 1 | -8/+28 |
| * | NTB: Xeon Doorbell errata workaround | Jon Mason | 2013-11-20 | 2 | -5/+16 |
* | | dmaengine: remove DMA unmap flags | Bartlomiej Zolnierkiewicz | 2013-11-14 | 1 | -8/+3 |
* | | NTB: convert to dmaengine_unmap_data | Bartlomiej Zolnierkiewicz | 2013-11-14 | 1 | -27/+58 |
|/ |
|
* | ntb: clean up unnecessary MSI/MSI-X capability find | Yijing Wang | 2013-09-05 | 1 | -4/+3 |
* | NTB: Update Version | Jon Mason | 2013-09-05 | 1 | -1/+1 |
* | NTB: Comment Fix | Jon Mason | 2013-09-05 | 2 | -4/+5 |
* | NTB: Remove unused variable | Jon Mason | 2013-09-05 | 1 | -3/+0 |
* | NTB: Remove References of non-B2B BWD HW | Jon Mason | 2013-09-05 | 2 | -13/+4 |
* | NTB: NTB-RP support | Jon Mason | 2013-09-05 | 2 | -104/+163 |
* | NTB: Rename Variables for NTB-RP | Jon Mason | 2013-09-05 | 3 | -49/+48 |
* | NTB: Use DMA Engine to Transmit and Receive | Jon Mason | 2013-09-05 | 3 | -47/+295 |
* | NTB: Enable 32bit Support | Jon Mason | 2013-09-03 | 3 | -4/+19 |
* | NTB: Update Device IDs | Jon Mason | 2013-09-03 | 2 | -14/+30 |
* | NTB: BWD Link Recovery | Jon Mason | 2013-09-03 | 3 | -3/+127 |
* | NTB: Xeon Errata Workaround | Jon Mason | 2013-09-03 | 4 | -58/+193 |
* | NTB: Correct debugfs to work with more than 1 NTB Device | Jon Mason | 2013-09-03 | 3 | -12/+48 |
* | NTB: Correct USD/DSD Identification | Jon Mason | 2013-09-03 | 1 | -2/+5 |
* | NTB: Correct Number of Scratch Pad Registers | Jon Mason | 2013-09-03 | 2 | -3/+3 |
* | NTB: Add Error Handling in ntb_device_setup | Jon Mason | 2013-09-03 | 1 | -1/+4 |
* | NTB: Multiple NTB client fix | Jon Mason | 2013-05-15 | 1 | -2/+3 |
* | NTB: memcpy lockup workaround | Jon Mason | 2013-05-15 | 1 | -3/+8 |
* | NTB: Correctly handle receive buffers of the minimal size | Jon Mason | 2013-05-15 | 1 | -3/+5 |
* | NTB: reset tx_index on link toggle | Jon Mason | 2013-05-15 | 1 | -1/+1 |
* | NTB: Link toggle memory leak | Jon Mason | 2013-05-15 | 1 | -12/+20 |
* | NTB: Handle 64bit BAR sizes | Jon Mason | 2013-05-15 | 2 | -50/+75 |
* | NTB: fix pointer math issues | Dan Carpenter | 2013-05-15 | 1 | -2/+2 |
* | ntb: off by one sanity checks | Dan Carpenter | 2013-05-15 | 1 | -3/+3 |
* | NTB: variable dereferenced before check | Jon Mason | 2013-05-15 | 1 | -2/+14 |
* | NTB: Fix Sparse Warnings | Jon Mason | 2013-01-21 | 3 | -20/+20 |
* | NTB: disable x86_32 support | Jon Mason | 2013-01-21 | 1 | -1/+1 |
* | NTB: Update Version | Jon Mason | 2013-01-20 | 1 | -1/+1 |
* | NTB: Out of free receive entries issue | Jon Mason | 2013-01-20 | 1 | -3/+6 |
* | NTB: Remove reads across NTB | Jon Mason | 2013-01-20 | 1 | -74/+63 |
* | NTB: correct stack usage warning in debugfs_read | Jon Mason | 2013-01-20 | 1 | -3/+10 |