index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
nvme
/
host
/
pci.c
Age
Commit message (
Expand
)
Author
Files
Lines
2019-06-21
nvme-pci: properly report state change failure in nvme_reset_work
Minwoo Im
1
-0
/
+1
2019-06-21
nvme-pci: set the errno on ctrl state change error
Chaitanya Kulkarni
1
-2
/
+5
2019-06-21
nvme-pci: adjust irq max_vector using num_possible_cpus()
Minwoo Im
1
-1
/
+5
2019-06-21
nvme-pci: remove queue_count_ops for write_queues and poll_queues
Minwoo Im
1
-21
/
+2
2019-06-21
nvme-pci: remove unnecessary zero for static var
Minwoo Im
1
-1
/
+1
2019-06-21
nvme-pci: use host managed power state for suspend
Keith Busch
1
-3
/
+92
2019-06-05
nvme-pci: don't limit DMA segement size
Christoph Hellwig
1
-0
/
+6
2019-05-22
nvme-pci: use blk-mq mapping for unmanaged irqs
Keith Busch
1
-1
/
+1
2019-05-17
nvme-pci: Sync queues on reset
Keith Busch
1
-0
/
+1
2019-05-17
nvme-pci: Unblock reset_work on IO failure
Keith Busch
1
-5
/
+4
2019-05-17
nvme-pci: Don't disable on timeout in reset state
Keith Busch
1
-1
/
+2
2019-05-17
nvme-pci: Fix controller freeze wait disabling
Keith Busch
1
-6
/
+6
2019-05-13
nvme-pci: mark expected switch fall-through
Gustavo A. R. Silva
1
-0
/
+1
2019-05-13
nvme-pci: init shadow doorbell after each reset
Maxim Levitsky
1
-2
/
+1
2019-05-01
nvme: move command size checks to the core
Christoph Hellwig
1
-28
/
+3
2019-05-01
nvme-pci: check more command sizes
Minwoo Im
1
-0
/
+7
2019-05-01
nvme-pci: remove an unneeded variable initialization
Minwoo Im
1
-1
/
+1
2019-05-01
nvme-pci: unquiesce admin queue on shutdown
Keith Busch
1
-1
/
+4
2019-05-01
nvme-pci: shutdown on timeout during deletion
Keith Busch
1
-1
/
+4
2019-05-01
nvme-pci: fix psdt field for single segment sgls
Klaus Birkelund Jensen
1
-0
/
+1
2019-04-05
nvme-pci: tidy up nvme_map_data
Christoph Hellwig
1
-12
/
+5
2019-04-05
nvme-pci: optimize mapping single segment requests using SGLs
Christoph Hellwig
1
-0
/
+22
2019-04-05
nvme-pci: optimize mapping of small single segment requests
Christoph Hellwig
1
-5
/
+40
2019-04-05
nvme-pci: remove the inline scatterlist optimization
Christoph Hellwig
1
-32
/
+6
2019-04-05
nvme-pci: split metadata handling from nvme_map_data / nvme_unmap_data
Christoph Hellwig
1
-21
/
+27
2019-04-05
nvme-pci: do not build a scatterlist to map metadata
Christoph Hellwig
1
-13
/
+10
2019-04-05
nvme-pci: only call nvme_unmap_data for requests transferring data
Christoph Hellwig
1
-1
/
+2
2019-04-05
nvme-pci: merge nvme_free_iod into nvme_unmap_data
Christoph Hellwig
1
-27
/
+17
2019-04-05
nvme-pci: move the call to nvme_cleanup_cmd out of nvme_unmap_data
Christoph Hellwig
1
-1
/
+1
2019-04-05
nvme-pci: remove nvme_init_iod
Christoph Hellwig
1
-34
/
+22
2019-04-05
nvme-pci: remove unused nvme_iod member
Keith Busch
1
-2
/
+0
2019-04-05
nvme-pci: remove q_dmadev from nvme_queue
Keith Busch
1
-5
/
+3
2019-04-05
nvme-pci: use a flag for polled queues
Keith Busch
1
-20
/
+13
2019-03-16
Merge tag 'for-5.1/block-post-20190315' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-1
/
+2
2019-03-13
nvme: disable Write Zeroes for qemu controllers
Christoph Hellwig
1
-1
/
+2
2019-03-09
Merge tag 'for-5.1/block-20190302' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-9
/
+3
2019-03-05
Merge branch 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kerne...
Linus Torvalds
1
-78
/
+39
2019-02-20
nvme-pci: convert to SPDX identifiers
Christoph Hellwig
1
-9
/
+1
2019-02-20
nvme-pci: check kstrtoint() return value in queue_count_set()
Bart Van Assche
1
-0
/
+2
2019-02-18
nvme-pci: Simplify interrupt allocation
Ming Lei
1
-76
/
+38
2019-02-18
genirq/affinity: Store interrupt sets size in struct irq_affinity
Ming Lei
1
-4
/
+3
2019-02-12
nvme-pci: add missing unlock for reset error
Keith Busch
1
-3
/
+5
2019-02-06
nvme-pci: fix rapid add remove sequence
Keith Busch
1
-10
/
+12
2019-01-20
Merge tag 'for-linus-20190118' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-8
/
+13
2019-01-16
nvme-pci: fix nvme_setup_irqs()
Ming Lei
1
-8
/
+13
2019-01-13
Merge tag 'for-linus-20190112' of git://git.kernel.dk/linux-block
Linus Torvalds
1
-20
/
+47
2019-01-09
nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQN
James Dingwall
1
-0
/
+2
2019-01-09
nvme-pci: fix out of bounds access in nvme_cqe_pending
Hongbo Yao
1
-1
/
+3
2019-01-09
nvme-pci: rerun irq setup on IO queue init errors
Keith Busch
1
-14
/
+36
2019-01-09
nvme-pci: use the same attributes when freeing host_mem_desc_bufs.
Liviu Dudau
1
-4
/
+6
[prev]
[next]