summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2020-07-08nvme-pci: add a blank line after declarationsBaolin Wang1-0/+4
2020-07-08nvme-pci: fix some comments issuesBaolin Wang1-4/+4
2020-07-08nvme-pci: remove redundant segment validationBaolin Wang1-3/+0
2020-07-08nvme: document quirked Intel modelsDavid Fugate1-4/+4
2020-07-08nvme-pci: remove the empty line at the beginning of nvme_should_reset()Dongli Zhang1-1/+0
2020-07-08nvme-pci: code cleanup for nvme_alloc_host_mem()Chaitanya Kulkarni1-4/+4
2020-07-08nvme-pci: use unsigned for io queue depthChaitanya Kulkarni1-9/+10
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe1-2/+4
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-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig1-1/+2
2020-06-11nvme-pci: use simple suspend when a HMB is enabledChristoph Hellwig1-0/+6
2020-06-03Merge 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-10nvme-pci: align io queue count with allocted nvme_queue in nvme_probeWeiping Zhang1-24/+33
2020-05-10nvme-pci: remove last_sq_tailKeith Busch1-19/+4
2020-05-10nvme-pci: remove volatile cqesKeith Busch1-4/+5
2020-05-10nvme-pci: fix "slimmer CQ head update"Alexey Dobriyan1-1/+5
2020-03-25nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin1-2/+1
2020-03-25nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin1-1/+0
2020-03-25nvme-pci: Re-order nvme_pci_free_ctrlIsrael Rukshin1-2/+2
2020-03-25nvme-pci: properly print controller addressMax Gurtovoy1-1/+1
2020-03-25nvme-pci: Simplify nvme_poll_irqdisableKeith Busch1-19/+11
2020-03-25nvme-pci: Remove two-pass completionsKeith Busch1-32/+10
2020-03-25nvme-pci: Remove tag from process cqKeith Busch1-12/+11
2020-03-25nvme-pci: slimmer CQ head updateAlexey Dobriyan1-4/+2
2020-02-27nvme-pci: Hold cq_poll_lock while completing CQEsBijan Mottahedeh1-1/+1
2020-02-19nvme-pci: Use single IRQ vector for old Apple modelsAndy Shevchenko1-1/+2
2020-02-19nvme/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-03nvme-pci: remove nvmeq->tagsChristoph Hellwig1-15/+8
2019-12-06nvme/pci: Fix read queue countKeith Busch1-5/+1
2019-12-06nvme/pci Limit write queue sizes to possible cpusKeith Busch1-0/+3
2019-12-06nvme/pci: Fix write and poll queue typesKeith Busch1-4/+4
2019-12-03nvme/pci: Remove last_cq_headKeith Busch1-4/+0
2019-11-26nvme: 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-21nvme: 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-05nvme: retain split access workaround for capability readsArd Biesheuvel1-1/+1