summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* | | | 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
|/ /
OpenPOWER on IntegriCloud