aboutsummaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)AuthorFilesLines
2017-10-04nvme-pci: Use PCI bus address for data/queues in CMBGravatar Christoph Hellwig 1-7/+7
2017-09-25nvme-pci: Print invalid SGL only onceGravatar Keith Busch 1-12/+18
2017-09-25nvme-pci: initialize queue memory before interruptsGravatar Keith Busch 1-2/+2
2017-09-11nvme-pci: implement the HMB entry number and size limitationsGravatar Christoph Hellwig 1-1/+5
2017-09-11nvme-pci: propagate (some) errors from host memory buffer setupGravatar Christoph Hellwig 1-6/+12
2017-09-11nvme-pci: use appropriate initial chunk size for HMB allocationGravatar Akinobu Mita 1-1/+1
2017-09-11nvme-pci: fix host memory buffer allocation fallbackGravatar Christoph Hellwig 1-18/+30
2017-09-11nvme: fix lightnvm checkGravatar Christoph Hellwig 1-0/+4
2017-09-09Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-3/+6
2017-08-30nvme/pci: Use req_op to determine DIF remappingGravatar Keith Busch 1-2/+2
2017-08-30nvme-pci: use dma memory for the host memory buffer descriptorsGravatar Christoph Hellwig 1-11/+11
2017-08-28nvme: fix uninitialized prp2 value on small transfersGravatar Jan H. Schönherr 1-1/+3
2017-08-28nvme: Add admin_tagset pointer to nvme_ctrlGravatar Sagi Grimberg 1-0/+1
2017-08-18nvme-pci: set cqe_seen on polled completionsGravatar Keith Busch 1-3/+2
2017-08-10nvme-pci: fix CMB sysfs file removal in reset pathGravatar Max Gurtovoy 1-11/+7
2017-07-25nvme-pci: fix HMB size calculationGravatar Christoph Hellwig 1-3/+3
2017-07-20nvme-pci: Fix an error handling path in 'nvme_probe()'Gravatar Christophe JAILLET 1-3/+4
2017-07-20nvme-pci: Remove nvme_setup_prps BUG_ONGravatar Keith Busch 1-8/+25
2017-07-20nvme-pci: add another device ID with stripe quirkGravatar David Wayne Fugate 1-0/+3
2017-07-11Merge branch 'for-linus' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-38/+58
2017-07-10Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linusGravatar Jens Axboe 1-38/+58
2017-07-10nvme-pci: add module parameter for io queue depthGravatar weiping zhang 1-2/+22
2017-07-10nvme-pci: compile warnings in nvme_alloc_host_mem()Gravatar Dan Carpenter 1-2/+3
2017-07-08Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Gravatar Linus Torvalds 1-6/+9
2017-07-06nvme: split nvme_uninit_ctrl into stop and uninitGravatar Sagi Grimberg 1-12/+4
2017-07-06nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queuesGravatar Sagi Grimberg 1-3/+3
2017-07-03Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...Gravatar Linus Torvalds 1-1/+1
2017-07-03Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockGravatar Linus Torvalds 1-252/+395
2017-07-03PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()Gravatar Christoph Hellwig 1-7/+8
2017-07-02nvme-pci: rename to nvme_pci_configure_admin_queueGravatar Sagi Grimberg 1-2/+2
2017-07-02nvme: move ctrl cap to struct nvme_ctrlGravatar Sagi Grimberg 1-11/+9
2017-07-02nvme: move queue_count to the nvme_ctrlGravatar Sagi Grimberg 1-8/+7
2017-07-02nvme: Quirks for PM1725 controllersGravatar Martin K. Petersen 1-0/+10
2017-06-28nvme: Allocate queues for all possible CPUsGravatar Christoph Hellwig 1-1/+1
2017-06-28nvme: use a single NVME_AQ_DEPTH and relax it to 32Gravatar Sagi Grimberg 1-1/+0
2017-06-28nvme-pci: open-code polling logic in nvme_pollGravatar Sagi Grimberg 1-19/+21
2017-06-28nvme-pci: factor out the cqe reading mechanics from __nvme_process_cqGravatar Sagi Grimberg 1-22/+26
2017-06-28nvme-pci: factor out cqe handling into a dedicated routineGravatar Sagi Grimberg 1-23/+30
2017-06-28nvme-pci: Introduce nvme_ring_cq_doorbellGravatar Sagi Grimberg 1-4/+13
2017-06-27nvme/pci: Fix stuck nvme resetGravatar Keith Busch 1-1/+2
2017-06-15nvme: move reset workqueue handling to common codeGravatar Christoph Hellwig 1-34/+11
2017-06-15nvme-pci: merge init_request methodsGravatar Christoph Hellwig 1-15/+3
2017-06-15nvme: move protection information check into nvme_setup_rwGravatar Christoph Hellwig 1-12/+1
2017-06-15nvmet: use NVME_IDENTIFY_DATA_SIZEGravatar Johannes Thumshirn 1-2/+2
2017-06-15nvme-pci: remove redundant includesGravatar Sagi Grimberg 1-13/+0
2017-06-15nvme-pci: Remove watchdog timerGravatar Keith Busch 1-67/+56
2017-06-15nvme-pci: remap BAR0 to cover admin CQ doorbell for large strideGravatar Xu Yu 1-22/+43
2017-06-15nvme: Move transports to use nvme-core workqueueGravatar Sagi Grimberg 1-15/+3
2017-06-15nvme-pci: implement host memory buffer supportGravatar Christoph Hellwig 1-2/+187
2017-06-12Merge tag 'v4.12-rc5' into for-4.13/blockGravatar Jens Axboe 1-7/+6