]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/history - sys/dev/ioat
OFW: Add helper functions for parsing xref based lists.
[FreeBSD/FreeBSD.git] / sys / dev / ioat /
2015-12-10 cemioat(4): Add ioatcontrol(8) testing for copy_8k
2015-12-09 cemioat(4): Add Broadwell-EP PCI IDs
2015-12-09 cemioat(4): Add ioat_copy_8k_aligned KPI
2015-12-07 markjMFV r289003:
2015-12-04 cemioat(4): Add MODULE_VERSION so MODULE_DEPEND works
2015-12-03 jkimMerge OpenSSL 1.0.2e.
2015-11-16 ngieMFhead @ r290899
2015-11-01 baptMerge from head
2015-10-31 cemioat: Handle channel-fatal HW errors safely
2015-10-30 jkimMerge OpenSSL 1.0.2d.
2015-10-29 cemioat_test: Handled forced hardware resets gracefully
2015-10-29 cemioat: Drain/quiesce the device less racily
2015-10-29 cemioatcontrol(8): Add and document "raw" testing mode
2015-10-28 baptMerge from head
2015-10-28 cemioat: Define DMACAPABILITY bits
2015-10-27 baptUpdate libucl to latest git snapshot (20151027)
2015-10-26 cemioat: Add support for Block Fill operations
2015-10-26 cemioat: Dedupe operation enqueue logic
2015-10-26 cemioat: Add %b format string for CHANERR codes
2015-10-26 cemioat: Allocate memory for ring resize sanely
2015-10-26 cemioat: Expose more softc members in sysctls
2015-10-26 cemioat: Introduce KTR probes
2015-10-24 cemioat: Actually bring the hardware back online after...
2015-10-24 cemioat: Use bus_alloc_resource_any(9)
2015-10-24 cemioat: Extract halted error-debugging to a function
2015-10-24 cemioat: Always re-arm interrupts in process_events
2015-10-24 cemioat: Add sysctl to force hw reset
2015-10-24 cemioat: refcnt users so we can drain them at detach
2015-10-24 cemioat: When queueing operations, assert the submit lock
2015-10-24 cemioat: Don't use sleeping allocation in lock path
2015-10-24 cemioat: Pull out timer callout delay into a constant
2015-10-23 sjgMerge bmake 20151020
2015-10-22 cemioat_test: Add a colon (':') for style
2015-10-22 cemioat: Clean up logging
2015-10-22 glebiusMFV ntp-4.2.8p4 (r289715)
2015-10-22 cemioat: Fix some attach/detach issues
2015-10-22 cemImprove flexibility of ioat_test / ioatcontrol(8)
2015-10-22 cemioat: Define IOAT_XFERCAP_VALID_MASK and use in ioat_re...
2015-10-18 rpauloUpdate hostapd/wpa_supplicant to version 2.5.
2015-10-17 ngieIntegrate tools/regression/acltools into the FreeBSD...
2015-10-17 ngieIntegrate tools/test/posixshm and tools/regression...
2015-10-16 mavMFV r289310:
2015-10-14 ngieIntegrate tools/regression/vfs into the FreeBSD test...
2015-10-13 baptMerge from head
2015-10-13 cemioat: Use correct macro, fix build on i386
2015-10-13 baptMerge from head
2015-10-12 peterUpdate from svn-1.8.14 to 1.9.2.
2015-09-30 markjMFV r288408:
2015-09-28 ngieAdd initial testcases for bin/ls
2015-09-27 ngieMFhead @ r288313
2015-09-23 emasteBring LLVM libunwind snapshot into contrib/llvm/projects
2015-09-17 desUpgrade to Unbound 1.5.4.
2015-09-16 dimUpdate libc++ to 3.7.0 release.
2015-09-11 dimSince contrib/libc++'s ancestry was never correct,...
2015-09-10 dimUpdate compiler-rt to 3.7.0 release. This also include...
2015-09-06 dimUpdate llvm, clang and lldb to 3.7.0 release.
2015-09-06 dimUpdate lldb to upstream trunk r242221.
2015-09-05 dimMerge ^/head r286858 through r287489.
2015-09-02 cemioat(4): pci_save/restore_state to persist MSI-X regist...
2015-09-02 cemioat: re-initialize interrupts after resetting hw on...
2015-08-25 baptMerge from HEAD
2015-08-25 cemioat(4): Minor style cleanups
2015-08-24 cemImport ioat(4) driver