summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
2019-02-20nvme-pci: use the same attributes when freeing host_mem_desc_bufs.Liviu Dudau
2018-09-05nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_eventMichal Wnukowski
2018-08-09nvme-pci: Fix queue double allocationsKeith Busch
2018-08-09nvme-pci: allocate device queues storage space at probeSagi Grimberg
2018-08-03nvme: lightnvm: add granby supportWei Xu
2018-08-03nvme-pci: Fix AER reset handlingKeith Busch
2018-07-17nvme-pci: Remap CMB SQ entries on every controller resetKeith Busch
2018-05-30nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-AJarosław Janik
2018-05-30nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectorsMing Lei
2018-05-30nvme-pci: Fix EEH failure on ppcWen Xiong
2018-05-30nvme-pci: Fix nvme queue cleanup if IRQ setup failsJianchao Wang
2018-05-16nvme: add quirk to force medium priority for SQ creationJens Axboe
2018-02-03nvme-pci: fix NULL pointer dereference in nvme_free_host_mem()Minwoo Im
2018-02-03nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set.Minwoo Im
2018-02-03nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-AKai-Heng Feng
2017-12-05nvme-pci: add quirk for delay before CHK RDY for WDC SN200Jeff Lien
2017-10-04nvme-pci: Use PCI bus address for data/queues in CMBChristoph Hellwig
2017-09-25nvme-pci: Print invalid SGL only onceKeith Busch
2017-09-25nvme-pci: initialize queue memory before interruptsKeith Busch
2017-09-11nvme-pci: implement the HMB entry number and size limitationsChristoph Hellwig
2017-09-11nvme-pci: propagate (some) errors from host memory buffer setupChristoph Hellwig
2017-09-11nvme-pci: use appropriate initial chunk size for HMB allocationAkinobu Mita
2017-09-11nvme-pci: fix host memory buffer allocation fallbackChristoph Hellwig
2017-09-11nvme: fix lightnvm checkChristoph Hellwig
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-08-30nvme/pci: Use req_op to determine DIF remappingKeith Busch
2017-08-30nvme-pci: use dma memory for the host memory buffer descriptorsChristoph Hellwig
2017-08-28nvme: fix uninitialized prp2 value on small transfersJan H. Schönherr
2017-08-28nvme: Add admin_tagset pointer to nvme_ctrlSagi Grimberg
2017-08-18nvme-pci: set cqe_seen on polled completionsKeith Busch
2017-08-10nvme-pci: fix CMB sysfs file removal in reset pathMax Gurtovoy
2017-07-25nvme-pci: fix HMB size calculationChristoph Hellwig
2017-07-20nvme-pci: Fix an error handling path in 'nvme_probe()'Christophe JAILLET
2017-07-20nvme-pci: Remove nvme_setup_prps BUG_ONKeith Busch
2017-07-20nvme-pci: add another device ID with stripe quirkDavid Wayne Fugate
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-07-10Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe
2017-07-10nvme-pci: add module parameter for io queue depthweiping zhang
2017-07-10nvme-pci: compile warnings in nvme_alloc_host_mem()Dan Carpenter
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2017-07-06nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg
2017-07-06nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds
2017-07-03PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig
2017-07-02nvme-pci: rename to nvme_pci_configure_admin_queueSagi Grimberg
2017-07-02nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg
2017-07-02nvme: move queue_count to the nvme_ctrlSagi Grimberg
2017-07-02nvme: Quirks for PM1725 controllersMartin K. Petersen
2017-06-28nvme: Allocate queues for all possible CPUsChristoph Hellwig