aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-076-14/+6
* Move most CONFIG_HAVE_BLOCK_DEVICE to KconfigAdam Ford2018-02-081-0/+1
* nvme: Remove dead codes in nvme_setup_io_queues()Bin Meng2017-09-031-3/+0
* nvme: Fix potential sign extension issue in nvme_blk_rw()Bin Meng2017-09-031-1/+1
* nvme: Fix wrong ndev->queues memsetBin Meng2017-09-031-2/+1
* nvme: Get rid of the global variable nvme_infoBin Meng2017-08-283-35/+12
* nvme: Use blk_create_devicef() APIBin Meng2017-08-281-9/+3
* nvme: Apply cache operations on the DMA buffersBin Meng2017-08-282-5/+34
* nvme: Consolidate block read and write routinesBin Meng2017-08-281-53/+12
* nvme: Use macros to access NVMe queuesBin Meng2017-08-281-7/+15
* nvme: Respect timeout when en/disabling the controllerBin Meng2017-08-281-3/+11
* nvme: Cache controller's capabilitiesBin Meng2017-08-282-6/+6
* nvme: Fix endianness assignment to prp2 in nvme_identify()Bin Meng2017-08-281-1/+1
* nvme: Fix ndev->queues allocationBin Meng2017-08-281-2/+2
* nvme: Fix getting PCI vendor id of the NVMe block deviceBin Meng2017-08-282-22/+3
* nvme: Remove useless definesBin Meng2017-08-281-60/+0
* nvme: Handle zero Maximum Data Transfer Size (MDTS)Bin Meng2017-08-131-0/+21
* nvme: Fix number of blocks detectionJon Nettleton2017-08-131-1/+1
* nvme: Detect devices that are class Storage ExpressJon Nettleton2017-08-131-1/+1
* nvme: Add show routine to print detailed informationZhikang Zhang2017-08-132-1/+128
* nvme: Add NVM Express driver supportZhikang Zhang2017-08-135-0/+1637