summaryrefslogtreecommitdiffstats
path: root/sys/dev/ntb
Commit message (Expand)AuthorAgeFilesLines
...
* NTB: Mask off the low 12 bits of address/range registerscem2015-11-181-6/+7
* ntb_hw: Add programmatic interface to enable/disable WCcem2015-11-182-2/+61
* ntb_hw: Add tunable to disable write-combiningcem2015-11-181-1/+8
* NTB: Fix 32-bit BAR size validationcem2015-11-181-2/+2
* if_ntb: Diff reduce with Linuxcem2015-11-181-24/+29
* if_ntb: Clear the right QP in the free bitmapcem2015-11-141-1/+1
* NTB: MFV 8b782fab: unify translation addressescem2015-11-122-28/+23
* if_ntb: MFV c92ba3c5: invalid buf pointer in multi-MW setupscem2015-11-111-2/+2
* NTB: Add more HW registers to device sysctl treecem2015-11-111-2/+40
* ntb: volatile some members set by interrupt routinescem2015-11-112-6/+8
* ntb_hw: Similarly, add a debug-leveled macro for ntb_hwcem2015-11-111-0/+9
* if_ntb: Add module-specific log levelcem2015-11-111-29/+39
* if_ntb: Transport link cleanup needs to be on a taskqueuecem2015-11-112-5/+14
* NTB: Diff reduce with Linuxcem2015-11-113-26/+48
* ntb_hw: Correctly detect DSD/USDcem2015-11-111-2/+2
* ntb_hw: In INTx fallback, correct db shift from 15 to 16cem2015-11-112-1/+2
* ntb: Use caddr_t to simplify pointer arithmeticcem2015-11-113-16/+15
* NTB: Skip db_valid validation writing DB link bitcem2015-11-111-2/+9
* ntb: Revert r290130 now that r290156 has landedcem2015-10-291-4/+0
* ntb: Do not attempt to set write-combining on MWscem2015-10-291-0/+4
* if_ntb: Use ffsll() now that it is broadly availablecem2015-10-221-8/+1
* NTB: Add device introspection sysctl hierarchycem2015-10-223-7/+371
* NTB: Revert r289645cem2015-10-202-8/+0
* if_ntb: Diff-reduce with Linux; add queue index typecem2015-10-201-10/+15
* NTB: MFV 8c9edf63: Fix zero size or integer overflow in ntb_set_mwcem2015-10-201-4/+7
* NTB: MFV da2e5ae5: Fix ntb_transport out-of-order RX updatecem2015-10-201-44/+74
* if_ntb: Correct over-long lines, use qmin()cem2015-10-201-4/+4
* if_ntb: Use if_printf instead of device_printfcem2015-10-201-8/+7
* NTB: MFV 2f887b9a: Rename Intel code names to platform namescem2015-10-202-154/+154
* NTB: Don't abort if setting a MW write-combine failscem2015-10-201-10/+27
* NTB: Fix typo in bar5 tunablescem2015-10-201-2/+2
* NTB: MFV 7eb38781: Print driver name in module initcem2015-10-202-0/+8
* NTB: Clean up safely if attach fails earlycem2015-10-201-2/+4
* NTB: MFV 9891417d: Increase transport MTU to 64k from 16kcem2015-10-201-1/+1
* if_ntb: Fix typo in qp_link_work to match Linuxcem2015-10-201-2/+2
* NTB: MFV 42fefc86: Add parameters for Intel SNB B2B addressescem2015-10-201-2/+33
* if_ntb: MFV 2849b5d7: Reset transport QP link stats on downcem2015-10-201-9/+22
* NTB: Change Atom (BWD/SoC) pci_id name to match otherscem2015-10-201-2/+3
* NTB: MFV 5ae0beb6: Enable link for Intel root port mode in probecem2015-10-201-1/+4
* NTB: enum-ify some HW constantscem2015-10-202-10/+15
* NTB: Pull copy of soc_link_is_err out of recover_soc_linkcem2015-10-201-6/+1
* NTB: Drop some dead softc memberscem2015-10-201-6/+7
* NTB: Replace last reg_ofs with self_regcem2015-10-201-32/+24
* NTB: Add ntb_db_vector_mask() missed in r289546cem2015-10-193-4/+22
* NTB: Add ntb_db_valid_mask() missed in r289546cem2015-10-191-0/+15
* NTB: Add ntb_mw_clear_trans() missed in r289546cem2015-10-191-0/+17
* if_ntb: MFV e26a5843: Move MW/DB management to if_ntbcem2015-10-184-737/+922
* if_ntb: Rename things to match Linux drivercem2015-10-183-141/+136
* if_ntb: Replace handmade bitset macros with sys/bitset.hcem2015-10-181-13/+22
* NTB: Flesh out the rest of the xeon_setup_b2b_mw changescem2015-10-182-63/+228
OpenPOWER on IntegriCloud