summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
2018-06-08nvme-pci: make CMB SQ mod-param read-onlyKeith Busch
2018-06-08nvme-pci: unquiesce dead controller queuesKeith Busch
2018-06-08nvme-pci: remove HMB teardown on resetKeith Busch
2018-06-08nvme-pci: queue creation fixesKeith Busch
2018-06-08nvme-pci: remove unnecessary completion doorbell checkKeith Busch
2018-06-08nvme-pci: remove unnecessary nested lockingKeith Busch
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-30nvme-pci: simplify __nvme_submit_cmdChristoph Hellwig
2018-05-30nvme-pci: Rate limit the nvme timeout warningsKeith Busch
2018-05-29Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe
2018-05-29nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig
2018-05-25nvme-pci: Fix AER reset handlingKeith Busch
2018-05-25nvme-pci: set nvmeq->cq_vector after alloc cq/sqJianchao Wang
2018-05-21nvme-pci: fix race between poll and IRQ completionsJens Axboe
2018-05-18nvme-pci: drop IRQ disabling on submission queue lockJens Axboe
2018-05-18nvme-pci: split the nvme queue lock into submission and completion locksJens Axboe
2018-05-18nvme-pci: handle completions outside of the queue lockJens Axboe
2018-05-18nvme-pci: move ->cq_vector == -1 check outside of ->q_lockJens Axboe
2018-05-18nvme-pci: remove cq check after submissionJens Axboe
2018-05-18nvme-pci: simplify nvme_cqe_validChristoph Hellwig
2018-05-11nvme/pci: Sync controller reset for AER slot_resetKeith Busch
2018-05-11nvme: add quirk to force medium priority for SQ creationJens Axboe
2018-05-07nvme/pci: Hold controller reference during async probeKeith Busch
2018-05-02nvme/pci: Use async_schedule for initial reset workKeith Busch
2018-04-26nvme: lightnvm: add granby supportWei Xu
2018-04-26NVMe: Add Quirk Delay before CHK RDY for Seagate Nytro Flash StorageMicah Parrish
2018-04-12nvme-pci: Separate IO and admin queue IRQ vectorsKeith Busch
2018-04-12nvme-pci: Remove unused queue parameterKeith Busch
2018-04-12nvme-pci: Skip queue deletion if there are no queuesKeith Busch
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-03-27blk-mq: Allow PCI vector offset for mapping queuesKeith Busch
2018-03-26nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-AJarosław Janik
2018-03-26nvme-pci: Add .get_address ctrl callbackKeith Busch
2018-03-26nvme-pci: quiesce IO queues prior to disabling device HMB accessesJianchao Wang
2018-03-01nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectorsMing Lei
2018-03-01nvme-pci: Fix EEH failure on ppcWen Xiong
2018-02-28Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linusJens Axboe
2018-02-26nvme-pci: Fix nvme queue cleanup if IRQ setup failsJianchao Wang
2018-02-13nvme-pci: Fix timeouts in connecting stateKeith Busch
2018-02-13nvme-pci: Remap CMB SQ entries on every controller resetKeith Busch
2018-02-08nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGMax Gurtovoy
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-01-26nvme-pci: introduce RECONNECTING state to mark initializing procedureJianchao Wang
2018-01-25nvme-pci: Suspend queues after deleting themKeith Busch
2018-01-23nvme-pci: Fix queue double allocationsKeith Busch
2018-01-17nvme-pci: take sglist coalescing in dma_map_sg into accountChristoph Hellwig
2018-01-17nvme-pci: check segement valid for SGL useKeith Busch
2018-01-17nvme-pci: clean up SMBSZ bit definitionsChristoph Hellwig
2018-01-17nvme-pci: clean up CMB initializationChristoph Hellwig
2018-01-15nvme: fix comment typos in nvme_create_io_queuesMinwoo Im