summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAgeFilesLines
* nvme-pci: unquiesce admin queue on shutdownKeith Busch2019-06-151-1/+4
* nvme-pci: use the same attributes when freeing host_mem_desc_bufs.Liviu Dudau2019-02-201-4/+6
* nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_eventMichal Wnukowski2018-09-051-0/+8
* nvme-pci: Fix queue double allocationsKeith Busch2018-08-091-0/+3
* nvme-pci: allocate device queues storage space at probeSagi Grimberg2018-08-091-36/+25
* nvme: lightnvm: add granby supportWei Xu2018-08-031-0/+2
* nvme-pci: Fix AER reset handlingKeith Busch2018-08-031-0/+3
* nvme-pci: Remap CMB SQ entries on every controller resetKeith Busch2018-07-171-11/+16
* nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-AJarosław Janik2018-05-301-2/+5
* nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectorsMing Lei2018-05-301-1/+1
* nvme-pci: Fix EEH failure on ppcWen Xiong2018-05-301-6/+7
* nvme-pci: Fix nvme queue cleanup if IRQ setup failsJianchao Wang2018-05-301-1/+4
* nvme: add quirk to force medium priority for SQ creationJens Axboe2018-05-161-1/+11
* nvme-pci: fix NULL pointer dereference in nvme_free_host_mem()Minwoo Im2018-02-031-0/+1
* nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set.Minwoo Im2018-02-031-1/+1
* nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-AKai-Heng Feng2018-02-031-2/+10
* nvme-pci: add quirk for delay before CHK RDY for WDC SN200Jeff Lien2017-12-051-0/+2
* nvme-pci: Use PCI bus address for data/queues in CMBChristoph Hellwig2017-10-041-7/+7
* nvme-pci: Print invalid SGL only onceKeith Busch2017-09-251-12/+18
* nvme-pci: initialize queue memory before interruptsKeith Busch2017-09-251-2/+2
* nvme-pci: implement the HMB entry number and size limitationsChristoph Hellwig2017-09-111-1/+5
* nvme-pci: propagate (some) errors from host memory buffer setupChristoph Hellwig2017-09-111-6/+12
* nvme-pci: use appropriate initial chunk size for HMB allocationAkinobu Mita2017-09-111-1/+1
* nvme-pci: fix host memory buffer allocation fallbackChristoph Hellwig2017-09-111-18/+30
* nvme: fix lightnvm checkChristoph Hellwig2017-09-111-0/+4
* Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds2017-09-091-3/+6
|\
| * nvme/pci: Use req_op to determine DIF remappingKeith Busch2017-08-301-2/+2
| * nvme: fix uninitialized prp2 value on small transfersJan H. Schönherr2017-08-281-1/+3
| * nvme: Add admin_tagset pointer to nvme_ctrlSagi Grimberg2017-08-281-0/+1
* | nvme-pci: use dma memory for the host memory buffer descriptorsChristoph Hellwig2017-08-301-11/+11
|/
* nvme-pci: set cqe_seen on polled completionsKeith Busch2017-08-181-3/+2
* nvme-pci: fix CMB sysfs file removal in reset pathMax Gurtovoy2017-08-101-11/+7
* nvme-pci: fix HMB size calculationChristoph Hellwig2017-07-251-3/+3
* nvme-pci: Fix an error handling path in 'nvme_probe()'Christophe JAILLET2017-07-201-3/+4
* nvme-pci: Remove nvme_setup_prps BUG_ONKeith Busch2017-07-201-8/+25
* nvme-pci: add another device ID with stripe quirkDavid Wayne Fugate2017-07-201-0/+3
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-111-38/+58
|\
| * Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe2017-07-101-38/+58
| |\
| | * nvme-pci: add module parameter for io queue depthweiping zhang2017-07-101-2/+22
| | * nvme-pci: compile warnings in nvme_alloc_host_mem()Dan Carpenter2017-07-101-2/+3
| | * nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg2017-07-061-12/+4
| | * nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg2017-07-061-3/+3
| | * nvme-pci: rename to nvme_pci_configure_admin_queueSagi Grimberg2017-07-021-2/+2
| | * nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg2017-07-021-11/+9
| | * nvme: move queue_count to the nvme_ctrlSagi Grimberg2017-07-021-8/+7
| | * nvme: Quirks for PM1725 controllersMartin K. Petersen2017-07-021-0/+10
* | | Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-07-081-6/+9
|\ \ \
| * | | PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig2017-07-031-7/+8
* | | | Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2017-07-031-1/+1
|\ \ \ \ | |_|/ / |/| | |
| * | | nvme: Allocate queues for all possible CPUsChristoph Hellwig2017-06-281-1/+1