summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-07-031-252/+395
|\ \ \ \ | | |_|/ | |/| |
| * | | nvme: use a single NVME_AQ_DEPTH and relax it to 32Sagi Grimberg2017-06-281-1/+0
| * | | nvme-pci: open-code polling logic in nvme_pollSagi Grimberg2017-06-281-19/+21
| * | | nvme-pci: factor out the cqe reading mechanics from __nvme_process_cqSagi Grimberg2017-06-281-22/+26
| * | | nvme-pci: factor out cqe handling into a dedicated routineSagi Grimberg2017-06-281-23/+30
| * | | nvme-pci: Introduce nvme_ring_cq_doorbellSagi Grimberg2017-06-281-4/+13
| * | | nvme: move reset workqueue handling to common codeChristoph Hellwig2017-06-151-34/+11
| * | | nvme-pci: merge init_request methodsChristoph Hellwig2017-06-151-15/+3
| * | | nvme: move protection information check into nvme_setup_rwChristoph Hellwig2017-06-151-12/+1
| * | | nvmet: use NVME_IDENTIFY_DATA_SIZEJohannes Thumshirn2017-06-151-2/+2
| * | | nvme-pci: remove redundant includesSagi Grimberg2017-06-151-13/+0
| * | | nvme-pci: Remove watchdog timerKeith Busch2017-06-151-67/+56
| * | | nvme-pci: remap BAR0 to cover admin CQ doorbell for large strideXu Yu2017-06-151-22/+43
| * | | nvme: Move transports to use nvme-core workqueueSagi Grimberg2017-06-151-15/+3
| * | | nvme-pci: implement host memory buffer supportChristoph Hellwig2017-06-151-2/+187
| * | | Merge tag 'v4.12-rc5' into for-4.13/blockJens Axboe2017-06-121-7/+6
| |\ \ \ | | |/ /
| * | | blk-mq: switch ->queue_rq return value to blk_status_tChristoph Hellwig2017-06-091-22/+20
| * | | block: introduce new block status code typeChristoph Hellwig2017-06-091-4/+4
* | | | nvme/pci: Fix stuck nvme resetKeith Busch2017-06-271-1/+2
| |/ / |/| |
* | | nvme-pci: fix multiple ctrl removal schedulingRakesh Pandit2017-06-071-7/+6
|/ /
* | nvme: Quirk APST on Intel 600P/P3100 devicesAndy Lutomirski2017-05-261-0/+2
* | nvme: only setup block integrity if supported by the driverChristoph Hellwig2017-05-261-0/+1
* | nvme-pci: consistencly use ctrl->device for loggingChristoph Hellwig2017-05-261-6/+6
* | Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-201-1/+6
|\ \ | |/ |/|
| * nvme: unmap CMB and remove sysfs file in reset pathJon Derrick2017-05-201-1/+6
* | Merge tag 'pci-v4.12-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2017-05-081-17/+13
|\ \ | |/ |/|
| * nvme/pci: Switch to pci_request_irq()Christoph Hellwig2017-04-181-17/+13
* | blk-mq: update ->init_request and ->exit_request prototypesChristoph Hellwig2017-05-021-8/+7
* | Merge branch 'for-4.12/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-05-011-48/+175
|\ \
| * | nvme/pci: Poll CQ on timeoutKeith Busch2017-04-211-3/+18
| * | nvme: improve performance for virtual NVMe devicesHelen Koike2017-04-211-2/+141
| * | nvme/pci: Don't set reserved SQ create flagsKeith Busch2017-04-211-1/+1
| * | nvme: split nvme status from block req->errorsChristoph Hellwig2017-04-201-6/+5
OpenPOWER on IntegriCloud