Age | Commit message (Expand) | Author |
2015-08-09 | ntb: avoid format string in dev_set_name | Kees Cook |
2015-08-09 | NTB: Fix dereference before check | Allen Hubbe |
2015-08-09 | NTB: Fix zero size or integer overflow in ntb_set_mw | Allen Hubbe |
2015-08-09 | NTB: Schedule to receive on QP link up | Allen Hubbe |
2015-08-09 | NTB: Fix oops in debugfs when transport is half-up | Dave Jiang |
2015-08-09 | NTB: Fix transport stats for multiple devices | Dave Jiang |
2015-08-09 | NTB: Fix ntb_transport out-of-order RX update | Allen Hubbe |
2015-07-04 | NTB: Add split BAR output for debugfs stats | Dave Jiang |
2015-07-04 | NTB: Change WARN_ON_ONCE to pr_warn_once on unsafe | Dave Jiang |
2015-07-04 | NTB: Print driver name and version in module init | Dave Jiang |
2015-07-04 | NTB: Increase transport MTU to 64k from 16k | Dave Jiang |
2015-07-04 | NTB: Rename Intel code names to platform names | Dave Jiang |
2015-07-04 | NTB: Default to CPU memcpy for performance | Dave Jiang |
2015-07-04 | NTB: Improve performance with write combining | Dave Jiang |
2015-07-04 | NTB: Use NUMA memory in Intel driver | Allen Hubbe |
2015-07-04 | NTB: Use NUMA memory and DMA chan in transport | Allen Hubbe |
2015-07-04 | NTB: Rate limit ntb_qp_link_work | Allen Hubbe |
2015-07-04 | NTB: Add tool test client | Allen Hubbe |
2015-07-04 | NTB: Add ping pong test client | Allen Hubbe |
2015-07-04 | NTB: Add parameters for Intel SNB B2B addresses | Allen Hubbe |
2015-07-04 | NTB: Reset transport QP link stats on down | Allen Hubbe |
2015-07-04 | NTB: Do not advance transport RX on link down | Allen Hubbe |
2015-07-04 | NTB: Differentiate transport link down messages | Allen Hubbe |
2015-07-04 | NTB: Check the device ID to set errata flags | Dave Jiang |
2015-07-04 | NTB: Enable link for Intel root port mode in probe | Dave Jiang |
2015-07-04 | NTB: Read peer info from local SPAD in transport | Dave Jiang |
2015-07-04 | NTB: Split ntb_hw_intel and ntb_transport drivers | Allen Hubbe |
2015-07-04 | NTB: Add NTB hardware abstraction layer | Allen Hubbe |
2015-07-02 | NTB: Move files in preparation for NTB abstraction | Allen Hubbe |
2015-06-23 | Merge tag 'pci-v4.2-changes' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds |
2015-06-11 | ntb: initialize max_mw for Atom before using it | Daniel Verkamp |
2015-06-08 | ntb: iounmap MW reg and vbase in error path | Jon Mason |
2015-05-07 | ntb: Drop pci_msi_off() call during probe | Michael S. Tsirkin |
2014-10-17 | ntb: Adding split BAR support for Haswell platforms | Dave Jiang |
2014-10-17 | ntb: use errata flag set via DID to implement workaround | Dave Jiang |
2014-10-17 | ntb: conslidate reading of PPD to move platform detection earlier | Dave Jiang |
2014-10-17 | ntb: move platform detection to separate function | Dave Jiang |
2014-10-17 | NTB: debugfs device entry | Jon Mason |
2014-09-14 | ntb: Add alignment check to meet hardware requirement | Dave Jiang |
2014-09-14 | NTB: correct the spread of queues over mw's | Jon Mason |
2014-04-07 | ntb: Use pci_enable_msix_range() instead of pci_enable_msix() | Alexander Gordeev |
2014-04-07 | ntb: Split ntb_setup_msix() into separate BWD/SNB routines | Alexander Gordeev |
2014-04-07 | ntb: Use pci_msix_vec_count() to obtain number of MSI-Xs | Alexander Gordeev |
2014-04-07 | NTB: Code Style Clean-up | Jon Mason |
2014-04-07 | NTB: client event cleanup | Jon Mason |
2014-04-07 | ntb: Fix leakage of ntb_device::msix_entries[] array | Alexander Gordeev |
2014-04-07 | NTB: Fix typo in setting one translation register | Roland Dreier |
2013-11-26 | Merge tag 'ntb-3.13' of git://github.com/jonmason/ntb | Linus Torvalds |
2013-11-20 | NTB: Disable interrupts and poll under high load | Jon Mason |
2013-11-20 | NTB: Enable Snoop on Primary Side | Jon Mason |