summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAgeFilesLines
* nvme-pci: fix controller reset hang when racing with nvme_timeoutTao Chiu2021-05-041-0/+3
* nvme-pci: remove single trailing whitespaceNiklas Cassel2021-04-151-1/+1
* nvme-pci: don't simple map sgl when sgls are disabledNiklas Cassel2021-04-151-1/+1
* nvme: use driver pdu command for passthroughKeith Busch2021-04-021-1/+2
* nvme-pci: allocate nvme_command within driver pduKeith Busch2021-04-021-5/+6
* nvme: rename nvme_init_identify()Chaitanya Kulkarni2021-04-021-1/+1
* nvme-pci: cleanup nvme_irq()Chaitanya Kulkarni2021-04-021-4/+2
* nvme-pci: remove the barriers in nvme_irq()Chaitanya Kulkarni2021-04-021-6/+0
* nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a Samsung PM1725aDmitry Monakhov2021-03-111-0/+1
* nvme-pci: add quirks for Lexar 256GB SSDPascal Terjan2021-03-051-0/+3
* nvme-pci: mark Kingston SKC2000 as not supporting the deepest power stateZoltán Böszörményi2021-03-051-0/+2
* nvme-pci: mark Seagate Nytro XM1440 as QUIRK_NO_NS_DESC_LIST.Julian Einwag2021-03-051-1/+2
* Merge branch 'stable/for-linus-5.12' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2021-02-261-0/+1
|\
| * nvme-pci: set min_align_maskJianxiong Gao2021-02-261-0/+1
* | Merge tag 'for-5.12/drivers-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-1/+16
|\ \
| * | nvme: add 48-bit DMA address quirk for Amazon NVMe controllersFilippo Sironi2021-02-101-1/+20
* | | Merge tag 'for-5.12/block-2021-02-17' of git://git.kernel.dk/linux-blockLinus Torvalds2021-02-211-2/+2
|\| |
| * | block: remove unnecessary argument from blk_execute_rq_nowaitGuoqing Jiang2021-01-241-2/+2
* | | nvme-pci: ignore the subsysem NQN on Phison E16Claus Stovgaard2021-02-021-0/+2
* | | nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis2021-02-021-0/+2
| |/ |/|
* | nvme-pci: add the DISABLE_WRITE_ZEROES quirk for a SPCC deviceChaitanya Kulkarni2021-01-281-0/+2
|/
* nvme-pci: fix error unwind in nvme_map_dataChristoph Hellwig2021-01-201-10/+18
* nvme-pci: refactor nvme_unmap_dataChristoph Hellwig2021-01-201-28/+49
* nvme-pci: allow use of cmb on v1.4 controllersKlaus Jensen2021-01-181-0/+14
* nvme: avoid possible double fetch in handling CQELalithambika Krishnakumar2021-01-061-3/+4
* nvme-pci: mark Samsung PM1725a as IGNORE_DEV_SUBNQNGopal Tiwari2021-01-061-1/+2
* Merge tag 'for-5.11/drivers-2020-12-14' of git://git.kernel.dk/linux-blockLinus Torvalds2020-12-161-16/+11
|\
| * nvme-pci: don't allocate unused I/O queuesNiklas Schnelle2020-12-011-9/+7
| * nvme-pci: drop min() from nr_io_queues assignmentNiklas Schnelle2020-12-011-2/+1
| * nvme: split nvme_alloc_request()Chaitanya Kulkarni2020-12-011-2/+2
| * nvme: use consistent macro name for timeoutChaitanya Kulkarni2020-12-011-2/+2
| * nvme: centralize setting the timeout in nvme_alloc_requestChaitanya Kulkarni2020-12-011-2/+0
* | nvme: free sq/cq dbbuf pointers when dbbuf set failsMinwoo Im2020-11-141-0/+15
|/
* Revert "nvme-pci: remove last_sq_tail"Keith Busch2020-11-021-4/+19
* nvme-pci: disable Write Zeroes on Sandisk SkyhawkKai-Heng Feng2020-10-221-0/+2
* Merge tag 'drivers-5.10-2020-10-12' of git://git.kernel.dk/linux-blockLinus Torvalds2020-10-131-18/+17
|\
| * nvme-pci: allocate separate interrupt for the reserved non-polled I/O queueJeffle Xu2020-09-271-17/+15
| * nvme-pci: Move enumeration by class to be last in the tableAndy Shevchenko2020-09-271-1/+2
* | Merge tag 'block-5.9-2020-09-25' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-261-7/+7
|\ \ | |/ |/|
| * nvme-pci: fix NULL req in completion handlerXianting Tian2020-09-221-7/+7
* | Merge tag 'block-5.9-2020-09-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-221-1/+2
|\|
| * nvme-pci: disable the write zeros command for Intel 600P/P3100David Milburn2020-09-151-1/+2
* | Merge tag 'block-5.9-2020-09-04' of git://git.kernel.dk/linux-blockLinus Torvalds2020-09-041-2/+2
|\|
| * nvme-pci: cancel nvme device request before disablingTong Zhang2020-08-281-2/+2
* | Merge tag 'io_uring-5.9-2020-08-23' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-241-8/+9
|\|
| * nvme: rename and document nvme_end_requestChristoph Hellwig2020-08-211-1/+1
| * nvme-pci: fix PRP pool sizeChristoph Hellwig2020-08-211-1/+2
| * nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depthJohn Garry2020-08-211-6/+6
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-231-1/+1
|/
* Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-66/+124
|\