summaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
Commit message (Expand)AuthorAgeFilesLines
...
* Merge branch 'for-4.16/block' of git://git.kernel.dk/linux-blockLinus Torvalds2018-01-291-105/+111
|\
| * nvme-pci: introduce RECONNECTING state to mark initializing procedureJianchao Wang2018-01-261-2/+17
| * nvme-pci: Suspend queues after deleting themKeith Busch2018-01-251-19/+8Star
| * nvme-pci: Fix queue double allocationsKeith Busch2018-01-231-0/+3
| * nvme-pci: clean up SMBSZ bit definitionsChristoph Hellwig2018-01-171-6/+17
| * nvme-pci: clean up CMB initializationChristoph Hellwig2018-01-171-27/+14Star
| * nvme: fix comment typos in nvme_create_io_queuesMinwoo Im2018-01-151-2/+2
| * nvme-pci: allocate device queues storage space at probeSagi Grimberg2018-01-151-37/+26Star
| * nvme-pci: serialize pci resetsSagi Grimberg2018-01-151-1/+1
| * nvme-pci: fix NULL pointer reference in nvme_alloc_nsJianchao Wang2018-01-081-9/+21
| * nvme-pci: don't open-code nvme_reset_ctrlSagi Grimberg2018-01-081-2/+2
| * nvme-pci: remove an unnecessary initialization in HMB codeMinwoo Im2018-01-081-2/+2
* | nvme-pci: take sglist coalescing in dma_map_sg into accountChristoph Hellwig2018-01-171-12/+9Star
* | nvme-pci: check segement valid for SGL useKeith Busch2018-01-171-2/+5
* | nvme-pci: move use_sgl initialization to nvme_init_iod()Minwoo Im2017-12-291-22/+20Star
|/
* nvme-pci: fix NULL pointer dereference in nvme_free_host_mem()Minwoo Im2017-11-281-0/+1
* nvme-pci: add quirk for delay before CHK RDY for WDC SN200Jeff Lien2017-11-231-0/+2
* nvme-pci: avoid hmb desc array idx out-of-bound when hmmaxd set.Minwoo Im2017-11-201-1/+1
* nvme-pci: disable APST on Samsung SSD 960 EVO + ASUS PRIME B350M-AKai-Heng Feng2017-11-201-2/+10
* Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-blockLinus Torvalds2017-11-151-48/+195
|\
| * nvme-pci: avoid dereference of symbol from unloaded moduleMing Lei2017-11-111-1/+2
| * nvme: remove handling of multiple AEN requestsKeith Busch2017-11-111-2/+2
| * nvme: centralize AEN definesKeith Busch2017-11-111-13/+3Star
| * nvme: Remove unused headersKeith Busch2017-11-011-4/+0Star
| * nvme: switch controller refcounting to use struct deviceChristoph Hellwig2017-10-271-1/+1
| * nvme-pci: add SGL supportChaitanya Kulkarni2017-10-201-27/+187
| * nvme-pci: fix typos in commentsMinwoo Im2017-10-191-2/+2
* | nvme-pci: Use PCI bus address for data/queues in CMBChristoph Hellwig2017-10-041-7/+7
|/
* nvme-pci: Print invalid SGL only onceKeith Busch2017-09-251-12/+18
* nvme-pci: initialize queue memory before interruptsKeith Busch2017-09-251-2/+2
* 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/+2Star
* nvme-pci: fix CMB sysfs file removal in reset pathMax Gurtovoy2017-08-101-11/+7Star
* 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-121-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