summaryrefslogtreecommitdiffstats
path: root/sys/dev/nvme
Commit message (Expand)AuthorAgeFilesLines
* Commit the bits of nda that were missed. This should fix the build.imp2016-06-104-39/+62
* Revert r292074 (by smh): Limit stripesize reported from nvd(4) to 4Kmav2016-03-103-35/+0
* nvme: fix intx handler to not dereference ioq during initializationjimharris2016-02-241-1/+1
* Replace several bus_alloc_resource() calls using default arguments with bus_a...jhibbits2016-02-191-4/+4
* nvme: avoid duplicate SET_NUM_QUEUES commandsjimharris2016-02-111-8/+10
* Implement power command to list all power modes, find out the powerimp2016-01-301-1/+29
* nvme: replace NVME_CEILING macro with howmany()jimharris2016-01-071-9/+3
* nvme: add hw.nvme.min_cpus_per_ioq tunablejimharris2016-01-072-6/+26
* nvme: do not revert o single I/O queue when per-CPU queues not possiblejimharris2016-01-073-64/+106
* nvme: break out interrupt setup code into a separate functionjimharris2016-01-071-66/+63
* nvme: do not pre-allocate MSI-X IRQ resourcesjimharris2016-01-073-39/+3
* nvme: remove per_cpu_io_queues from struct nvme_controllerjimharris2016-01-072-9/+3
* nvme: simplify some of the nested ifs in interrupt setup codejimharris2016-01-071-16/+20
* Limit stripesize reported from nvd(4) to 4Ksmh2015-12-113-0/+35
* nvd, nvme: report stripesize through GEOM disk layerjimharris2015-10-302-0/+8
* nvme: fix race condition in split bio completion pathjimharris2015-10-301-3/+6
* nvme: do not notify a consumer about failures that occur during initializationjimharris2015-07-291-0/+9
* Refactor unmapped buffer address handling.jeff2015-07-231-1/+0
* nvme: ensure csts.rdy bit is cleared before returning from nvme_ctrlr_disablejimharris2015-07-231-10/+12
* nvme: properly handle case where pci_alloc_msix does not alloc all vectorsjimharris2015-07-231-6/+28
* nvme: use BUS_SPACE_MAXSIZE for bus_dma_tag_create maxsize parameterjimharris2015-04-091-1/+1
* nvme: remove CHATHAM related codejimharris2015-04-085-252/+10
* nvme: add device strings for Intel DC series NVMe SSDsjimharris2015-04-081-10/+38
* nvme: create separate DMA tag for non-payload DMA buffersjimharris2015-04-082-9/+41
* nvme: fall back to a smaller MSI-X vector allocation if necessaryjimharris2015-04-081-1/+9
* Use bitwise OR instead of logical OR when constructing value forjimharris2014-06-101-1/+1
* nvme: Allocate all MSI resources up front so that we can fall back tojimharris2014-03-183-7/+44
* nvme: Close hole where nvd(4) would not be notified of all nvme(4)jimharris2014-03-183-29/+73
* nvme: NVMe specification dictates 4-byte alignment for PRPs (not 8).jimharris2014-03-171-1/+2
* nvme: Remove the software progress marker SET_FEATURE command duringjimharris2014-03-171-10/+0
* For IDENTIFY passthrough commands to Chatham prototype controllers, copyjimharris2014-01-061-2/+23
* Create a unique unit number for each controller and namespace cdev.jimharris2013-11-012-4/+11
* Fix the LINT build.jimharris2013-10-081-0/+1
* Do not leak resources during attach if nvme_ctrlr_construct() or the initialjimharris2013-10-081-3/+9
* Log and then disable asynchronous notification of persistent events afterjimharris2013-10-082-7/+56
* Do not enable temperature threshold as an asynchronous event notificationjimharris2013-10-081-0/+14
* Extend some 32-bit fields and variables to 64-bit to prevent overflowjimharris2013-10-082-5/+5
* Add driver-assisted striping for upcoming Intel NVMe controllers that canjimharris2013-10-083-1/+225
* Change the way that unmapped I/O capability is advertised.ken2013-08-151-4/+3
* If a controller fails to initialize, do not notify consumers (nvd) of itsjimharris2013-08-131-0/+9
* Send a shutdown notification in the driver unload path, to ensurejimharris2013-08-134-28/+51
* Add message when nvd disks are attached and detached.jimharris2013-07-193-3/+65
* Fix nvme(4) and nvd(4) to support non 512-byte sector sizes.jimharris2013-07-192-4/+15
* Use pause() instead of DELAY() when polling for completion of adminjimharris2013-07-171-4/+4
* Define constants for the lengths of the serial number, model numberjimharris2013-07-171-3/+7
* Fix a poorly worded comment in nvme(4).jimharris2013-07-111-3/+3
* Add comment explaining why CACHE_LINE_SIZE is defined in nvme_private.hjimharris2013-07-091-0/+4
* Update copyright dates.jimharris2013-07-099-9/+9
* Do not retry failed async event requests.jimharris2013-07-091-5/+5
* Add pci_enable_busmaster() and pci_disable_busmaster() calls injimharris2013-07-091-0/+3
OpenPOWER on IntegriCloud