aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/ntb
Commit message (Expand)AuthorAgeFilesLines
* As <machine/pmap.h> is included from <vm/pmap.h>, there is no need toSvatopluk Kraus2016-02-222-2/+0
* NTB: workaround for high traffic hardware hangConrad Meyer2016-02-143-35/+406
* ntb_hw(4): Print correct PAT name for non-WC/WB types mapped at loadConrad Meyer2016-02-101-4/+28
* ntb_hw(4): Allow any x86 PAT caching flags for MW defaultsConrad Meyer2016-02-101-11/+44
* if_ntb: Don't roundup MW size to full BAR size unnecessarilyConrad Meyer2015-12-031-1/+1
* if_ntb: Log error *before* zeroing relevant variablesConrad Meyer2015-12-031-2/+2
* NTB: WC/WB isn't enough; set MMR region as UCConrad Meyer2015-11-252-28/+37
* ntb: Add MW tunable for MMR Xeon errata workaroundConrad Meyer2015-11-241-29/+57
* if_ntb: Initialize if_mtu to the correct MTUConrad Meyer2015-11-191-1/+6
* if_ntb: Add Xeon link watchdog register writesConrad Meyer2015-11-193-2/+34
* if_ntb: Reuse receive buffers correctlyConrad Meyer2015-11-181-10/+22
* NTB: Expose 32-bit BAR limits to consumersConrad Meyer2015-11-183-8/+24
* NTB: Mask off the low 12 bits of address/range registersConrad Meyer2015-11-181-6/+7
* ntb_hw: Add programmatic interface to enable/disable WCConrad Meyer2015-11-182-2/+61
* ntb_hw: Add tunable to disable write-combiningConrad Meyer2015-11-181-1/+8
* NTB: Fix 32-bit BAR size validationConrad Meyer2015-11-181-2/+2
* if_ntb: Diff reduce with LinuxConrad Meyer2015-11-181-24/+29
* if_ntb: Clear the right QP in the free bitmapConrad Meyer2015-11-141-1/+1
* NTB: MFV 8b782fab: unify translation addressesConrad Meyer2015-11-122-28/+23
* if_ntb: MFV c92ba3c5: invalid buf pointer in multi-MW setupsConrad Meyer2015-11-111-2/+2
* NTB: Add more HW registers to device sysctl treeConrad Meyer2015-11-111-2/+40
* ntb: volatile some members set by interrupt routinesConrad Meyer2015-11-112-6/+8
* ntb_hw: Similarly, add a debug-leveled macro for ntb_hwConrad Meyer2015-11-111-0/+9
* if_ntb: Add module-specific log levelConrad Meyer2015-11-111-29/+39
* if_ntb: Transport link cleanup needs to be on a taskqueueConrad Meyer2015-11-112-5/+14
* NTB: Diff reduce with LinuxConrad Meyer2015-11-113-26/+48
* ntb_hw: Correctly detect DSD/USDConrad Meyer2015-11-111-2/+2
* ntb_hw: In INTx fallback, correct db shift from 15 to 16Conrad Meyer2015-11-112-1/+2
* ntb: Use caddr_t to simplify pointer arithmeticConrad Meyer2015-11-113-16/+15
* NTB: Skip db_valid validation writing DB link bitConrad Meyer2015-11-111-2/+9
* ntb: Revert r290130 now that r290156 has landedConrad Meyer2015-10-291-4/+0
* ntb: Do not attempt to set write-combining on MWsConrad Meyer2015-10-291-0/+4
* if_ntb: Use ffsll() now that it is broadly availableConrad Meyer2015-10-221-8/+1
* NTB: Add device introspection sysctl hierarchyConrad Meyer2015-10-223-7/+371
* NTB: Revert r289645Conrad Meyer2015-10-202-8/+0
* if_ntb: Diff-reduce with Linux; add queue index typeConrad Meyer2015-10-201-10/+15
* NTB: MFV 8c9edf63: Fix zero size or integer overflow in ntb_set_mwConrad Meyer2015-10-201-4/+7
* NTB: MFV da2e5ae5: Fix ntb_transport out-of-order RX updateConrad Meyer2015-10-201-44/+74
* if_ntb: Correct over-long lines, use qmin()Conrad Meyer2015-10-201-4/+4
* if_ntb: Use if_printf instead of device_printfConrad Meyer2015-10-201-8/+7
* NTB: MFV 2f887b9a: Rename Intel code names to platform namesConrad Meyer2015-10-202-154/+154
* NTB: Don't abort if setting a MW write-combine failsConrad Meyer2015-10-201-10/+27
* NTB: Fix typo in bar5 tunablesConrad Meyer2015-10-201-2/+2
* NTB: MFV 7eb38781: Print driver name in module initConrad Meyer2015-10-202-0/+8
* NTB: Clean up safely if attach fails earlyConrad Meyer2015-10-201-2/+4
* NTB: MFV 9891417d: Increase transport MTU to 64k from 16kConrad Meyer2015-10-201-1/+1
* if_ntb: Fix typo in qp_link_work to match LinuxConrad Meyer2015-10-201-2/+2
* NTB: MFV 42fefc86: Add parameters for Intel SNB B2B addressesConrad Meyer2015-10-201-2/+33
* if_ntb: MFV 2849b5d7: Reset transport QP link stats on downConrad Meyer2015-10-201-9/+22
* NTB: Change Atom (BWD/SoC) pci_id name to match othersConrad Meyer2015-10-201-2/+3