summaryrefslogtreecommitdiffstats
path: root/drivers/ntb
Commit message (Expand)AuthorAgeFilesLines
* ntb: avoid format string in dev_set_nameKees Cook2015-08-091-1/+1
* NTB: Fix dereference before checkAllen Hubbe2015-08-091-2/+1
* NTB: Fix zero size or integer overflow in ntb_set_mwAllen Hubbe2015-08-091-3/+6
* NTB: Schedule to receive on QP link upAllen Hubbe2015-08-091-0/+2
* NTB: Fix oops in debugfs when transport is half-upDave Jiang2015-08-091-1/+5
* NTB: Fix transport stats for multiple devicesDave Jiang2015-08-091-2/+10
* NTB: Fix ntb_transport out-of-order RX updateAllen Hubbe2015-08-091-69/+100
* NTB: Add split BAR output for debugfs statsDave Jiang2015-07-041-15/+68
* NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang2015-07-041-8/+16
* NTB: Print driver name and version in module initDave Jiang2015-07-042-0/+6
* NTB: Increase transport MTU to 64k from 16kDave Jiang2015-07-041-1/+1
* NTB: Rename Intel code names to platform namesDave Jiang2015-07-042-455/+455
* NTB: Default to CPU memcpy for performanceDave Jiang2015-07-041-4/+13
* NTB: Improve performance with write combiningDave Jiang2015-07-041-1/+10
* NTB: Use NUMA memory in Intel driverAllen Hubbe2015-07-041-6/+12
* NTB: Use NUMA memory and DMA chan in transportAllen Hubbe2015-07-041-14/+32
* NTB: Rate limit ntb_qp_link_workAllen Hubbe2015-07-041-1/+1
* NTB: Add tool test clientAllen Hubbe2015-07-043-0/+568
* NTB: Add ping pong test clientAllen Hubbe2015-07-045-1/+262
* NTB: Add parameters for Intel SNB B2B addressesAllen Hubbe2015-07-041-19/+58
* NTB: Reset transport QP link stats on downAllen Hubbe2015-07-041-8/+28
* NTB: Do not advance transport RX on link downAllen Hubbe2015-07-041-2/+1
* NTB: Differentiate transport link down messagesAllen Hubbe2015-07-041-2/+2
* NTB: Check the device ID to set errata flagsDave Jiang2015-07-041-5/+44
* NTB: Enable link for Intel root port mode in probeDave Jiang2015-07-041-0/+10
* NTB: Read peer info from local SPAD in transportDave Jiang2015-07-041-5/+5
* NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe2015-07-049-2156/+2513
* NTB: Add NTB hardware abstraction layerAllen Hubbe2015-07-042-0/+252
* NTB: Move files in preparation for NTB abstractionAllen Hubbe2015-07-025-189/+140
* Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2015-06-231-2/+0
|\
| * ntb: Drop pci_msi_off() call during probeMichael S. Tsirkin2015-05-071-2/+0
* | ntb: initialize max_mw for Atom before using itDaniel Verkamp2015-06-111-0/+1
* | ntb: iounmap MW reg and vbase in error pathJon Mason2015-06-081-1/+1
|/
* ntb: Adding split BAR support for Haswell platformsDave Jiang2014-10-173-60/+210
* ntb: use errata flag set via DID to implement workaroundDave Jiang2014-10-172-9/+42
* ntb: conslidate reading of PPD to move platform detection earlierDave Jiang2014-10-171-28/+98
* ntb: move platform detection to separate functionDave Jiang2014-10-171-27/+47
* NTB: debugfs device entryJon Mason2014-10-173-2/+107
* ntb: Add alignment check to meet hardware requirementDave Jiang2014-09-141-0/+13
* NTB: correct the spread of queues over mw'sJon Mason2014-09-141-2/+2
* ntb: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev2014-04-071-15/+5
* ntb: Split ntb_setup_msix() into separate BWD/SNB routinesAlexander Gordeev2014-04-071-65/+102
* ntb: Use pci_msix_vec_count() to obtain number of MSI-XsAlexander Gordeev2014-04-072-13/+4
* NTB: Code Style Clean-upJon Mason2014-04-073-20/+20
* NTB: client event cleanupJon Mason2014-04-072-4/+1
* ntb: Fix leakage of ntb_device::msix_entries[] arrayAlexander Gordeev2014-04-071-0/+1
* NTB: Fix typo in setting one translation registerRoland Dreier2014-04-071-1/+1
* 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
OpenPOWER on IntegriCloud