summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2020-06-24nvme-pci: initialize tagset numa value to the value of the ctrlMax Gurtovoy1-2/+2
2020-06-24nvme-pci: override the value of the controller's numa nodeMax Gurtovoy1-0/+2
2020-06-11nvme-pci: use simple suspend when a HMB is enabledChristoph Hellwig1-0/+6
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds1-51/+66
2020-05-27nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll()Dongli Zhang1-4/+7
2020-05-27nvme: introduce max_integrity_segments ctrl attributeMax Gurtovoy1-0/+6
2020-05-27nvme-pci: make sure write/poll_queues less or equal then cpu countWeiping Zhang1-4/+18
2020-05-12nvme-pci: dma read memory barrier for completionsKeith Busch1-0/+5
2020-05-09nvme-pci: align io queue count with allocted nvme_queue in nvme_probeWeiping Zhang1-24/+33
2020-05-09nvme-pci: remove last_sq_tailKeith Busch1-19/+4
2020-05-09nvme-pci: remove volatile cqesKeith Busch1-4/+5
2020-05-09nvme-pci: fix "slimmer CQ head update"Alexey Dobriyan1-1/+5
2020-03-26nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin1-2/+1
2020-03-26nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin1-1/+0
2020-03-26nvme-pci: Re-order nvme_pci_free_ctrlIsrael Rukshin1-2/+2
2020-03-26nvme-pci: properly print controller addressMax Gurtovoy1-1/+1
2020-03-26nvme-pci: Simplify nvme_poll_irqdisableKeith Busch1-19/+11
2020-03-26nvme-pci: Remove two-pass completionsKeith Busch1-32/+10
2020-03-26nvme-pci: Remove tag from process cqKeith Busch1-12/+11
2020-03-26nvme-pci: slimmer CQ head updateAlexey Dobriyan1-4/+2
2020-02-28nvme-pci: Hold cq_poll_lock while completing CQEsBijan Mottahedeh1-1/+1
2020-02-20nvme-pci: Use single IRQ vector for old Apple modelsAndy Shevchenko1-1/+2
2020-02-20nvme/pci: Add sleep quirk for Samsung and Toshiba drivesShyjumon N1-0/+12
2020-02-14nvme/pci: move cqe check after device shutdownKeith Busch1-5/+18
2020-02-04nvme-pci: remove nvmeq->tagsChristoph Hellwig1-15/+8
2019-12-07nvme/pci: Fix read queue countKeith Busch1-5/+1
2019-12-07nvme/pci Limit write queue sizes to possible cpusKeith Busch1-0/+3
2019-12-07nvme/pci: Fix write and poll queue typesKeith Busch1-4/+4
2019-12-04nvme/pci: Remove last_cq_headKeith Busch1-4/+0
2019-11-27nvme: else following return is not neededEdmund Nadolski1-1/+1
2019-11-25Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2019-11-25Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-blockLinus Torvalds1-4/+2
2019-11-22nvme: hwmon: add quirk to avoid changing temperature thresholdAkinobu Mita1-1/+2
2019-11-04nvme-pci: Spelling s/resdicovered/rediscovered/Geert Uytterhoeven1-1/+1
2019-11-04nvme: move common call to nvme_cleanup_cmd to core layerMax Gurtovoy1-1/+0
2019-11-04nvme: introduce nvme_is_aen_req functionIsrael Rukshin1-2/+1
2019-10-18nvme-pci: Set the prp2 correctly when using more than 4k pageKevin Hao1-1/+2
2019-10-14nvme: Wait for reset state when requiredKeith Busch1-15/+31
2019-10-14nvme: Remove ADMIN_ONLY stateKeith Busch1-15/+6
2019-10-14nvme-pci: Free tagset if no IO queuesKeith Busch1-2/+9
2019-10-04nvme: retain split access workaround for capability readsArd Biesheuvel1-1/+1
2019-09-27Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linusJens Axboe1-7/+13
2019-09-25Added QUIRKs for ADATA XPG SX8200 Pro 512GBGabriel Craciunescu1-0/+3
2019-09-25nvme-pci: Save PCI state before putting drive into deepest stateMario Limonciello1-7/+10
2019-09-23Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-4/+6
2019-09-17Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-blockLinus Torvalds1-24/+78
2019-09-12nvme: Remove redundant assignment of cq vectorIsrael Rukshin1-1/+0
2019-08-29nvme-pci: Tidy up nvme_unmap_dataIsrael Rukshin1-3/+2
2019-08-29nvme-pci: Support shared tags across queues for Apple 2018 controllersBenjamin Herrenschmidt1-1/+30
2019-08-29nvme-pci: Add support for Apple 2018+ modelsBenjamin Herrenschmidt1-1/+20