summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2018-07-11nvme-pci: initialize queue memory before interruptsKeith Busch1-2/+2
2018-05-30nvme-pci: Fix nvme queue cleanup if IRQ setup failsJianchao Wang1-1/+4
2018-02-16nvme: Fix managing degraded controllersKeith Busch1-4/+9
2017-11-24nvme: Fix memory order on async queue deletionKeith Busch1-1/+1
2017-10-12nvme: protect against simultaneous shutdown invocationsKeith Busch1-0/+3
2017-06-29nvme: apply DELAY_BEFORE_CHK_RDY quirk at probe time tooGuilherme G. Piccoli1-6/+1
2017-06-29nvme/quirk: Add a delay before checking for adapter readinessGuilherme G. Piccoli1-0/+10
2016-09-15nvme: Call pci_disable_device on the error path.Gabriel Krisman Bertazi1-1/+1
2016-09-07NVMe: Don't unmap controller registers on resetKeith Busch1-28/+43
2015-12-22NVMe: IO ending fixes on surprise removalKeith Busch1-1/+19
2015-12-01nvme: temporary fix for Apple controller resetStephan Günther1-0/+12
2015-11-25nvme: add missing unmaps in nvme_queue_rqChristoph Hellwig1-3/+12
2015-11-25NVMe: default to 4k device page sizeNishanth Aravamudan1-9/+6
2015-11-20NVMe: reap completion entries when deleting queueKeith Busch1-1/+6
2015-11-19NVMe: Fix possible arithmetic overflow for max segmentsKeith Busch1-1/+1
2015-11-11NVMe: add support for Apple NVMe controllerStephan Günther1-0/+1
2015-11-11NVMe: use split lo_hi_{read,write}qStephan Günther1-6/+6
2015-11-11NVMe: Increase the max transfer size when mdts is 0Sathyavathi M1-0/+2
2015-11-11Merge branch 'for-4.4/io-poll' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+28
2015-11-08Merge branch 'akpm' (patches from Andrew)Linus Torvalds1-2/+4
2015-11-07NVMe: add blk polling supportJens Axboe1-4/+28
2015-11-07mm, page_alloc: rename __GFP_WAIT to __GFP_RECLAIMMel Gorman1-2/+4
2015-11-07Merge tag 'asm-generic-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2015-11-05Merge branch 'for-4.4/reservations' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+95
2015-11-05Merge branch 'for-4.4/integrity' of git://git.kernel.dk/linux-blockLinus Torvalds1-26/+8
2015-11-05Merge branch 'for-4.4/lightnvm' of git://git.kernel.dk/linux-blockLinus Torvalds1-11/+28
2015-11-05Merge branch 'for-4.4/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds1-0/+3360
2015-11-03NVMe: Precedence error in nvme_pr_clear()Dan Carpenter1-1/+1
2015-10-29nvme: LightNVM supportMatias Bjørling1-11/+28
2015-10-22nvme: add missing endianess annotations in nvme_pr_commandChristoph Hellwig1-2/+2
2015-10-22NVMe: Add persistent reservation opsKeith Busch1-0/+95
2015-10-21block, libnvdimm, nvme: provide a built-in blk_integrity nop profileDan Williams1-17/+1
2015-10-21block: move blk_integrity to request_queueDan Williams1-1/+1
2015-10-21nvme: suspend i/o during runtime blk_integrity_unregisterDan Williams1-0/+2
2015-10-21md, dm, scsi, nvme, libnvdimm: drop blk_integrity_unregister() at shutdownDan Williams1-4/+1
2015-10-21block: Inline blk_integrity in struct gendiskMartin K. Petersen1-3/+2
2015-10-21block: Consolidate static integrity profile propertiesMartin K. Petersen1-4/+4
2015-10-15NVMe: initialize error to '0'Jens Axboe1-1/+1
2015-10-15nvme: use an integer value to Linux errno valuesChristoph Hellwig1-5/+7
2015-10-12nvme: fix 32-bit build warningArnd Bergmann1-3/+3
2015-10-09nvme: move to a new drivers/nvme/host directoryJay Sternberg1-0/+3354