summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAgeFilesLines
* NVMe: Add MAXIO 1602 to bogus nid list.Tatsuki Sugiura2023-06-211-0/+2
* nvme-pci: Add quirk for Teamgroup MP33 SSDDaniel Smith2023-06-091-0/+2
* nvme-pci: add quirk for missing secondary temperature thresholdsHristo Venev2023-06-091-0/+2
* nvme-pci: add NVME_QUIRK_BOGUS_NID for HS-SSD-FUTURE 2048GSagi Grimberg2023-06-091-0/+2
* nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDsXi Ruoyao2023-04-201-0/+2
* nvme-pci: add NVME_QUIRK_BOGUS_NID for T-FORCE Z330 SSDDuy Truong2023-04-201-0/+2
* nvme-pci: mark Lexar NM760 as IGNORE_DEV_SUBNQNJuraj Pecigos2023-04-201-1/+2
* nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760Abhijit2023-04-201-0/+2
* nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610Shyamin Ayesh2023-04-201-0/+2
* nvme-pci: Crucial P2 has bogus namespace idsTobias Gruetzmacher2023-04-201-0/+2
* nvme-pci: avoid the deepest sleep state on ZHITAI TiPro7000 SSDsNing Wang2023-04-201-0/+2
* nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S50Stefan Reiter2023-04-201-0/+2
* nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV3000Elmer Miroslav Mosher Golovin2023-03-221-0/+2
* nvme-pci: fix timeout request state checkKeith Busch2023-02-011-1/+1
* nvme-pci: fix page size checksKeith Busch2023-01-121-4/+4
* nvme-pci: fix mempool alloc sizeKeith Busch2023-01-121-2/+2
* nvme-pci: fix doorbell buffer value endiannessKlaus Jensen2023-01-121-12/+13
* nvme-pci: clear the prp2 field when not usedLei Rao2022-12-191-0/+2
* nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000Tiago Dias Ferreira2022-12-021-0/+2
* nvme-pci: disable write zeroes on various Kingston SSDXander Li2022-12-021-0/+10
* nvme-pci: disable namespace identifiers for the MAXIO MAP1001Christoph Hellwig2022-12-021-0/+2
* nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron NitroBean Huo2022-12-021-0/+2
* nvme: add a bogus subsystem NQN quirk for Micron MTFDKBA2T0TFHLeo Savernik2022-12-021-0/+2
* nvme-pci: set min_align_mask before calculating max_hw_sectorsRishabh Bhatnagar2022-10-261-1/+2
* nvme-pci: phison e16 has bogus namespace idsKeith Busch2022-07-211-1/+2
* nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA IM2P33F8ABR1Lamarque Vieira Souza2022-07-071-0/+2
* nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG SX6000LNP (AKA SPECTRIX S40G)Pablo Greco2022-07-071-1/+2
* nvme: move the Samsung X5 quirk entry to the core quirksChristoph Hellwig2022-06-291-4/+0
* nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tagsSmith, Kyle Miller (Nimble Kernel)2022-06-091-0/+1
* nvme-pci: add quirks for Samsung X5 SSDsMonish Kumar R2022-05-251-1/+4
* nvme-pci: disable namespace identifiers for Qemu controllersChristoph Hellwig2022-04-271-1/+4
* nvme-pci: disable namespace identifiers for the MAXIO MAP1002/1202Christoph Hellwig2022-04-271-0/+4
* nvme-pci: add the IGNORE_DEV_SUBNQN quirk for Intel P4500/P4600 SSDsWu Zheng2022-02-161-1/+2
* Merge tag 'nvme-5.15-2021-10-14' of git://git.infradead.org/nvme into block-5.15Jens Axboe2021-10-141-1/+1
|\
| * nvme-pci: Fix abort command idKeith Busch2021-10-071-1/+1
* | nvme: add command id quirk for apple controllersKeith Busch2021-09-271-1/+2
|/
* nvme: allow user toggling hmb usageKeith Busch2021-08-161-1/+44
* nvme-pci: disable hmb on idle suspendKeith Busch2021-08-161-7/+17
* nvme-pci: cmb sysfs: one file, one valueKeith Busch2021-08-161-2/+26
* nvme-pci: use attribute group for cmb sysfsKeith Busch2021-08-161-26/+46
* nvme: code command_id with a genctr for use-after-free validationSagi Grimberg2021-08-161-1/+1
* nvme-pci: limit maximum queue depth to 4095Sagi Grimberg2021-08-161-9/+5
* remove the lightnvm subsystemChristoph Hellwig2021-08-141-6/+0
* nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng2021-07-211-1/+3
* nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen2021-07-131-1/+0
* nvme-pci: fix multiple races in nvme_setup_io_queuesCasey Chen2021-07-131-8/+58
* nvme-pci: remove zeroout memset call for structChaitanya Kulkarni2021-06-171-16/+8
* nvme-pci: use ctrl sgl check helperChaitanya Kulkarni2021-06-171-2/+2
* nvme-pci: remove trailing lines for helpersChaitanya Kulkarni2021-06-171-2/+0
* nvme-pci: fix var. type for increasing cq_headJK Kim2021-06-171-1/+1