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
2017-11-14
Merge branch 'for-4.15/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-48
/
+195
2017-11-10
nvme-pci: avoid dereference of symbol from unloaded module
Ming Lei
1
-1
/
+2
2017-11-10
nvme: remove handling of multiple AEN requests
Keith Busch
1
-2
/
+2
2017-11-10
nvme: centralize AEN defines
Keith Busch
1
-13
/
+3
2017-11-01
nvme: Remove unused headers
Keith Busch
1
-4
/
+0
2017-10-27
nvme: switch controller refcounting to use struct device
Christoph Hellwig
1
-1
/
+1
2017-10-20
nvme-pci: add SGL support
Chaitanya Kulkarni
1
-27
/
+187
2017-10-19
nvme-pci: fix typos in comments
Minwoo Im
1
-2
/
+2
2017-10-04
nvme-pci: Use PCI bus address for data/queues in CMB
Christoph Hellwig
1
-7
/
+7
2017-09-25
nvme-pci: Print invalid SGL only once
Keith Busch
1
-12
/
+18
2017-09-25
nvme-pci: initialize queue memory before interrupts
Keith Busch
1
-2
/
+2
2017-09-11
nvme-pci: implement the HMB entry number and size limitations
Christoph Hellwig
1
-1
/
+5
2017-09-11
nvme-pci: propagate (some) errors from host memory buffer setup
Christoph Hellwig
1
-6
/
+12
2017-09-11
nvme-pci: use appropriate initial chunk size for HMB allocation
Akinobu Mita
1
-1
/
+1
2017-09-11
nvme-pci: fix host memory buffer allocation fallback
Christoph Hellwig
1
-18
/
+30
2017-09-11
nvme: fix lightnvm check
Christoph Hellwig
1
-0
/
+4
2017-09-09
Merge branch 'for-4.14/block-postmerge' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-3
/
+6
2017-08-30
nvme/pci: Use req_op to determine DIF remapping
Keith Busch
1
-2
/
+2
2017-08-30
nvme-pci: use dma memory for the host memory buffer descriptors
Christoph Hellwig
1
-11
/
+11
2017-08-28
nvme: fix uninitialized prp2 value on small transfers
Jan H. Schönherr
1
-1
/
+3
2017-08-28
nvme: Add admin_tagset pointer to nvme_ctrl
Sagi Grimberg
1
-0
/
+1
2017-08-18
nvme-pci: set cqe_seen on polled completions
Keith Busch
1
-3
/
+2
2017-08-10
nvme-pci: fix CMB sysfs file removal in reset path
Max Gurtovoy
1
-11
/
+7
2017-07-25
nvme-pci: fix HMB size calculation
Christoph Hellwig
1
-3
/
+3
2017-07-20
nvme-pci: Fix an error handling path in 'nvme_probe()'
Christophe JAILLET
1
-3
/
+4
2017-07-20
nvme-pci: Remove nvme_setup_prps BUG_ON
Keith Busch
1
-8
/
+25
2017-07-20
nvme-pci: add another device ID with stripe quirk
David Wayne Fugate
1
-0
/
+3
2017-07-11
Merge branch 'for-linus' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-38
/
+58
2017-07-10
Merge branch 'nvme-4.13' of git://git.infradead.org/nvme into for-linus
Jens Axboe
1
-38
/
+58
2017-07-10
nvme-pci: add module parameter for io queue depth
weiping zhang
1
-2
/
+22
2017-07-10
nvme-pci: compile warnings in nvme_alloc_host_mem()
Dan Carpenter
1
-2
/
+3
2017-07-08
Merge tag 'pci-v4.13-changes' of git://git.kernel.org/pub/scm/linux/kernel/gi...
Linus Torvalds
1
-6
/
+9
2017-07-06
nvme: split nvme_uninit_ctrl into stop and uninit
Sagi Grimberg
1
-12
/
+4
2017-07-06
nvme-pci: quiesce/unquiesce admin_q instead of start/stop its hw queues
Sagi Grimberg
1
-3
/
+3
2017-07-03
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-1
/
+1
2017-07-03
Merge branch 'for-4.13/block' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-252
/
+395
2017-07-03
PCI: Split ->reset_notify() method into ->reset_prepare() and ->reset_done()
Christoph Hellwig
1
-7
/
+8
2017-07-02
nvme-pci: rename to nvme_pci_configure_admin_queue
Sagi Grimberg
1
-2
/
+2
2017-07-02
nvme: move ctrl cap to struct nvme_ctrl
Sagi Grimberg
1
-11
/
+9
2017-07-02
nvme: move queue_count to the nvme_ctrl
Sagi Grimberg
1
-8
/
+7
2017-07-02
nvme: Quirks for PM1725 controllers
Martin K. Petersen
1
-0
/
+10
2017-06-28
nvme: Allocate queues for all possible CPUs
Christoph Hellwig
1
-1
/
+1
2017-06-28
nvme: use a single NVME_AQ_DEPTH and relax it to 32
Sagi Grimberg
1
-1
/
+0
2017-06-28
nvme-pci: open-code polling logic in nvme_poll
Sagi Grimberg
1
-19
/
+21
2017-06-28
nvme-pci: factor out the cqe reading mechanics from __nvme_process_cq
Sagi Grimberg
1
-22
/
+26
2017-06-28
nvme-pci: factor out cqe handling into a dedicated routine
Sagi Grimberg
1
-23
/
+30
2017-06-28
nvme-pci: Introduce nvme_ring_cq_doorbell
Sagi Grimberg
1
-4
/
+13
2017-06-27
nvme/pci: Fix stuck nvme reset
Keith Busch
1
-1
/
+2
2017-06-15
nvme: move reset workqueue handling to common code
Christoph Hellwig
1
-34
/
+11
2017-06-15
nvme-pci: merge init_request methods
Christoph Hellwig
1
-15
/
+3
[next]