summaryrefslogtreecommitdiff
path: root/drivers/block/nvme.c
AgeCommit message (Expand)Author
2011-11-04NVMe: Allow queues to be allocated above 4GBMatthew Wilcox
2011-11-04NVMe: Enable device DMAMatthew Wilcox
2011-11-04NVMe: Enable and disable the PCI deviceShane Michael Matthews
2011-11-04NVMe: Check returns from nvme_alloc_queue()Matthew Wilcox
2011-11-04NVMe: Remove 'node' from nvme_devMatthew Wilcox
2011-11-04NVMe: Read the model, serial & firmware rev from the controllerMatthew Wilcox
2011-11-04NVMe: Add NVME_IOCTL_SUBMIT_IOMatthew Wilcox
2011-11-04NVMe: Create nvme_map_user_pages() and nvme_unmap_user_pages()Matthew Wilcox
2011-11-04NVMe: Change NVME_IOCTL_GET_RANGE_TYPE to return all the rangesMatthew Wilcox
2011-11-04NVMe: Zero the command before we send itMatthew Wilcox
2011-11-04NVMe: Add nvme_setup_prps()Matthew Wilcox
2011-11-04NVMe: Use PRP2 for the nvme_identify ioctlMatthew Wilcox
2011-11-04NVMe: Fix admin IRQ claim on real hardwareMatthew Wilcox
2011-11-04NVMe: Rename 'cycle' to 'phase'Matthew Wilcox
2011-11-04NVMe: Implement per-CPU queuesMatthew Wilcox
2011-11-04NVMe: Reduce set_queue_count arguments by oneMatthew Wilcox
2011-11-04NVMe: Factor out queue_request_irq()Matthew Wilcox
2011-11-04NVMe: New driverMatthew Wilcox