summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2018-01-18nvme-pci: take sglist coalescing in dma_map_sg into accountChristoph Hellwig1-12/+9
2018-01-18nvme-pci: check segement valid for SGL useKeith Busch1-2/+5
2017-12-29nvme-pci: move use_sgl initialization to nvme_init_iod()Minwoo Im1-22/+20
2017-11-28nvme-pci: fix NULL pointer dereference in nvme_free_host_mem()Minwoo Im1-0/+1
2017-11-23nvme-pci: add quirk for delay before CHK RDY for WDC SN200Jeff Lien1-0/+2
2017-11-20nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set.Minwoo Im1-1/+1
2017-11-20nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-AKai-Heng Feng1-2/+10
2017-11-15Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-48/+195
2017-11-11nvme-pci: avoid dereference of symbol from unloaded moduleMing Lei1-1/+2
2017-11-11nvme: remove handling of multiple AEN requestsKeith Busch1-2/+2
2017-11-11nvme: centralize AEN definesKeith Busch1-13/+3
2017-11-01nvme: Remove unused headersKeith Busch1-4/+0
2017-10-27nvme: switch controller refcounting to use struct deviceChristoph Hellwig1-1/+1
2017-10-20nvme-pci: add SGL supportChaitanya Kulkarni1-27/+187
2017-10-19nvme-pci: fix typos in commentsMinwoo Im1-2/+2
2017-10-04nvme-pci: Use PCI bus address for data/queues in CMBChristoph Hellwig1-7/+7
2017-09-25nvme-pci: Print invalid SGL only onceKeith Busch1-12/+18
2017-09-25nvme-pci: initialize queue memory before interruptsKeith Busch1-2/+2
2017-09-11nvme-pci: implement the HMB entry number and size limitationsChristoph Hellwig1-1/+5
2017-09-11nvme-pci: propagate (some) errors from host memory buffer setupChristoph Hellwig1-6/+12
2017-09-11nvme-pci: use appropriate initial chunk size for HMB allocationAkinobu Mita1-1/+1
2017-09-11nvme-pci: fix host memory buffer allocation fallbackChristoph Hellwig1-18/+30
2017-09-11nvme: fix lightnvm checkChristoph Hellwig1-0/+4
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockLinus Torvalds1-3/+6
2017-08-30nvme/pci: Use req_op to determine DIF remappingKeith Busch1-2/+2
2017-08-30nvme-pci: use dma memory for the host memory buffer descriptorsChristoph Hellwig1-11/+11
2017-08-28nvme: fix uninitialized prp2 value on small transfersJan H. Schönherr1-1/+3
2017-08-28nvme: Add admin_tagset pointer to nvme_ctrlSagi Grimberg1-0/+1
2017-08-18nvme-pci: set cqe_seen on polled completionsKeith Busch1-3/+2
2017-08-10nvme-pci: fix CMB sysfs file removal in reset pathMax Gurtovoy1-11/+7
2017-07-25nvme-pci: fix HMB size calculationChristoph Hellwig1-3/+3
2017-07-20nvme-pci: Fix an error handling path in 'nvme_probe()'Christophe JAILLET1-3/+4
2017-07-20nvme-pci: Remove nvme_setup_prps BUG_ONKeith Busch1-8/+25
2017-07-20nvme-pci: add another device ID with stripe quirkDavid Wayne Fugate1-0/+3
2017-07-12Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds1-38/+58
2017-07-10Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusJens Axboe1-38/+58
2017-07-10nvme-pci: add module parameter for io queue depthweiping zhang1-2/+22
2017-07-10nvme-pci: compile warnings in nvme_alloc_host_mem()Dan Carpenter1-2/+3
2017-07-09Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-6/+9
2017-07-06nvme: split nvme_uninit_ctrl into stop and uninitSagi Grimberg1-12/+4
2017-07-06nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queuesSagi Grimberg1-3/+3
2017-07-04Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+1
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds1-252/+395
2017-07-03PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Christoph Hellwig1-7/+8
2017-07-02nvme-pci: rename to nvme_pci_configure_admin_queueSagi Grimberg1-2/+2
2017-07-02nvme: move ctrl cap to struct nvme_ctrlSagi Grimberg1-11/+9
2017-07-02nvme: move queue_count to the nvme_ctrlSagi Grimberg1-8/+7
2017-07-02nvme: Quirks for PM1725 controllersMartin K. Petersen1-0/+10
2017-06-29nvme: Allocate queues for all possible CPUsChristoph Hellwig1-1/+1
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg1-1/+0