| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | NTB: Differentiate transport link down messages | Allen Hubbe | 2015-07-04 | 1 | -2/+2 |
* | NTB: Check the device ID to set errata flags | Dave Jiang | 2015-07-04 | 1 | -5/+44 |
* | NTB: Enable link for Intel root port mode in probe | Dave Jiang | 2015-07-04 | 1 | -0/+10 |
* | NTB: Read peer info from local SPAD in transport | Dave Jiang | 2015-07-04 | 1 | -5/+5 |
* | NTB: Split ntb_hw_intel and ntb_transport drivers | Allen Hubbe | 2015-07-04 | 9 | -2156/+2513 |
* | NTB: Add NTB hardware abstraction layer | Allen Hubbe | 2015-07-04 | 2 | -0/+252 |
* | NTB: Move files in preparation for NTB abstraction | Allen Hubbe | 2015-07-02 | 5 | -189/+140 |
* | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 2015-06-23 | 1 | -2/+0 |
|\ |
|
| * | ntb: Drop pci_msi_off() call during probe | Michael S. Tsirkin | 2015-05-07 | 1 | -2/+0 |
* | | ntb: initialize max_mw for Atom before using it | Daniel Verkamp | 2015-06-11 | 1 | -0/+1 |
* | | ntb: iounmap MW reg and vbase in error path | Jon Mason | 2015-06-09 | 1 | -1/+1 |
|/ |
|
* | ntb: Adding split BAR support for Haswell platforms | Dave Jiang | 2014-10-17 | 3 | -60/+210 |
* | ntb: use errata flag set via DID to implement workaround | Dave Jiang | 2014-10-17 | 2 | -9/+42 |
* | ntb: conslidate reading of PPD to move platform detection earlier | Dave Jiang | 2014-10-17 | 1 | -28/+98 |
* | ntb: move platform detection to separate function | Dave Jiang | 2014-10-17 | 1 | -27/+47 |
* | NTB: debugfs device entry | Jon Mason | 2014-10-17 | 3 | -2/+107 |
* | ntb: Add alignment check to meet hardware requirement | Dave Jiang | 2014-09-14 | 1 | -0/+13 |
* | NTB: correct the spread of queues over mw's | Jon Mason | 2014-09-14 | 1 | -2/+2 |
* | 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 |