summaryrefslogtreecommitdiff
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
2022-12-06nvme: use kstrtobool() instead of strtobool()Christophe JAILLET
2022-11-30nvme-pci: clear the prp2 field when not usedLei Rao
2022-11-18nvme: rename the queue quiescing helpersChristoph Hellwig
2022-11-16nvme-pci: don't unbind the driver on reset failureChristoph Hellwig
2022-11-16nvme-pci: split the initial probe from the rest pathChristoph Hellwig
2022-11-16nvme-pci: move the HMPRE check into nvme_setup_host_memChristoph Hellwig
2022-11-16nvme-pci: add NVME_QUIRK_BOGUS_NID for Netac NV7000Tiago Dias Ferreira
2022-11-15nvme-pci: simplify nvme_dbbuf_dma_allocChristoph Hellwig
2022-11-15nvme-pci: call nvme_pci_configure_admin_queue from nvme_pci_enableChristoph Hellwig
2022-11-15nvme-pci: set constant paramters in nvme_pci_alloc_ctrlChristoph Hellwig
2022-11-15nvme-pci: factor out a nvme_pci_alloc_dev helperChristoph Hellwig
2022-11-15nvme-pci: factor the iod mempool creation into a helperChristoph Hellwig
2022-11-15nvme-pci: move more teardown work to nvme_removeChristoph Hellwig
2022-11-15nvme-pci: put the admin queue in nvme_dev_remove_adminChristoph Hellwig
2022-11-15nvme: simplify transport specific device attribute handlingChristoph Hellwig
2022-11-15nvme: move OPAL setup from PCIe to coreChristoph Hellwig
2022-11-15nvme-pci: add NVME_QUIRK_BOGUS_NID for Micron NitroBean Huo
2022-11-09nvme: quiet user passthrough command errorsKeith Busch
2022-11-02nvme-pci: don't unquiesce the I/O queues in nvme_remove_dead_ctrlChristoph Hellwig
2022-11-02nvme: split nvme_kill_queuesChristoph Hellwig
2022-11-02nvme-pci: refactor the tagset handling in nvme_reset_workChristoph Hellwig
2022-10-25nvme-pci: remove an extra queue referenceChristoph Hellwig
2022-10-25blk-mq: move the call to blk_put_queue out of blk_mq_destroy_queueChristoph Hellwig
2022-10-19nvme-pci: disable write zeroes on various Kingston SSDXander Li
2022-10-12nvme-pci: avoid the deepest sleep state on ZHITAI TiPro5000 SSDsXi Ruoyao
2022-10-12nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM760Abhijit
2022-10-07Merge tag 'for-6.1/passthrough-2022-10-04' of git://git.kernel.dk/linuxLinus Torvalds
2022-10-07Merge tag 'for-6.1/block-2022-10-03' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-30Merge tag 'block-6.0-2022-09-29' of git://git.kernel.dk/linuxLinus Torvalds
2022-09-30block: change request end_io handler to pass back a return valueJens Axboe
2022-09-30Merge branch 'for-6.1/block' into for-6.1/passthroughJens Axboe
2022-09-27nvme-pci: report the actual number of tagset mapsKeith Busch
2022-09-27nvme-pci: set min_align_mask before calculating max_hw_sectorsRishabh Bhatnagar
2022-09-27nvme-pci: disable Write Zeroes on Phison E3C/E4CTina Hsu
2022-09-19nvme-pci: move iod dma_len fill gapsKeith Busch
2022-09-19nvme-pci: iod npages fits in s8Keith Busch
2022-09-19nvme-pci: iod's 'aborted' is a boolKeith Busch
2022-09-19nvme-pci: remove nvme_queue from nvme_iodKeith Busch
2022-09-02Merge tag 'block-6.0-2022-09-02' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-31nvme-pci: add NVME_QUIRK_BOGUS_NID for Lexar NM610Shyamin Ayesh
2022-08-22block: Change the return type of blk_mq_map_queues() into voidBart Van Assche
2022-08-13Merge tag 'block-6.0-2022-08-12' of git://git.kernel.dk/linux-blockLinus Torvalds
2022-08-11nvme-pci: add NVME_QUIRK_BOGUS_NID for ADATA XPG GAMMIX S70Dennis P. Kliem
2022-08-06Merge tag 'dma-mapping-5.20-2022-08-06' of git://git.infradead.org/users/hch/...Linus Torvalds
2022-08-02nvme-pci: split nvme_dev_addChristoph Hellwig
2022-08-02nvme-pci: split nvme_alloc_admin_tagsChristoph Hellwig
2022-08-02nvme-pci: print the command name of aborted commandsChristoph Hellwig
2022-08-02nvme-pci: remove useless assignment in nvme_pci_setup_prpsLiu Song
2022-08-02nvme-pci: use nvme core helper to cancel requests in tagsetGuixin Liu
2022-08-02Merge tag 'for-5.20/block-2022-07-29' of git://git.kernel.dk/linux-blockLinus Torvalds