summaryrefslogtreecommitdiffstats
path: root/sys/dev/nvme
Commit message (Expand)AuthorAgeFilesLines
* MFC r295944:jimharris2016-02-291-1/+1
* MFC r295532:jimharris2016-02-171-8/+10
* MFC r292074:smh2016-01-253-0/+35
* MFC r293354:jimharris2016-01-111-9/+3
* MFC r293352:jimharris2016-01-112-6/+26
* MFC r293328:jimharris2016-01-113-64/+106
* MFC r293327:jimharris2016-01-111-66/+63
* MFC r293326:jimharris2016-01-113-39/+3
* MFC r293325:jimharris2016-01-112-9/+3
* MFC r293324:jimharris2016-01-111-16/+20
* MFC r290199:jimharris2015-11-232-0/+8
* MFC r290198:jimharris2015-11-231-3/+6
* MFC r286043:jimharris2015-09-111-0/+9
* MFC r285816:jimharris2015-07-271-10/+12
* MFC r285815:jimharris2015-07-271-6/+28
* MFC r281283:jimharris2015-05-145-252/+10
* MFC r281282:jimharris2015-05-141-10/+38
* MFC r281281, r281285:jimharris2015-05-142-9/+41
* MFC r281280:jimharris2015-05-141-1/+9
* MFC r267342:jimharris2014-06-181-1/+1
* MFC r263311:jimharris2014-05-073-7/+44
* MFC r263310:jimharris2014-05-073-29/+73
* MFC r263278:jimharris2014-05-071-1/+2
* MFC r263277:jimharris2014-05-071-10/+0
* MFC r260382:jimharris2014-05-071-2/+23
* MFC r257534:jimharris2013-11-052-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
* Add firmware replacement and activation support to nvmecontrol(8) throughjimharris2013-06-271-0/+6
* Remove remaining uio-related code.jimharris2013-06-262-32/+0
* Fail any passthrough command whose transfer size exceeds the controller'sjimharris2013-06-262-2/+15
* Use MAXPHYS to specify the maximum I/O size for nvme(4).jimharris2013-06-264-22/+10
* Remove the NVME_IDENTIFY_CONTROLLER and NVME_IDENTIFY_NAMESPACE IOCTLs and re...jimharris2013-04-123-50/+5
* Add support for passthrough NVMe commands.jimharris2013-04-123-0/+163
OpenPOWER on IntegriCloud