index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
pci.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
block: only allow polling if a poll queue_map exists
Christoph Hellwig
2018-12-04
1
-20
/
+9
*
nvme-pci: remove the CQ lock for interrupt driven queues
Christoph Hellwig
2018-12-04
1
-11
/
+26
*
nvme-pci: don't poll from irq context when deleting queues
Christoph Hellwig
2018-12-04
1
-8
/
+19
*
nvme-pci: refactor nvme_disable_io_queues
Christoph Hellwig
2018-12-04
1
-21
/
+20
*
nvme-pci: consolidate code for polling non-dedicated queues
Christoph Hellwig
2018-12-04
1
-23
/
+12
*
nvme-pci: only allow polling with separate poll queues
Christoph Hellwig
2018-12-04
1
-13
/
+5
*
nvme-pci: cleanup SQ allocation a bit
Christoph Hellwig
2018-12-04
1
-18
/
+15
*
nvme-pci: use atomic bitops to mark a queue enabled
Christoph Hellwig
2018-12-04
1
-28
/
+15
*
block: move queues types to the block layer
Christoph Hellwig
2018-12-04
1
-43
/
+25
*
nvme: implement mq_ops->commit_rqs() hook
Jens Axboe
2018-11-29
1
-8
/
+39
*
blk-mq: remove 'tag' parameter from mq_ops->poll()
Jens Axboe
2018-11-26
1
-4
/
+4
*
blk-mq: when polling for IO, look for any completion
Jens Axboe
2018-11-26
1
-7
/
+7
*
nvme: default to 0 poll queues
Jens Axboe
2018-11-19
1
-1
/
+1
*
nvme: provide optimized poll function for separate poll queues
Jens Axboe
2018-11-16
1
-8
/
+37
*
nvme: fix handling of EINVAL on pci_alloc_irq_vectors_affinity()
Jens Axboe
2018-11-16
1
-9
/
+11
*
nvme: fix boot hang with only being able to get one IRQ vector
Jens Axboe
2018-11-14
1
-3
/
+10
*
nvme: add separate poll queue map
Jens Axboe
2018-11-07
1
-17
/
+80
*
nvme: utilize two queue maps, one for reads and one for writes
Jens Axboe
2018-11-07
1
-19
/
+181
*
blk-mq: abstract out queue map
Jens Axboe
2018-11-07
1
-1
/
+1
*
nvme-pci: fix conflicting p2p resource adds
Keith Busch
2018-11-02
1
-1
/
+4
*
Merge tag 'pci-v4.20-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-10-25
1
-40
/
+58
|
\
|
*
Merge branch 'pci/peer-to-peer'
Bjorn Helgaas
2018-10-20
1
-39
/
+58
|
|
\
|
|
*
nvme-pci: Add support for P2P memory in requests
Logan Gunthorpe
2018-10-17
1
-4
/
+13
|
|
*
nvme-pci: Use PCI p2pmem subsystem to manage the CMB
Logan Gunthorpe
2018-10-17
1
-35
/
+45
|
*
|
PCI/AER: Remove pci_cleanup_aer_uncorrect_error_status() calls
Oza Pawandeep
2018-10-02
1
-1
/
+0
|
|
/
*
|
nvme-pci: remove duplicate check
Chaitanya Kulkarni
2018-10-18
1
-2
/
+2
*
|
nvme-pci: fix hot removal during error handling
Keith Busch
2018-10-17
1
-2
/
+1
*
|
nvme-pci: fix nvme_suspend_queue() kernel-doc header
Bart Van Assche
2018-10-17
1
-1
/
+1
|
/
*
nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event
Michal Wnukowski
2018-08-28
1
-0
/
+8
*
Merge tag 'v4.18-rc6' into for-4.19/block2
Jens Axboe
2018-08-06
1
-5
/
+7
|
\
|
*
nvme-pci: fix memory leak on probe failure
Keith Busch
2018-07-12
1
-5
/
+7
*
|
nvme: use blk API to remap ref tags for IOs with metadata
Max Gurtovoy
2018-07-30
1
-74
/
+1
*
|
nvme: cache struct nvme_ctrl reference to struct nvme_request
Sagi Grimberg
2018-07-23
1
-0
/
+2
|
/
*
nvme-pci: limit max IO size and segments to avoid high order allocations
Jens Axboe
2018-06-21
1
-5
/
+37
*
nvme-pci: move nvme_kill_queues to nvme_remove_dead_ctrl
Jianchao Wang
2018-06-21
1
-1
/
+1
*
Merge tag 'for-linus-20180608' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-08
1
-25
/
+10
|
\
|
*
nvme-pci: make CMB SQ mod-param read-only
Keith Busch
2018-06-08
1
-1
/
+1
|
*
nvme-pci: unquiesce dead controller queues
Keith Busch
2018-06-08
1
-1
/
+1
|
*
nvme-pci: remove HMB teardown on reset
Keith Busch
2018-06-08
1
-8
/
+0
|
*
nvme-pci: queue creation fixes
Keith Busch
2018-06-08
1
-3
/
+4
|
*
nvme-pci: remove unnecessary completion doorbell check
Keith Busch
2018-06-08
1
-5
/
+3
|
*
nvme-pci: remove unnecessary nested locking
Keith Busch
2018-06-08
1
-7
/
+1
*
|
Merge tag 'pci-v4.18-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
2018-06-07
1
-19
/
+1
|
\
\
|
|
/
|
/
|
|
*
nvme-pci: Use pci_sriov_configure_simple() to enable VFs
Alexander Duyck
2018-04-24
1
-19
/
+1
*
|
Merge tag 'for-4.18/block-20180603' of git://git.kernel.dk/linux-block
Linus Torvalds
2018-06-04
1
-114
/
+144
|
\
\
|
*
|
nvme-pci: simplify __nvme_submit_cmd
Christoph Hellwig
2018-05-30
1
-23
/
+14
|
*
|
nvme-pci: Rate limit the nvme timeout warnings
Keith Busch
2018-05-30
1
-1
/
+1
|
*
|
Merge branch 'nvme-4.18-2' of git://git.infradead.org/nvme into for-4.18/block
Jens Axboe
2018-05-29
1
-18
/
+21
|
|
\
\
|
|
*
|
nvme-pci: Fix AER reset handling
Keith Busch
2018-05-25
1
-9
/
+5
|
|
*
|
nvme-pci: set nvmeq->cq_vector after alloc cq/sq
Jianchao Wang
2018-05-25
1
-9
/
+16
[prev]
[next]