summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * 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-021-51/+66
|\
| * nvme: introduce max_integrity_segments ctrl attributeMax Gurtovoy2020-05-271-0/+6
| * nvme-pci: make sure write/poll_queues less or equal then cpu countWeiping Zhang2020-05-271-4/+18
| * nvme-pci: align io queue count with allocted nvme_queue in nvme_probeWeiping Zhang2020-05-091-24/+33
| * nvme-pci: remove last_sq_tailKeith Busch2020-05-091-19/+4
| * nvme-pci: remove volatile cqesKeith Busch2020-05-091-4/+5
* | nvme-pci: avoid race between nvme_reap_pending_cqes() and nvme_poll()Dongli Zhang2020-05-271-4/+7
* | nvme-pci: dma read memory barrier for completionsKeith Busch2020-05-121-0/+5
|/
* nvme-pci: fix "slimmer CQ head update"Alexey Dobriyan2020-05-091-1/+5
* nvme: Make nvme_uninit_ctrl symmetric to nvme_init_ctrlIsrael Rukshin2020-03-261-2/+1
* nvme: Fix ctrl use-after-free during sysfs deletionIsrael Rukshin2020-03-261-1/+0
* nvme-pci: Re-order nvme_pci_free_ctrlIsrael Rukshin2020-03-261-2/+2