aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
2021-08-16nvme-pci: limit maximum queue depth to 4095Sagi Grimberg
2021-08-14remove the lightnvm subsystemChristoph Hellwig
2021-07-21nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng
2021-07-13nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen
2021-07-13nvme-pci: fix multiple races in nvme_setup_io_queuesCasey Chen
2021-06-17nvme-pci: remove zeroout memset call for structChaitanya Kulkarni
2021-06-17nvme-pci: use ctrl sgl check helperChaitanya Kulkarni
2021-06-17nvme-pci: remove trailing lines for helpersChaitanya Kulkarni
2021-06-17nvme-pci: fix var. type for increasing cq_headJK Kim
2021-06-16ACPI: Check StorageD3Enable _DSD property in ACPI codeMario Limonciello
2021-06-03nvme-pci: look for StorageD3Enable on companion ACPI device insteadMario Limonciello
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