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
2020-02-28
nvme-pci: Hold cq_poll_lock while completing CQEs
Bijan Mottahedeh
1
-1
/
+1
2020-02-20
nvme-pci: Use single IRQ vector for old Apple models
Andy Shevchenko
1
-1
/
+2
2020-02-20
nvme/pci: Add sleep quirk for Samsung and Toshiba drives
Shyjumon N
1
-0
/
+12
2020-02-14
nvme/pci: move cqe check after device shutdown
Keith Busch
1
-5
/
+18
2020-02-04
nvme-pci: remove nvmeq->tags
Christoph Hellwig
1
-15
/
+8
2019-12-07
nvme/pci: Fix read queue count
Keith Busch
1
-5
/
+1
2019-12-07
nvme/pci Limit write queue sizes to possible cpus
Keith Busch
1
-0
/
+3
2019-12-07
nvme/pci: Fix write and poll queue types
Keith Busch
1
-4
/
+4
2019-12-04
nvme/pci: Remove last_cq_head
Keith Busch
1
-4
/
+0
2019-11-27
nvme: else following return is not needed
Edmund Nadolski
1
-1
/
+1
2019-11-25
Merge tag 'for-5.5/drivers-post-20191122' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2019-11-25
Merge tag 'for-5.5/drivers-20191121' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-4
/
+2
2019-11-22
nvme: hwmon: add quirk to avoid changing temperature threshold
Akinobu Mita
1
-1
/
+2
2019-11-04
nvme-pci: Spelling s/resdicovered/rediscovered/
Geert Uytterhoeven
1
-1
/
+1
2019-11-04
nvme: move common call to nvme_cleanup_cmd to core layer
Max Gurtovoy
1
-1
/
+0
2019-11-04
nvme: introduce nvme_is_aen_req function
Israel Rukshin
1
-2
/
+1
2019-10-18
nvme-pci: Set the prp2 correctly when using more than 4k page
Kevin Hao
1
-1
/
+2
2019-10-14
nvme: Wait for reset state when required
Keith Busch
1
-15
/
+31
2019-10-14
nvme: Remove ADMIN_ONLY state
Keith Busch
1
-15
/
+6
2019-10-14
nvme-pci: Free tagset if no IO queues
Keith Busch
1
-2
/
+9
2019-10-04
nvme: retain split access workaround for capability reads
Ard Biesheuvel
1
-1
/
+1
2019-09-27
Merge branch 'nvme-5.4' of git://git.infradead.org/nvme into for-linus
Jens Axboe
1
-7
/
+13
2019-09-25
Added QUIRKs for ADATA XPG SX8200 Pro 512GB
Gabriel Craciunescu
1
-0
/
+3
2019-09-25
nvme-pci: Save PCI state before putting drive into deepest state
Mario Limonciello
1
-7
/
+10
2019-09-23
Merge tag 'pci-v5.4-changes' of git://git.kernel.org/pub/scm/linux/kernel/git...
Linus Torvalds
1
-4
/
+6
2019-09-17
Merge tag 'for-5.4/block-2019-09-16' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-24
/
+78
2019-09-12
nvme: Remove redundant assignment of cq vector
Israel Rukshin
1
-1
/
+0
2019-08-29
nvme-pci: Tidy up nvme_unmap_data
Israel Rukshin
1
-3
/
+2
2019-08-29
nvme-pci: Support shared tags across queues for Apple 2018 controllers
Benjamin Herrenschmidt
1
-1
/
+30
2019-08-29
nvme-pci: Add support for Apple 2018+ models
Benjamin Herrenschmidt
1
-1
/
+20
2019-08-29
nvme-pci: Add support for variable IO SQ element size
Benjamin Herrenschmidt
1
-3
/
+8
2019-08-29
nvme-pci: Pass the queue to SQ_SIZE/CQ_SIZE macros
Benjamin Herrenschmidt
1
-15
/
+15
2019-08-29
nvme: don't pass cap to nvme_disable_ctrl
Sagi Grimberg
1
-2
/
+2
2019-08-29
nvme: move sqsize setting to the core
Sagi Grimberg
1
-1
/
+1
2019-08-29
nvme-pci: set ctrl sqsize to the device q_depth
Sagi Grimberg
1
-0
/
+1
2019-08-20
nvme: Add quirk for LiteON CL1 devices running FW 22301111
Mario Limonciello
1
-1
/
+2
2019-08-17
Merge tag 'for-linus-2019-08-17' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2019-08-16
PCI/P2PDMA: Introduce pci_p2pdma_unmap_sg()
Logan Gunthorpe
1
-2
/
+4
2019-08-16
PCI/P2PDMA: Add attrs argument to pci_p2pdma_map_sg()
Logan Gunthorpe
1
-2
/
+2
2019-08-12
nvme-pci: Allow PCI bus-level PM to be used if ASPM is disabled
Rafael J. Wysocki
1
-3
/
+10
2019-08-04
nvme: wait until all completed request's complete fn is called
Ming Lei
1
-0
/
+2
2019-07-31
nvme-pci: Fix async probe remove race
Keith Busch
1
-1
/
+2
2019-07-23
Revert "nvme-pci: don't create a read hctx mapping without read queues"
yangerkun
1
-3
/
+1
2019-07-23
nvme: ignore subnqn for ADATA SX6000LNP
Misha Nasledov
1
-0
/
+2
2019-07-09
nvme-pci: limit max_hw_sectors based on the DMA max mapping size
Christoph Hellwig
1
-1
/
+2
2019-07-09
nvme-pci: check for NULL return from pci_alloc_p2pmem()
Alan Mikhak
1
-5
/
+9
2019-07-09
nvme-pci: don't create a read hctx mapping without read queues
Alan Mikhak
1
-1
/
+3
2019-07-09
nvme-pci: don't fall back to a 32-bit DMA mask
Christoph Hellwig
1
-2
/
+1
2019-07-09
nvme-pci: make nvme_dev_pm_ops static
YueHaibing
1
-1
/
+1
2019-06-21
nvme-pci: clean up nvme_remove_dead_ctrl a bit
Chaitanya Kulkarni
1
-4
/
+5
[next]