summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-291-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-221-1/+1
| * nvme-pci: fix PRP pool sizeChristoph Hellwig2020-08-221-1/+2
| * nvme-pci: Use u32 for nvme_dev.q_depth and nvme_queue.q_depthJohn Garry2020-08-221-6/+6
* | treewide: Use fallthrough pseudo-keywordGustavo A. R. Silva2020-08-241-1/+1
|/
* Merge tag 'for-5.9/drivers-20200803' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-051-66/+124
|\
| * nvme-pci: add support for ACPI StorageD3Enable propertyDavid E. Box2020-07-291-0/+63
| * nvme-pci: use max of PRP or SGL for iod sizeChaitanya Kulkarni2020-07-291-15/+10
| * nvme-core: replace ctrl page size with a macroChaitanya Kulkarni2020-07-291-24/+23
| * nvme-pci: use standard block status symbolic namesBaolin Wang2020-07-081-3/+3
| * nvme-pci: use the consistent return type of nvme_pci_iod_alloc_size()Baolin Wang2020-07-081-1/+1
| * nvme-pci: add a blank line after declarationsBaolin Wang2020-07-081-0/+4
| * nvme-pci: fix some comments issuesBaolin Wang2020-07-081-4/+4
| * nvme-pci: remove redundant segment validationBaolin Wang2020-07-081-3/+0
| * nvme: document quirked Intel modelsDavid Fugate2020-07-081-4/+4
| * nvme-pci: remove the empty line at the beginning of nvme_should_reset()Dongli Zhang2020-07-081-1/+0
| * nvme-pci: code cleanup for nvme_alloc_host_mem()Chaitanya Kulkarni2020-07-081-4/+4
| * nvme-pci: use unsigned for io queue depthChaitanya Kulkarni2020-07-081-9/+10
| * Merge tag 'v5.8-rc4' into for-5.9/driversJens Axboe2020-07-081-2/+4
| |\
* | | Merge tag 'for-5.9/block-20200802' of git://git.kernel.dk/linux-blockLinus Torvalds2020-08-031-1/+2
|\| |
| * | nvme: use blk_mq_complete_request_remote to avoid an indirect function callChristoph Hellwig2020-06-241-1/+2
* | | nvme: add a Identify Namespace Identification Descriptor list quirkChristoph Hellwig2020-07-291-0/+2
* | | nvme-pci: prevent SK hynix PC400 from using Write Zeroes commandKai-Heng Feng2020-07-261-0/+2
| |/ |/|
* | nvme-pci: initialize tagset numa value to the value of the ctrlMax Gurtovoy2020-06-241-2/+2
* | nvme-pci: override the value of the controller's numa nodeMax Gurtovoy2020-06-241-0/+2
|/
* nvme-pci: use simple suspend when a HMB is enabledChristoph Hellwig2020-06-111-0/+6
* Merge tag 'for-5.8/drivers-2020-06-01' of git://git.kernel.dk/linux-blockLinus Torvalds2020-06-031-51/+66
|\