kernel - Distribute queues in rw-sep map.
[dragonfly.git] / sys / dev / disk / nvme / nvme_admin.c
2016-07-14 Matthew Dillonkernel - Distribute queues in rw-sep map.
2016-07-14 Matthew Dillonnvme - Fix comq mappings when too many cpus.
2016-06-24 Sepherosa Ziehaunvme: Use high frequency interrupt for CQ processing
2016-06-18 Matthew Dillonnvme - Implement ioctl support to retrieve log pages
2016-06-18 Matthew Dillonnvme - Fail gracefully if chip cannot be enabled
2016-06-10 Matthew Dillonnvme - Add kernel dump support
2016-06-08 Matthew Dillonnvme - Add interrupt coalescing support
2016-06-08 Matthew Dillonnvme - Adjust queue mapping
2016-06-07 Matthew Dillonnvme - Check admin_cap
2016-06-07 Justin C. SherrillMerge branch 'master' of ssh://crater.dragonflybsd...
2016-06-06 Matthew Dillonnvme - Fix minor cpu mapping issues
2016-06-06 Matthew Dillonnvme - Implement MSIX and reverse comq mapping
2016-06-05 Matthew Dillonnvme - Iterate disk units for multiple devices
2016-06-05 Matthew Dillonnvme - Flesh out the driver more
2016-06-05 Matthew Dillonkernel - Flesh out nvme interrupts (non-msi for now)
2016-06-05 Matthew Dillonkernel - Initial native DragonFly NVME driver commit