summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
2020-12-16Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-12-01nvme-pci: don't allocate unused I/O queuesNiklas Schnelle
2020-12-01nvme-pci: drop min() from nr_io_queues assignmentNiklas Schnelle
2020-12-01nvme: split nvme_alloc_request()Chaitanya Kulkarni
2020-12-01nvme: use consistent macro name for timeoutChaitanya Kulkarni
2020-12-01nvme: centralize setting the timeout in nvme_alloc_requestChaitanya Kulkarni
2020-11-14nvme: free sq/cq dbbuf pointers when dbbuf set failsMinwoo Im
2020-11-02Revert "nvme-pci: remove last_sq_tail"Keith Busch
2020-10-22nvme-pci: disable Write Zeroes on Sandisk SkyhawkKai-Heng Feng
2020-10-13Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-27nvme-pci: allocate separate interrupt for the reserved non-polled I/O queueJeffle Xu
2020-09-27nvme-pci: Move enumeration by class to be last in the tableAndy Shevchenko
2020-09-26Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-09-22Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds
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-09-04Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-28nvme-pci: cancel nvme device request before disablingTong Zhang
2020-08-24Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds
2020-08-23treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva
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