summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
2020-09-22nvme-pci: fix NULL req in completion handlerXianting Tian
2020-09-15nvme-pci: disable the write zeros command for Intel 600P/P3100David Milburn
2020-08-28nvme-pci: cancel nvme device request before disablingTong Zhang
2020-08-21nvme: rename and document nvme_end_requestChristoph Hellwig
2020-08-21nvme-pci: fix PRP pool sizeChristoph Hellwig
2020-08-21nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depthJohn Garry
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-07-29nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig
2020-07-29nvme-pci: add support for ACPI StorageD3Enable propertyDavid E. Box
2020-07-29nvme-pci: use max of PRP or SGL for iod sizeChaitanya Kulkarni
2020-07-29nvme-core: replace ctrl page size with a macroChaitanya Kulkarni
2020-07-26nvme-pci: prevent SK hynix PC400 from using Write Zeroes commandKai-Heng Feng
2020-07-08nvme-pci: use standard block status symbolic namesBaolin Wang
2020-07-08nvme-pci: use the consistent return type of nvme_pci_iod_alloc_size()Baolin Wang
2020-07-08nvme-pci: add a blank line after declarationsBaolin Wang
2020-07-08nvme-pci: fix some comments issuesBaolin Wang
2020-07-08nvme-pci: remove redundant segment validationBaolin Wang
2020-07-08nvme: document quirked Intel modelsDavid Fugate
2020-07-08nvme-pci: remove the empty line at the beginning of nvme_should_reset()Dongli Zhang
2020-07-08nvme-pci: code cleanup for nvme_alloc_host_mem()Chaitanya Kulkarni
2020-07-08nvme-pci: use unsigned for io queue depthChaitanya Kulkarni
2020-07-08Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe
2020-06-24nvme-pci: initialize tagset numa value to the value of the ctrlMax Gurtovoy
2020-06-24nvme-pci: override the value of the controller's numa nodeMax Gurtovoy
2020-06-24nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig
2020-06-11nvme-pci: use simple suspend when a HMB is enabledChristoph Hellwig
2020-06-02Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-05-27nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll()Dongli Zhang
2020-05-27nvme: introduce max_integrity_segments ctrl attributeMax Gurtovoy
2020-05-27nvme-pci: make sure write/poll_queues less or equal then cpu countWeiping Zhang
2020-05-12nvme-pci: dma read memory barrier for completionsKeith Busch
2020-05-09nvme-pci: align io queue count with allocted nvme_queue in nvme_probeWeiping Zhang
2020-05-09nvme-pci: remove last_sq_tailKeith Busch
2020-05-09nvme-pci: remove volatile cqesKeith Busch
2020-05-09nvme-pci: fix "slimmer CQ head update"Alexey Dobriyan
2020-03-26nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin
2020-03-26nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin
2020-03-26nvme-pci: Re-order nvme_pci_free_ctrlIsrael Rukshin
2020-03-26nvme-pci: properly print controller addressMax Gurtovoy
2020-03-26nvme-pci: Simplify nvme_poll_irqdisableKeith Busch
2020-03-26nvme-pci: Remove two-pass completionsKeith Busch
2020-03-26nvme-pci: Remove tag from process cqKeith Busch
2020-03-26nvme-pci: slimmer CQ head updateAlexey Dobriyan
2020-02-28nvme-pci: Hold cq_poll_lock while completing CQEsBijan Mottahedeh
2020-02-20nvme-pci: Use single IRQ vector for old Apple modelsAndy Shevchenko
2020-02-20nvme/pci: Add sleep quirk for Samsung and Toshiba drivesShyjumon N
2020-02-14nvme/pci: move cqe check after device shutdownKeith Busch
2020-02-04nvme-pci: remove nvmeq->tagsChristoph Hellwig
2019-12-07nvme/pci: Fix read queue countKeith Busch