summaryrefslogtreecommitdiffstats
path: root/drivers/ntb
AgeCommit message (Expand)AuthorLines
2015-08-09ntb: avoid format string in dev_set_nameKees Cook-1/+1
2015-08-09NTB: Fix dereference before checkAllen Hubbe-2/+1
2015-08-09NTB: Fix zero size or integer overflow in ntb_set_mwAllen Hubbe-3/+6
2015-08-09NTB: Schedule to receive on QP link upAllen Hubbe-0/+2
2015-08-09NTB: Fix oops in debugfs when transport is half-upDave Jiang-1/+5
2015-08-09NTB: Fix transport stats for multiple devicesDave Jiang-2/+10
2015-08-09NTB: Fix ntb_transport out-of-order RX updateAllen Hubbe-69/+100
2015-07-04NTB: Add split BAR output for debugfs statsDave Jiang-15/+68
2015-07-04NTB: Change WARN_ON_ONCE to pr_warn_once on unsafeDave Jiang-8/+16
2015-07-04NTB: Print driver name and version in module initDave Jiang-0/+6
2015-07-04NTB: Increase transport MTU to 64k from 16kDave Jiang-1/+1
2015-07-04NTB: Rename Intel code names to platform namesDave Jiang-455/+455
2015-07-04NTB: Default to CPU memcpy for performanceDave Jiang-4/+13
2015-07-04NTB: Improve performance with write combiningDave Jiang-1/+10
2015-07-04NTB: Use NUMA memory in Intel driverAllen Hubbe-6/+12
2015-07-04NTB: Use NUMA memory and DMA chan in transportAllen Hubbe-14/+32
2015-07-04NTB: Rate limit ntb_qp_link_workAllen Hubbe-1/+1
2015-07-04NTB: Add tool test clientAllen Hubbe-0/+568
2015-07-04NTB: Add ping pong test clientAllen Hubbe-1/+262
2015-07-04NTB: Add parameters for Intel SNB B2B addressesAllen Hubbe-19/+58
2015-07-04NTB: Reset transport QP link stats on downAllen Hubbe-8/+28
2015-07-04NTB: Do not advance transport RX on link downAllen Hubbe-2/+1
2015-07-04NTB: Differentiate transport link down messagesAllen Hubbe-2/+2
2015-07-04NTB: Check the device ID to set errata flagsDave Jiang-5/+44
2015-07-04NTB: Enable link for Intel root port mode in probeDave Jiang-0/+10
2015-07-04NTB: Read peer info from local SPAD in transportDave Jiang-5/+5
2015-07-04NTB: Split ntb_hw_intel and ntb_transport driversAllen Hubbe-2156/+2513
2015-07-04NTB: Add NTB hardware abstraction layerAllen Hubbe-0/+252
2015-07-02NTB: Move files in preparation for NTB abstractionAllen Hubbe-189/+140
2015-06-23Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds-2/+0
2015-06-11ntb: initialize max_mw for Atom before using itDaniel Verkamp-0/+1
2015-06-08ntb: iounmap MW reg and vbase in error pathJon Mason-1/+1
2015-05-07ntb: Drop pci_msi_off() call during probeMichael S. Tsirkin-2/+0
2014-10-17ntb: Adding split BAR support for Haswell platformsDave Jiang-60/+210
2014-10-17ntb: use errata flag set via DID to implement workaroundDave Jiang-9/+42
2014-10-17ntb: conslidate reading of PPD to move platform detection earlierDave Jiang-28/+98
2014-10-17ntb: move platform detection to separate functionDave Jiang-27/+47
2014-10-17NTB: debugfs device entryJon Mason-2/+107
2014-09-14ntb: Add alignment check to meet hardware requirementDave Jiang-0/+13
2014-09-14NTB: correct the spread of queues over mw'sJon Mason-2/+2
2014-04-07ntb: Use pci_enable_msix_range() instead of pci_enable_msix()Alexander Gordeev-15/+5
2014-04-07ntb: Split ntb_setup_msix() into separate BWD/SNB routinesAlexander Gordeev-65/+102
2014-04-07ntb: Use pci_msix_vec_count() to obtain number of MSI-XsAlexander Gordeev-13/+4
2014-04-07NTB: Code Style Clean-upJon Mason-20/+20
2014-04-07NTB: client event cleanupJon Mason-4/+1
2014-04-07ntb: Fix leakage of ntb_device::msix_entries[] arrayAlexander Gordeev-0/+1
2014-04-07NTB: Fix typo in setting one translation registerRoland Dreier-1/+1
2013-11-26Merge tag 'ntb-3.13' of git://github.com/jonmason/ntbLinus Torvalds-65/+156
2013-11-20NTB: Disable interrupts and poll under high loadJon Mason-26/+48
2013-11-20NTB: Enable Snoop on Primary SideJon Mason-10/+19