summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
2017-12-05nvme-pci: add quirk for delay before CHK RDY for WDC SN200Jeff Lien
2017-10-12nvme-pci: Use PCI bus address for data/queues in CMBChristoph Hellwig
2017-05-25nvme: unmap CMB and remove sysfs file in reset pathJon Derrick
2017-04-08nvme/pci: Disable on removal when disconnectedKeith Busch
2016-11-16nvme/pci: Don't free queues on errorKeith Busch
2016-10-21Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-10-19nvme: Add tertiary number to NVME_VSGabriel Krisman Bertazi
2016-10-12nvme : Add sysfs entry for NVMe CMBs when appropriateStephen Bates
2016-10-12nvme: don't schedule multiple resetsKeith Busch
2016-10-12nvme: Delete created IO queues on resetKeith Busch
2016-10-11nvme: use the DMA_ATTR_NO_WARN attributeMauricio Faria de Oliveira
2016-10-09Merge branch 'for-4.9/block-irq' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-09-15nvme: switch to use pci_alloc_irq_vectorsChristoph Hellwig
2016-09-15blk-mq: remove ->map_queueChristoph Hellwig
2016-09-08nvme/quirk: Add a delay before checking device ready for memblaze deviceWenbo Wang
2016-09-07nvme: Don't suspend admin queue that wasn't createdGabriel Krisman Bertazi
2016-08-11nvme: Suspend all queues before deletionGabriel Krisman Bertazi
2016-08-02Merge tag 'pci-v4.8-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds
2016-07-26Merge branch 'for-4.8/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-07-20nvme/pci: Provide SR-IOV supportKeith Busch
2016-07-13nvme: avoid crashes when node 0 is memoryless node.Masayoshi Mizuma
2016-07-12nvme: Limit command retriesKeith Busch
2016-07-12nvme/quirk: Add a delay before checking for adapter readinessGuilherme G. Piccoli
2016-07-05nvme.h: add NVMe over Fabrics definitionsChristoph Hellwig
2016-07-05nvme: add fabrics sysfs attributesMing Lin
2016-07-05nvme: Modify and export sync command submission for fabricsChristoph Hellwig
2016-06-21NVMe: Use pci_(request|release)_mem_regionsJohannes Thumshirn
2016-06-12nvme: move the workaround for I/O queue-less controllers from PCIe to coreChristoph Hellwig
2016-06-09NVMe: Only release requested regionsJohannes Thumshirn
2016-06-07nvme: move nvme_cancel_request() to common codeMing Lin
2016-06-07nvme: update and rename nvme_cancel_io to nvme_cancel_requestMing Lin
2016-05-17NVMe: Add device ID's with stripe quirkKeith Busch
2016-05-17NVMe: Short-cut removal on surprise hot-unplugKeith Busch
2016-05-17NVMe: Reduce driver log spammingKeith Busch
2016-05-17NVMe: Unbind driver on failureKeith Busch
2016-05-17NVMe: Delete only created queuesKeith Busch
2016-05-17NVMe: Allocate queues only for online cpusKeith Busch
2016-05-17Merge branch 'for-4.7/drivers' of git://git.kernel.dk/linux-blockLinus Torvalds
2016-05-03NVMe: Fix reset/remove raceKeith Busch
2016-05-02nvme: add helper nvme_cleanup_cmd()Ming Lin
2016-05-02nvme: move AER handling to common codeChristoph Hellwig
2016-05-02nvme: move namespace scanning to coreChristoph Hellwig
2016-05-02nvme: tighten up state check for namespace scanningChristoph Hellwig
2016-05-02nvme: introduce a controller state machineChristoph Hellwig
2016-05-02nvme: remove the io_incapable methodChristoph Hellwig
2016-05-02NVMe: Fix check_flush_dependency warningKeith Busch
2016-04-14NVMe: Always use MSI/MSI-x interruptsKeith Busch
2016-04-13nvme: Avoid reset work on watchdog timer function during error recoveryGuilherme G. Piccoli
2016-04-12NVMe: silence warning about unused 'dev'Jens Axboe
2016-04-12nvme: Use blk-mq helper for IO terminationSagi Grimberg