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