nvme - Improve likelihood of dump success
[dragonfly.git] / sys / dev / disk / nvme / nvme_admin.c
2018-04-13 Matthew Dillonnvme - Improve likelihood of dump success
2018-03-17 Antonio Huete JimenezMerge branch 'vendor/LIBPCAP'
2017-10-05 Matthew Dillonkernel - Change index fields from unsigned to signed
2017-09-23 Sascha WildnerMerge branch 'vendor/FILE'
2017-05-19 Matthew Dillonnvme - Fix interrupt pin support when MSI-X is unavailable.
2017-01-13 John MarinoMerge branch 'vendor/LIBRESSL'
2016-11-24 zrjMerge remote-tracking branch 'origin/vendor/BINUTILS227'
2016-10-17 zrjMerge branch 'vendor/BINUTILS225'
2016-10-03 John MarinoMerge branch 'vendor/LIBRESSL'
2016-09-06 John MarinoMerge branch 'vendor/LIBRESSL'
2016-08-29 John MarinoMerge branch 'vendor/LESS'
2016-08-29 John MarinoMerge branch 'vendor/BMAKE'
2016-08-27 John MarinoMerge branch 'vendor/GCC50'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-04 Peter AvalosMerge branch 'vendor/OPENSSH'
2016-08-03 Peter AvalosMerge branch 'vendor/OPENSSL'
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