summaryrefslogtreecommitdiffstats
path: root/drivers/block/nvme.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* NVMe: Allow queues to be allocated above 4GBMatthew Wilcox2011-11-041-1/+2
* NVMe: Enable device DMAMatthew Wilcox2011-11-041-0/+1
* NVMe: Enable and disable the PCI deviceShane Michael Matthews2011-11-041-0/+5
* NVMe: Check returns from nvme_alloc_queue()Matthew Wilcox2011-11-041-0/+5
* NVMe: Remove 'node' from nvme_devMatthew Wilcox2011-11-041-1/+0
* NVMe: Read the model, serial & firmware rev from the controllerMatthew Wilcox2011-11-041-1/+9
* NVMe: Add NVME_IOCTL_SUBMIT_IOMatthew Wilcox2011-11-041-0/+43
* NVMe: Create nvme_map_user_pages() and nvme_unmap_user_pages()Matthew Wilcox2011-11-041-15/+53
* NVMe: Change NVME_IOCTL_GET_RANGE_TYPE to return all the rangesMatthew Wilcox2011-11-041-30/+19
* NVMe: Zero the command before we send itMatthew Wilcox2011-11-041-0/+1
* NVMe: Add nvme_setup_prps()Matthew Wilcox2011-11-041-24/+46
* NVMe: Use PRP2 for the nvme_identify ioctlMatthew Wilcox2011-11-041-17/+41
* NVMe: Fix admin IRQ claim on real hardwareMatthew Wilcox2011-11-041-0/+1
* NVMe: Rename 'cycle' to 'phase'Matthew Wilcox2011-11-041-8/+8
* NVMe: Implement per-CPU queuesMatthew Wilcox2011-11-041-11/+50
* NVMe: Reduce set_queue_count arguments by oneMatthew Wilcox2011-11-041-3/+3
* NVMe: Factor out queue_request_irq()Matthew Wilcox2011-11-041-4/+9
* NVMe: New driverMatthew Wilcox2011-11-041-0/+1043