index
:
FreeBSD-src
RELENG_2_2
RELENG_2_3
RELENG_2_3_0
RELENG_2_3_1
RELENG_2_3_2
RELENG_2_3_3
RELENG_2_3_4
RELENG_2_4
RELENG_2_4_4
RELENG_2_4_OLD
devel
devel-11
releng/10.1
releng/10.3
releng/11.0
releng/11.1
stable/10
stable/11
Raptor Engineering's fork of pfsense FreeBSD src with pfSense changes
Raptor Engineering, LLC
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
sys
/
dev
/
ioat
Commit message (
Expand
)
Author
Age
Files
Lines
*
MFC r314666: ioat: don't specify inline for function with variable argument list
avg
2017-03-11
1
-2
/
+2
*
ioat(4): Block asynchronous work during HW reset
cem
2016-07-05
2
-10
/
+69
*
ioat(4): Serialize ioat_reset_hw invocations
cem
2016-07-05
2
-0
/
+14
*
ioat(4): Split timer into poll and shrink functions
cem
2016-07-05
2
-29
/
+62
*
ioat(4): Add ddb "show ioat <unit>" debugger command
cem
2016-06-09
1
-0
/
+99
*
ioat(4): Always log capabilities on attach
cem
2016-06-04
1
-1
/
+1
*
ioat(4): Export the number of available channels
cem
2016-06-04
2
-0
/
+9
*
ioat(4): Make channel indices unsigned
cem
2016-06-04
2
-3
/
+3
*
Remove misc NULL checks after M_WAITOK allocations.
trasz
2016-05-10
1
-2
/
+0
*
Use DEVMETHOD_END ({ NULL, NULL }) instead of hardcoding { 0, 0 }
ngie
2016-05-03
1
-1
/
+1
*
ioat(4): Implement CRC and MOVECRC APIs
cem
2016-05-03
2
-3
/
+216
*
ioat(4): Add CRC descriptor structure
cem
2016-05-03
1
-7
/
+81
*
ioat(4): Limit descriptor allocation to low 40 bits
cem
2016-05-03
1
-1
/
+4
*
ioat(4): ioat_get_dmaengine(): Add M_WAITOK mode
cem
2016-04-09
4
-7
/
+36
*
ioat(4): On error detected in ithread, defer HW reset to taskqueue
cem
2016-02-13
2
-0
/
+22
*
ioat(4): Also check for errors if the channel is suspended
cem
2016-02-13
1
-1
/
+1
*
ioat(4): Decode/define more capabilities, operations
cem
2016-02-13
2
-1
/
+23
*
ioat(4): Recheck status register on zero-descriptor wakeups
cem
2016-02-13
1
-3
/
+11
*
ioat(4): Add support for 'fence' bit with DMA_FENCE flag
cem
2016-01-15
2
-1
/
+9
*
ioat(4): Add ioat_acquire_reserve() KPI
cem
2016-01-07
2
-1
/
+29
*
ioat(4): Add ioat_get_max_io_size() KPI
cem
2016-01-05
2
-0
/
+10
*
ioat(4): Add an API to get HW revision
cem
2015-12-17
3
-3
/
+20
*
ioatcontrol(8): Add support for interrupt coalescing
cem
2015-12-14
2
-2
/
+27
*
ioat(4): Add support for interrupt coalescing
cem
2015-12-14
4
-0
/
+69
*
ioat(4): Gather and expose DMA statistics via sysctl
cem
2015-12-14
2
-19
/
+105
*
ioat(4): Add ioatcontrol(8) testing for copy_8k
cem
2015-12-10
2
-9
/
+46
*
ioat(4): Add Broadwell-EP PCI IDs
cem
2015-12-09
1
-0
/
+11
*
ioat(4): Add ioat_copy_8k_aligned KPI
cem
2015-12-09
3
-2
/
+60
*
ioat(4): Add MODULE_VERSION so MODULE_DEPEND works
cem
2015-12-04
1
-0
/
+1
*
ioat: Handle channel-fatal HW errors safely
cem
2015-10-31
5
-48
/
+212
*
ioat_test: Handled forced hardware resets gracefully
cem
2015-10-29
1
-3
/
+14
*
ioat: Drain/quiesce the device less racily
cem
2015-10-29
2
-14
/
+55
*
ioatcontrol(8): Add and document "raw" testing mode
cem
2015-10-29
2
-2
/
+48
*
ioat: Define DMACAPABILITY bits
cem
2015-10-28
5
-2
/
+37
*
ioat: Add support for Block Fill operations
cem
2015-10-26
4
-4
/
+85
*
ioat: Dedupe operation enqueue logic
cem
2015-10-26
2
-51
/
+86
*
ioat: Add %b format string for CHANERR codes
cem
2015-10-26
2
-2
/
+11
*
ioat: Allocate memory for ring resize sanely
cem
2015-10-26
3
-119
/
+323
*
ioat: Expose more softc members in sysctls
cem
2015-10-26
2
-5
/
+17
*
ioat: Introduce KTR probes
cem
2015-10-26
2
-7
/
+8
*
ioat: Actually bring the hardware back online after reset
cem
2015-10-24
2
-13
/
+65
*
ioat: Use bus_alloc_resource_any(9)
cem
2015-10-24
1
-2
/
+2
*
ioat: Extract halted error-debugging to a function
cem
2015-10-24
1
-8
/
+17
*
ioat: Always re-arm interrupts in process_events
cem
2015-10-24
1
-4
/
+3
*
ioat: Add sysctl to force hw reset
cem
2015-10-24
1
-16
/
+47
*
ioat: refcnt users so we can drain them at detach
cem
2015-10-24
4
-11
/
+115
*
ioat: When queueing operations, assert the submit lock
cem
2015-10-24
1
-0
/
+2
*
ioat: Don't use sleeping allocation in lock path
cem
2015-10-24
1
-11
/
+22
*
ioat: Pull out timer callout delay into a constant
cem
2015-10-24
1
-7
/
+10
*
ioat_test: Add a colon (':') for style
cem
2015-10-22
1
-1
/
+1
[next]