summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2021-01-06nvme: avoid possible double fetch in handling CQELalithambika Krishnakumar1-3/+4
2021-01-06nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQNGopal Tiwari1-1/+2
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds1-16/+11
2020-12-01nvme-pci: don't allocate unused I/O queuesNiklas Schnelle1-9/+7
2020-12-01nvme-pci: drop min() from nr_io_queues assignmentNiklas Schnelle1-2/+1
2020-12-01nvme: split nvme_alloc_request()Chaitanya Kulkarni1-2/+2
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni1-2/+2
2020-12-01nvme: centralize setting the timeout in nvme_alloc_requestChaitanya Kulkarni1-2/+0
2020-11-14nvme: free sq/cq dbbuf pointers when dbbuf set failsMinwoo Im1-0/+15
2020-11-02Revert "nvme-pci: remove last_sq_tail"Keith Busch1-4/+19
2020-10-22nvme-pci: disable Write Zeroes on Sandisk SkyhawkKai-Heng Feng1-0/+2
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds1-18/+17
2020-09-27nvme-pci: allocate separate interrupt for the reserved non-polled I/O queueJeffle Xu1-17/+15
2020-09-27nvme-pci: Move enumeration by class to be last in the tableAndy Shevchenko1-1/+2
2020-09-26Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds1-7/+7
2020-09-22Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-09-22nvme-pci: fix NULL req in completion handlerXianting Tian1-7/+7
2020-09-15nvme-pci: disable the write zeros command for Intel 600P/P3100David Milburn1-1/+2
2020-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds1-2/+2
2020-08-28nvme-pci: cancel nvme device request before disablingTong Zhang1-2/+2
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds1-8/+9
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva1-1/+1
2020-08-21nvme: rename and document nvme_end_requestChristoph Hellwig1-1/+1
2020-08-21nvme-pci: fix PRP pool sizeChristoph Hellwig1-1/+2
2020-08-21nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depthJohn Garry1-6/+6
2020-08-05Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds1-66/+124
2020-08-03Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds1-1/+2
2020-07-29nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig1-0/+2
2020-07-29nvme-pci: add support for ACPI StorageD3Enable propertyDavid E. Box1-0/+63
2020-07-29nvme-pci: use max of PRP or SGL for iod sizeChaitanya Kulkarni1-15/+10
2020-07-29nvme-core: replace ctrl page size with a macroChaitanya Kulkarni1-24/+23
2020-07-26nvme-pci: prevent SK hynix PC400 from using Write Zeroes commandKai-Heng Feng1-0/+2
2020-07-08nvme-pci: use standard block status symbolic namesBaolin Wang1-3/+3
2020-07-08nvme-pci: use the consistent return type of nvme_pci_iod_alloc_size()Baolin Wang1-1/+1
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-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