aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme
AgeCommit message (Expand)AuthorFilesLines
2018-11-14blk: Call part_init() in the post_probe() methodBin Meng1-1/+0
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini6-14/+6
2018-02-08Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford1-0/+1
2017-09-03nvme: Remove dead codes in nvme_setup_io_queues()Bin Meng1-3/+0
2017-09-03nvme: Fix potential sign extension issue in nvme_blk_rw()Bin Meng1-1/+1
2017-09-03nvme: Fix wrong ndev->queues memsetBin Meng1-2/+1
2017-08-28nvme: Get rid of the global variable nvme_infoBin Meng3-35/+12
2017-08-28nvme: Use blk_create_devicef() APIBin Meng1-9/+3
2017-08-28nvme: Apply cache operations on the DMA buffersBin Meng2-5/+34
2017-08-28nvme: Consolidate block read and write routinesBin Meng1-53/+12
2017-08-28nvme: Use macros to access NVMe queuesBin Meng1-7/+15
2017-08-28nvme: Respect timeout when en/disabling the controllerBin Meng1-3/+11
2017-08-28nvme: Cache controller's capabilitiesBin Meng2-6/+6
2017-08-28nvme: Fix endianness assignment to prp2 in nvme_identify()Bin Meng1-1/+1
2017-08-28nvme: Fix ndev->queues allocationBin Meng1-2/+2
2017-08-28nvme: Fix getting PCI vendor id of the NVMe block deviceBin Meng2-22/+3
2017-08-28nvme: Remove useless definesBin Meng1-60/+0
2017-08-13nvme: Handle zero Maximum Data Transfer Size (MDTS)Bin Meng1-0/+21
2017-08-13nvme: Fix number of blocks detectionJon Nettleton1-1/+1
2017-08-13nvme: Detect devices that are class Storage ExpressJon Nettleton1-1/+1
2017-08-13nvme: Add show routine to print detailed informationZhikang Zhang2-1/+128
2017-08-13nvme: Add NVM Express driver supportZhikang Zhang5-0/+1637