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
/
nvme
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert r244549.
jimharris
2013-01-07
1
-2
/
+2
*
Put kthreads under curproc so they are attached to nvmecontrol rather
jimharris
2012-12-21
1
-2
/
+2
*
Map BAR 4/5, because NVMe spec says devices may place the MSI-X table
jimharris
2012-12-18
3
-0
/
+24
*
Simplify module definition by adding nvme_modevent to DRIVER_MODULE()
jimharris
2012-12-18
1
-9
/
+2
*
Do not use taskqueue to defer completion work when using INTx. INTx now
jimharris
2012-12-18
3
-24
/
+3
*
Add PCI device ID for 8-channel IDT NVMe controller, and clarify that the
jimharris
2012-12-06
2
-2
/
+4
*
Use callout_reset_curcpu to allow the callout to be handled by the
jimharris
2012-10-31
1
-0
/
+5
*
Fix build after r241659.
glebius
2012-10-18
1
-1
/
+1
*
Add ability to queue nvme_request objects if no nvme_trackers are available.
jimharris
2012-10-18
3
-13
/
+31
*
Preallocate a limited number of nvme_tracker objects per qpair, rather
jimharris
2012-10-18
4
-63
/
+80
*
Create nvme_qpair_submit_request() which eliminates all of the code
jimharris
2012-10-18
3
-48
/
+36
*
Simplify how the qpair lock is acquired and released.
jimharris
2012-10-18
2
-9
/
+10
*
Cleanup uio-related code to use struct nvme_request and
jimharris
2012-10-18
5
-86
/
+118
*
Add nvme_ctrlr_submit_[admin|io]_request functions which consolidates
jimharris
2012-10-18
6
-129
/
+74
*
Add struct nvme_request object which contains all of the parameters passed
jimharris
2012-10-18
6
-80
/
+173
*
Merge struct nvme_prp_list into struct nvme_tracker.
jimharris
2012-10-18
7
-98
/
+36
*
Add return codes to all functions used for submitting commands to I/O
jimharris
2012-10-18
6
-29
/
+87
*
Count number of times each queue pair's interrupt handler is invoked.
jimharris
2012-10-10
3
-0
/
+95
*
Put the nvme_qpair mutex on its own cacheline.
jimharris
2012-10-10
1
-3
/
+8
*
Revert previous commit...
kevlo
2012-10-10
1
-1
/
+1
*
Prefer NULL over 0 for pointers
kevlo
2012-10-09
1
-1
/
+1
*
In nvme(4), set device description for BUS_PROBE_GENERIC case.
jimharris
2012-09-19
1
-10
/
+11
*
Report nvme(4) as a generic driver for NVMe devices if PCI class, subclass
jimharris
2012-09-19
1
-5
/
+18
*
Add #if 0 around nvme_async_event_cb() until NVMe AER functionality
jimharris
2012-09-18
1
-0
/
+6
*
Add __aligned(4) to NVMe defined data structures.
jimharris
2012-09-18
1
-3
/
+3
*
This is the first of several commits which will add NVM Express (NVMe)
jimharris
2012-09-17
11
-0
/
+4192