summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAgeFilesLines
* nvme-pci: Set the prp2 correctly when using more than 4k pageKevin Hao2019-10-181-1/+2
* nvme: Wait for reset state when requiredKeith Busch2019-10-141-15/+31
* nvme: Remove ADMIN_ONLY stateKeith Busch2019-10-141-15/+6
* nvme-pci: Free tagset if no IO queuesKeith Busch2019-10-141-2/+9
* nvme: retain split access workaround for capability readsArd Biesheuvel2019-10-041-1/+1
* Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linusJens Axboe2019-09-271-7/+13
|\
| * Added QUIRKs for ADATA XPG SX8200 Pro 512GBGabriel Craciunescu2019-09-251-0/+3
| * nvme-pci: Save PCI state before putting drive into deepest stateMario Limonciello2019-09-251-7/+10
* | Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2019-09-231-4/+6
|\ \ | |/ |/|
| * PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()Logan Gunthorpe2019-08-161-2/+4
| * PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()Logan Gunthorpe2019-08-161-2/+2
* | Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds2019-09-171-24/+78
|\ \
| * | nvme: Remove redundant assignment of cq vectorIsrael Rukshin2019-09-121-1/+0
| * | nvme-pci: Tidy up nvme_unmap_dataIsrael Rukshin2019-08-291-3/+2
| * | nvme-pci: Support shared tags across queues for Apple 2018 controllersBenjamin Herrenschmidt2019-08-291-1/+30
| * | nvme-pci: Add support for Apple 2018+ modelsBenjamin Herrenschmidt2019-08-291-1/+20
| * | nvme-pci: Add support for variable IO SQ element sizeBenjamin Herrenschmidt2019-08-291-3/+8
| * | nvme-pci: Pass the queue to SQ_SIZE/CQ_SIZE macrosBenjamin Herrenschmidt2019-08-291-15/+15
| * | nvme: don't pass cap to nvme_disable_ctrlSagi Grimberg2019-08-291-2/+2
| * | nvme: move sqsize setting to the coreSagi Grimberg2019-08-291-1/+1
| * | nvme-pci: set ctrl sqsize to the device q_depthSagi Grimberg2019-08-291-0/+1
| * | nvme: wait until all completed request's complete fn is calledMing Lei2019-08-041-0/+2
* | | nvme: Add quirk for LiteON CL1 devices running FW 22301111Mario Limonciello2019-08-201-1/+2
* | | Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-blockLinus Torvalds2019-08-171-1/+2
|\ \ \
| * | | nvme-pci: Fix async probe remove raceKeith Busch2019-07-311-1/+2
| |/ /
* / / nvme-pci: Allow PCI bus-level PM to be used if ASPM is disabledRafael J. Wysocki2019-08-121-3/+10
|/ /
* | Revert "nvme-pci: don't create a read hctx mapping without read queues"yangerkun2019-07-231-3/+1
* | nvme: ignore subnqn for ADATA SX6000LNPMisha Nasledov2019-07-231-0/+2
|/
* nvme-pci: limit max_hw_sectors based on the DMA max mapping sizeChristoph Hellwig2019-07-091-1/+2
* nvme-pci: check for NULL return from pci_alloc_p2pmem()Alan Mikhak2019-07-091-5/+9
* nvme-pci: don't create a read hctx mapping without read queuesAlan Mikhak2019-07-091-1/+3
* nvme-pci: don't fall back to a 32-bit DMA maskChristoph Hellwig2019-07-091-2/+1
* nvme-pci: make nvme_dev_pm_ops staticYueHaibing2019-07-091-1/+1
* nvme-pci: clean up nvme_remove_dead_ctrl a bitChaitanya Kulkarni2019-06-211-4/+5
* nvme-pci: properly report state change failure in nvme_reset_workMinwoo Im2019-06-211-0/+1
* nvme-pci: set the errno on ctrl state change errorChaitanya Kulkarni2019-06-211-2/+5
* nvme-pci: adjust irq max_vector using num_possible_cpus()Minwoo Im2019-06-211-1/+5
* nvme-pci: remove queue_count_ops for write_queues and poll_queuesMinwoo Im2019-06-211-21/+2
* nvme-pci: remove unnecessary zero for static varMinwoo Im2019-06-211-1/+1
* nvme-pci: use host managed power state for suspendKeith Busch2019-06-211-3/+92
* nvme-pci: don't limit DMA segement sizeChristoph Hellwig2019-06-051-0/+6
* nvme-pci: use blk-mq mapping for unmanaged irqsKeith Busch2019-05-221-1/+1
* nvme-pci: Sync queues on resetKeith Busch2019-05-171-0/+1
* nvme-pci: Unblock reset_work on IO failureKeith Busch2019-05-171-5/+4
* nvme-pci: Don't disable on timeout in reset stateKeith Busch2019-05-171-1/+2
* nvme-pci: Fix controller freeze wait disablingKeith Busch2019-05-171-6/+6
* nvme-pci: mark expected switch fall-throughGustavo A. R. Silva2019-05-131-0/+1
* nvme-pci: init shadow doorbell after each resetMaxim Levitsky2019-05-131-2/+1
* nvme: move command size checks to the coreChristoph Hellwig2019-05-011-28/+3
* nvme-pci: check more command sizesMinwoo Im2019-05-011-0/+7