aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-04-12nvme-pci: Separate IO and admin queue IRQ vectorsKeith Busch1-6/+17
2018-04-12nvme-pci: Remove unused queue parameterKeith Busch1-7/+3
2018-04-12nvme-pci: Skip queue deletion if there are no queuesKeith Busch1-1/+1
2018-04-05Merge tag 'for-4.17/block-20180402' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+18
2018-03-27blk-mq: Allow PCI vector offset for mapping queuesKeith Busch1-1/+1
2018-03-26nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-AJarosław Janik1-2/+5
2018-03-26nvme-pci: Add .get_address ctrl callbackKeith Busch1-0/+8
2018-03-26nvme-pci: quiesce IO queues prior to disabling device HMB accessesJianchao Wang1-5/+4
2018-03-01nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectorsMing Lei1-1/+1
2018-03-01nvme-pci: Fix EEH failure on ppcWen Xiong1-6/+7
2018-02-28Merge branch 'for-jens' of git://git.infradead.org/nvme into for-linusJens Axboe1-1/+4
2018-02-26nvme-pci: Fix nvme queue cleanup if IRQ setup failsJianchao Wang1-1/+4
2018-02-13nvme-pci: Fix timeouts in connecting stateKeith Busch1-1/+5
2018-02-13nvme-pci: Remap CMB SQ entries on every controller resetKeith Busch1-11/+14
2018-02-08nvme: rename NVME_CTRL_RECONNECTING state to NVME_CTRL_CONNECTINGMax Gurtovoy1-4/+4
2018-01-29Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-105/+111
2018-01-26nvme-pci: introduce RECONNECTING state to mark initializing procedureJianchao Wang1-2/+17
2018-01-25nvme-pci: Suspend queues after deleting themKeith Busch1-19/+8
2018-01-23nvme-pci: Fix queue double allocationsKeith Busch1-0/+3
2018-01-17nvme-pci: take sglist coalescing in dma_map_sg into accountChristoph Hellwig1-12/+9
2018-01-17nvme-pci: check segement valid for SGL useKeith Busch1-2/+5
2018-01-17nvme-pci: clean up SMBSZ bit definitionsChristoph Hellwig1-6/+17
2018-01-17nvme-pci: clean up CMB initializationChristoph Hellwig1-27/+14
2018-01-15nvme: fix comment typos in nvme_create_io_queuesMinwoo Im1-2/+2
2018-01-15nvme-pci: allocate device queues storage space at probeSagi Grimberg1-37/+26
2018-01-15nvme-pci: serialize pci resetsSagi Grimberg1-1/+1
2018-01-08nvme-pci: fix NULL pointer reference in nvme_alloc_nsJianchao Wang1-9/+21
2018-01-08nvme-pci: don't open-code nvme_reset_ctrlSagi Grimberg1-2/+2
2018-01-08nvme-pci: remove an unnecessary initialization in HMB codeMinwoo Im1-2/+2
2017-12-29nvme-pci: move use_sgl initialization to nvme_init_iod()Minwoo Im1-22/+20
2017-11-28nvme-pci: fix NULL pointer dereference in nvme_free_host_mem()Minwoo Im1-0/+1
2017-11-23nvme-pci: add quirk for delay before CHK RDY for WDC SN200Jeff Lien1-0/+2
2017-11-20nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set.Minwoo Im1-1/+1
2017-11-20nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-AKai-Heng Feng1-2/+10
2017-11-14Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-48/+195
2017-11-10nvme-pci: avoid dereference of symbol from unloaded moduleMing Lei1-1/+2
2017-11-10nvme: remove handling of multiple AEN requestsKeith Busch1-2/+2
2017-11-10nvme: centralize AEN definesKeith Busch1-13/+3
2017-11-01nvme: Remove unused headersKeith Busch1-4/+0
2017-10-27nvme: switch controller refcounting to use struct deviceChristoph Hellwig1-1/+1
2017-10-20nvme-pci: add SGL supportChaitanya Kulkarni1-27/+187
2017-10-19nvme-pci: fix typos in commentsMinwoo Im1-2/+2
2017-10-04nvme-pci: Use PCI bus address for data/queues in CMBChristoph Hellwig1-7/+7
2017-09-25nvme-pci: Print invalid SGL only onceKeith Busch1-12/+18
2017-09-25nvme-pci: initialize queue memory before interruptsKeith Busch1-2/+2
2017-09-11nvme-pci: implement the HMB entry number and size limitationsChristoph Hellwig1-1/+5
2017-09-11nvme-pci: propagate (some) errors from host memory buffer setupChristoph Hellwig1-6/+12
2017-09-11nvme-pci: use appropriate initial chunk size for HMB allocationAkinobu Mita1-1/+1
2017-09-11nvme-pci: fix host memory buffer allocation fallbackChristoph Hellwig1-18/+30
2017-09-11nvme: fix lightnvm checkChristoph Hellwig1-0/+4