]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev
Build ofw_bus_if.h for modules that need it on arm64
[FreeBSD/FreeBSD.git] / sys / dev /
2015-10-21 mavPass proper device to pci_read_config().
2015-10-21 ianFix parsing of I2C addresses properties in fdt data...
2015-10-21 roygernetfront: fix LINT-NOIP
2015-10-21 roygerxen: Code cleanup and small bug fixes
2015-10-21 mavSome more defines and polishing for INIT_FIRMWARE.
2015-10-21 kevloRemove BUS_DMA_NOWAIT from bus_dma_tag_create() invocat...
2015-10-21 kevloSwitch PCI register reads from using magic numbers...
2015-10-20 adrianAR8327: Fix up the ability to configure the vlangroup...
2015-10-20 dumbbelliicbus: Use device_delete_children() instead of explici...
2015-10-20 dumbbelliicbus: Remove trailing whitespaces
2015-10-20 cemNTB: Revert r289645
2015-10-20 cemif_ntb: Diff-reduce with Linux; add queue index type
2015-10-20 cemNTB: MFV 8c9edf63: Fix zero size or integer overflow...
2015-10-20 cemNTB: MFV da2e5ae5: Fix ntb_transport out-of-order RX...
2015-10-20 cemif_ntb: Correct over-long lines, use qmin()
2015-10-20 cemif_ntb: Use if_printf instead of device_printf
2015-10-20 cemNTB: MFV 2f887b9a: Rename Intel code names to platform...
2015-10-20 cemNTB: Don't abort if setting a MW write-combine fails
2015-10-20 cemNTB: Fix typo in bar5 tunables
2015-10-20 cemNTB: MFV 7eb38781: Print driver name in module init
2015-10-20 davidcsql_hw.c: fixed error code INJCT_HEARTBEAT_FAILURE
2015-10-20 mavUpdate firmware images for Qlogic 24xx/25xx from 5...
2015-10-20 mavZero mbox[0] for INIT_FIRMWARE to fix version 7.3 firmware.
2015-10-20 mavDecode more firmware attributes.
2015-10-20 cemNTB: Clean up safely if attach fails early
2015-10-20 cemNTB: MFV 9891417d: Increase transport MTU to 64k from 16k
2015-10-20 cemif_ntb: Fix typo in qp_link_work to match Linux
2015-10-20 cemNTB: MFV 42fefc86: Add parameters for Intel SNB B2B...
2015-10-20 cemif_ntb: MFV 2849b5d7: Reset transport QP link stats...
2015-10-20 cemNTB: Change Atom (BWD/SoC) pci_id name to match others
2015-10-20 cemNTB: MFV 5ae0beb6: Enable link for Intel root port...
2015-10-20 cemNTB: enum-ify some HW constants
2015-10-20 cemNTB: Pull copy of soc_link_is_err out of recover_soc_link
2015-10-20 cemNTB: Drop some dead softc members
2015-10-20 cemNTB: Replace last reg_ofs with self_reg
2015-10-19 cemNTB: Add ntb_db_vector_mask() missed in r289546
2015-10-19 cemNTB: Add ntb_db_valid_mask() missed in r289546
2015-10-19 cemNTB: Add ntb_mw_clear_trans() missed in r289546
2015-10-19 roygerxen-netfront: use "netfront" in lock description
2015-10-19 roygerxen-netfront: fix netfront create_dev error path
2015-10-19 roygerxen-netfront: no need to set if_output
2015-10-19 roygerxen-netfront: remove a bunch of FreeBSD version check
2015-10-19 roygerxen-netfront: remove XN_LOCK_{INIT,DESTROY}
2015-10-19 roygerxen-netfront: clean up netfront stats structure
2015-10-19 roygerxen-netfront: purge page flipping support
2015-10-19 roygerxen-netfront: delete all trailing white spaces
2015-10-19 hselaskyMerge LinuxKPI changes from DragonflyBSD:
2015-10-19 hselaskyAdd quirk for USB 3.0 PCI device.
2015-10-19 adrianotus(4) - use the local node alloc function so there...
2015-10-19 adrianotus(4) - add initial monitor mode; use lowest rate...
2015-10-18 zbbIntroduce driver for Cavium's ThunderX MDIO
2015-10-18 zbbIntroduce initial support for Cavium's ThunderX network...
2015-10-18 zbbRaw import of ThunderX VNIC networking driver components
2015-10-18 rpauloUpdate hostapd/wpa_supplicant to version 2.5.
2015-10-18 cemif_ntb: MFV e26a5843: Move MW/DB management to if_ntb
2015-10-18 cemif_ntb: Rename things to match Linux driver
2015-10-18 cemif_ntb: Replace handmade bitset macros with sys/bitset.h
2015-10-18 cemNTB: Flesh out the rest of the xeon_setup_b2b_mw changes
2015-10-18 cemNTB: "Split ntb_hw_intel and ntb_transport drivers"
2015-10-18 cemNTB: Simplify ntb_map_pci_bars
2015-10-18 cemNTB: Simplify interrupt handling by merging SoC/Xeon
2015-10-18 cemNTB: Rename some variables/functions to match Linux
2015-10-18 cemNTB: Rename some constants to match Linux
2015-10-18 jmgdrop a bunch of white space at end of lines and end...
2015-10-17 ngieMFhead @ r289471
2015-10-17 dumbbelldrm/i915: Reduce diff with Linux 3.8
2015-10-17 ngieIntegrate tools/regression/acltools into the FreeBSD...
2015-10-17 ngieIntegrate tools/test/posixshm and tools/regression...
2015-10-16 scottlRevert an extra hunk that crept into the last commit.
2015-10-16 scottlRemove _FreeBSD_version check for something that was...
2015-10-16 mavMFV r289310:
2015-10-16 npcxgbe(4): support for the kernel RSS option.
2015-10-15 cemNTB: MFV ab760a0c: Add split BAR support for Haswell
2015-10-15 cemNTB: Add variable number MW, DB CB support code
2015-10-15 adrianAdd support for the BCM57765 card reader.
2015-10-14 cemNTB: MFV 1db97f25: Pull out platform detection logic
2015-10-14 cemNTB: Abstract doorbell register access
2015-10-14 cemif_ntb: MFV 3cc5ba19: Add alignment check to meet hardw...
2015-10-14 cemNTB: MFV a1413cfb: correct the spread of queues over...
2015-10-14 cemNTB: Remap MSI-X messages over available slots
2015-10-14 cemNTB: Reserve link event doorbell callback on Xeon
2015-10-14 cemNTB: MFV 53a788a7: Split ntb_setup_interrupts() into...
2015-10-14 cemif_ntb: Cleanup style
2015-10-14 cemNTB: MFV 403c63cb: client event cleanup
2015-10-14 npiw_cxgbe: use correct RFC number.
2015-10-14 bzNow that we can detect the Cortex-A8 properly, fix...
2015-10-14 ngieIntegrate tools/regression/vfs into the FreeBSD test...
2015-10-14 cemNTB: MFV e8aeb60c: Disable interrupts and poll under...
2015-10-14 cemNTB: MFV 78958433: Enable Snoop on Primary Side
2015-10-13 cemNTB: MFV 58b88920: Document HW errata
2015-10-13 cemNTB: MFV fca4d518: Fix ntb_transport link down race
2015-10-13 cemNTB: MFV 9fec60c4: Fix NTB-RP Link Up
2015-10-13 cemNTB: MFV c529aa30: Xeon Doorbell errata workaround
2015-10-13 cemNTB: MFV f9a2cf89: Comment Fix
2015-10-13 cemNTB: MFV b1ef0043: Remove References of non-B2B BWD HW
2015-10-13 cemif_ntb: Fix build on i386
2015-10-13 cemioat: Use correct macro, fix build on i386
2015-10-13 cemNTB: (partial) MFV ed6c24ed: NTB-RP support
2015-10-13 cemNTB: MFV 49793889: Rename Variables for NTB-RP
2015-10-13 sbrunoAdd support for sysctl knobs to live tune the per inter...
next