summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host
Commit message (Expand)AuthorAgeFilesLines
...
| * nvme: refactor set_queue_countChristoph Hellwig2015-12-013-21/+30
| * nvme: move chardev and sysfs interface to common codeChristoph Hellwig2015-12-014-200/+241
| * nvme: move namespace scanning to common codeChristoph Hellwig2015-12-013-196/+240
| * nvme: move the call to nvme_init_identify earlierChristoph Hellwig2015-12-011-6/+4
| * nvme: add a common helper to read Identify Controller dataChristoph Hellwig2015-12-013-38/+71
| * nvme: move nvme_{enable,disable,shutdown}_ctrl to common codeChristoph Hellwig2015-12-013-109/+141
| * nvme: move remaining CC setup into nvme_enable_ctrlChristoph Hellwig2015-12-011-23/+21
| * nvme: add explicit quirk handlingChristoph Hellwig2015-12-012-3/+18
| * nvme: move block_device_operations and ns/ctrl freeing to common codeChristoph Hellwig2015-12-013-400/+439
| * nvme: use the block layer for userspace passthrough metadataKeith Busch2015-12-013-43/+83
| * nvme: split __nvme_submit_sync_cmdChristoph Hellwig2015-12-014-31/+68
| * nvme: move nvme_setup_flush and nvme_setup_rw to common codeChristoph Hellwig2015-12-012-49/+51
| * nvme: move nvme_error_status to common codeChristoph Hellwig2015-12-012-12/+12
| * nvme: factor out a nvme_unmap_data helperChristoph Hellwig2015-12-011-18/+25
| * nvme: refactor nvme_queue_rqChristoph Hellwig2015-12-011-122/+97
| * nvme: simplify nvme_setup_prps calling conventionChristoph Hellwig2015-12-011-12/+10
| * nvme: split a new struct nvme_ctrl out of struct nvme_devChristoph Hellwig2015-12-014-157/+193
| * nvme: use vendor it from identifyChristoph Hellwig2015-12-011-2/+11
| * nvme: split nvme_trans_device_id_pageChristoph Hellwig2015-12-011-56/+79
| * nvme: use offset instead of a struct for registersChristoph Hellwig2015-12-013-32/+36
| * nvme: split command submission helpers out of pci.cChristoph Hellwig2015-12-014-155/+178
| * nvme: move struct nvme_iod to pci.cChristoph Hellwig2015-12-012-17/+17
* | Merge branch 'for-4.5/lightnvm' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-211-10/+22
|\ \
| * | lightnvm: introduce mlc lower page table mappingsMatias Bjørling2016-01-121-1/+21
| * | lightnvm: return the get_bb_tbl return valueMatias Bjørling2016-01-121-5/+0
| * | lightnvm: refactor end_io functions for syncMatias Bjørling2016-01-121-4/+1
* | | Merge branch 'for-4.5/core' of git://git.kernel.dk/linux-blockLinus Torvalds2016-01-192-6/+7
|\ \ \ | |/ / |/| / | |/
| * blk-mq: add a flags parameter to blk_mq_alloc_requestChristoph Hellwig2015-12-012-6/+7
* | NVMe: IO ending fixes on surprise removalKeith Busch2015-12-221-1/+19
* | lightnvm: replace req queue with nvmdev for lldMatias Bjørling2015-12-071-11/+13
* | lightnvm: check mm before useMatias Bjørling2015-12-071-1/+1
* | nvme: temporary fix for Apple controller resetStephan Günther2015-12-011-0/+12
* | lightnvm: unconverted ppa returned in get_bb_tblMatias Bjørling2015-11-291-1/+3
* | lightnvm: refactor and change vendor id for qemuMatias Bjørling2015-11-291-2/+9
* | lightnvm: Simplify config when disabledKeith Busch2015-11-293-14/+16
|/
* nvme: add missing unmaps in nvme_queue_rqChristoph Hellwig2015-11-241-3/+12
* NVMe: default to 4k device page sizeNishanth Aravamudan2015-11-241-9/+6
* NVMe: reap completion entries when deleting queueKeith Busch2015-11-201-1/+6
* nvme: lightnvm: use admin queues for admin cmdsWenwei Tao2015-11-201-7/+10
* NVMe: Fix possible arithmetic overflow for max segmentsKeith Busch2015-11-191-1/+1
* nvme: remove reserved double wordMatias Bjørling2015-11-161-2/+2
* nvme: missing ppaf copyMatias Bjørling2015-11-161-0/+2
* lightnvm: remove linear and device addr modesMatias Bjørling2015-11-161-2/+1
* lightnvm: expose mccap in identify commandMatias Bjørling2015-11-161-1/+3
* lightnvm: update alignments for identify commandMatias Bjørling2015-11-161-1/+3
* lightnvm: update bad block table formatMatias Bjørling2015-11-161-23/+90
* NVMe: add support for Apple NVMe controllerStephan Günther2015-11-111-0/+1
* NVMe: use split lo_hi_{read,write}qStephan Günther2015-11-111-6/+6
* NVMe: Increase the max transfer size when mdts is 0Sathyavathi M2015-11-111-0/+2
* Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds2015-11-101-4/+28
|\
OpenPOWER on IntegriCloud