aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme/host/pci.c
AgeCommit message (Expand)Author
2023-10-10nvme-pci: do not set the NUMA node of device if it has nonePratyush Yadav
2022-06-14nvme-pci: fix a NULL pointer dereference in nvme_alloc_admin_tagsSmith, Kyle Miller (Nimble Kernel)
2021-07-28nvme-pci: don't WARN_ON in nvme_reset_work if ctrl.state is not RESETTINGZhihao Cheng
2021-07-28nvme-pci: do not call nvme_dev_remove_admin from nvme_removeCasey Chen
2021-02-10nvme-pci: avoid the deepest sleep state on Kingston A2000 SSDsThorsten Leemhuis
2020-12-02nvme: free sq/cq dbbuf pointers when dbbuf set failsMinwoo Im
2020-01-27nvme: retain split access workaround for capability readsArd Biesheuvel
2019-12-01nvme-pci: fix conflicting p2p resource addsKeith Busch
2019-12-01nvme-pci: fix hot removal during error handlingKeith Busch
2019-09-06nvme-pci: Fix async probe remove raceKeith Busch
2019-07-26nvme-pci: set the errno on ctrl state change errorChaitanya Kulkarni
2019-07-26nvme-pci: properly report state change failure in nvme_reset_workMinwoo Im
2019-06-15nvme-pci: shutdown on timeout during deletionKeith Busch
2019-06-15nvme-pci: unquiesce admin queue on shutdownKeith Busch
2019-03-13nvme-pci: add missing unlock for reset errorKeith Busch
2019-03-13nvme-pci: fix rapid add remove sequenceKeith Busch
2019-02-20nvme-pci: fix out of bounds access in nvme_cqe_pendingHongbo Yao
2019-02-20nvme-pci: use the same attributes when freeing host_mem_desc_bufs.Liviu Dudau
2018-08-28nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_eventMichal Wnukowski
2018-08-05Merge tag 'v4.18-rc6' into for-4.19/block2Jens Axboe
2018-07-30nvme: use blk API to remap ref tags for IOs with metadataMax Gurtovoy
2018-07-23nvme: cache struct nvme_ctrl reference to struct nvme_requestSagi Grimberg
2018-07-12nvme-pci: fix memory leak on probe failureKeith Busch
2018-06-21nvme-pci: limit max IO size and segments to avoid high order allocationsJens Axboe
2018-06-21nvme-pci: move nvme_kill_queues to nvme_remove_dead_ctrlJianchao Wang
2018-06-08Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-06-08nvme-pci: make CMB SQ mod-param read-onlyKeith Busch
2018-06-08nvme-pci: unquiesce dead controller queuesKeith Busch
2018-06-08nvme-pci: remove HMB teardown on resetKeith Busch
2018-06-08nvme-pci: queue creation fixesKeith Busch
2018-06-08nvme-pci: remove unnecessary completion doorbell checkKeith Busch
2018-06-08nvme-pci: remove unnecessary nested lockingKeith Busch
2018-06-07Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds
2018-06-04Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-blockLinus Torvalds
2018-05-30nvme-pci: simplify __nvme_submit_cmdChristoph Hellwig
2018-05-30nvme-pci: Rate limit the nvme timeout warningsKeith Busch
2018-05-29Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/blockJens Axboe
2018-05-29nvme: return BLK_EH_DONE from ->timeoutChristoph Hellwig
2018-05-25nvme-pci: Fix AER reset handlingKeith Busch
2018-05-25nvme-pci: set nvmeq->cq_vector after alloc cq/sqJianchao Wang
2018-05-21nvme-pci: fix race between poll and IRQ completionsJens Axboe
2018-05-18nvme-pci: drop IRQ disabling on submission queue lockJens Axboe
2018-05-18nvme-pci: split the nvme queue lock into submission and completion locksJens Axboe
2018-05-18nvme-pci: handle completions outside of the queue lockJens Axboe
2018-05-18nvme-pci: move ->cq_vector == -1 check outside of ->q_lockJens Axboe
2018-05-18nvme-pci: remove cq check after submissionJens Axboe
2018-05-18nvme-pci: simplify nvme_cqe_validChristoph Hellwig
2018-05-11nvme/pci: Sync controller reset for AER slot_resetKeith Busch
2018-05-11nvme: add quirk to force medium priority for SQ creationJens Axboe
2018-05-07nvme/pci: Hold controller reference during async probeKeith Busch