aboutsummaryrefslogtreecommitdiff
path: root/sys/dev/nvme
Commit message (Expand)AuthorAgeFilesLines
* nvme(4): Add MSI and single MSI-X support.Alexander Motin2021-09-075-48/+73
* nvme(4): Do not panic on admin queue construct error.Alexander Motin2021-09-071-0/+3
* nvme: coherently read status of completion recordsWarner Losh2021-07-311-4/+21
* nvme: Fix alignment on nvme structuresWarner Losh2021-07-311-5/+5
* nvme: style nitWarner Losh2021-07-311-14/+7
* nvme: fix a race between failing the controller and failing requestsWarner Losh2021-07-311-1/+12
* nvme: use config_intrhook_drain to avoid removable card racesWarner Losh2021-07-312-6/+1
* nvme: Make nvme_ctrlr_hw_reset staticWarner Losh2021-07-312-2/+1
* nvme: use NVME_GONE rather than hard-coded 0xffffffffWarner Losh2021-07-313-4/+6
* fix big-endian platforms after 6733401935f8Chuck Tuffli2021-07-311-5/+9
* nvmecontrol: add device self-test op and log pageChuck Tuffli2021-07-311-0/+39
* nvme: Remove a wmb() that's not necessary.Warner Losh2021-07-311-8/+0
* NVME: Multiple busdma related fixes.Michal Meloun2021-07-311-4/+4
* Always use the __unused attribute even for potentially unused parameters.Michal Meloun2021-07-311-24/+17
* Unbreak r368167 in userland. Decorate unused arguments.Michal Meloun2021-07-311-17/+24
* nvme: change namei_request_zone into a malloc typeMateusz Guzik2021-07-312-8/+2
* nvme: Remove compat code for older kernelsWarner Losh2021-07-311-10/+0
* Use symbolic names for asych eventsWarner Losh2021-07-312-1/+4
* Report cpi->hba_* for nda(4) because why not.Alexander Motin2021-07-311-1/+5
* Add KASSERT to ensure sane nsid.Warner Losh2021-07-311-1/+6
* Rename ns notification function...Warner Losh2021-07-311-3/+3
* Make sure that we get the sbuf resources we need.Warner Losh2021-07-311-1/+2
* Generate a devctl event for interesting eventsWarner Losh2021-07-311-8/+43
* nvme: Enable interrupts after qpair fully constructedWarner Losh2021-07-211-25/+25
* nvme(4): Report NPWA before NPWG as stripesize.Alexander Motin2021-07-131-2/+7
* Partially revert r248770.Dmitry Chagin2021-04-161-1/+1
* nvme: Replace potentially long DELAY() with pause().Alexander Motin2021-03-241-13/+11
* MFC r368167,r368187,r368203:Michal Meloun2020-12-171-17/+50
* MFC r368275: nvme: Fix typo in definitionChuck Tuffli2020-12-142-2/+2
* MFC r367955:Michal Meloun2020-12-141-0/+1
* MFC r368132: Increase nvme(4) maximum transfer size from 1MB to 2MB.Alexander Motin2020-12-134-19/+16
* MFC r367625: Fix panic if NVMe is detached before the intrhook call.Alexander Motin2020-11-192-1/+8
* MFC r367659: Add PMRCAP printing and fix earlier CAP_HI.Alexander Motin2020-11-172-6/+48
* MFC r367109, r367113: Print NVMe controller capabilities in verbose dmesg.Alexander Motin2020-11-042-2/+41
* MFC r366911:Brooks Davis2020-10-291-3/+1
* MFC r366707: Use RTD3 Entry Latency value as shutdown timeout.Alexander Motin2020-10-211-3/+5
* MFC r365946:David Bright2020-09-292-0/+4
* MFC r360483,360484: Make nvmecontrol work with nda like it does withColin Percival2020-09-261-0/+2
* MFC r362630: Fix few panics on NVMe's timing out initialization requests.Alexander Motin2020-07-021-13/+19
* MFC r362337: Make polled request timeout less invasive.Alexander Motin2020-06-243-9/+17
* MFC r362282: Fix admin qpair leak if detached during initial reset.Alexander Motin2020-06-242-17/+30
* MFC r362100: Fix config_intrhook leak on initial reset failure.Alexander Motin2020-06-191-0/+2
* MFC r360504 (by imp): Style(9) nit: put function name at start of line.Alexander Motin2020-06-181-1/+2
* MFC r360503 (by imp): Move / reword a comment.Alexander Motin2020-06-181-7/+5
* MFC r360568:David Bright2020-05-147-17/+24
* MFC r356474, r356480, r356482, r356506:Alexander Motin2020-01-224-9/+210
* MFC r355774 (by mmel): Properly synchronize completion DMA buffers.Alexander Motin2020-01-221-5/+9
* MFC r355721 (by imp): Move to using bool instead of boolean_tAlexander Motin2020-01-223-15/+15
* MFC r355631 (by imp): Move reset to the interrutp processing stageAlexander Motin2020-01-222-19/+19
* MFC r355465 (by imp): trackers always know what qpair they are onAlexander Motin2020-01-221-11/+14