aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
2023-10-25nvme-pci: add BOGUS_NID for Intel 0a54 deviceKeith Busch
2023-10-10nvme-pci: always return an ERR_PTR from nvme_pci_alloc_devIrvin Cote
2023-10-10nvme-pci: do not set the NUMA node of device if it has nonePratyush Yadav
2023-10-10nvme-pci: factor out a nvme_pci_alloc_dev helperChristoph Hellwig
2023-10-10nvme-pci: factor the iod mempool creation into a helperChristoph Hellwig
2023-10-10ACPI: Check StorageD3Enable _DSD property in ACPI codeMario Limonciello
2023-07-27nvme-pci: fix DMA direction of unmapping integrity dataMing Lei
2023-02-01nvme-pci: fix timeout request state checkKeith Busch
2023-01-14nvme-pci: fix page size checksKeith Busch
2023-01-14nvme-pci: fix mempool alloc sizeKeith Busch
2023-01-14nvme-pci: fix doorbell buffer value endiannessKlaus Jensen
2022-12-19nvme-pci: clear the prp2 field when not usedLei Rao
2022-12-02nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron NitroBean Huo
2022-12-02nvme: add a bogus subsystem NQN quirk for Micron MTFDKBA2T0TFHLeo Savernik
2022-10-26nvme-pci: set min_align_mask before calculating max_hw_sectorsRishabh Bhatnagar
2022-07-21nvme-pci: phison e16 has bogus namespace idsKeith Busch
2022-07-07nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG SX6000LNP (AKA SPECTRIX S40G)Pablo Greco
2022-06-29nvme: move the Samsung X5 quirk entry to the core quirksChristoph Hellwig
2022-06-29nvme-pci: allocate nvme_command within driver pduKeith Busch
2022-06-29nvme: split nvme_alloc_request()Chaitanya Kulkarni
2022-06-29nvme: centralize setting the timeout in nvme_alloc_requestChaitanya Kulkarni
2022-06-09nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tagsSmith, Kyle Miller (Nimble Kernel)
2022-05-25nvme-pci: add quirks for Samsung X5 SSDsMonish Kumar R
2022-04-27nvme-pci: disable namespace identifiers for Qemu controllersChristoph Hellwig
2022-02-16nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDsWu Zheng
2021-10-20nvme-pci: Fix abort command idKeith Busch
2021-10-06nvme: add command id quirk for apple controllersKeith Busch
2021-09-18nvme: code command_id with a genctr for use-after-free validationSagi Grimberg
2021-07-28nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng
2021-07-28nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen
2021-07-14nvme-pci: look for StorageD3Enable on companion ACPI device insteadMario Limonciello
2021-07-14nvme-pci: fix var. type for increasing cq_headJK Kim
2021-05-14nvme-pci: don't simple map sgl when sgls are disabledNiklas Cassel
2021-05-07nvme-pci: set min_align_maskJianxiong Gao
2021-03-30nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725aDmitry Monakhov
2021-03-11nvme-pci: add quirks for Lexar 256GB SSDPascal Terjan
2021-03-11nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.Julian Einwag
2021-03-11nvme-pci: mark Kingston SKC2000 as not supporting the deepest power stateZoltán Böszörményi
2021-02-17nvme-pci: ignore the subsysem NQN on Phison E16Claus Stovgaard
2021-02-10nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis
2021-02-07nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen
2021-01-27nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig
2021-01-27nvme-pci: refactor nvme_unmap_dataChristoph Hellwig
2021-01-19nvme: avoid possible double fetch in handling CQELalithambika Krishnakumar
2021-01-19nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQNGopal Tiwari
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