summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
2021-05-04nvme-pci: fix controller reset hang when racing with nvme_timeoutTao Chiu
2021-04-15nvme-pci: remove single trailing whitespaceNiklas Cassel
2021-04-15nvme-pci: don't simple map sgl when sgls are disabledNiklas Cassel
2021-04-02nvme: use driver pdu command for passthroughKeith Busch
2021-04-02nvme-pci: allocate nvme_command within driver pduKeith Busch
2021-04-02nvme: rename nvme_init_identify()Chaitanya Kulkarni
2021-04-02nvme-pci: cleanup nvme_irq()Chaitanya Kulkarni
2021-04-02nvme-pci: remove the barriers in nvme_irq()Chaitanya Kulkarni
2021-03-11nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725aDmitry Monakhov
2021-03-05nvme-pci: add quirks for Lexar 256GB SSDPascal Terjan
2021-03-05nvme-pci: mark Kingston SKC2000 as not supporting the deepest power stateZoltán Böszörményi
2021-03-05nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.Julian Einwag
2021-02-26Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds
2021-02-26nvme-pci: set min_align_maskJianxiong Gao
2021-02-21Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-21Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds
2021-02-10nvme: add 48-bit DMA address quirk for Amazon NVMe controllersFilippo Sironi
2021-02-02nvme-pci: ignore the subsysem NQN on Phison E16Claus Stovgaard
2021-02-02nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis
2021-01-28nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a SPCC deviceChaitanya Kulkarni
2021-01-24block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang
2021-01-20nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig
2021-01-20nvme-pci: refactor nvme_unmap_dataChristoph Hellwig
2021-01-18nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen
2021-01-06nvme: avoid possible double fetch in handling CQELalithambika Krishnakumar
2021-01-06nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQNGopal Tiwari
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